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 cd9baca5d6
.
Signed-off-by: Leah Rowe <leah@libreboot.org>
20241206-t480-thunderbolt-unstable
parent
99513c3bf6
commit
19ec440a6f
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue