diff options
author | Hannah Williams <hannah.williams@intel.com> | 2016-02-11 13:46:28 -0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-04-30 02:34:29 +0200 |
commit | 733b39aed4b12aa1e6ec5b4b7db9bb48ba88e015 (patch) | |
tree | 98f3a814ab9335f2063c3fc7673e6f8c96dc90af /src/soc/intel/apollolake/Makefile.inc | |
parent | 80a3df260767a6d9ad34b61572d483579c21476c (diff) |
soc/apollolake: Prevent PMC BAR reassignment during resource allocation
Change-Id: Ie8e21e62ecd25f3c620a57c24948411c14c1e111
Signed-off-by: Hannah Williams <hannah.williams@intel.com>
Reviewed-on: https://review.coreboot.org/14315
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Makefile.inc')
-rw-r--r-- | src/soc/intel/apollolake/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index f0a33f763d..e162a01a13 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -45,6 +45,7 @@ ramstage-y += northbridge.c ramstage-y += spi.c ramstage-y += tsc_freq.c ramstage-y += pmutil.c +ramstage-y += pmc.c postcar-y += exit_car.S postcar-y += memmap.c |