public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Cc: Igor Opaniuk <igor.opaniuk@gmail.com>,
	AKASHI Takahiro <takahiro.akashi@linaro.org>,
	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>,
	Bin Meng <bmeng@tinylab.org>,
	Etienne Carriere <etienne.carriere@foss.st.com>,
	Francis Laniel <francis.laniel@amarulasolutions.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Jens Wiklander <jens.wiklander@linaro.org>,
	Jorge Ramirez-Ortiz <jorge@foundries.io>,
	Mattijs Korpershoek <mkorpershoek@baylibre.com>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Roger Knecht <rknecht@pm.me>,
	Sean Edmond <seanedmond@microsoft.com>,
	Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>
Subject: [PATCH v2 0/5] TEE: minor cleanup
Date: Sat,  2 Mar 2024 23:01:03 +0100	[thread overview]
Message-ID: <20240302220108.720637-1-igor.opaniuk@gmail.com> (raw)


- Address some spelling errors and typos
- Support CMD_OPTEE_RPMB for SANDBOX configurations and add python tests
- Remove common.h inclusion for drivers/tee

Changes in v2:
- Fixed chimp_optee.c:37:9: error: implicit declaration of function 'memset'
- Applied R-b and T-b tags

Igor Opaniuk (5):
  tee: optee: fix description in Kconfig
  tee: sandbox: fix spelling errors
  cmd: optee_rpmb: build cmd for sandbox
  test: py: add optee_rpmb tests
  tee: remove common.h inclusion

 cmd/Kconfig                        |  4 +++-
 drivers/tee/broadcom/chimp_optee.c |  3 ++-
 drivers/tee/optee/Kconfig          |  2 +-
 drivers/tee/optee/core.c           |  1 -
 drivers/tee/optee/i2c.c            |  1 -
 drivers/tee/optee/rpmb.c           |  1 -
 drivers/tee/optee/supplicant.c     |  2 +-
 drivers/tee/sandbox.c              | 10 +++++-----
 drivers/tee/tee-uclass.c           |  1 -
 test/py/tests/test_optee_rpmb.py   | 20 ++++++++++++++++++++
 10 files changed, 32 insertions(+), 13 deletions(-)
 create mode 100644 test/py/tests/test_optee_rpmb.py

-- 
2.34.1


             reply	other threads:[~2024-03-02 22:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02 22:01 Igor Opaniuk [this message]
2024-03-02 22:01 ` [PATCH v2 1/5] tee: optee: fix description in Kconfig Igor Opaniuk
2024-03-02 22:01 ` [PATCH v2 2/5] tee: sandbox: fix spelling errors Igor Opaniuk
2024-03-02 22:01 ` [PATCH v2 3/5] cmd: optee_rpmb: build cmd for sandbox Igor Opaniuk
2024-03-02 22:01 ` [PATCH v2 4/5] test: py: add optee_rpmb tests Igor Opaniuk
2024-03-02 22:01 ` [PATCH v2 5/5] tee: remove common.h inclusion Igor Opaniuk
2024-03-04 11:16 ` [PATCH v2 0/5] TEE: minor cleanup Ilias Apalodimas
2024-03-04 15:50   ` Igor Opaniuk
2024-03-04 16:08     ` Tom Rini
2024-03-04 16:08     ` Heinrich Schuchardt
2024-03-04 17:46   ` Igor Opaniuk

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=20240302220108.720637-1-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@gmail.com \
    --cc=abdellatif.elkhlifi@arm.com \
    --cc=bmeng@tinylab.org \
    --cc=etienne.carriere@foss.st.com \
    --cc=francis.laniel@amarulasolutions.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jens.wiklander@linaro.org \
    --cc=jorge@foundries.io \
    --cc=miquel.raynal@bootlin.com \
    --cc=mkorpershoek@baylibre.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=rknecht@pm.me \
    --cc=seanedmond@microsoft.com \
    --cc=sjg@chromium.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox