summaryrefslogtreecommitdiffstats
path: root/openpower/scripts
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-09-13 11:26:16 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-09-14 13:46:13 +1000
commit379b91cc3974bfb414094e6e756d540e93ab1706 (patch)
tree0ce6e8a9845a640ce393ce63a7d50d89f1e4e59c /openpower/scripts
parent8ebd20e1b78ce9876e6b319866b5a5045bc12808 (diff)
downloadtalos-op-build-379b91cc3974bfb414094e6e756d540e93ab1706.tar.gz
talos-op-build-379b91cc3974bfb414094e6e756d540e93ab1706.zip
scripts: Drop support for CAICOS cards
The CAICOS series of radeon GPUs work on POWER but do not appear to survive kexec. Remove support for them from Skiroot so that the GPU won't be properly initialised until the host OS boots. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'openpower/scripts')
-rwxr-xr-xopenpower/scripts/firenze-firmware-whitelist7
1 files changed, 1 insertions, 6 deletions
diff --git a/openpower/scripts/firenze-firmware-whitelist b/openpower/scripts/firenze-firmware-whitelist
index ea2d6be6..e8fc6606 100755
--- a/openpower/scripts/firenze-firmware-whitelist
+++ b/openpower/scripts/firenze-firmware-whitelist
@@ -9,16 +9,11 @@ whitelist=( 'acenic'
'cxgb4'
'cxgb3'
'e100'
- 'radeon/CAICOS_me.bin'
'radeon/CEDAR_rlc.bin'
- 'radeon/CAICOS_mc.bin'
- 'radeon/CAICOS_pfp.bin'
'radeon/CEDAR_pfp.bin'
- 'radeon/CAICOS_smc.bin'
'radeon/CEDAR_smc.bin'
'radeon/CEDAR_me.bin'
- 'radeon/CYPRESS_uvd.bin'
- 'radeon/BTC_rlc.bin')
+ 'radeon/CYPRESS_uvd.bin')
if [ -z "${TARGET_DIR}" ] ; then
echo "TARGET_DIR not defined, setting to $1"
OpenPOWER on IntegriCloud