[PATCH v2 0/6] ARM: EXYNOS: Add secure firmware support
From: Olof Johansson <hidden>
Date: 2012-10-10 16:09:18
Also in:
linux-samsung-soc
On Mon, Sep 24, 2012 at 04:28:27PM +0200, 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. 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 (6): ARM: Add interface for registering and calling firmware-specific operations ARM: EXYNOS: Add support for secure monitor calls ARM: EXYNOS: Add support for secondary CPU bring-up on Exynos4412 ARM: EXYNOS: Add IO mapping for non-secure SYSRAM. ARM: EXYNOS: Add support for Exynos secure firmware ARM: EXYNOS: Add secure firmware support to secondary CPU bring-up
Besides the open comment on the device-tree binding, the other patches are: Reviewed-by: Olof Johansson <redacted>