commit | 3498c54d26a9bf7c898ef4b69c507ffa4e6dc46b | [log] [tgz] |
---|---|---|
author | Benjamin Shai <[email protected]> | Thu Jan 09 10:45:54 2025 -0800 |
committer | Chromeos LUCI <[email protected]> | Thu Jan 09 16:20:19 2025 -0800 |
tree | 5c65d75acab28069e6c310cefc40bf06f0b301fb | |
parent | c3f20ccfcf304808300fff2e0d9191ca15d9116c [diff] |
signing: add condition for flexor Looking at `ImageType` enum in the proto def, we use a type `IMAGE_TYPE_FLEXOR_KERNEL` for uefi signing. The old signing instructions would translate that to uefi, but new signing just strips the prefix and passes through `flexor_kernel`. Instead of having to do mapping, let's just make all the code consistent and easier to reason about. BUG=b:372702794 TEST=None Change-Id: I90c0bfc9afe0daea23a3f4e2fc0cac6f88779fe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/6165423 Reviewed-by: George Engelbrecht <[email protected]> Commit-Queue: ChromeOS Auto Retry <[email protected]> Reviewed-by: Madeleine Hardt <[email protected]> Tested-by: Benjamin Shai <[email protected]>