From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 28 Feb 2016 23:54:49 -0800 Subject: [U-Boot] [PATCH v2 0/3] x86: Support booting SeaBIOS Message-ID: <1456732492-7441-1-git-send-email-bmeng.cn@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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