arm: mach-k3: security: Bypass image signing at runtime for GP devices
authorAndrew Davis <afd@ti.com>
Fri, 15 Jul 2022 16:34:34 +0000 (11:34 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 19:32:20 +0000 (15:32 -0400)
commita0379c6fe3bfac4e0d7633830b9d23166f3edacf
treec26712f61aefb79013823f74645437d9331a666e
parente1ef04fb3e3a1eb417700e34510714be0277bee9
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>
arch/arm/mach-k3/Makefile
arch/arm/mach-k3/common.c
arch/arm/mach-k3/security.c