[U-Boot] [PATCH v2] x86: qemu: Move qfw command over to cmd and add Kconfig entry

Tom Rini trini at konsulko.com
Mon May 9 18:18:16 CEST 2016


On Mon, May 09, 2016 at 02:32:51PM +0800, Miao Yan wrote:
> 2016-05-06 22:40 GMT+08:00 Tom Rini <trini at 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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160509/244590a9/attachment.sig>


More information about the U-Boot mailing list