diff options
| author | Joel Stanley <joel@jms.id.au> | 2016-11-14 15:25:41 +1030 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2016-11-14 16:28:22 +1030 |
| commit | 182a2e0ca127d0c7afeffafe146a7503f436bd1e (patch) | |
| tree | 3a02532f5b4f23b502640548ff6d81342efc4804 /openpower/scripts | |
| parent | f8ed50ea0acd26684c131f9cba19e787bb341ff1 (diff) | |
| download | talos-op-build-182a2e0ca127d0c7afeffafe146a7503f436bd1e.tar.gz talos-op-build-182a2e0ca127d0c7afeffafe146a7503f436bd1e.zip | |
firmware-whitelist: Make whitelist accurate
The whitelist was matching bnx2* as ok, so everything in bnx2x was being
left in the image.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/scripts')
| -rwxr-xr-x | openpower/scripts/firmware-whitelist | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/openpower/scripts/firmware-whitelist b/openpower/scripts/firmware-whitelist index c28de755..e4e4bd23 100755 --- a/openpower/scripts/firmware-whitelist +++ b/openpower/scripts/firmware-whitelist @@ -2,13 +2,14 @@ # Scan the /lib/firmware directory of the target and delete any firmware # binaries that are not in our whitelist -# A whitelist of entire directories or specific binary files -whitelist=( 'acenic' - 'bnx2' +# A whitelist of entire directories or specific binary files. The trailing +# slash is required. +whitelist=( 'acenic/' + 'bnx2/' 'bnx2x/bnx2x-e2-7.12.30.0.fw' - 'cxgb4' - 'cxgb3' - 'e100' + 'cxgb4/' + 'cxgb3/' + 'e100/' 'radeon/CEDAR_rlc.bin' 'radeon/CEDAR_pfp.bin' 'radeon/CEDAR_smc.bin' |

