summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-07-12 14:50:22 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-13 15:15:00 +1000
commit529737e88099ea08546360d8e0625534a1cd7118 (patch)
treea12cfd91aa166b23e631258ada98ddbf935b02ac
parente3188c1d09071036ff1af9f5702a51cdedae4bde (diff)
downloadblackbird-op-build-529737e88099ea08546360d8e0625534a1cd7118.tar.gz
blackbird-op-build-529737e88099ea08546360d8e0625534a1cd7118.zip
witherspoon: rename to witherspoon-sequoia, witherspoon-redbud
Since Sequoia and Redbud planars currently require different images, and people are getting the wrong PNOR and flashing it, prevent that by forcing them to make a decision. Eventually this should go away, and we have one 'witherspoon' platform for both planars. Unfortunately, that day is not today. Suggested-by: Michael Neuling <mikey@neuling.org> Suggested-by: Dan Crowell <dcrowell@us.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--openpower/configs/witherspoon-redbud_defconfig (renamed from openpower/configs/redbud_defconfig)2
-rw-r--r--openpower/configs/witherspoon-sequoia_defconfig (renamed from openpower/configs/witherspoon_defconfig)2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/configs/redbud_defconfig b/openpower/configs/witherspoon-redbud_defconfig
index d8493e13..7a261774 100644
--- a/openpower/configs/redbud_defconfig
+++ b/openpower/configs/witherspoon-redbud_defconfig
@@ -49,7 +49,7 @@ BR2_OPENPOWER_MRW_XML_FILENAME="WITHERSPOON_hb.mrw.xml"
BR2_OPENPOWER_BIOS_XML_FILENAME="WITHERSPOON_bios.xml"
BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME="defaultPnorLayout_64.xml"
BR2_OPENPOWER_CONFIG_NAME="witherspoon"
-BR2_OPENPOWER_PNOR_FILENAME="redbud.pnor"
+BR2_OPENPOWER_PNOR_FILENAME="witherspoon-redbud.pnor"
BR2_HOSTBOOT_BINARY_SBE_FILENAME="nimbus_sbe.img.ecc"
BR2_HOSTBOOT_BINARY_SBEC_FILENAME="centaur_sbec_pad.img.ecc"
BR2_HOSTBOOT_BINARY_WINK_FILENAME="p9n.ref_image.hdr.bin.ecc"
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon-sequoia_defconfig
index d41c2f08..d7580fbb 100644
--- a/openpower/configs/witherspoon_defconfig
+++ b/openpower/configs/witherspoon-sequoia_defconfig
@@ -48,7 +48,7 @@ BR2_OPENPOWER_MRW_XML_FILENAME="WITHERSPOON_hb.mrw.xml"
BR2_OPENPOWER_BIOS_XML_FILENAME="WITHERSPOON_bios.xml"
BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME="defaultPnorLayout_64.xml"
BR2_OPENPOWER_CONFIG_NAME="witherspoon"
-BR2_OPENPOWER_PNOR_FILENAME="witherspoon.pnor"
+BR2_OPENPOWER_PNOR_FILENAME="witherspoon-sequoia.pnor"
BR2_HOSTBOOT_BINARY_SBE_FILENAME="nimbus_sbe.img.ecc"
BR2_HOSTBOOT_BINARY_SBEC_FILENAME="centaur_sbec_pad.img.ecc"
BR2_HOSTBOOT_BINARY_WINK_FILENAME="p9n.ref_image.hdr.bin.ecc"
OpenPOWER on IntegriCloud