summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-14 09:12:07 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-17 20:52:17 -0400
commita81b0f3cfb07fe03f964155f336148edec50943c (patch)
treed05851d517dc4fb623fda65f7197bee8384e004a
parent2f779468b7f57c4f7fc4dbf5799af9a46130ac5b (diff)
downloadtalos-openbmc-a81b0f3cfb07fe03f964155f336148edec50943c.tar.gz
talos-openbmc-a81b0f3cfb07fe03f964155f336148edec50943c.zip
witherspoon: workbook: drop devtree-config recipe
This is dead code. Drop. (From meta-ibm rev: d31fd052751fbb919727e2450fac5f7e6c2496ef) Change-Id: I00f47947328db75e23ceb8bc3d395e8857a6f2ea Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config-native.bb17
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml54
2 files changed, 0 insertions, 71 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config-native.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config-native.bb
deleted file mode 100644
index 9a16dd6b3..000000000
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config-native.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Witherspoon Device Tree Configuration"
-DESCRIPTION = "Provides the device tree configuration file for Witherspoon"
-PR = "r1"
-
-inherit obmc-phosphor-license
-inherit native
-
-SRC_URI += "file://config.yaml"
-
-FILES_${PN} += "${datadir}/devtree"
-
-do_install() {
- install -d ${D}${datadir}/devtree
- install -m 0644 config.yaml ${D}${datadir}/devtree/
-}
-
-S = "${WORKDIR}"
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml
deleted file mode 100644
index 3094c164d..000000000
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-#Device tree include files, which can be
-#included in different parts of the tree.
-#Optional.
-includes:
- pre-root-node:
- - aspeed-g5.dtsi
- - dt-bindings/gpio/aspeed-gpio.h
- root-node:
- post-root-node:
-
-#The BMC's memory base address and size.
-#Required.
-memory:
- base: 0x80000000
- size: 0x40000000
-
-#Enables the mapping of the host SPI flash into memory
-#and the LPC mailbox to allow host access to that data.
-#Required for most P9 OpenPower systems.
-lpc-host-spi-flash-mailbox:
- #The address range to map the flash into
- bmc-address-range:
- base: 0x94000000
- size: 0x04000000 #64MB
-
-#Values for the chosen node.
-#Required.
-chosen:
- stdout-path: (alias)uart5
- bootargs: console=ttyS4,115200 earlyprintk
-
-#Values for the aliases node.
-#Optional.
-aliases:
- serial4: uart5
-
-#The number that should be added to the MRW's
-#I2C bus number to get the device tree's number.
-#Optional.
-i2c-bus-adjust: -1
-
-#BMC flash specific fields that don't belong
-#in the MRW. Keys and values here show up
-#as-is in the node structure that gets passed to
-#the node generator code.
-bmc-flash-config:
- chip-select-0:
- DTSI_INCLUDE: aspeed-bmc-opp-flash-layout.dtsi
- chip-select-1:
- label: alt
-
-#If OpenFSI device tree support should be enabled.
-#true or false
-enable-openfsi: true
OpenPOWER on IntegriCloud