commit | a0379c6fe3bfac4e0d7633830b9d23166f3edacf | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Jul 15 11:34:34 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 04 15:32:20 2022 -0400 |
tree | c26712f61aefb79013823f74645437d9331a666e | |
parent | e1ef04fb3e3a1eb417700e34510714be0277bee9 [diff] |
arm: mach-k3: security: Bypass image signing at runtime for GP devices We can skip the image authentication check at runtime if the device is GP. This reduces the delta between GP and HS U-Boot builds. End goal is to re-unify the two build types into one build that can run on all device types. Signed-off-by: Andrew Davis <afd@ti.com>