summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-01-31 15:58:12 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-09 17:16:33 +0000
commit0fbda6cd06a553ad2a4896066002d2eae9cc8e65 (patch)
tree65cfa6225d794bb27a34bbcbe47ce4494776a696 /meta-openbmc-machines
parent4814d4b4824977a2243c8135f19bbec6bbfe809d (diff)
downloadtalos-openbmc-0fbda6cd06a553ad2a4896066002d2eae9cc8e65.tar.gz
talos-openbmc-0fbda6cd06a553ad2a4896066002d2eae9cc8e65.zip
Add spi mailbox section to devtree config file
Add a section to the config file to select the address range to use for mapping the PNOR into BMC memory. If the LPC mailbox isn't being used on a system this whole section can be removed. Change-Id: I981e4d1aca2e09997c874fcc5b528e846193e2eb Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml
index a0c042229..3c21ad31e 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml
@@ -14,10 +14,19 @@ 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: uart5
+ stdout-path: (alias)uart5
bootargs: console=ttyS4,115200 earlyprintk
#Values for the aliases node.
OpenPOWER on IntegriCloud