
9 May
2016
9 May
'16
6:18 p.m.
On Mon, May 09, 2016 at 02:32:51PM +0800, Miao Yan wrote:
2016-05-06 22:40 GMT+08:00 Tom Rini trini@konsulko.com:
- Move the command portion of arch/x86/cpu/qemu/fw_cfg.c into cmd/qemu_fw_cfg.c
- Move arch/x86/include/asm/fw_cfg.h to include/qemu_fw_cfg.h
- Rename ACPI table portion to arch/x86/cpu/qemu/acpi_table.c
Signed-off-by: Tom Rini trini@konsulko.com
Changes in v2:
- Depend on X86 (per Miao Yan)
I am afraid this still doesn't build. At least you need to make the ACPI stuff depend on the new config option CONFIG_CMD_QEMU_FW_CFG, as well as some tweaks in qemu.c and mp_init.c because they call functions from the origin fw_cfg.c and they used to be guarded by CONFIG_QEMU, something like the following diff:
OK, I can go and poke around with these changes as well but for the record: $ uboot-build.sh x86 Testing x86 Mon May 9 11:52:21 EDT 2016 ... Building current source for 12 boards (6 threads, 1 job per thread) 12 0 0 /12 chromebook_link $
So it's all building in-tree today. Thanks!
--
Tom