coreboot-kgpe-d16/src/mainboard/google/zoombini
Subrata Banik c4986eb7f4 soc/intel/common/block: Add common chip config block
Adding common chip config structure which will be used to return data to
common code. When common code requires soc data, code used to fetch
entire soc config structure. With this change, common code will only get
the data/structure which is required by common code and not entire
config.

For now, adding i2c, gspi and lockdown configuration which will be used
by common code.

BUG=none
BRANCH=b:78109109
TEST=compile code for APL/SKL/CNL. Boot using SKL/APL/CNL and check
values are returned properly using common structure.

Change-Id: I7f1671e064782397d3ace066a08bf1333192b21a
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/26189
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Hannah Williams <hannah.williams@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-06-06 06:23:45 +00:00
..
spd mainboard/google/zoombini: consolidate SPD makefiles 2018-02-28 17:38:47 +00:00
variants soc/intel/common/block: Add common chip config block 2018-06-06 06:23:45 +00:00
acpi_tables.c
board_info.txt
boardid.c boardid: Minor clean up and standardization 2017-12-07 01:18:25 +00:00
bootblock.c
chromeos.c mb/google/zoombini: always report EC is in RO mode 2018-03-23 08:54:59 +00:00
chromeos.fmd
dsdt.asl mainboard/google/zoombini: add EC to ACPI tables 2018-01-22 21:49:45 +00:00
ec.c ec/google/chromeec: Add library function google_chromeec_events_init 2017-10-08 19:38:28 +00:00
Kconfig security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
Kconfig.name mainboard/google: Comment variant names in Kconfig 2018-05-04 01:03:49 +00:00
mainboard.c mb/google: Get rid of device_t 2018-05-08 18:31:26 +00:00
Makefile.inc mainboard/google/zoombini: consolidate SPD makefiles 2018-02-28 17:38:47 +00:00
memory.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
ramstage.c mainboard/google/zoombini: add gpio init to ramstage 2018-01-11 01:10:01 +00:00
romstage.c mainboard/google/zoombini: Provide memory configuration variant API 2018-01-09 18:19:32 +00:00
smihandler.c