commit | 1a41f7ce9c086e208c0eabf52565a237af2a2bd1 | [log] [tgz] |
---|---|---|
author | Becky Bruce <becky.bruce@freescale.com> | Wed Jan 23 16:31:00 2008 -0600 |
committer | Jon Loeliger <jdl@freescale.com> | Thu Jan 24 12:11:37 2008 -0600 |
tree | 5772b2f402f34fe5e1423239b8469c4d042dc1c4 | |
parent | 33dac03b1b5d61e4fed7bad445ba40b4c97feba0 [diff] |
86xx: Rearrange the sequence in start.S * split the BAT initialization so that only 2 BATs (for the boot page and stack) are programmed very early on. The rest are initialized later. * Move other BAT setup, ccsrbar setup, and law setup later in the code after translation has been enabled. These changes will facilitate the moving of law and BAT initialization to C code, and will aid with 36-bit physical addressing support. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>