Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | cmd: qfw: bring ACPI generation code into qfw core | Miao Yan | |
Loading ACPI table from QEMU's fw_cfg interface is not x86 specific (ARM64 may also make use of it). So move the code to common place. Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2016-05-23 | cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] | Miao Yan | |
Make file names consistent with CONFIG_QFW and CONFIG_CMD_QFW Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |