[PATCH v2 0/5] add custome commands for broadcom NS3 soc

Rayagonda Kokatanur rayagonda.kokatanur at broadcom.com
Thu Aug 20 17:11:03 CEST 2020


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



More information about the U-Boot mailing list