commit | 2045cf1cd85d647d4f48c26fbc15cd2600ceb5a3 | [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 | e74e3bbe12e145e38a314951f1aed0eceb36f3af [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>