summaryrefslogtreecommitdiffstats
path: root/resources/utilities
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-11 16:05:40 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-11 16:06:48 (EDT)
commit823c1922ed13d4ab60d975495564f36b57e1f600 (patch)
treeb50137bb26725a905adde4ff1f6c42e6ec945d7b /resources/utilities
parentd8b597f33e75d04b84be7c9d7081a3b97821617d (diff)
downloadlibreboot-823c1922ed13d4ab60d975495564f36b57e1f600.zip
libreboot-823c1922ed13d4ab60d975495564f36b57e1f600.tar.gz
libreboot-823c1922ed13d4ab60d975495564f36b57e1f600.tar.bz2
coreboot-libre: move non-blob to nonblobs list
Diffstat (limited to 'resources/utilities')
-rwxr-xr-xresources/utilities/coreboot-libre/deblob4
-rw-r--r--resources/utilities/coreboot-libre/nonblobs1
-rw-r--r--resources/utilities/coreboot-libre/nonblobs_notes3
3 files changed, 4 insertions, 4 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob
index 18bce96..670f67c 100755
--- a/resources/utilities/coreboot-libre/deblob
+++ b/resources/utilities/coreboot-libre/deblob
@@ -130,10 +130,6 @@ rm -f \
"3rdparty/vboot/tests/futility/data/bios_peppy_mp.bin" \
"3rdparty/vboot/tests/futility/data/bios_link_mp.bin"
-# Unsure if this is a proprietary blob:
-rm -f \
-"3rdparty/vboot/tests/testcases/padding_test_vectors.inc"
-
printf "\n\n"
cd "../"
diff --git a/resources/utilities/coreboot-libre/nonblobs b/resources/utilities/coreboot-libre/nonblobs
index 7673852..2790b09 100644
--- a/resources/utilities/coreboot-libre/nonblobs
+++ b/resources/utilities/coreboot-libre/nonblobs
@@ -352,3 +352,4 @@
./3rdparty/vboot/futility/cmd_gbb_utility.c
./3rdparty/vboot/firmware/lib/cgptlib/crc32.c
./3rdparty/vboot/firmware/lib/cryptolib/padding.c
+./3rdparty/vboot/tests/testcases/padding_test_vectors.inc
diff --git a/resources/utilities/coreboot-libre/nonblobs_notes b/resources/utilities/coreboot-libre/nonblobs_notes
index 551da4a..e4f26f4 100644
--- a/resources/utilities/coreboot-libre/nonblobs_notes
+++ b/resources/utilities/coreboot-libre/nonblobs_notes
@@ -11,5 +11,8 @@ These are used by native raminit for the relevant platforms, and are not blobs
"src/southbridge/sis/sis966/early_setup_ss.h"
not blobs
+./3rdparty/vboot/tests/testcases/padding_test_vectors.inc
+It's not a blob, see tests/rsa_padding_test.h for explanation.
+
The text in this file is CC-BY-SA 4.0 or higher. All contributions to it must
be made under the same license.