public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v4 0/3] add FIT image support for broadcom NS3 soc
@ 2020-07-15 17:25 Rayagonda Kokatanur
  2020-07-15 17:25 ` [PATCH v4 1/3] configs: ns3: enable FIT config Rayagonda Kokatanur
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rayagonda Kokatanur @ 2020-07-15 17:25 UTC (permalink / raw)
  To: u-boot

This is third patch set series prepared on top of second
patch set ("add basic driver support for broadcom NS3 soc").

This patch set enables FIT config and add FIT image its
files and keys.

Changes from v3:
 - Rebase on top of second patch set. 

Changes from v2:
 - Rebase on top of second patch set. 

Changes from v1:
 -Address self review comments,
  Rebase on top of latest uboot and updated previous patch series.

Pramod Kumar (2):
  board: ns3: add FIT image its file
  board: ns3: add development keys used in FIT

Rayagonda Kokatanur (1):
  configs: ns3: enable FIT config

 board/broadcom/bcmns3/fit/keys/dev.crt | 21 +++++++++
 board/broadcom/bcmns3/fit/keys/dev.key | 28 ++++++++++++
 board/broadcom/bcmns3/fit/multi.its    | 59 ++++++++++++++++++++++++++
 configs/bcm_ns3_defconfig              |  5 +++
 4 files changed, 113 insertions(+)
 create mode 100644 board/broadcom/bcmns3/fit/keys/dev.crt
 create mode 100644 board/broadcom/bcmns3/fit/keys/dev.key
 create mode 100644 board/broadcom/bcmns3/fit/multi.its

-- 
2.17.1

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

end of thread, other threads:[~2020-07-29 20:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-15 17:25 [PATCH v4 0/3] add FIT image support for broadcom NS3 soc Rayagonda Kokatanur
2020-07-15 17:25 ` [PATCH v4 1/3] configs: ns3: enable FIT config Rayagonda Kokatanur
2020-07-29 20:29   ` Tom Rini
2020-07-15 17:25 ` [PATCH v4 2/3] board: ns3: add FIT image its file Rayagonda Kokatanur
2020-07-29 20:29   ` Tom Rini
2020-07-15 17:25 ` [PATCH v4 3/3] board: ns3: add development keys used in FIT Rayagonda Kokatanur
2020-07-29 20:30   ` Tom Rini

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