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>
diff --git a/openpower/scripts/firenze-firmware-whitelist b/openpower/scripts/firenze-firmware-whitelist
index ea2d6be..e8fc660 100755
--- a/openpower/scripts/firenze-firmware-whitelist
+++ b/openpower/scripts/firenze-firmware-whitelist
@@ -9,16 +9,11 @@
'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"