
15 Jan
2016
15 Jan
'16
3:08 p.m.
On Fri, Jan 15, 2016 at 01:38:33PM +0530, Aneesh Bansal wrote:
PAMU driver basic support for usage in Secure Boot. In secure boot PAMU is not in bypass mode. Hence to use any peripheral (SEC Job ring in our case), PAMU has to be configured.
The Header file pamu.h and few functions in driver have been derived from Freescale Libos.
Signed-off-by: Ruchika Gupta ruchika.gupta@nxp.com Signed-off-by: Aneesh Bansal aneesh.bansal@nxp.com
Changes in v2: Replace the Debug printf() call with debug()
[snip]
+#ifdef DEBUG
printf("sec_addr < end_addr is %llx < %llx\n", sec_addr,
end_addr);
+#endif
No you didn't :)
Also, please merge 1/2 and 2/2 together.
--
Tom