aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/releases/coreboot-4.17-relnotes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-4.17-relnotes.md b/Documentation/releases/coreboot-4.17-relnotes.md
index 30a5835406..bb55d7fbb3 100644
--- a/Documentation/releases/coreboot-4.17-relnotes.md
+++ b/Documentation/releases/coreboot-4.17-relnotes.md
@@ -28,4 +28,14 @@ Instead of having per stage x_CBMEM_INIT_HOOK, we now have only 2 hooks:
This reason for this change is improved flexibility with regards to which
stage initializes cbmem.
+### Payloads
+* SeaBIOS: Update stable release from 1.14.0 to 1.16.0
+* iPXE: Update stable release from 2019.3 to 2022.1
+* Add new coreDOOM payload, a port of Doom to libpayload
+* Add "GRUB2 atop SeaBIOS" aka "SeaGRUB" option, which builds GRUB2 as a
+ secondary payload for SeaBIOS with the GRUB2 set as the default boot entry.
+ This allows GRUB2 to use BIOS callbacks provided by SeaBIOS as a fallback
+ method to access hardware that the native GRUB2 payload cannot access.
+* Add option to build SeaBIOS and GRUB2 as secondary payloads
+
### Add significant changes here