aboutsummaryrefslogtreecommitdiffstats
path: root/board/stxssa/init.S
Commit message (Collapse)AuthorAgeFilesLines
* 85xx: Convert STXGP3 & STXSSA to new TLB setupKumar Gala2008-01-171-191/+0
| | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* 85xx: Use proper defines for PCI addressesKumar Gala2008-01-161-8/+8
| | | | | | | | We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE. While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only be used for configuring the PCI ATMU. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* 85xx: convert STXGP3/STXSSA over to use new LAW init codeKumar Gala2008-01-161-53/+0
| | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Reworked FSL Book-E TLB macros to be more readableKumar Gala2008-01-091-61/+49
| | | | | | | | | | | The old macros made it difficult to know what WIMGE and perm bits were set for a TLB entry. Actually use the bit masks for these items since they are only a single bit. Also moved the macros into mmu.h out of e500.h since they aren't specific to e500. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Add support for STX GP3SSA (stxssa) BoardDan Malek2007-05-031-0/+256
Signed-off-by Dan Malek, <dan@embeddedalley.com>