soc/intel/alderlake/romstage: Do initial SoC commit till romstage
commit292afef2fbb5eaf46dd3efa0c9a54c125f71ad1a
authorSubrata Banik <subrata.banik@intel.com>
Wed, 9 Sep 2020 08:04:18 +0000 (9 13:34 +0530)
committerSubrata Banik <subrata.banik@intel.com>
Tue, 15 Sep 2020 15:13:50 +0000 (15 15:13 +0000)
tree28db1e208bf70d4b58eed14c9f3d120c217bd0d7
parenteb17b475c8be292e6d2b9caa4cef3dd87f21ee42
soc/intel/alderlake/romstage: Do initial SoC commit till romstage

List of changes:
1. Add required SoC programming till romstage
2. Include only required headers into include/soc
3. Add SA EDS document number and chapter number
4. Fill required FSP-M UPD to call FSP-M API

Change-Id: I4473aed27363c22e92e66cc6770cb55aae83e75c
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45192
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
19 files changed:
src/soc/intel/alderlake/Kconfig
src/soc/intel/alderlake/Makefile.inc
src/soc/intel/alderlake/chip.h [new file with mode: 0644]
src/soc/intel/alderlake/espi.c [new file with mode: 0644]
src/soc/intel/alderlake/include/soc/gpe.h [new file with mode: 0644]
src/soc/intel/alderlake/include/soc/iomap.h
src/soc/intel/alderlake/include/soc/msr.h [new file with mode: 0644]
src/soc/intel/alderlake/include/soc/pmc.h [new file with mode: 0644]
src/soc/intel/alderlake/include/soc/romstage.h [new file with mode: 0644]
src/soc/intel/alderlake/include/soc/soc_chip.h [new file with mode: 0644]
src/soc/intel/alderlake/include/soc/systemagent.h [new file with mode: 0644]
src/soc/intel/alderlake/meminit.c [new file with mode: 0644]
src/soc/intel/alderlake/p2sb.c [new file with mode: 0644]
src/soc/intel/alderlake/reset.c [new file with mode: 0644]
src/soc/intel/alderlake/romstage/Makefile.inc [new file with mode: 0644]
src/soc/intel/alderlake/romstage/fsp_params.c [new file with mode: 0644]
src/soc/intel/alderlake/romstage/pch.c [new file with mode: 0644]
src/soc/intel/alderlake/romstage/romstage.c [new file with mode: 0644]
src/soc/intel/alderlake/romstage/systemagent.c [new file with mode: 0644]