Searched hist:"34865 a65c44d9c0dffb9b5346e66ea9b7757b880" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/qemu/ |
H A D | Makefile | diff 34865a65c44d9c0dffb9b5346e66ea9b7757b880 Sun May 22 21:37:10 CDT 2016 Miao Yan <yanmiaobest@gmail.com> x86: qemu: fix ACPI Kconfig options
CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which uses U-Boot's built-in methods and CONFIG_QEMU_ACPI_TABLE controls whether to load ACPI table from QEMU's fw_cfg interface.
But with commit "697ec431469ce0a4c2fc2c02d8685d907491af84 x86: qemu: Drop our own ACPI implementation", there is only one way to support ACPI table for QEMU targets which is the fw_cfg interface. Having two Kconfig options for this purpose is not necessary any more, so this patch consolidates the two.
Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | Makefile | diff 34865a65c44d9c0dffb9b5346e66ea9b7757b880 Sun May 22 21:37:10 CDT 2016 Miao Yan <yanmiaobest@gmail.com> x86: qemu: fix ACPI Kconfig options
CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which uses U-Boot's built-in methods and CONFIG_QEMU_ACPI_TABLE controls whether to load ACPI table from QEMU's fw_cfg interface.
But with commit "697ec431469ce0a4c2fc2c02d8685d907491af84 x86: qemu: Drop our own ACPI implementation", there is only one way to support ACPI table for QEMU targets which is the fw_cfg interface. Having two Kconfig options for this purpose is not necessary any more, so this patch consolidates the two.
Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
/openbmc/u-boot/arch/x86/ |
H A D | Kconfig | diff 34865a65c44d9c0dffb9b5346e66ea9b7757b880 Sun May 22 21:37:10 CDT 2016 Miao Yan <yanmiaobest@gmail.com> x86: qemu: fix ACPI Kconfig options
CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which uses U-Boot's built-in methods and CONFIG_QEMU_ACPI_TABLE controls whether to load ACPI table from QEMU's fw_cfg interface.
But with commit "697ec431469ce0a4c2fc2c02d8685d907491af84 x86: qemu: Drop our own ACPI implementation", there is only one way to support ACPI table for QEMU targets which is the fw_cfg interface. Having two Kconfig options for this purpose is not necessary any more, so this patch consolidates the two.
Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|