Maxim Polyakov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34338 )
Change subject: soc/intel/skylake: add support advanced gpio macros ......................................................................
soc/intel/skylake: add support advanced gpio macros
Adds support advanced PAD_CFG_ADV_* macros[1] for Sky/Kaby Lake SoC and Sunrise PCH.
[1] Change-Id: If9fe50ff9a680633db6228564345200c0e1ee3ea
Change-Id: Ib13a2174571eb9dc5df67bb7996b1d6a7c33b23a Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M src/soc/intel/skylake/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/34338/1
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index f36d5ca..630bb2d 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -59,6 +59,7 @@ select SOC_INTEL_COMMON_BLOCK_CPU select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT select SOC_INTEL_COMMON_BLOCK_GPIO_DUAL_ROUTE_SUPPORT + select SOC_INTEL_COMMON_BLOCK_GPIO_ADVANCED_MACROS select SOC_INTEL_COMMON_BLOCK_GPIO_LEGACY_MACROS select SOC_INTEL_COMMON_BLOCK_GPIO_PADCFG_PADTOL select SOC_INTEL_COMMON_BLOCK_GSPI
Maxim Polyakov has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/34338 )
Change subject: soc/intel/skylake: add support advanced gpio macros ......................................................................
Abandoned