Matt DeVillier has uploaded a new patch set (#16) to the change originally created by Nicola Corna. ( https://review.coreboot.org/c/coreboot/+/21107 )
Change subject: sb,soc/intel: Fix flashconsole on older platforms ......................................................................
sb,soc/intel: Fix flashconsole on older platforms
Fix building with flashconsole enabled on older platforms:
- sb/i82801ix: select SOUTHBRIDGE_INTEL_COMMON_SPI - emulation/qemu-q35: select TSC_MONOTONIC_TIMER, needed as a result of adding SOUTHBRIDGE_INTEL_COMMON_SPI to sb/i82801ix - soc/{baytrail,braswell}: include spi.c in romstage and postcar - soc/broadwell: include spi.c and monotonic_timer.c in bootblock, romstage, and postcar - soc/fsp_{baytrail,broadwell_de}: select NO_CAR_GLOBAL_MIGRATION
Change-Id: Ifd3e8621fa4cb349b7e0e07118cab0380f24ff55 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/emulation/qemu-q35/Kconfig M src/soc/intel/baytrail/Makefile.inc M src/soc/intel/braswell/Makefile.inc M src/soc/intel/broadwell/Makefile.inc M src/soc/intel/fsp_baytrail/Kconfig M src/soc/intel/fsp_baytrail/Makefile.inc M src/soc/intel/fsp_broadwell_de/Kconfig M src/southbridge/intel/i82801ix/Kconfig 8 files changed, 15 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/21107/16