Drop untested graphic support from the build
Back in the day Tuletta (P8) machines would use Radeon GPU drivers. No
one has tested this in many moons. To save all systems from paying for
the kernel driver, disable it in the kernel configuration and drop the
firmware from the firenze, pseries and zz configurations.
A similar story applies for Matrox cards.
If someone comes hunting for support in the future they can revert this
commit.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/scripts/firmware-whitelist b/openpower/scripts/firmware-whitelist
index f61f284..cd217b9 100755
--- a/openpower/scripts/firmware-whitelist
+++ b/openpower/scripts/firmware-whitelist
@@ -11,12 +11,7 @@
'cxgb4/t4fw.bin'
'cxgb3/'
'e100/'
- 'ql2500_fw.bin'
- 'radeon/CEDAR_rlc.bin'
- 'radeon/CEDAR_pfp.bin'
- 'radeon/CEDAR_smc.bin'
- 'radeon/CEDAR_me.bin'
- 'radeon/CYPRESS_uvd.bin')
+ 'ql2500_fw.bin')
if [ -z "${TARGET_DIR}" ] ; then
echo "TARGET_DIR not defined, setting to $1"