All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/3] add optee support for broadcom NS3 soc
Date: Sun, 24 May 2020 15:54:16 +0530	[thread overview]
Message-ID: <20200524102419.5568-1-rayagonda.kokatanur@broadcom.com> (raw)

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.

Changes from v1:
 -Address review comments from Thomas Fitzsimmons,
  Expand the bnxt full form.

 -Address review comments from Simon Glass,
  Move c file from board/broadcom/bcmns3/chimp_optee.c to 
  drivers/tee/broadcom,
  Move header file from include/brcm/chimp.h to include/broadcom/chimp.h 

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 ++
 configs/bcm_ns3_defconfig          |   5 +-
 drivers/tee/Kconfig                |   1 +
 drivers/tee/Makefile               |   1 +
 drivers/tee/broadcom/Kconfig       |   7 ++
 drivers/tee/broadcom/Makefile      |   3 +
 drivers/tee/broadcom/chimp_optee.c | 154 +++++++++++++++++++++++++++++
 include/broadcom/chimp.h           |  40 ++++++++
 8 files changed, 217 insertions(+), 1 deletion(-)
 create mode 100644 drivers/tee/broadcom/Kconfig
 create mode 100644 drivers/tee/broadcom/Makefile
 create mode 100644 drivers/tee/broadcom/chimp_optee.c
 create mode 100644 include/broadcom/chimp.h

-- 
2.17.1

             reply	other threads:[~2020-05-24 10:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-24 10:24 Rayagonda Kokatanur [this message]
2020-05-24 10:24 ` [PATCH v2 1/3] board: ns3: add optee based bnxt fw load driver Rayagonda Kokatanur
2020-05-25  2:15   ` Simon Glass
2020-05-24 10:24 ` [PATCH v2 2/3] configs: ns3: enable tee and optee driver Rayagonda Kokatanur
2020-05-25  2:15   ` Simon Glass
2020-05-24 10:24 ` [PATCH v2 3/3] arm: dts: ns3: add optee node Rayagonda Kokatanur
2020-05-25  2:15   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200524102419.5568-1-rayagonda.kokatanur@broadcom.com \
    --to=rayagonda.kokatanur@broadcom.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.