[U-Boot] [PATCH 0/3] arm: k3: Update build support
Lokesh Vutla
lokeshvutla at ti.com
Thu May 2 10:05:49 UTC 2019
This series updates the build support for k3 devices to use rsa degenerate
key. This significantly improves the boot time. While at it update the
timeout for initializing system controller which cover a valid boot scenario.
Lokesh Vutla (3):
tools: k3_get_x509 cert: Add a script to generate x509 certificate for
K3 devices
arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot images
remoteproc: k3_system_controller: Increase rx timeout
arch/arm/mach-k3/config.mk | 33 +--
drivers/remoteproc/k3_system_controller.c | 2 +-
tools/k3_gen_x509_cert.sh | 244 ++++++++++++++++++++++
tools/k3_x509template.txt | 48 -----
4 files changed, 249 insertions(+), 78 deletions(-)
create mode 100755 tools/k3_gen_x509_cert.sh
delete mode 100644 tools/k3_x509template.txt
--
2.21.0
More information about the U-Boot
mailing list