From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 1 Aug 2017 20:22:42 +0800 Subject: [U-Boot] [PATCH v2 05/22] x86: kconfig: Let board select BOARD_EARLY_INIT_F In-Reply-To: References: <1501421008-5737-1-git-send-email-bmeng.cn@gmail.com> <1501421008-5737-6-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Aug 1, 2017 at 5:17 PM, Bin Meng wrote: > Hi Simon, > > On Tue, Aug 1, 2017 at 5:11 PM, Simon Glass wrote: >> On 30 July 2017 at 07:23, Bin Meng wrote: >>> CONFIG_BOARD_EARLY_INIT_F, by its mean is provided by board-specific >> >> What does 'by its mean' mean? > > Sorry, I mean "literally". Will reword when applying. Reworded the commit message, and > >> >>> codes and should be not 'default y' for all x86 boards. >>> >>> Signed-off-by: Bin Meng >>> Reviewed-by: Andy Shevchenko >>> --- >>> >>> Changes in v2: None >>> >>> arch/x86/cpu/coreboot/coreboot.c | 5 ----- >>> arch/x86/cpu/efi/efi.c | 5 ----- >>> board/advantech/som-db5800-som-6867/Kconfig | 1 + >>> board/congatec/conga-qeval20-qa3-e3845/Kconfig | 1 + >>> board/dfi/dfi-bt700/Kconfig | 1 + >>> board/google/chromebook_link/link.c | 5 ----- >>> board/google/chromebook_samus/samus.c | 5 ----- >>> board/google/chromebox_panther/panther.c | 5 ----- >>> board/intel/cougarcanyon2/Kconfig | 1 + >>> board/intel/crownbay/Kconfig | 1 + >>> board/intel/galileo/galileo.c | 5 ----- >>> common/Kconfig | 1 - >>> configs/bayleybay_defconfig | 1 - >>> configs/coreboot-x86_defconfig | 1 - >>> configs/edison_defconfig | 1 - >>> configs/efi-x86_defconfig | 1 - >>> configs/minnowmax_defconfig | 1 - >>> configs/qemu-x86_64_defconfig | 1 - >>> configs/qemu-x86_defconfig | 1 - >>> configs/qemu-x86_efi_payload32_defconfig | 1 - >>> configs/qemu-x86_efi_payload64_defconfig | 1 - >>> 21 files changed, 5 insertions(+), 40 deletions(-) >>> >> >> Reviewed-by: Simon Glass > applied to u-boot-x86, thanks!