summaryrefslogtreecommitdiffstats
path: root/openpower/scripts
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-08-20 16:00:10 +0930
committerJoel Stanley <joel@jms.id.au>2018-08-22 11:23:23 +0930
commitf2955fb98c4a46f54c6324dfb31ed2fe9bc9be58 (patch)
treeea9a35c0016ccbabd478886dec4e691c99dcf92c /openpower/scripts
parentc84b0350e0a770ec2cbb01771707940385143d71 (diff)
downloadblackbird-op-build-f2955fb98c4a46f54c6324dfb31ed2fe9bc9be58.tar.gz
blackbird-op-build-f2955fb98c4a46f54c6324dfb31ed2fe9bc9be58.zip
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>
Diffstat (limited to 'openpower/scripts')
-rwxr-xr-xopenpower/scripts/firmware-whitelist7
1 files changed, 1 insertions, 6 deletions
diff --git a/openpower/scripts/firmware-whitelist b/openpower/scripts/firmware-whitelist
index f61f284b..cd217b96 100755
--- a/openpower/scripts/firmware-whitelist
+++ b/openpower/scripts/firmware-whitelist
@@ -11,12 +11,7 @@ whitelist=( 'acenic/'
'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"
OpenPOWER on IntegriCloud