Re: [PATCH 1/2] k3_gen_x509_cert: Make SWRV configurable for anti-rollback protection

2022-07-25 Thread Tom Rini
On Fri, Jul 15, 2022 at 11:38:53AM -0500, Andrew Davis wrote: > From: Yogesh Siraswar > > The x509 certificate SWRV is currently hard-coded to 0. This need to be > updated to 1 for j721e 1.1, j7200 and am64x. It is don't care for other > k3 devices. > > Added new config K3_X509_SWRV to k3.

[PATCH 1/2] k3_gen_x509_cert: Make SWRV configurable for anti-rollback protection

2022-07-15 Thread Andrew Davis
From: Yogesh Siraswar The x509 certificate SWRV is currently hard-coded to 0. This need to be updated to 1 for j721e 1.1, j7200 and am64x. It is don't care for other k3 devices. Added new config K3_X509_SWRV to k3. Default is set to 1. Signed-off-by: Yogesh Siraswar Reviewed-by: Dave Gerlach