the following patch was just integrated into master: commit 9a0c9ac912b4bc4248cdada2889a13e48a06d28d Author: Shaunak Saha shaunak.saha@intel.com Date: Mon Jun 27 23:00:15 2016 -0700
soc/apollolake: Expose a function to read pmc bar
This patch exposes a function to read pmc bar. PMC bar is read in function read_pmc_mmio_bar which is defined static in file pmutil.c. This patch exposes that functionality to call it from other files.
BUG=chrome-os-partner:53438 TEST= Read the PMC bar value properly from outside pmutil file.
Change-Id: I26ee13e6ab95d3a8991c7f8ea4b3856ceb015d10 Signed-off-by: Shaunak Saha shaunak.saha@intel.com Reviewed-on: https://review.coreboot.org/15460 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See https://review.coreboot.org/15460 for details.
-gerrit