commit | a4107f86173256e6c8710af717805512f5dbbf85 | [log] [tgz] |
---|---|---|
author | Prabhakar Kushwaha <prabhakar@freescale.com> | Tue Feb 14 22:49:29 2012 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Tue Apr 24 23:58:30 2012 -0500 |
tree | 73b266eb01edf68a5dcd602da21f48fda7da5d90 | |
parent | 617e46e3c01da2785d320d48d1248c97edbab685 [diff] |
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>