public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] x86: Support booting SeaBIOS
@ 2016-02-29  7:54 Bin Meng
  2016-02-29  7:54 ` [U-Boot] [PATCH v2 1/3] " Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bin Meng @ 2016-02-29  7:54 UTC (permalink / raw)
  To: u-boot

This is the initial attempt to support booting SeaBIOS from U-Boot.

This is tested:
- On Intel Crown Bay board with a PCIe graphics card, booting SeaBIOS
then chain-loading a GRUB on a USB drive, then Linux kernel finally.
- On QEMU x86 target with U-Boot chain-loading SeaBIOS to install/boot
a Windows XP OS.

This series is available on u-boot-x86/seabios-working.

Previous RFC patch @ http://patchwork.ozlabs.org/patch/523764/

Changes in v2:
- Drop patches which were already applied
- Add more detailed information for testing QEMU/SeaBIOS
  (eg: how to create 'disk.img')

Bin Meng (3):
  x86: Support booting SeaBIOS
  x86: qemu: Enable ACPI table generation by default
  x86: Document how to play with SeaBIOS

 arch/x86/Kconfig              | 10 ++++++++
 arch/x86/include/asm/tables.h |  3 +++
 arch/x86/lib/tables.c         | 15 ++++++++++++
 configs/qemu-x86_defconfig    |  1 +
 doc/README.x86                | 57 +++++++++++++++++++++++++++++++++++++++++--
 5 files changed, 84 insertions(+), 2 deletions(-)

-- 
1.8.2.1

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

end of thread, other threads:[~2016-03-11  2:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29  7:54 [U-Boot] [PATCH v2 0/3] x86: Support booting SeaBIOS Bin Meng
2016-02-29  7:54 ` [U-Boot] [PATCH v2 1/3] " Bin Meng
2016-03-01  2:04   ` Simon Glass
2016-03-11  2:28     ` Bin Meng
2016-02-29  7:54 ` [U-Boot] [PATCH v2 2/3] x86: qemu: Enable ACPI table generation by default Bin Meng
2016-03-11  2:28   ` Bin Meng
2016-02-29  7:54 ` [U-Boot] [PATCH v2 3/3] x86: Document how to play with SeaBIOS Bin Meng
2016-03-11  2:28   ` Bin Meng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox