summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-03-25 18:23:37 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-17 05:22:04 +0000
commit296ccd9f306cbd3f56bacbd6a38f9deeccc99cc3 (patch)
tree6bf4e63506591ffe06d70da4412575b53b454fbc
parentbb0b86b8d3a1b2fdbe7114b4d50c09ef0303594c (diff)
downloadblackbird-op-build-296ccd9f306cbd3f56bacbd6a38f9deeccc99cc3.tar.gz
blackbird-op-build-296ccd9f306cbd3f56bacbd6a38f9deeccc99cc3.zip
Delete firmware whitelist
No binary-only firmware components should be included in any Talos II firmware builds
-rwxr-xr-xopenpower/scripts/firmware-whitelist9
1 files changed, 1 insertions, 8 deletions
diff --git a/openpower/scripts/firmware-whitelist b/openpower/scripts/firmware-whitelist
index 4eabb786..9a5189aa 100755
--- a/openpower/scripts/firmware-whitelist
+++ b/openpower/scripts/firmware-whitelist
@@ -4,14 +4,7 @@
# A whitelist of entire directories or specific binary files. The trailing
# slash is required.
-whitelist=( 'acenic/'
- 'bnx2/'
- 'bnx2x/bnx2x-e2-7.13.1.0.fw'
- 'cxgb4/t4fw-1.16.63.0.bin'
- 'cxgb4/t4fw.bin'
- 'cxgb3/'
- 'qed/qed_init_values_zipped-8.37.2.0.bin'
- 'ql2500_fw.bin')
+whitelist=()
if [ -z "${TARGET_DIR}" ] ; then
echo "TARGET_DIR not defined, setting to $1"
OpenPOWER on IntegriCloud