public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/5] add custome commands for broadcom NS3 soc
@ 2020-08-20 15:11 Rayagonda Kokatanur
  2020-08-20 15:11 ` [PATCH v2 1/5] cmd: broadcom: add bnxt boot command Rayagonda Kokatanur
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Rayagonda Kokatanur @ 2020-08-20 15:11 UTC (permalink / raw)
  To: u-boot

This patch set adds commands specific to broadcom NS3 soc.

Changes from V1:
 -Address review comments from Simon,
  Update commit message.
  Rearrange header files.
  Add comments to macros.
  Use lower case hex.
  Rename struct name from nitro_img_header to img_header.
  Drop unnecessary type cast.
  Check returun value for env_set_hex().
  Remove use of typedef.
  Command description correction.	

Bharat Kumar Reddy Gooty (1):
  cmd: broadcom: add command for chimp handshake

Rayagonda Kokatanur (1):
  MAINTAINERS: update maintainers file for new files

Trac Hoang (1):
  cmd: broadcom: add bnxt boot command

Vikas Gupta (1):
  cmd: broadcom: add cmd to update bnxt image env variables

Vladimir Olovyannikov (1):
  board: ns3: kconfig: extend board kconfig with specific commands

 MAINTAINERS                     |   4 +
 board/broadcom/bcmns3/Kconfig   |   7 ++
 cmd/Makefile                    |   2 +
 cmd/broadcom/Makefile           |   6 ++
 cmd/broadcom/chimp_boot.c       |  37 ++++++++++
 cmd/broadcom/chimp_handshake.c  |  33 +++++++++
 cmd/broadcom/nitro_image_load.c | 125 ++++++++++++++++++++++++++++++++
 include/broadcom/chimp.h        |  12 +++
 8 files changed, 226 insertions(+)
 create mode 100644 cmd/broadcom/Makefile
 create mode 100644 cmd/broadcom/chimp_boot.c
 create mode 100644 cmd/broadcom/chimp_handshake.c
 create mode 100644 cmd/broadcom/nitro_image_load.c

-- 
2.17.1

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

end of thread, other threads:[~2020-09-10 18:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 15:11 [PATCH v2 0/5] add custome commands for broadcom NS3 soc Rayagonda Kokatanur
2020-08-20 15:11 ` [PATCH v2 1/5] cmd: broadcom: add bnxt boot command Rayagonda Kokatanur
2020-08-22 15:09   ` Simon Glass
2020-09-10 18:39   ` Tom Rini
2020-09-10 18:39   ` Tom Rini
2020-08-20 15:11 ` [PATCH v2 2/5] cmd: broadcom: add cmd to update bnxt image env variables Rayagonda Kokatanur
2020-09-10 18:39   ` Tom Rini
2020-08-20 15:11 ` [PATCH v2 3/5] cmd: broadcom: add command for chimp handshake Rayagonda Kokatanur
2020-09-10 18:39   ` Tom Rini
2020-08-20 15:11 ` [PATCH v2 4/5] board: ns3: kconfig: extend board kconfig with specific commands Rayagonda Kokatanur
2020-09-10 18:39   ` Tom Rini
2020-08-20 15:11 ` [PATCH v2 5/5] MAINTAINERS: update maintainers file for new files Rayagonda Kokatanur
2020-08-22 15:09   ` Simon Glass
2020-09-10 18:39   ` Tom Rini

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