coreboot-kgpe-d16/src/soc/intel/apollolake
Andrey Petrov 7109304cf2 soc/intel/apollolake: Avoid hardcoding CAR region size for FSPM
Instead of having to supply CAR memory region during compilation
time it is possible to determine it in runtime. FSP2.0 blobs carry
a copy of UPD structure pre-populated with 'default' values. The
default value for StackSize is actually the real value blob needs.

Change-Id: I298e07bb12470ce659f63846ab096189138e594f
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/14001
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-03-11 16:55:51 +01:00
..
bootblock soc/intel/apollolake: implement bootblock_soc_early_init() 2016-02-26 02:17:32 +01:00
include/soc soc/intel/apollolake: Add ids of internal SoC PCI devices 2016-03-10 23:02:39 +01:00
chip.c soc/intel/apollolake: Add chip initialization 2016-03-10 23:01:31 +01:00
chip.h soc/intel/apollolake: Add chip initialization 2016-03-10 23:01:31 +01:00
cpu.c soc/apollolake: Enable all CPU cores using the parallel MP lib 2016-03-10 22:57:00 +01:00
gpio.c soc/intel/apollolake: add assert for pad constraints 2016-02-13 01:16:27 +01:00
Kconfig soc/intel/apollolake: Avoid hardcoding CAR region size for FSPM 2016-03-11 16:55:51 +01:00
Makefile.inc soc/apollolake: Add memory and reserve MMIO resources 2016-03-10 23:11:10 +01:00
memmap.c soc/intel/apollolake: Add cbmem_top() implementation 2016-03-08 17:28:45 +01:00
mmap_boot.c soc/intel/apollolake: Add support for memory-mapped boot media 2016-03-08 13:50:11 +01:00
northbridge.c soc/apollolake: Add memory and reserve MMIO resources 2016-03-10 23:11:10 +01:00
placeholders.c soc/intel/apollolake: Add cbmem_top() implementation 2016-03-08 17:28:45 +01:00
romstage.c soc/intel/apollolake: Avoid hardcoding CAR region size for FSPM 2016-03-11 16:55:51 +01:00
tsc_freq.c soc/apollolake: Add early serial driver for BOOTBLOCK_CONSOLE 2016-02-11 21:16:45 +01:00
uart.c soc/intel/apollolake: Avoid UART BAR relocation at ramstage 2016-03-10 23:02:57 +01:00
uart_early.c soc/intel/apollolake: provide function to set up uart pads and controller 2016-02-26 02:16:38 +01:00