summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorNicholas Chin <nic.c3.14@gmail.com>2022-05-28 13:47:22 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-05-30 05:27:17 +0000
commitfb3fbc3526c994923ae4d6933116ec77b7a7348a (patch)
treeb01345319e920825c2ea705df722a6dff3b6a1eb /Documentation
parentfdfa22e5159e6f9345dbab4d431d90dd7b1a1845 (diff)
downloadcoreboot-fb3fbc3526c994923ae4d6933116ec77b7a7348a.tar.gz
coreboot-fb3fbc3526c994923ae4d6933116ec77b7a7348a.tar.bz2
coreboot-fb3fbc3526c994923ae4d6933116ec77b7a7348a.zip
Documentation/releases: Add payload notes for 4.17 release
Add notes for significant changes to payloads, such as new payloads and version updates. Change-Id: I607d732beee07396a8002e5e504375d9dc4d7eda Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64752 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-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 30a5835406cc..bb55d7fbb3a8 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