summaryrefslogtreecommitdiffstats
path: root/board/stxssa/stxssa.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove erroneous or extra spd.h #includers.Jon Loeliger2008-03-051-4/+1
| | | | | | | | | | Many of the spd.h #includers don't need it, and wanted to have spd_sdram() declared instead. Since they didn't get that, some also had open coded extern declarations of it instead or as well. Fix it all up by using spd_sdram.h where needed. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Stop using immap_t on 85xxKumar Gala2007-12-111-2/+1
| | | | | | | | In the future the offsets to various blocks may not be in same location. Move to using CFG_MPC85xx_*_ADDR as the base of the registers instead of getting it via &immap. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Stop using immap_t for guts offset on 85xxKumar Gala2007-12-111-2/+1
| | | | | | | | In the future the offsets to various blocks may not be in same location. Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers instead of getting it via &immap->im_gur. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Fix memory corruption problem on STX GP3 SSA Board.Wolfgang Denk2007-09-121-1/+3
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot toGrzegorz Bernacki2007-09-111-3/+6
| | | | | | scan on second pci bus. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* Code cleanup and default config update for STC GP3 SSA board.Wolfgang Denk2007-07-061-137/+137
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Cleanup STX GP3SSA code; fix build and compile problems.Wolfgang Denk2007-05-031-2/+3
|
* Add support for STX GP3SSA (stxssa) BoardDan Malek2007-05-031-0/+397
Signed-off-by Dan Malek, <dan@embeddedalley.com>
OpenPOWER on IntegriCloud