irony prevention
people were raising a stink about futility test data in GNU Boot recently, which is proprietary data that they forgot to delete. i was already deleting this data since october 2023, when canoeboot pretty much first started, and they recently started following suit in their project. however, i was deleting specific files, found as a result of intense auditing done in october 2023. to be more cautious, this patch now simply deletes the entire directory, so that no test data remains. this ensures that any future additions upstream will not be included inadvertently in releases. not to gloat, but this was never an issue in canoeboot. again to be clear, this is a preventative fix; titled "irony prevention", because such a bug in a future release would indeed be highly ironic. irony is not allowed. Signed-off-by: Leah Rowe <info@minifree.org>master
parent
03f7a7b53a
commit
6e1ab7b624
|
@ -4,10 +4,6 @@ Documentation
|
||||||
3rdparty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/spm_suspend.c
|
3rdparty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/spm_suspend.c
|
||||||
3rdparty/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/rk3368_ddr_reg_resume_V1.05.bin
|
3rdparty/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/rk3368_ddr_reg_resume_V1.05.bin
|
||||||
3rdparty/chromeec/test/legacy_nvmem_dump.h
|
3rdparty/chromeec/test/legacy_nvmem_dump.h
|
||||||
3rdparty/vboot/tests/futility/data/bios_link_mp.bin
|
3rdparty/vboot/tests/futility/data
|
||||||
3rdparty/vboot/tests/futility/data/bios_peppy_mp.bin
|
|
||||||
3rdparty/chromeec/third_party/bmi260/accelgyro_bmi260_config_tbin.h
|
3rdparty/chromeec/third_party/bmi260/accelgyro_bmi260_config_tbin.h
|
||||||
3rdparty/vboot/tests/futility/data/bios_peppy_dev.bin
|
|
||||||
3rdparty/stm/Test/FrmPkg/Core/Init/Dmar.h
|
3rdparty/stm/Test/FrmPkg/Core/Init/Dmar.h
|
||||||
3rdparty/vboot/tests/futility/data/bios_brya_mp.bin
|
|
||||||
3rdparty/vboot/tests/futility/data/bios_brya_mp_invalid_vblock_b.bin
|
|
||||||
|
|
|
@ -5,8 +5,7 @@ src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch05000119.c
|
||||||
3rdparty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/spm_suspend.c
|
3rdparty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/spm_suspend.c
|
||||||
3rdparty/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/rk3368_ddr_reg_resume_V1.05.bin
|
3rdparty/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/rk3368_ddr_reg_resume_V1.05.bin
|
||||||
3rdparty/chromeec/test/legacy_nvmem_dump.h
|
3rdparty/chromeec/test/legacy_nvmem_dump.h
|
||||||
3rdparty/vboot/tests/futility/data/bios_link_mp.bin
|
3rdparty/vboot/tests/futility/data
|
||||||
3rdparty/vboot/tests/futility/data/bios_peppy_mp.bin
|
|
||||||
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch0500000B.c
|
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch0500000B.c
|
||||||
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch0500001A.c
|
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch0500001A.c
|
||||||
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch05000029.c
|
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch05000029.c
|
||||||
|
|
Loading…
Reference in New Issue