[U-Boot] [PATCH v2 1/8] x86: qemu: add fw_cfg support

2015-12-29 Thread Miao Yan
The QEMU fw_cfg interface allows the guest to retrieve various data information from QEMU. For example, APCI/SMBios tables, number of online cpus, kernel data and command line, etc. This patch adds support for QEMU fw_cfg interface. Signed-off-by: Miao Yan --- Changes in

Re: [U-Boot] [PATCH v2 1/8] x86: qemu: add fw_cfg support

2015-12-29 Thread Miao Yan
2015-12-29 17:45 GMT+08:00 Miao Yan : > The QEMU fw_cfg interface allows the guest to retrieve various > data information from QEMU. For example, APCI/SMBios tables, number > of online cpus, kernel data and command line, etc. > > This patch adds support for QEMU fw_cfg