summaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_broadwell_de/Makefile.inc
diff options
context:
space:
mode:
authorOkash Khawaja <okash.khawaja@gmail.com>2018-09-06 14:39:13 +0100
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-09-07 10:25:52 +0000
commitdd5411a8b1c7d94de98eab3a23e655a7267d818c (patch)
tree3ec8b9b8042ef91d2676a30df321a8142992c609 /src/soc/intel/fsp_broadwell_de/Makefile.inc
parent2d602098f9def150d1111f334a668391c25da5cf (diff)
downloadcoreboot-dd5411a8b1c7d94de98eab3a23e655a7267d818c.tar.xz
fsp_broadwell_de: enable spi console
this enables spi console for wedge100s with broadwell_de. the console size is 64kb. enabling spi console in `board.fmd` enables code which calls into `timer_monotonic_get` (from `spi_flash_cmd_poll_bit`) and `udelay` (from `ich_status_poll`). this patch selects `TSC_CONSTANT_RATE` in fsp_broadwell_de's Kconfig to satisfy that. Change-Id: Ib925c5aee88b65c46a81534405c364dd5649f8e8 Signed-off-by: Okash Khawaja <okash.khawaja@gmail.com> Reviewed-on: https://review.coreboot.org/28528 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'src/soc/intel/fsp_broadwell_de/Makefile.inc')
-rw-r--r--src/soc/intel/fsp_broadwell_de/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Makefile.inc b/src/soc/intel/fsp_broadwell_de/Makefile.inc
index 024035cef9..386adc1f5e 100644
--- a/src/soc/intel/fsp_broadwell_de/Makefile.inc
+++ b/src/soc/intel/fsp_broadwell_de/Makefile.inc
@@ -12,6 +12,7 @@ subdirs-y += ../../../lib/fsp
subdirs-y += fsp
romstage-y += gpio.c
+romstage-y += spi.c
ramstage-y += spi.c
ramstage-y += cpu.c