Home
last modified time | relevance | path

Searched hist:"64829 baf04cfbe6f686b0335821980af787921d1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.Sdiff 64829baf04cfbe6f686b0335821980af787921d1 Tue Feb 14 16:49:49 CST 2012 Prabhakar Kushwaha <prabhakar@freescale.com> powerpc/85xx:Fix IVORs addr after vector table relocation

After relocation of vector table in SDRAM's lower address, IVORs value should
be updated with new handler addresses.

As vector tables are relocated to 0x100,0x200... 0xf00 address in DDR.IVORs
are updated with 0x100, 0x200,....f00 hard-coded values.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>