From 7d1fd1cc6a176d15d8a938cd0df9868cbbb86d8f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 21 Nov 2024 12:29:05 +0000 Subject: rom.sh: Support SeaUBoot for 64-bit x86 U-Boot Same concept as SeaGRUB, but for U-Boot. SeaBIOS starts, but has a bootorder file loading U-Boot first, from flash. You can interrupt it with the ESC menu, to boot something else in SeaBIOS, including GRUB. With this, we can effectively provide extremely user-friendly UEFI-first setups in Libreboot. Take that, edk2! Signed-off-by: Leah Rowe --- config/data/grub/bootorder_uboot | 1 + config/ifd/dell9020mt/gbe | Bin 8192 -> 8192 bytes 2 files changed, 1 insertion(+) create mode 100644 config/data/grub/bootorder_uboot (limited to 'config') diff --git a/config/data/grub/bootorder_uboot b/config/data/grub/bootorder_uboot new file mode 100644 index 00000000..80641a36 --- /dev/null +++ b/config/data/grub/bootorder_uboot @@ -0,0 +1 @@ +/rom@img/u-boot diff --git a/config/ifd/dell9020mt/gbe b/config/ifd/dell9020mt/gbe index aed6737d..88aa36c4 100644 Binary files a/config/ifd/dell9020mt/gbe and b/config/ifd/dell9020mt/gbe differ -- cgit v1.2.1