public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/3] add optee support for broadcom NS3 soc
@ 2020-05-17  8:27 Rayagonda Kokatanur
  2020-05-17  8:27 ` [PATCH v1 1/3] board: ns3: add optee based bnxt fw load driver Rayagonda Kokatanur
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Rayagonda Kokatanur @ 2020-05-17  8:27 UTC (permalink / raw)
  To: u-boot

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

This patch adds optee support.

Vikas Gupta (3):
  board: ns3: add optee based bnxt fw load driver
  configs: ns3: enable tee and optee driver
  arm: dts: ns3: add optee node

 arch/arm/dts/ns3.dtsi               |   7 ++
 board/broadcom/bcmns3/Kconfig       |   5 +
 board/broadcom/bcmns3/Makefile      |   1 +
 board/broadcom/bcmns3/chimp_optee.c | 154 ++++++++++++++++++++++++++++
 configs/bcm_ns3_defconfig           |   5 +-
 include/brcm/chimp.h                |  40 ++++++++
 6 files changed, 211 insertions(+), 1 deletion(-)
 create mode 100644 board/broadcom/bcmns3/chimp_optee.c
 create mode 100644 include/brcm/chimp.h

-- 
2.17.1

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

end of thread, other threads:[~2020-05-25 17:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-17  8:27 [PATCH v1 0/3] add optee support for broadcom NS3 soc Rayagonda Kokatanur
2020-05-17  8:27 ` [PATCH v1 1/3] board: ns3: add optee based bnxt fw load driver Rayagonda Kokatanur
2020-05-20  2:15   ` Thomas Fitzsimmons
2020-05-21 19:20     ` Simon Glass
2020-05-22  9:58       ` Rayagonda Kokatanur
2020-05-22  9:46     ` Rayagonda Kokatanur
2020-05-17  8:28 ` [PATCH v1 2/3] configs: ns3: enable tee and optee driver Rayagonda Kokatanur
2020-05-25 17:03   ` Simon Glass
2020-05-17  8:28 ` [PATCH v1 3/3] arm: dts: ns3: add optee node Rayagonda Kokatanur
2020-05-25 17:03   ` Simon Glass

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