All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] add elog support for broadcom NS3 soc
@ 2020-05-17  8:32 Rayagonda Kokatanur
  2020-05-17  8:32 ` [PATCH v1 1/3] common: ns3: add error logging support Rayagonda Kokatanur
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Rayagonda Kokatanur @ 2020-05-17  8:32 UTC (permalink / raw)
  To: u-boot

This is fifth patch set series prepared on top of fourth
patch set ("add optee support for broadcom NS3 soc").

This patch adds support for error logging and corresponding command.

Sheetal Tigadoli (1):
  common: ns3: add error logging support

Vladimir Olovyannikov (2):
  board: ns3: kconfig: extend board kconfig with specific commands
  cmd: bcm: add broadcom error log setup command

 board/broadcom/bcmns3/Kconfig |   5 +
 cmd/Kconfig                   |   2 +
 cmd/Makefile                  |   2 +
 cmd/bcm/Kconfig               |  12 +
 cmd/bcm/Makefile              |   4 +
 cmd/bcm/elog.h                |  64 +++++
 cmd/bcm/logsetup.c            | 432 ++++++++++++++++++++++++++++++++++
 common/Kconfig                |   8 +
 common/Makefile               |   1 +
 common/bcm_elog.c             |  49 ++++
 common/console.c              |  22 ++
 configs/bcm_ns3_defconfig     |   1 +
 include/bcm_elog.h            |  37 +++
 13 files changed, 639 insertions(+)
 create mode 100644 cmd/bcm/Kconfig
 create mode 100644 cmd/bcm/Makefile
 create mode 100644 cmd/bcm/elog.h
 create mode 100644 cmd/bcm/logsetup.c
 create mode 100644 common/bcm_elog.c
 create mode 100644 include/bcm_elog.h

-- 
2.17.1

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

end of thread, other threads:[~2020-08-20 15:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17  8:32 [PATCH v1 0/3] add elog support for broadcom NS3 soc Rayagonda Kokatanur
2020-05-17  8:32 ` [PATCH v1 1/3] common: ns3: add error logging support Rayagonda Kokatanur
2020-05-25 17:03   ` Simon Glass
2020-08-14 19:52   ` Tom Rini
2020-08-20 15:12     ` Rayagonda Kokatanur
2020-05-17  8:32 ` [PATCH v1 2/3] board: ns3: kconfig: extend board kconfig with specific commands Rayagonda Kokatanur
2020-05-25 17:03   ` Simon Glass
2020-05-17  8:32 ` [PATCH v1 3/3] cmd: bcm: add broadcom error log setup command Rayagonda Kokatanur
2020-05-25 17:03   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.