x509: swrv: Update swrv to 1 for new k3 devices
This is temporary fix till we move this package to k3-image-gen
X509 certificate template are at too many places and needs to be
consolidated.
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
This is temporary fix till we move this package to k3-image-gen
X509 certificate template are at too many places and needs to be
consolidated.
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Revert "x509: swrv: Update swrv to 1 for new k3 devices"
This reverts commit cdb1bd4d158f8348e5e9134d45a25f29a5218f7f.
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
This reverts commit cdb1bd4d158f8348e5e9134d45a25f29a5218f7f.
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
x509: swrv: Update swrv to 1 for new k3 devices
This is temporary fix till we move this package to k3-image-gen
X509 certificate template are at too many places and needs to be
consolidated.
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
This is temporary fix till we move this package to k3-image-gen
X509 certificate template are at too many places and needs to be
consolidated.
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Use instance unique temporary files to allow parallel execution
This script generates, uses, and then removes some temporary files. When
multiple instance of this script are run this can cause a race between
these actions on the same file. Use 'mktemp' to generate unique temporary
files to prevent this issue and make this tool multi-invocation safe.
Signed-off-by: Andrew F. Davis <afd@ti.com>
This script generates, uses, and then removes some temporary files. When
multiple instance of this script are run this can cause a race between
these actions on the same file. Use 'mktemp' to generate unique temporary
files to prevent this issue and make this tool multi-invocation safe.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Add software manifest as required for external software release
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Update for latest SYSFW certificate format
Core boot is now optional, drop this for our image signing template.
Replace it with the new image load section. The boot section will
be used later when we support creating boot images from here.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Core boot is now optional, drop this for our image signing template.
Replace it with the new image load section. The boot section will
be used later when we support creating boot images from here.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Initial Commit