u-boot-brain/arch/powerpc
Prabhakar Kushwaha a4107f8617 powerpc/85xx:Avoid hardcoded vector address for IVORs
For e500 and e500v2 architecturees processor IVPR address should be alinged on
64K boundary.

in start.S, CONFIG_SYS_MONITOR_BASE is stored blindly in IVPR assuming it to be
64K aligned. It may not be true always. If it is not aligned, IVPR + IVORs may
not point to an exception handler.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
2012-04-24 23:58:30 -05:00
..
cpu powerpc/85xx:Avoid hardcoded vector address for IVORs 2012-04-24 23:58:30 -05:00
include/asm Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx 2012-01-13 20:38:49 +01:00
lib bootstage: Replace show_boot_progress/error() with bootstage_...() 2012-03-18 21:41:39 +01:00
config.mk Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00