All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Resolve issues with booting distros on x86
@ 2023-09-22 21:38 Simon Glass
  2023-09-22 21:38 ` [PATCH v2 1/4] efi: Correct handling of frame buffer Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Simon Glass @ 2023-09-22 21:38 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Simon Glass, Alexander Graf, Anatolij Gustschin, Bin Meng,
	Fabrice Gasnier, Heinrich Schuchardt, Ilias Apalodimas,
	Marek Vasut, Mattijs Korpershoek, Patrice Chotard,
	Patrick Delaunay, Safae Ouajih

This little series reprises the EFI-video fix, fixes a USB problem and
enables a boot script for coreboot.

With these changes it is possible to boot a Linux distro automatically
with U-Boot on x86, including when U-Boot is the second-stage
bootloader.

Changes in v2:
- Rebase to -next
- Add some more comments to the header file
- Add fixes tag
- Add new patch to add a return code to bootflow menu
- Add new patch to add a coreboot boot script
- Add new patch to avoid unbinding devices in use by bootflows

Simon Glass (4):
  efi: Correct handling of frame buffer
  bootstd: Add a return code to bootflow menu
  x86: coreboot: Add a boot script
  usb: Avoid unbinding devices in use by bootflows

 boot/bootm.c                  |  2 +-
 cmd/bootflow.c                |  6 +++---
 common/usb.c                  |  7 ++++++-
 configs/coreboot64_defconfig  |  1 +
 configs/coreboot_defconfig    |  1 +
 drivers/usb/host/usb-uclass.c | 14 ++++++++++++--
 include/usb.h                 | 15 ++++++++++++++-
 include/video.h               |  9 ++++++---
 lib/efi_loader/efi_gop.c      | 12 +++++++-----
 9 files changed, 51 insertions(+), 16 deletions(-)

-- 
2.42.0.515.g380fc7ccd1-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-11-12 20:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-22 21:38 [PATCH v2 0/4] Resolve issues with booting distros on x86 Simon Glass
2023-09-22 21:38 ` [PATCH v2 1/4] efi: Correct handling of frame buffer Simon Glass
2023-09-22 21:38 ` [PATCH v2 2/4] bootstd: Add a return code to bootflow menu Simon Glass
2023-09-22 21:38 ` [PATCH v2 3/4] x86: coreboot: Add a boot script Simon Glass
2023-09-22 21:38 ` [PATCH v2 4/4] usb: Avoid unbinding devices in use by bootflows Simon Glass
2023-09-23 16:39   ` Mattijs Korpershoek
2023-11-12 20:01     ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.