Re: [PATCH 4/4] arm: mach-k3: security: Remove certificate if detected on GP device

2022-08-04 Thread Tom Rini
On Fri, Jul 15, 2022 at 11:34:35AM -0500, Andrew Davis wrote: > If the device is a GP and we detect a signing certificate then remove it. > It would fail to authenticate otherwise as the device is GP and has no > secure authentication services in SYSFW. > > This shouldn't happen often as trying

Re: [PATCH 4/4] arm: mach-k3: security: Remove certificate if detected on GP device

2022-07-18 Thread Tom Rini
On Fri, Jul 15, 2022 at 11:34:35AM -0500, Andrew Davis wrote: > If the device is a GP and we detect a signing certificate then remove it. > It would fail to authenticate otherwise as the device is GP and has no > secure authentication services in SYSFW. > > This shouldn't happen often as trying

[PATCH 4/4] arm: mach-k3: security: Remove certificate if detected on GP device

2022-07-15 Thread Andrew Davis
If the device is a GP and we detect a signing certificate then remove it. It would fail to authenticate otherwise as the device is GP and has no secure authentication services in SYSFW. This shouldn't happen often as trying to boot signed images on GP devices doesn't make much sense, but if we