aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/kohaku/overridetree.cb
diff options
context:
space:
mode:
authorShelley Chen <shchen@google.com>2019-04-02 14:46:55 -0700
committerPatrick Georgi <pgeorgi@google.com>2019-04-04 10:34:09 +0000
commitc76409ca355f46c4a2b7e2bb4e2d36b56d23b552 (patch)
tree40a4580334f8816bd7abb9d2264c5ceb3445fc3e /src/mainboard/google/hatch/variants/kohaku/overridetree.cb
parente556f716e43daac7a8f553213eadbe352e19a79b (diff)
mb/google/hatch: Create kohaku variant
Creating Kohaku hatch variant. Currently taking a copy of the hatch variant. Kohaku-specific changes to come in future CLs. BUG=b:129706980 BRANCH=NONE TEST=NONE Change-Id: Ib4b8c2c8332910d992549e3aae8e6aff5234698b Signed-off-by: Shelley Chen <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32160 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants/kohaku/overridetree.cb')
-rw-r--r--src/mainboard/google/hatch/variants/kohaku/overridetree.cb18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/kohaku/overridetree.cb b/src/mainboard/google/hatch/variants/kohaku/overridetree.cb
new file mode 100644
index 0000000000..6e6414e8a8
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/kohaku/overridetree.cb
@@ -0,0 +1,18 @@
+chip soc/intel/cannonlake
+
+ register "SerialIoDevMode" = "{
+ [PchSerialIoIndexI2C0] = PchSerialIoPci,
+ [PchSerialIoIndexI2C1] = PchSerialIoPci,
+ [PchSerialIoIndexI2C2] = PchSerialIoPci,
+ [PchSerialIoIndexI2C3] = PchSerialIoPci,
+ [PchSerialIoIndexI2C4] = PchSerialIoPci,
+ [PchSerialIoIndexI2C5] = PchSerialIoPci,
+ [PchSerialIoIndexSPI0] = PchSerialIoPci,
+ [PchSerialIoIndexSPI1] = PchSerialIoPci,
+ [PchSerialIoIndexSPI2] = PchSerialIoDisabled,
+ [PchSerialIoIndexUART0] = PchSerialIoPci,
+ [PchSerialIoIndexUART1] = PchSerialIoDisabled,
+ [PchSerialIoIndexUART2] = PchSerialIoDisabled,
+ }"
+
+end