Re: [PATCH v4 3/5] ARM: EXYNOS: Add support for Exynos secure firmware

2012-12-26 Thread Barry Song
2012/11/22, Tomasz Figa t.f...@samsung.com: Some Exynos-based boards contain secure firmware and must use firmware operations to set up some hardware. This patch adds firmware operations for Exynos secure firmware and a way for board code and device tree to specify that they must be used.

Re: [PATCH v4 3/5] ARM: EXYNOS: Add support for Exynos secure firmware

2012-12-26 Thread Arnd Bergmann
On Wednesday 26 December 2012, Barry Song wrote: / { /* ... */ firmware@0203F000 { compatible = samsung,secure-firmware; reg = 0x0203F000 0x1000; }; /* ... */ };

[PATCH v4 3/5] ARM: EXYNOS: Add support for Exynos secure firmware

2012-11-22 Thread Tomasz Figa
Some Exynos-based boards contain secure firmware and must use firmware operations to set up some hardware. This patch adds firmware operations for Exynos secure firmware and a way for board code and device tree to specify that they must be used. Example of use: In board code: