Re: [PATCH 3/4] arm: mach-k3: security: Bypass image signing at runtime for GP devices

2022-08-04 Thread Tom Rini
On Fri, Jul 15, 2022 at 11:34:34AM -0500, Andrew Davis wrote: > 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. >

[PATCH 3/4] arm: mach-k3: security: Bypass image signing at runtime for GP devices

2022-07-15 Thread Andrew Davis
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 --- arch/arm/mach-k3/Makefile | 3 +--