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>
This commit is contained in:
Felix Singer 2023-01-06 08:07:25 +01:00 committed by Martin L Roth
parent 7726a31830
commit a4f85470f7
1 changed files with 8 additions and 0 deletions

View File

@ -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
---------------------------