diff --git a/Documentation/releases/coreboot-4.19-relnotes.md b/Documentation/releases/coreboot-4.19-relnotes.md index e4dc0af9a2..b6185d3d77 100644 --- a/Documentation/releases/coreboot-4.19-relnotes.md +++ b/Documentation/releases/coreboot-4.19-relnotes.md @@ -59,6 +59,14 @@ always has LZMA support included. * Upgrade MPFR from 4.1.0 to 4.1.1 +### Finished the conversion to ASL 2.0 syntax + +Until recently, coreboot still contained lots of code using the legacy +ASL syntax. However, all ASL code was ported over to make use of the +ASL 2.0 syntax and from this point on new ASL code should make use of +it. + + Additional coreboot changes ---------------------------