]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SECURE BOOT - Removed deletion of TLB entries code
authorRuchika Gupta <ruchika.gupta@freescale.com>
Mon, 25 Mar 2013 07:40:25 +0000 (07:40 +0000)
committerAndy Fleming <afleming@freescale.com>
Fri, 24 May 2013 21:54:14 +0000 (16:54 -0500)
commit39bdaff4f4dd75b578c9e1fe372e8d56e7d51526
treec49c9945150af331e0e19a55ed04ba1e0a1f1bdf
parent6eaeba23ddc5ccde5c97ef919ffcbf44ecad73dd
SECURE BOOT - Removed deletion of TLB entries code

Boot ROM code creates TLB entries for 3.5G space before entering
the u-boot. Earlier we were deleting these entries after early
initialization of CPU. In recent past, code has been added
to invalidate all these entries before relocation of u-boot code.
So this code to delete TLB entries after CPU initialization
is no longer required.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Acked-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu_init_early.c
arch/powerpc/include/asm/fsl_secure_boot.h