From: Rouven Czerwinski <r.czerwinski@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [PATCH 0/1] OP-TEE support for barebox
Date: Tue, 29 Jan 2019 12:10:30 +0100 [thread overview]
Message-ID: <cover.419382c8daad35fe16e2722dfdf83304674a066b.1548760200.git-series.r.czerwinski@pengutronix.de> (raw)
This is a rebase and update of the testing patch posted by Sascha Hauer
in 2017.
The FIXMEs in the code have been addressed and additional support for
loading optee as a builtin firmware has been added.
Rouven Czerwinski
Sascha Hauer (1):
ARM: Initial OP-TEE support
arch/arm/cpu/Makefile | 2 +-
arch/arm/cpu/start-kernel-optee.S | 14 ++++-
arch/arm/cpu/start.c | 3 +-
arch/arm/include/asm/armlinux.h | 2 +-
arch/arm/include/asm/barebox-arm.h | 9 ++-
arch/arm/lib32/armlinux.c | 10 ++-
arch/arm/lib32/bootm.c | 109 +++++++++++++++++++++++++++++-
arch/arm/lib32/bootu.c | 2 +-
arch/arm/lib32/bootz.c | 2 +-
commands/bootm.c | 11 ++-
common/Kconfig | 33 +++++++++-
common/bootm.c | 6 ++-
firmware/Kconfig | 3 +-
firmware/Makefile | 2 +-
include/bootm.h | 3 +-
include/tee/optee.h | 30 ++++++++-
16 files changed, 234 insertions(+), 7 deletions(-)
create mode 100644 arch/arm/cpu/start-kernel-optee.S
create mode 100644 include/tee/optee.h
base-commit: 60e12093cf3288086b62612bb3cf565a0b4320aa
--
git-series 0.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-01-29 11:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-29 11:10 Rouven Czerwinski [this message]
2019-01-29 11:10 ` [PATCH 1/1] ARM: Initial OP-TEE support Rouven Czerwinski
2019-01-29 11:15 ` Rouven Czerwinski
2019-01-29 22:35 ` Andrey Smirnov
2019-01-30 7:16 ` Rouven Czerwinski
2019-01-30 23:24 ` Andrey Smirnov
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=cover.419382c8daad35fe16e2722dfdf83304674a066b.1548760200.git-series.r.czerwinski@pengutronix.de \
--to=r.czerwinski@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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