Leah Rowe vimuser

vimuser pushed to master at libreboot/libreboot

  • ef7db20546 e6400nvidia: Disable U-Boot This uses the "normal" config. Previous changes prevent U-Boot images being built for this anyway, but it does yield a warning message. Remove the warning at the source. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/lbmk

  • ef7db20546 e6400nvidia: Disable U-Boot This uses the "normal" config. Previous changes prevent U-Boot images being built for this anyway, but it does yield a warning message. Remove the warning at the source. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/libreboot

  • eea9fc4097 rom.sh: unset displaymode on normal initmode Otherwise, you get "normal_normal" in the image name. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/lbmk

  • eea9fc4097 rom.sh: unset displaymode on normal initmode Otherwise, you get "normal_normal" in the image name. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/libreboot

  • f312e6026f rom.sh: Don't build U-Boot on normal initmode The "normal" mode in lbmk is where no built-in GPU exists, or no libgfxinit is used, and SeaBIOS is the first payload, and SeaBIOS executes VGA ROMs (can't know if it'll start in VESA or text mode). U-Boot needs a VESA framebuffer or native coreboot framebuffer to work correctly. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/lbmk

  • f312e6026f rom.sh: Don't build U-Boot on normal initmode The "normal" mode in lbmk is where no built-in GPU exists, or no libgfxinit is used, and SeaBIOS is the first payload, and SeaBIOS executes VGA ROMs (can't know if it'll start in VESA or text mode). U-Boot needs a VESA framebuffer or native coreboot framebuffer to work correctly. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/libreboot

  • 587d588fe4 rom.sh: Don't build txtmode U-Boot images U-Boot needs a VESA framebuffer or native coreboot framebuffer to work properly. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 6ab05e2224 rom.sh: Don't build txtmode U-Boot images U-Boot needs a VESA framebuffer or native coreboot framebuffer to work properly. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

2 hours ago

vimuser pushed to master at libreboot/lbmk

  • 587d588fe4 rom.sh: Don't build txtmode U-Boot images U-Boot needs a VESA framebuffer or native coreboot framebuffer to work properly. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 6ab05e2224 rom.sh: Don't build txtmode U-Boot images U-Boot needs a VESA framebuffer or native coreboot framebuffer to work properly. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

2 hours ago

vimuser pushed to master at libreboot/libreboot

  • 6ab05e2224 rom.sh: Don't build txtmode U-Boot images U-Boot needs a VESA framebuffer or native coreboot framebuffer to work properly. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/lbmk

  • 6ab05e2224 rom.sh: Don't build txtmode U-Boot images U-Boot needs a VESA framebuffer or native coreboot framebuffer to work properly. Signed-off-by: Leah Rowe <leah@libreboot.org>

2 hours ago

vimuser pushed to master at libreboot/libreboot

  • 7d1fd1cc6a 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 <leah@libreboot.org>
  • 02e66ae01a U-Boot x86: Avoid clearing the VESA display This is a patch from Simon Glass. U-Boot clears the display when it starts up, but was asking the VESA driver to do the same, needlessly; this patch avoids the latter. A further patch is also included, which provides a better message when jumping into long mode on the SPL (64-bit) target, dumping it on the serial console instead of using printf. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 32dced8cd8 disable U-Boot for now on HP EliteBook 8560w dGPU only, and starts in text mode. will have to test with vesa framebuffer later on. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 3 commits »

8 hours ago

vimuser pushed to master at libreboot/lbmk

  • 7d1fd1cc6a 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 <leah@libreboot.org>
  • 02e66ae01a U-Boot x86: Avoid clearing the VESA display This is a patch from Simon Glass. U-Boot clears the display when it starts up, but was asking the VESA driver to do the same, needlessly; this patch avoids the latter. A further patch is also included, which provides a better message when jumping into long mode on the SPL (64-bit) target, dumping it on the serial console instead of using printf. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 32dced8cd8 disable U-Boot for now on HP EliteBook 8560w dGPU only, and starts in text mode. will have to test with vesa framebuffer later on. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 3 commits »

8 hours ago

vimuser pushed to master at libreboot/libreboot

  • a68b468964 enable serial debug on HP EliteBook 8460p there's a uart on the docking station Signed-off-by: Leah Rowe <leah@libreboot.org>
  • b79bd736e7 enable serial debug on hp elite 8200 sff Signed-off-by: Leah Rowe <leah@libreboot.org>
  • b109617752 enable the serial console on thinkpad x60 it has one on the docking station Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 0c7fb21a06 enable the serial console on thinkpad t60 it has one on the docking station Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 4 commits »

1 day ago

vimuser pushed to master at libreboot/lbmk

  • a68b468964 enable serial debug on HP EliteBook 8460p there's a uart on the docking station Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/lbmk

  • b79bd736e7 enable serial debug on hp elite 8200 sff Signed-off-by: Leah Rowe <leah@libreboot.org>
  • b109617752 enable the serial console on thinkpad x60 it has one on the docking station Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 0c7fb21a06 enable the serial console on thinkpad t60 it has one on the docking station Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 3 commits »

1 day ago

vimuser pushed to master at libreboot/libreboot

  • eb14a176bc Only boot 32-bit u-boot from grub, 64 from seabios For some reason, 32-bit U-Boot only works when executed from GRUB, but not SeaBIOS; 64-bit U-Boot only works from SeaBIOS! This will have to be investigated. Standalone U-Boot, where U-Boot is the primary payload, has not yet been tested in Libreboot, and will not be provided for some time due to stability concerns. More testing is needed! Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/lbmk

  • eb14a176bc Only boot 32-bit u-boot from grub, 64 from seabios For some reason, 32-bit U-Boot only works when executed from GRUB, but not SeaBIOS; 64-bit U-Boot only works from SeaBIOS! This will have to be investigated. Standalone U-Boot, where U-Boot is the primary payload, has not yet been tested in Libreboot, and will not be provided for some time due to stability concerns. More testing is needed! Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/libreboot

  • 279e69172f make the u-boot grub menuentry more useful Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/lbmk

  • 279e69172f make the u-boot grub menuentry more useful Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/libreboot

  • fdbdf0449b Re-enable U-Boot x86 on real mainboards The previous stability issues were resolved, thanks to the previous revision which added a fix courtesy Simon Glass. This reverts commit eba73c778a85d1c6ad2f0de57c82a8775cdd1c17.
  • b549d1e5f3 u-boot x86 serial/ns16550: disable UART as needed U-Boot was hanging on hardware, but not Qemu. This is because on the machines tested, namely the X200 and E6230 laptops supported in Libreboot, the UART was disabled from coreboot. This U-Boot patch from Simon Glass works around the issue by silently disabling the UART when it isn't there. Instead, output is sent to the display and U-Boot no longer hangs. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

1 day ago