commit | e1ef04fb3e3a1eb417700e34510714be0277bee9 | [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 | d1c079557fe3098da02ba92bb4e4d382e6f9b12a [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>