[U-Boot] [PATCH v2 07/22] x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
Simon Glass
sjg at chromium.org
Tue Aug 1 09:11:51 UTC 2017
On 30 July 2017 at 07:23, Bin Meng <bmeng.cn at gmail.com> wrote:
> This is architecture-dependent early initialization hence should
> be put in the platform Kconfig.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Andy Shevchenko <andy.shevchenko at gmail.com>
> ---
>
> Changes in v2: None
>
> arch/x86/cpu/broadwell/Kconfig | 1 +
> arch/x86/cpu/broadwell/refcode.c | 17 ++++++++++++++++-
> arch/x86/cpu/qemu/Kconfig | 1 +
> arch/x86/cpu/quark/Kconfig | 1 +
> arch/x86/cpu/queensbay/Kconfig | 1 +
> arch/x86/include/asm/cpu.h | 12 ------------
> .../advantech/som-db5800-som-6867/som-db5800-som-6867.c | 5 -----
> .../conga-qeval20-qa3-e3845/conga-qeval20-qa3.c | 5 -----
> board/coreboot/coreboot/Makefile | 2 +-
> board/coreboot/coreboot/coreboot.c | 14 --------------
> board/efi/efi-x86/efi.c | 6 ------
> board/google/chromebook_link/link.c | 11 -----------
> board/google/chromebook_samus/samus.c | 6 ------
> board/google/chromebox_panther/panther.c | 6 ------
> board/intel/minnowmax/minnowmax.c | 5 -----
> common/Kconfig | 1 -
> configs/bayleybay_defconfig | 1 -
> configs/cougarcanyon2_defconfig | 1 -
> configs/dfi-bt700-q7x-151_defconfig | 1 -
> configs/edison_defconfig | 1 -
> configs/efi-x86_defconfig | 1 -
> configs/theadorable-x86-dfi-bt700_defconfig | 1 -
> 22 files changed, 21 insertions(+), 79 deletions(-)
> delete mode 100644 board/coreboot/coreboot/coreboot.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list