diff --git a/Documentation/releases/coreboot-4.19-relnotes.md b/Documentation/releases/coreboot-4.19-relnotes.md index 213ae63569..e4dc0af9a2 100644 --- a/Documentation/releases/coreboot-4.19-relnotes.md +++ b/Documentation/releases/coreboot-4.19-relnotes.md @@ -51,6 +51,15 @@ itself and only intended for later re-extraction via cbfstool, which always has LZMA support included. +### Toolchain updates + +* Upgrade LLVM from 15.0.0 to 15.0.6 +* Upgrade CMake from 3.24.2 to 3.25.0 +* Upgrade IASL from 20220331 to 20221020 +* Upgrade MPFR from 4.1.0 to 4.1.1 + + + Additional coreboot changes ---------------------------