summaryrefslogtreecommitdiff
path: root/board/pcs440ep/init.S
Commit message (Collapse)AuthorAgeLines
* ppc4xx: TLB init file cleanupStefan Roese2010-04-19-56/+9
| | | | | | | | | | | | This patch adds new macros, with frequently used combinations of the 4xx TLB access control and storage attibutes. Additionally the 4xx init.S files are updated to make use of these new macros. Resulting in easier to read TLB definitions. Additionally some init.S files are updated to use the mmu header for the TLB defines, instead of defining their own macros. Signed-off-by: Stefan Roese <sr@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-8/+8
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-22-18/+23
| | | | | | | | | | | | - Show on the Status LEDs, some States of the board. - Get the MAC addresses from the EEProm - use PREBOOT - use the CF on the board. - check the U-Boot image in the Flash with a SHA1 checksum. - use dynamic TLB entries generation for the SDRAM Signed-off-by: Heiko Schocher <hs@denx.de>
* Add support for PCS440EP boardStefan Roese2006-06-02-0/+113
Patch by Stefan Roese, 02 Jun 2006