Add FMP UUIDs for ESRT
These are just version 4 (random) UUIDs to use as FMP GUIDs. This change was generated with the following command: find models/ -name edk2.config -exec bash -c 'echo -e "\n# FMP UUIDs for ESRT\nSYSTEM_FMP_UUID=$(uuidgen -r)\nEC_FMP_UUID=$(uuidgen -r)" >> {}' \; And then staged for everything except QEMU. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@@ -7,3 +7,7 @@ SERIAL_DRIVER_ENABLE=FALSE
|
||||
SHELL_TYPE=NONE
|
||||
TPM_ENABLE=TRUE
|
||||
#SYSTEM76_EC_LOGGING=TRUE
|
||||
|
||||
# FMP UUIDs for ESRT
|
||||
SYSTEM_FMP_UUID=f7ff804e-00d1-4879-9fbc-5d9e98aad921
|
||||
EC_FMP_UUID=b4110dea-a9a5-4336-b3d2-1dda742f0755
|
||||
|
Reference in New Issue
Block a user