Skip to content

Commit 1c6f972

Browse files
Adding a Signed folder and optional folder for DBX2024 and DB2024 update packages (#83)
The signed folder contains signed versions of the contents in keystore folder plus the DBX2024 and DB2024 update packages with guidance on how to apply both changes to devices. Please review the localized readme file and the contents of each folder. --------- Co-authored-by: Doug Flick <dougflick@microsoft.com>
1 parent 638ab1b commit 1c6f972

22 files changed

Lines changed: 584 additions & 5 deletions

‎.gitignore‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
**/*.zip
22
**/*.tar.gz
3-
**/*.bin
4-
**/README.md
53
Pipfile
64
.ruff_cache/*
75
Artifacts/*
86
ReleaseArtifacts/*
9-
Scripts/__pycache__/*
7+
Scripts/__pycache__/*

‎.vscode/settings.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"[python]": {
33
"editor.defaultFormatter": null,
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.ruff": true
5+
"source.fixAll.ruff": "explicit"
66
}
77
},
88
"python.testing.pytestArgs": [

‎FirmwareDefaults.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ signature_owner = "77fa9abd-0359-4d32-bd60-28f4e78f784b"
140140
help = "Contains a list of revoked certificates that will not execute on this system. Filtered per Architecture (ARM, Intel)."
141141

142142
[[DefaultDbx.files]]
143-
path = "PreSignedObjects/DBX/Hashes/dbx_info_uefi_org_7_18_23.csv"
143+
path = "PreSignedObjects/DBX/Hashes/dbx_info_msft_4_09_24.csv"
144144
url = "https://uefi.org/sites/default/files/resources/dbx_info.csv"
145145
sha1 = 0x501379f1564a6bfc08e1e584767501bae9fd8907
146146
signature_owner = "77fa9abd-0359-4d32-bd60-28f4e78f784b"

‎PostSignedObjects/.placeholder‎

Whitespace-only changes.
13.6 KB
Binary file not shown.
6.92 KB
Binary file not shown.
4.31 KB
Binary file not shown.
5.96 KB
Binary file not shown.
4.72 KB
Binary file not shown.
4.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)