From df5ae9ce641dadde0c6a94a382e06aacab17144c Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 6 Dec 2017 19:10:15 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/22756 Reviewed-by: Rizwan Qureshi Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/soc/intel/skylake/include/soc/pch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/intel/skylake/include') 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 #include -u8 pch_revision(void); -u16 pch_type(void); void pch_log_state(void); #if ENV_RAMSTAGE void pch_disable_devfn(device_t dev); -- cgit v1.2.3