diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-23 11:31:59 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-23 11:31:59 +0100 |
| commit | de1224a4dad34b0c99817ae8d2fd46435aadcf1e (patch) | |
| tree | 599f990609ca6c851debf4f3c9e6f3b693663857 /config/data/grub | |
| parent | b7ac4a6e4ee3e70c5920bad270607d7253b587e8 (diff) | |
remove u-boot on x86. we have edk2 now.
edk2 is superior in every way. i don't want to maintain
what is now dead code.
the arm64 u-boot payload shall remain, under alper's lead.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/grub')
| -rw-r--r-- | config/data/grub/bootorder_uboot | 1 | ||||
| -rw-r--r-- | config/data/grub/cfg/default.config | 20 | ||||
| -rw-r--r-- | config/data/grub/cfg/nvme.config | 20 | ||||
| -rw-r--r-- | config/data/grub/cfg/xhci_nvme.config | 20 |
4 files changed, 0 insertions, 61 deletions
diff --git a/config/data/grub/bootorder_uboot b/config/data/grub/bootorder_uboot deleted file mode 100644 index 80641a36..00000000 --- a/config/data/grub/bootorder_uboot +++ /dev/null @@ -1 +0,0 @@ -/rom@img/u-boot diff --git a/config/data/grub/cfg/default.config b/config/data/grub/cfg/default.config index 3d84413e..c454965c 100644 --- a/config/data/grub/cfg/default.config +++ b/config/data/grub/cfg/default.config @@ -229,38 +229,18 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey= fi } fi -if [ -f (cbfsdisk)/u-boot ]; then -menuentry 'U-Boot i386 payload (experimental) [u]' --hotkey='u' { - set root='cbfsdisk' - chainloader /u-boot -} -fi if [ -f (cbfsdisk)/seabios.elf ]; then -if [ -f (cbfsdisk)/img/u-boot ]; then -menuentry 'Load SeaBIOS (U-Boot UEFI available in the ESC menu) [b]' --hotkey='b' { - set root='cbfsdisk' - chainloader /seabios.elf -} -else menuentry 'Load SeaBIOS [b]' --hotkey='b' { set root='cbfsdisk' chainloader /seabios.elf } fi -fi if [ -f (cbfsdisk)/img/grub2 ]; then -if [ -f (cbfsdisk)/img/u-boot ]; then -menuentry 'Return to SeaBIOS (U-Boot UEFI available in the ESC menu) [b]' --hotkey='b' { - set root='cbfsdisk' - chainloader /fallback/payload -} -else menuentry 'Return to SeaBIOS [b]' --hotkey='b' { set root='cbfsdisk' chainloader /fallback/payload } fi -fi menuentry 'Poweroff [p]' --hotkey='p' { halt } diff --git a/config/data/grub/cfg/nvme.config b/config/data/grub/cfg/nvme.config index 4f3de36e..33ce3a9a 100644 --- a/config/data/grub/cfg/nvme.config +++ b/config/data/grub/cfg/nvme.config @@ -244,38 +244,18 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey= fi } fi -if [ -f (cbfsdisk)/u-boot ]; then -menuentry 'U-Boot i386 payload (experimental) [u]' --hotkey='u' { - set root='cbfsdisk' - chainloader /u-boot -} -fi if [ -f (cbfsdisk)/seabios.elf ]; then -if [ -f (cbfsdisk)/img/u-boot ]; then -menuentry 'Load SeaBIOS (U-Boot UEFI available in the ESC menu) [b]' --hotkey='b' { - set root='cbfsdisk' - chainloader /seabios.elf -} -else menuentry 'Load SeaBIOS [b]' --hotkey='b' { set root='cbfsdisk' chainloader /seabios.elf } fi -fi if [ -f (cbfsdisk)/img/grub2 ]; then -if [ -f (cbfsdisk)/img/u-boot ]; then -menuentry 'Return to SeaBIOS (U-Boot UEFI available in the ESC menu) [b]' --hotkey='b' { - set root='cbfsdisk' - chainloader /fallback/payload -} -else menuentry 'Return to SeaBIOS [b]' --hotkey='b' { set root='cbfsdisk' chainloader /fallback/payload } fi -fi menuentry 'Poweroff [p]' --hotkey='p' { halt } diff --git a/config/data/grub/cfg/xhci_nvme.config b/config/data/grub/cfg/xhci_nvme.config index 9db22fe2..dbcae070 100644 --- a/config/data/grub/cfg/xhci_nvme.config +++ b/config/data/grub/cfg/xhci_nvme.config @@ -245,38 +245,18 @@ menuentry 'Load test configuration (grubtest.cfg) in CBFS [t]' --hotkey='t' { fi } fi -if [ -f (cbfsdisk)/u-boot ]; then -menuentry 'U-Boot i386 payload (experimental) [u]' --hotkey='u' { - set root='cbfsdisk' - chainloader /u-boot -} -fi if [ -f (cbfsdisk)/seabios.elf ]; then -if [ -f (cbfsdisk)/img/u-boot ]; then -menuentry 'Load SeaBIOS (U-Boot UEFI available in the ESC menu) [b]' --hotkey='b' { - set root='cbfsdisk' - chainloader /seabios.elf -} -else menuentry 'Load SeaBIOS [b]' --hotkey='b' { set root='cbfsdisk' chainloader /seabios.elf } fi -fi if [ -f (cbfsdisk)/img/grub2 ]; then -if [ -f (cbfsdisk)/img/u-boot ]; then -menuentry 'Return to SeaBIOS (U-Boot UEFI available in the ESC menu) [b]' --hotkey='b' { - set root='cbfsdisk' - chainloader /fallback/payload -} -else menuentry 'Return to SeaBIOS [b]' --hotkey='b' { set root='cbfsdisk' chainloader /fallback/payload } fi -fi menuentry 'Poweroff [p]' --hotkey='p' { halt } |
