commit | f81ab5ba41f114afd1ff770f16e0f74e5726fd62 | [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 | d0660bffda7c3d5c68b31826860e1b17c27254dc [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>