summaryrefslogtreecommitdiffstats
path: root/Documentation/releases
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-01-06 08:07:25 +0100
committerMartin L Roth <gaumless@gmail.com>2023-01-15 02:04:18 +0000
commita4f85470f76de4892f3fe0dcd6eecfd84a841df5 (patch)
tree6b44f80082d14a6157e5e76bd06d02982f1fdca8 /Documentation/releases
parent7726a31830874c89d3012f511988082407c6ee0d (diff)
downloadcoreboot-a4f85470f76de4892f3fe0dcd6eecfd84a841df5.tar.gz
coreboot-a4f85470f76de4892f3fe0dcd6eecfd84a841df5.tar.bz2
coreboot-a4f85470f76de4892f3fe0dcd6eecfd84a841df5.zip
docs/releases/4.19: Add note about ASL 2.0 conversion
Change-Id: I30d827043e3eb3bf21551b1cb6c0b4c369a70083 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71713 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/releases')
-rw-r--r--Documentation/releases/coreboot-4.19-relnotes.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-4.19-relnotes.md b/Documentation/releases/coreboot-4.19-relnotes.md
index e4dc0af9a2c5..b6185d3d77af 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
---------------------------