public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] arm: k3: Update build support
@ 2019-05-02 10:05 Lokesh Vutla
  2019-05-02 10:05 ` [U-Boot] [PATCH 1/3] tools: k3_get_x509 cert: Add a script to generate x509 certificate for K3 devices Lokesh Vutla
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lokesh Vutla @ 2019-05-02 10:05 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-05-10 11:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-02 10:05 [U-Boot] [PATCH 0/3] arm: k3: Update build support Lokesh Vutla
2019-05-02 10:05 ` [U-Boot] [PATCH 1/3] tools: k3_get_x509 cert: Add a script to generate x509 certificate for K3 devices Lokesh Vutla
2019-05-10 11:13   ` Tom Rini
2019-05-02 10:05 ` [U-Boot] [PATCH 2/3] arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot images Lokesh Vutla
2019-05-10 11:13   ` Tom Rini
2019-05-02 10:05 ` [U-Boot] [PATCH 3/3] remoteproc: k3_system_controller: Increase rx timeout Lokesh Vutla
2019-05-10 11:13   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox