summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2025-10-10 13:59:31 +0300
committerHeinrich Schuchardt <[email protected]>2025-10-18 11:52:28 +0200
commit186b2d24075992e2c19a769578a690ea890eedb1 (patch)
treea64d226ce2ca7843d6182fcf6b5de4e989fb1bbb /doc/usage
parenta7762037d234b75834fd5822c134493b860467a2 (diff)
efi_loader: Use ESRT_FW_TYPE_SYSTEMFIRMWARE instead of ESRT_FW_TYPE_UNKNOWN
We currently set the firmware image type to ESRT_FW_TYPE_UNKNOWN. The spec defines the following: ESRT_FW_TYPE_UNKNOWN 0x00000000 ESRT_FW_TYPE_SYSTEMFIRMWARE 0x00000001 ESRT_FW_TYPE_DEVICEFIRMWARE 0x00000002 ESRT_FW_TYPE_UEFIDRIVER 0x00000003 Since we don't support updating DEVICEFIRMWARE or UEFIDRIVER types, let's switch over to SYSTEMFIRMWARE which seems more appropriate. Suggested-by: Michal Simek <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/usage')
0 files changed, 0 insertions, 0 deletions