Compare commits

...

2 commits

Author SHA1 Message Date
Leah Rowe
e651c39db0 fix hp8200sff_4mb ifd file (pd region)
see bug report:

https://codeberg.org/libreboot/lbmk/issues/228

The layout specified incorrect boundaries for the pd region.
With this change, it should flash and boot reliably.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-07-28 18:27:52 +01:00
Leah Rowe
70398439ba GRUB: only load xhci from grub.cfg
don't put it in the install modules.

this works around a hanging issue on haswell thinkpads.

when any usb device is inserted, GRUB will sometimes
hang if started from the SeaBIOS payload, *while* the
USB device is plugged in.

plugging in the USB device after GRUB starts worked.
it will have to be investigated more at a later date,
but this simply configuration change works.

the xhci module is already loaded explicitly, in grub.cfg

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-07-06 02:09:46 +01:00
2 changed files with 1 additions and 1 deletions

View file

@ -8,6 +8,7 @@ usbserial_ftdi \
usbserial_pl2303 \
usbserial_usbdebug \
video_colors \
xhci \
"
# Modules (and always loaded)
grub_modules=" \
@ -35,7 +36,6 @@ crypto \
cryptodisk \
diskfilter \
echo \
xhci \
ehci \
eval \
exfat \

Binary file not shown.