From 0b15b70b18b0a76b053c9321c308c7364618ba93 Mon Sep 17 00:00:00 2001 From: Divya Chellap Date: Wed, 29 Nov 2017 18:53:03 +0530 Subject: soc/intel/apollolake: Add PNP config 1. Programs PNP values for AUNIT, BUNIT & TUNIT registers as per reference code. 2. A new configuration option pnp_settings is introduced in devicetree.cb to select PNP settings among performance, power, power & performance. TEST = built and booted glkrvp, verfied that the callback gets control, verified warm and cold reboots. Change-Id: Ibd70a42c9406941c8a93cc972f22c2475e9d0200 Signed-off-by: Divya Chellap Reviewed-on: https://review.coreboot.org/22488 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/apollolake/Makefile.inc') diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index 5fc07ae6bb..60f4ee37a9 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -60,6 +60,7 @@ ramstage-y += nhlt.c ramstage-y += spi.c ramstage-y += systemagent.c ramstage-y += pmutil.c +ramstage-y += pnpconfig.c ramstage-y += pmc.c ramstage-y += reset.c ramstage-y += xdci.c -- cgit v1.2.3