commit | e74e3bbe12e145e38a314951f1aed0eceb36f3af | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Jul 15 11:34:33 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 04 15:32:20 2022 -0400 |
tree | f9d6a38af4ed7c29afdf9cedffae294c9d0ece6f | |
parent | f8c9836567a1c6a88d107c4c0df278fb25af95fc [diff] |
arm: mach-k3: security: Allow signing bypass if type is HS-FS On HS-FS devices signing boot images is optional. To ease use we check if we are HS-FS and if no certificate is attached to the image we skip the authentication step with a warning that this will fail when the device is set to security enforcing. Signed-off-by: Andrew Davis <afd@ti.com>