microsoft / mu_feature_mm_supv

Project Mu - Feature Repo - MM Supervisor
https://microsoft.github.io/mu
Other
48 stars 29 forks source link

aux_gen: Update key symbol signature format #267

Closed Javagedes closed 7 months ago

Javagedes commented 7 months ago

Description

Updates the config file to accept a [char; 4] instead of a u32 for the key symbol signature. This is to better match the SIGNATURE_32 function provided by edk2, which converts 4 characters into a u32 signature.

How This Was Tested

Locally confirmed a config file and efi/pdb are successfully parsed.

Integration Instructions

N/A