[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Remove unused headers from soc/cpu.c

Barnali Sarkar (Code Review) gerrit at coreboot.org
Wed Jun 14 13:20:36 CEST 2017


Barnali Sarkar has uploaded this change for review. ( https://review.coreboot.org/20214


Change subject: soc/intel/apollolake: Remove unused headers from soc/cpu.c
......................................................................

soc/intel/apollolake: Remove unused headers from soc/cpu.c

These deleted headers are not used by the cpu.c file.
Keeping these headers(like intelblocks/cpulib.h) are
creating building issues for the Common MP-Init code.

BUG=none
BRANCH=none
TEST=Build and boot reef

Change-Id: I82003bbfc31d6dd630eb0dedd77015f67cc7dc4c
Signed-off-by: Barnali Sarkar <barnali.sarkar at intel.com>
---
M src/soc/intel/apollolake/cpu.c
1 file changed, 0 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/20214/1

diff --git a/src/soc/intel/apollolake/cpu.c b/src/soc/intel/apollolake/cpu.c
index ec202e4..23ed92a 100644
--- a/src/soc/intel/apollolake/cpu.c
+++ b/src/soc/intel/apollolake/cpu.c
@@ -20,15 +20,11 @@
 #include <bootstate.h>
 #include <console/console.h>
 #include <cpu/cpu.h>
-#include <cpu/x86/cache.h>
 #include <cpu/x86/mp.h>
 #include <cpu/intel/microcode.h>
 #include <cpu/x86/msr.h>
 #include <cpu/x86/mtrr.h>
-#include <device/device.h>
-#include <device/pci.h>
 #include <fsp/api.h>
-#include <intelblocks/cpulib.h>
 #include <intelblocks/fast_spi.h>
 #include <intelblocks/msr.h>
 #include <reg_script.h>

-- 
To view, visit https://review.coreboot.org/20214
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I82003bbfc31d6dd630eb0dedd77015f67cc7dc4c
Gerrit-Change-Number: 20214
Gerrit-PatchSet: 1
Gerrit-Owner: Barnali Sarkar <barnali.sarkar at intel.com>



More information about the coreboot-gerrit mailing list