x86: kconfig: Let board select SPI flashOnly a specific type of SPI flash exists on a board, having boardKconfig to select the SPI flash seems to make more sense. Otherflash types are not necessa
x86: kconfig: Let board select SPI flashOnly a specific type of SPI flash exists on a board, having boardKconfig to select the SPI flash seems to make more sense. Otherflash types are not necessary except coreboot, which implies allavailable flash drivers there.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
x86: kconfig: Let board select BOARD_EARLY_INIT_FCONFIG_BOARD_EARLY_INIT_F literally indicates board-specific codesand should be not 'default y' for all x86 boards.Signed-off-by: Bin Meng <bmeng
x86: kconfig: Let board select BOARD_EARLY_INIT_FCONFIG_BOARD_EARLY_INIT_F literally indicates board-specific codesand should be not 'default y' for all x86 boards.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>Reviewed-by: Simon Glass <sjg@chromium.org>
x86: Drop all the old pin configuration codeWe don't need this anymore - we can use device tree and the new pinconfigdriver instead.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin
x86: Drop all the old pin configuration codeWe don't need this anymore - we can use device tree and the new pinconfigdriver instead.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
x86: Move common LPC code to its own placeSome of the LPC code is common to several Intel LPC devices. Move it into acommon location.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bi
x86: Move common LPC code to its own placeSome of the LPC code is common to several Intel LPC devices. Move it into acommon location.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
x86: Add Intel Cougar Canyon 2 boardThis adds basic support to Intel Cougar Canyon 2 board, a boardbased on Chief River platform with an Ivy Bridge processor anda Panther Point chipset.Signed-o
x86: Add Intel Cougar Canyon 2 boardThis adds basic support to Intel Cougar Canyon 2 board, a boardbased on Chief River platform with an Ivy Bridge processor anda Panther Point chipset.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Acked-by: Simon Glass <sjg@chromium.org>