coreboot-kgpe-d16/src/soc/intel/quark
Lee Leahy d4edacb2e4 soc/intel/quark: Call FSP SiliconInit
Optionally relocate FSP into DRAM and then call FSP SiliconInit.

Testing on Galileo:
*  Edit the src/mainboard/intel/galileo/Makefile.inc file
   *  Add "select ADD_FSP_PDAT_FILE"
   *  Add "select ADD_FSP_RAW_BIN"
   *  Add "select ADD_RMU_FILE"
   *  Add "select DISPLAY_FSP_ENTRY_POINTS"
   *  Add "select DISPLAY_HOBS"
   *  Optionally add "select RELOCATE_FSP_INTO_DRAM"
*  Place the FSP.bin file in the location specified by CONFIG_FSP_FILE
*  Place the pdat.bin files in the location specified by
CONFIG_FSP_PDAT_FILE
*  Place the rmu.bin file in the location specified by CONFIG_RMU_FILE
*  Testing is successful if:
   *  FSP entry points are displayed and
   *  The message "FspSiliconInit returned 0x00000000" is displayed and
   *  The HOBs are displayed correctly and
   *  The message "ERROR - Missing one or more required FSP HOBs!" is
not displayed

Change-Id: I91e660ea373a8bb00fc97fe8b760347cbfa96b1e
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/13631
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
2016-02-10 03:12:10 +01:00
..
include/soc soc/intel/quark: MTRR support 2016-02-10 03:11:45 +01:00
romstage soc/intel/quark: MTRR support 2016-02-10 03:11:45 +01:00
chip.c soc/intel/quark: Call FSP SiliconInit 2016-02-10 03:12:10 +01:00
chip.h soc/intel/quark: Call FSP SiliconInit 2016-02-10 03:12:10 +01:00
Kconfig soc/intel/quark: Call FSP SiliconInit 2016-02-10 03:12:10 +01:00
Makefile.inc soc/intel/quark: Call FSP SiliconInit 2016-02-10 03:12:10 +01:00
memmap.c soc/intel/quark: Enable ESRAM 2016-02-08 20:15:05 +01:00
tsc_freq.c soc/intel/quark: Enable Serial Port 2016-02-09 16:20:38 +01:00
uart.c soc/intel/quark: Enable Serial Port 2016-02-09 16:20:38 +01:00