From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/5] ARM: EXYNOS: Add secure firmware support
Date: Sat, 24 Nov 2012 11:21:03 +0900 [thread overview]
Message-ID: <122d01cdc9ea$5a0d6550$0e282ff0$%kim@samsung.com> (raw)
In-Reply-To: <1353599478-24617-1-git-send-email-t.figa@samsung.com>
Tomasz Figa wrote:
>
> Some Exynos-based boards are running with secure firmware running in
> TrustZone secure world, which changes the way some things have to be
> initialized.
>
> This series adds support for specifying firmware operations, implements
> some firmware operations for Exynos secure firmware and adds a method of
> enabling secure firmware operations on Exynos-based boards through board
> file and device tree.
>
> Depends on:
> - ARM: EXYNOS: Add support for secondary CPU bring-up on Exynos4412
>
> Changes since v3
> ( http://thread.gmane.org/gmane.linux.kernel.samsung-soc/13442 )
> - Replaced cpu_boot_reg call with cpu_set_boot_addr
> - Added interface documentation
> - Separated from Exynos4x12 secondary CPU bring-up patch
>
> Changes since v2
> ( http://thread.gmane.org/gmane.linux.kernel.samsung-soc/12848 )
> - Made Exynos firmware binding require address
> - Minor style fixes
>
> Changes since v1
> ( http://thread.gmane.org/gmane.linux.kernel.samsung-
> soc/12583/focus=12820 )
> - Changed return types of all operations to int
> - Defined all operations to return 0 on success, -ENOSYS when not
> implemented or appropriate error code on error
>
> Tomasz Figa (5):
> ARM: Add interface for registering and calling firmware-specific
> operations
> ARM: EXYNOS: Add support for secure monitor calls
> ARM: EXYNOS: Add support for Exynos secure firmware
> ARM: EXYNOS: Add IO mapping for non-secure SYSRAM.
> ARM: EXYNOS: Add secure firmware support to secondary CPU bring-up
>
> Documentation/arm/firmware.txt | 88 ++++++++++++++++++++++
> .../devicetree/bindings/arm/samsung-boards.txt | 10 +++
> arch/arm/common/Makefile | 2 +
> arch/arm/common/firmware.c | 18 +++++
> arch/arm/include/asm/firmware.h | 66 ++++++++++++++++
> arch/arm/mach-exynos/Makefile | 6 ++
> arch/arm/mach-exynos/common.c | 35 +++++++++
> arch/arm/mach-exynos/common.h | 2 +
> arch/arm/mach-exynos/exynos-smc.S | 22 ++++++
> arch/arm/mach-exynos/firmware.c | 70 +++++++++++++++++
> arch/arm/mach-exynos/include/mach/map.h | 3 +
> arch/arm/mach-exynos/mach-exynos4-dt.c | 1 +
> arch/arm/mach-exynos/platsmp.c | 32 ++++++--
> arch/arm/mach-exynos/smc.h | 31 ++++++++
> arch/arm/plat-samsung/include/plat/map-s5p.h | 1 +
> 15 files changed, 382 insertions(+), 5 deletions(-)
> create mode 100644 Documentation/arm/firmware.txt
> create mode 100644 arch/arm/common/firmware.c
> create mode 100644 arch/arm/include/asm/firmware.h
> create mode 100644 arch/arm/mach-exynos/exynos-smc.S
> create mode 100644 arch/arm/mach-exynos/firmware.c
> create mode 100644 arch/arm/mach-exynos/smc.h
>
> --
> 1.8.0
Russell, I think, Tomasz addressed comments from you.
If you're ok on this, please ack so that I can pick this up in my tree for v3.8...
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
next prev parent reply other threads:[~2012-11-24 2:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-22 15:51 [PATCH v4 0/5] ARM: EXYNOS: Add secure firmware support Tomasz Figa
2012-11-22 15:51 ` [PATCH v4 1/5] ARM: Add interface for registering and calling firmware-specific operations Tomasz Figa
2012-12-26 8:00 ` Barry Song
2012-11-22 15:51 ` [PATCH v4 2/5] ARM: EXYNOS: Add support for secure monitor calls Tomasz Figa
2012-11-22 15:51 ` [PATCH v4 3/5] ARM: EXYNOS: Add support for Exynos secure firmware Tomasz Figa
2012-12-26 8:17 ` Barry Song
2012-12-26 8:53 ` Arnd Bergmann
2012-11-22 15:51 ` [PATCH v4 4/5] ARM: EXYNOS: Add IO mapping for non-secure SYSRAM Tomasz Figa
2012-11-22 15:51 ` [PATCH v4 5/5] ARM: EXYNOS: Add secure firmware support to secondary CPU bring-up Tomasz Figa
2012-11-24 2:21 ` Kukjin Kim [this message]
2012-11-28 15:44 ` [PATCH v4 0/5] ARM: EXYNOS: Add secure firmware support Tomasz Figa
2012-11-30 10:58 ` Kukjin Kim
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='122d01cdc9ea$5a0d6550$0e282ff0$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=linux-arm-kernel@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