]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3a0a9b851fa8f7e82ef577afc00693327cdb513b
treec26712f61aefb79013823f74645437d9331a666e
parentc9ade17ac2713f63dde6a0e48d6ed0885f330ea1
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