summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/chip.h
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-07-25 10:03:37 +0200
committerMichael Niewöhner <c0d3z3r0@review.coreboot.org>2020-07-29 20:57:21 +0000
commit87aecf811dcf56fa326dc644da4c29e453167cce (patch)
tree8d1b101b443d3f549fc21f83108c337fb55f3744 /src/soc/intel/skylake/chip.h
parentffe90c528b0487ce47a123ae905be8823c5615ae (diff)
downloadcoreboot-87aecf811dcf56fa326dc644da4c29e453167cce.tar.gz
coreboot-87aecf811dcf56fa326dc644da4c29e453167cce.tar.bz2
coreboot-87aecf811dcf56fa326dc644da4c29e453167cce.zip
soc/intel/skylake: Enable TraceHub depending on devicetree configuration
Currently TraceHub gets enabled by the option EnableTraceHub, but this duplicates the devicetree on/off options. Therefore use the on/off options for the enablement of the TraceHub controller. I checked all corresponding mainboards if the devicetree configuration matches the EnableTraceHub setting. Change-Id: Idcd1e5035bc66c48620e4033d8b4988428e63db9 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43847 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake/chip.h')
-rw-r--r--src/soc/intel/skylake/chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h
index 243e6ee8515b..f670e0878fc6 100644
--- a/src/soc/intel/skylake/chip.h
+++ b/src/soc/intel/skylake/chip.h
@@ -175,7 +175,6 @@ struct soc_intel_skylake_config {
u8 IoBufferOwnership;
/* Trace Hub function */
- u8 EnableTraceHub;
u32 TraceHubMemReg0Size;
u32 TraceHubMemReg1Size;