soc/intel/apollolake: add support for verstage

Hardware / Coreboot - Aaron Durbin [chromium.org] - 27 May 2016 12:53 UTC

There previously was no support for building verstage on apollolake. Add that suport by linking in the appropriate modules as well as providing vboot_platform_is_resuming(). The link address for verstage is the same as FSP-M because they would never be in CAR along side each other. Additionally, program the ACPI I/O BAR and enable decoding so sleep state can be determined for early firmware verification.

Change-Id: I1a0baab342ac55fd82dbed476abe0063787e3491

bef75e7 soc/intel/apollolake: add support for verstage
src/soc/intel/apollolake/Kconfig | 6 ++++++
src/soc/intel/apollolake/Makefile.inc | 6 ++++++
src/soc/intel/apollolake/bootblock/bootblock.c | 6 ++++++
src/soc/intel/apollolake/pmutil.c | 12 ++++++++++++
4 files changed, 30 insertions(+)

Upstream: review.coreboot.org


  • Share