From: Santosh Shilimkar Date: Mon, 6 Jun 2011 14:58:23 +0000 (+0530) Subject: ARM: OMAP: PM: Add support to allocate the memory for secure RAM X-Git-Tag: v3.3-rc1~137^2~5^2^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259ee57a8cda5760dd3e803c5271a6327e1f38ac;p=pandora-kernel.git ARM: OMAP: PM: Add support to allocate the memory for secure RAM Allocate the memory to save secure ram context which needs to be done when MPU is hitting OFF mode. The ROM code expects a physical address to this memory and hence use memblock APIs to reserve this memory as part of .reserve() callback. Maximum size as per secure RAM requirements is allocated. To keep omap1 build working, omap-secure.h file is created under plat-omap directory. Signed-off-by: Santosh Shilimkar Acked-by: Jean Pihet Reviewed-by: Kevin Hilman Tested-by: Vishwanath BS Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed