Searched hist:a4107f86173256e6c8710af717805512f5dbbf85 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | start.S | diff a4107f86173256e6c8710af717805512f5dbbf85 Tue Feb 14 16:49:29 CST 2012 Prabhakar Kushwaha <prabhakar@freescale.com> 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>
|