[U-Boot] [RESEND PATCH v4 06/12] x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig
Simon Glass
sjg at chromium.org
Wed Jan 7 03:41:20 CET 2015
On 6 January 2015 at 07:28, Simon Glass <sjg at chromium.org> wrote:
> On 6 January 2015 at 07:14, Bin Meng <bmeng.cn at gmail.com> wrote:
>> There are many places in the U-Boot source tree which refer to
>> CONFIG_SYS_COREBOOT, CONFIG_CBMEM_CONSOLE and CONFIG_VIDEO_COREBOOT
>> that is currently defined in coreboot.h.
>>
>> Move them to arch/x86/cpu/coreboot/Kconfig so that we can switch
>> to board configuration file to build U-Boot later.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> Changes in v4: None
>> Changes in v3:
>> - Make coreboot options wrapped by TARGET_COREBOOT
>> - Remove these options from include/configs/coreboot.h for bisectability
>>
>> Changes in v2:
>> - New patch to move coreboot specific defines from coreboot.h to Kconfig
>>
>> arch/x86/Kconfig | 2 ++
>> arch/x86/cpu/coreboot/Kconfig | 15 +++++++++++++++
>> include/configs/coreboot.h | 5 -----
>> 3 files changed, 17 insertions(+), 5 deletions(-)
>> create mode 100644 arch/x86/cpu/coreboot/Kconfig
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list