diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-11 21:05:40 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-11 21:06:48 +0100 |
commit | 823c1922ed13d4ab60d975495564f36b57e1f600 (patch) | |
tree | b50137bb26725a905adde4ff1f6c42e6ec945d7b /resources/utilities | |
parent | d8b597f33e75d04b84be7c9d7081a3b97821617d (diff) | |
download | librebootfr-823c1922ed13d4ab60d975495564f36b57e1f600.tar.gz librebootfr-823c1922ed13d4ab60d975495564f36b57e1f600.zip |
coreboot-libre: move non-blob to nonblobs list
Diffstat (limited to 'resources/utilities')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 4 | ||||
-rw-r--r-- | resources/utilities/coreboot-libre/nonblobs | 1 | ||||
-rw-r--r-- | resources/utilities/coreboot-libre/nonblobs_notes | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 18bce965..670f67c9 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 7673852c..2790b093 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 551da4a8..e4f26f46 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. |