coreboot-kgpe-d16/src
Furquan Shaikh 514ddef4e5 mb/google/{drallion,sarien}: Configure GPIOs in mainboard chip->init()
mainboard_silicon_init_params() is supposed to be used for only
overriding any FSP params as per mainboard configuration. GPIOs should
be configured by mainboard as part of its chip init(). This ensures
proper ordering w.r.t. any common operations that the SoC code might
want to perform e.g. snapshot ITSS polarities.

This change moves the configuration of GPIOs from
mainboard_silicon_init_params() to mainboard chip->init().

Change-Id: I5cd89c6e24b6a4b0c20fd476915f3781a0d46e0d
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36269
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Mathew King <mathewk@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-10-25 06:55:22 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch arch/acpi.h: Use of typedef for acpi_vfct 2019-10-24 07:44:53 +00:00
commonlib cbmem: Add IDs for TSEG and BERT table data 2019-10-20 16:46:07 +00:00
console postcar: Fix linking error with disabled postcar console 2019-10-16 11:38:23 +00:00
cpu cpu/intel/common: Enable GetSec leaves for Intel TXT 2019-10-24 07:40:01 +00:00
device arch/acpi.h: Use of typedef for acpi_vfct 2019-10-24 07:44:53 +00:00
drivers drivers/ipmi: Add IPMI BMC FRB2 watchdog timer support 2019-10-24 15:47:40 +00:00
ec src/ec/quanta: Drop wrong _ADR objects 2019-10-24 15:52:16 +00:00
include src/include/console: Get rid of unused deprecated POST codes 2019-10-24 16:09:30 +00:00
lib fmap: Add get_fmap_flash_offset() 2019-09-27 21:59:44 +00:00
mainboard mb/google/{drallion,sarien}: Configure GPIOs in mainboard chip->init() 2019-10-25 06:55:22 +00:00
northbridge acpi: Drop wrong _ADR objects for PCI host bridges 2019-10-24 09:28:28 +00:00
security security/memory: Add x86_64 support 2019-10-20 11:30:47 +00:00
soc soc/amd/picasso: Remove duplicate AMD_PUBKEY_FILE from Kconfig 2019-10-24 21:11:09 +00:00
southbridge sb/intel/i82801gx: Set FERR# Mux Enable only on mobile platforms 2019-10-22 20:07:11 +00:00
superio src: Remove unused 'include <string.h>' 2019-10-20 17:19:34 +00:00
vendorcode src/vendorcode/intel: Update Comet Lake FSP headers as per FSP v1394 2019-10-25 02:05:12 +00:00
Kconfig arch/x86: Add a choice for selecting normal/fallback cbfs prefix 2019-10-08 11:40:25 +00:00