From 296ccd9f306cbd3f56bacbd6a38f9deeccc99cc3 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sun, 25 Mar 2018 18:23:37 -0500 Subject: Delete firmware whitelist No binary-only firmware components should be included in any Talos II firmware builds --- openpower/scripts/firmware-whitelist | 9 +-------- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.1