From 0266a4891328c22050e09f41d79fac5ef161efca Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Sep 2024 13:41:01 +0100 Subject: Add Mate Kukri's deguard utility This program disables the Intel Boot Guard on Dell OptiPlex 3050 Micro, via Intel ME modification. Using this hack, you can run unsigned code on the ME. Mate disabled BootGuard this way. This will be used to add Dell OptiPlex 3050 Micro support in Libreboot. Signed-off-by: Leah Rowe --- config/git/deguard/pkg.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/git/deguard/pkg.cfg diff --git a/config/git/deguard/pkg.cfg b/config/git/deguard/pkg.cfg new file mode 100644 index 00000000..3da47380 --- /dev/null +++ b/config/git/deguard/pkg.cfg @@ -0,0 +1,3 @@ +rev="fc4c59ac35e6f38c195214d71340a6adade2689f" +url="https://review.coreboot.org/deguard" +bkup_url="https://codeberg.org/libreboot/deguard" -- cgit v1.2.1