microsoft / secureboot_objects

Secure boot objects recommended by Microsoft.
Other
29 stars 9 forks source link

Reorganizing Secure Boot Repo #84

Closed Flickdm closed 4 months ago

Flickdm commented 4 months ago

This reorganizes the folder structure to prepare for Signed Objects

  1. keystore.toml was renamed to FirmwareDefaults.toml
  2. Created two new folders PreSignedObjects, and PostSignedObjects
    • PreSignedObjects now represents Objects that may exist in your Secure Boot Configuration
    • PostSignedObjects now represents Signed Objects from Microsoft that will map to the PreSignedObjects
  3. All Existing Objects were moved

This should not be a breaking change. However Breaking changes are likely to come in follow up commits.