aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/include
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-12-06 19:10:15 +0530
committerSubrata Banik <subrata.banik@intel.com>2017-12-08 02:43:27 +0000
commitdf5ae9ce641dadde0c6a94a382e06aacab17144c (patch)
tree79e3685d9c856caab4df48ab38650824f94ca9ad /src/soc/intel/skylake/include
parent3c838c73992d0fe920fe9b5dbee912d83b6c2d7f (diff)
soc/intel/skylake: Clean up bootblock/report_platform.c
This patch ensures that all required information for pch/mch/igd deviceid and revision available in single stage and make use of local references. TEST=Build and boot soraka/eve Change-Id: I6f7f219536831210750a486ee3b3308d6f285451 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/22756 Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/include')
-rw-r--r--src/soc/intel/skylake/include/soc/pch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/skylake/include/soc/pch.h b/src/soc/intel/skylake/include/soc/pch.h
index 800e0de0e7..18b030dd4e 100644
--- a/src/soc/intel/skylake/include/soc/pch.h
+++ b/src/soc/intel/skylake/include/soc/pch.h
@@ -21,8 +21,6 @@
#include <device/device.h>
#include <rules.h>
-u8 pch_revision(void);
-u16 pch_type(void);
void pch_log_state(void);
#if ENV_RAMSTAGE
void pch_disable_devfn(device_t dev);