[PATCH 2/2] ARM: OMAP4+: Move SRAM data to DT

Russ Dill Russ.Dill at ti.com
Tue Sep 3 09:56:53 EDT 2013


On Tue, Aug 27, 2013 at 3:11 AM, Rajendra Nayak <rnayak at ti.com> wrote:
> Use drivers/misc/sram.c driver to manage SRAM on all DT only
> OMAP platforms (am33xx, am43xx, omap4 and omap5) instead of
> the existing private implementation.
>
> Address and size related data  is removed from mach-omap2/sram.c
> and now passed to drivers/misc/sram.c from DT.
>
> Users can hence use general purpose allocator apis instead of
> OMAP private ones to manage and use SRAM.
>
> Currently there are no users on SRAM on these platfoms.
>
> Signed-off-by: Rajendra Nayak <rnayak at ti.com>

I was trying to experiment with this on am33xx, but I noticed that the
ioremap region is not marked exec, so it cannot be used to run code.



More information about the linux-arm-kernel mailing list