coreboot-kgpe-d16/src
David Hendricks be6f8cb0f0 x86: Set BOOT_MEDIA_SPI_BUS
BOOT_MEDIA_SPI_BUS is a Kconfig variable used on some ARM-based
platforms to set up CBFS media. It turns out it can also be helpful
for setting up the eventlog which is intended to reside on the same
SPI flash as CBFS. Setting it for x86 will allow us to remove an
assumption about which SPI bus is used for this flash device.

Long term this can go away as we come up with a better abstraction
for the eventlog's backing store. This is only intended to help us
get from here to there.

BUG=none
BRANCH=none
TEST=built and booted on Link
Signed-off-by: David Hendricks <dhendrix@chromium.org>

Original-Change-Id: I1d84dc28592fbece33a70167be59e83bca9cd7bc
Original-Reviewed-on: https://chromium-review.googlesource.com/191202
Original-Tested-by: David Hendricks <dhendrix@chromium.org>
Original-Reviewed-by: Gabe Black <gabeblack@chromium.org>
Original-Commit-Queue: David Hendricks <dhendrix@chromium.org>
(cherry picked from commit 200aa7c5b1b1f4c74412893cf7231a12e2702463)
Signed-off-by: Marc Jones <marc.jones@se-eng.com>

Change-Id: If988bcff5244ec6a82580203471b25fac49c45ef
Reviewed-on: http://review.coreboot.org/7752
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
2014-12-15 23:59:00 +01:00
..
arch arm: Add support for a preram_cbmem_console symbol. 2014-12-15 23:27:53 +01:00
console ipq8064: prepare UART driver for use in coreboot 2014-12-05 20:22:47 +01:00
cpu x86: Set BOOT_MEDIA_SPI_BUS 2014-12-15 23:59:00 +01:00
device ddr3: Plumber DIMM type to parsed structure. 2014-12-07 15:18:41 +01:00
drivers elog: Probe for SPI flash on bus indicated by Kconfig variable 2014-12-15 23:58:34 +01:00
ec spi: Factor EC protocol details out of the SPI drivers. 2014-12-09 20:32:06 +01:00
include tegra124: A couple clock fixes. 2014-12-15 19:57:49 +01:00
lib x86: provide symmetry between arm for cache_sync_instructions() 2014-12-09 18:40:50 +01:00
mainboard tegra124: Setup clock PLLD by approximating display panel pixel clock. 2014-12-15 20:17:48 +01:00
northbridge northbridge/amd/gx2,lx: Treat MSR constant as unsigned long 2014-12-10 07:06:39 +01:00
soc tegra124: set MOT bit for I2C-over-AUX 2014-12-15 20:18:08 +01:00
southbridge southbridge/amd/agesa/hudson: Correct incorrect #define 2014-12-15 05:29:55 +01:00
superio Mark non-executable files non-executable 2014-12-01 17:33:07 +01:00
vendorcode tegra124: Skip display init when vboot says we don't need it. 2014-12-15 19:57:03 +01:00
Kconfig Kconfig: Remove ACPI_SSDTX_NUM. 2014-12-07 21:06:34 +01:00