
17 May
2020
17 May
'20
10:27 a.m.
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