coreboot-kgpe-d16/src/soc/intel/quark
Lee Leahy e99e2b65cf soc/intel/quark: Add the UPD support for SiliconInit
Add the routines to handle the UPDs for SiliconInit.  Currently no
support is required.

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"
*  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
*  Build EDK2 CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc to generate
   UEFIPAYLOAD.fd
*  Edit .config file and add the following lines:
   *  CONFIG_DISPLAY_UPD_DATA=y
*  Testing successful if coreboot calls SiliconInit

Change-Id: I5176ab4b1ea7681c3095f102a86f4b614366c0fc
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/13897
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2016-03-08 16:40:40 +01:00
..
include/soc soc/intel/quark: Initialize some of the FADT base registers 2016-02-29 04:59:56 +01:00
romstage soc/intel/quark: Split out MTRR support 2016-03-07 04:20:22 +01:00
acpi.c soc/intel/quark: Initialize some of the FADT base registers 2016-02-29 04:59:56 +01:00
chip.c soc/intel/quark: Add the UPD support for SiliconInit 2016-03-08 16:40:40 +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: Initialize some of the FADT base registers 2016-02-29 04:59:56 +01:00
memmap.c soc/intel/quark: Enable ESRAM 2016-02-08 20:15:05 +01:00
northcluster.c soc/intel/quark: Reserve non-MMIO space 2016-02-29 05:00:27 +01:00
pmc.c soc/intel/quark: Initialize some of the FADT base registers 2016-02-29 04:59:56 +01:00
tsc_freq.c soc/intel/quark: Enable Serial Port 2016-02-09 16:20:38 +01:00
uart.c soc/intel/quark: Use single ID value for HSUART1 2016-02-19 20:24:22 +01:00
uart_common.c soc/intel/quark: Enable HSUART1 2016-02-18 20:36:53 +01:00