summaryrefslogtreecommitdiff
path: root/config/git/deguard
AgeCommit message (Collapse)Author
5 daysupdate deguardLeah Rowe
this adds the recent kaby thinkpads Signed-off-by: Leah Rowe <leah@libreboot.org>
2025-10-16git: don't use review.coreboot.org as mainLeah Rowe
where backup links are available, use those as main instead. this is because of the new XBMK_CACHE_MIRROR variable, which makes --mirror be used when performed on review.coreboot.org, this also pulls down all changes from gerrit code review; the github backups for example only contain the official branches, but gerrit creates a new ref per merge request. a user can still run ./mk -F to force pulling all repos, including the coreboot.org ones, but use of -f will skip the coreboot.org ones if the backup links worked and contain the local commit needed, by a given project used in xbmk. this patch won't change any real-world behaviour for xbmk users, but it is done as a courtesy to the coreboot project, in that it largely avoids a sudden surge in coreboot.org's traffic if lots of users start doing XBMK_CACHE_MIRROR=y if XBMK_CACHE_MIRROR is not set, or set to anything other than y, a regular clone is performed, saving cached sources to cache/clone/ - otherwise, cache/mirror/ is used. Signed-off-by: Leah Rowe <leah@libreboot.org>
2025-07-06deguard: bump to rev 0ed3e4fLeah Rowe
There really isn't anything functionally different. However, this means one less patch is needed in lbmk. Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-12-27add spdx headers to various config filesLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-12-01vendor.sh: Use the new deguard for 3050microLeah Rowe
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>
2024-09-24Add Mate Kukri's deguard utilityLeah Rowe
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 <leah@libreboot.org>