diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-05 09:53:45 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-05 09:55:06 +0000 |
commit | 19ec440a6f79dcbb089715fef814808a0fd40ae0 (patch) | |
tree | 4a05ff317e0ac5e3e255b73f45f2b8cd4a3229ae | |
parent | 99513c3bf674950232cc5aaba4ee15ae790310d0 (diff) |
Revert "disable u-boot on thinkpad t480"
u-boot does work after a few reboots. it just boot loops.
let it run. it should be able to boot from nvme. sata still needs
some work (sata only works in grub, on this machine)
This reverts commit cd9baca5d664d392316d94ccaa7deb209d4e1828.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/coreboot/t480_fsp_16mb/target.cfg | 3 | ||||
-rw-r--r-- | config/coreboot/t480s_fsp_16mb/target.cfg | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/coreboot/t480_fsp_16mb/target.cfg b/config/coreboot/t480_fsp_16mb/target.cfg index af89a367..af8d71e3 100644 --- a/config/coreboot/t480_fsp_16mb/target.cfg +++ b/config/coreboot/t480_fsp_16mb/target.cfg @@ -6,5 +6,6 @@ payload_memtest="y" grub_scan_disk="nvme ahci" grubtree="xhci" vcfg="t480" -build_depend="seabios/default grub/xhci memtest86plus" +build_depend="seabios/default grub/xhci memtest86plus u-boot/amd64coreboot" IFD_platform="sklkbl" +payload_uboot_amd64="y" diff --git a/config/coreboot/t480s_fsp_16mb/target.cfg b/config/coreboot/t480s_fsp_16mb/target.cfg index c8835c8f..05450bf6 100644 --- a/config/coreboot/t480s_fsp_16mb/target.cfg +++ b/config/coreboot/t480s_fsp_16mb/target.cfg @@ -6,5 +6,6 @@ payload_memtest="y" grub_scan_disk="nvme ahci" grubtree="xhci" vcfg="t480s" -build_depend="seabios/default grub/xhci memtest86plus" +build_depend="seabios/default grub/xhci memtest86plus u-boot/amd64coreboot" IFD_platform="sklkbl" +payload_uboot_amd64="y" |