]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Set IVPR to kenrel entry point in second core boot page
authorHaiying Wang <Haiying.Wang@freescale.com>
Wed, 3 Dec 2008 15:08:19 +0000 (10:08 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Sat, 20 Dec 2008 00:32:41 +0000 (18:32 -0600)
commit181a3650113883728927928b3ac81ad6dade4b2c
tree6f7f2589c4be06e1e746a0f23b3cc2e3e7e8b5a1
parenta5d212a263c58cc746481bf1fc878510533ce7d6
Set IVPR to kenrel entry point in second core boot page

Assuming the OSes exception vectors start from the base of kernel address, and
the kernel physical starting address can be relocated to an non-zero address.
This patch enables the second core to have a valid IVPR for debugger before
kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
value for second core which runs kernel at different physical address other
than 0x0.

Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
cpu/mpc85xx/release.S