mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
vendor.sh: Use the new deguard for 3050micro
I'm adding ThinkPad T480 support next, which requires the new revision of deguard. Mate Kukri changed the way deguard is used, in a rewrite of the project, so lbmk has to change too. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
rev="fc4c59ac35e6f38c195214d71340a6adade2689f"
|
||||
rev="de176a7f20650b272a01efb633931a63128c1647"
|
||||
url="https://review.coreboot.org/deguard"
|
||||
bkup_url="https://codeberg.org/libreboot/deguard"
|
||||
|
||||
Vendored
+7
-1
@@ -1,4 +1,10 @@
|
||||
DL_hash="976bbb1e625f64df276d8343757d910c88b8a781f953bc2c41a7dd15184ec70d55f8081de2a0aaa83cddb8e73bdc2df6288fde6e0897e4928c48ca4bb30bea2d"
|
||||
DL_url="https://download.asrock.com/BIOS/1151/H110M-DGS(7.30)ROM.zip"
|
||||
DL_url_bkup="https://web.archive.org/web/20230822134231/https://download.asrock.com/BIOS/1151/H110M-DGS(7.30)ROM.zip"
|
||||
ME_bootguard="me11disreguard"
|
||||
|
||||
# We will use deguard to disable the Intel Boot Guard:
|
||||
ME11bootguard="y"
|
||||
ME11delta="optiplex_3050" # subdirectory under deguard's data/delta/
|
||||
ME11version="11.6.0.1126"
|
||||
ME11sku="2M"
|
||||
ME11pch="H"
|
||||
|
||||
Reference in New Issue
Block a user