commit | 2153b5761e9e9b6c402bac2ff9f423cfeb3f28f7 | [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 | b1272d618e8fedf4bb858313a0e1f44e30b4dfc9 [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>