From 6e1ab7b62480812a57dc0acf2155d61e25b41068 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 29 Oct 2024 12:13:48 +0000 Subject: [PATCH] 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 --- config/coreboot/default/nuke.list | 6 +----- config/coreboot/fam15h/nuke.list | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/config/coreboot/default/nuke.list b/config/coreboot/default/nuke.list index 913610d..67348c7 100644 --- a/config/coreboot/default/nuke.list +++ b/config/coreboot/default/nuke.list @@ -4,10 +4,6 @@ Documentation 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/chromeec/test/legacy_nvmem_dump.h -3rdparty/vboot/tests/futility/data/bios_link_mp.bin -3rdparty/vboot/tests/futility/data/bios_peppy_mp.bin +3rdparty/vboot/tests/futility/data 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/vboot/tests/futility/data/bios_brya_mp.bin -3rdparty/vboot/tests/futility/data/bios_brya_mp_invalid_vblock_b.bin diff --git a/config/coreboot/fam15h/nuke.list b/config/coreboot/fam15h/nuke.list index 810113d..77530bc 100644 --- a/config/coreboot/fam15h/nuke.list +++ b/config/coreboot/fam15h/nuke.list @@ -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/rockchip/rk3368/drivers/ddr/rk3368_ddr_reg_resume_V1.05.bin 3rdparty/chromeec/test/legacy_nvmem_dump.h -3rdparty/vboot/tests/futility/data/bios_link_mp.bin -3rdparty/vboot/tests/futility/data/bios_peppy_mp.bin +3rdparty/vboot/tests/futility/data 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/F14MicrocodePatch05000029.c