
14 Jan
2016
14 Jan
'16
5:31 p.m.
On Thu, Jan 14, 2016 at 02:11:13PM +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
[snip]
+#ifdef DEBUG
printf("sec_addr < end_addr is %llx < %llx\n", sec_addr,
end_addr);
+#endif
It seems like most DEBUG statements here are around printf's, please use debug() instead.
--
Tom