summaryrefslogtreecommitdiff
path: root/include/configs/spc1920.h
Commit message (Collapse)AuthorAgeLines
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-18-0/+2
| | | | | | | | | | Clean up Makefile, and drop a lot of the config.mk files on the way. We now also automatically pick all boards that are listed in boards.cfg (and with all configurations), so we can drop the redundant entries from MAKEALL to avoid building these twice. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-1/+1
| | | | | | | | | | | | The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-85/+85
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Remove unwanted ';' at end of define.Selvamuthukumar2008-10-14-3/+3
| | | | | | | | | | | | | Currently this is not creating any problem. But it will result in compilation error when used as below. printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2); Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> continuation of the theme based on git grep "^#define CFG_.*;$" include/ Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-1/+1
| | | | | | rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Add CONFIG_MII_INIT support to related boardsTsiChung Liew2008-04-13-0/+1
| | | | | | | | | Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in cmd_init.c. Add CONFIG_MII_INIT to board configuration files that use mii_init() in cmd_init.c. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: Ben Warren <biggerbadderben@gmail.com>
* ppc: Get rid of unused machine type definitionsWolfgang Denk2008-04-13-4/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix compile error in spc1920 config.Wolfgang Denk2007-09-09-8/+1
| | | | | Signed-off-by: Markus Klotzbücher <mk@denx.de> Signed-off-by: Wolfgang Denk <wd@denx.de>
* include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-1/+10
| | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various s* named board config files.Jon Loeliger2007-07-05-17/+17
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* SPC1920: cleanup memory contoller setupMarkus Klotzbuecher2007-01-09-5/+5
|
* Fix the cpu speed setup to work with all boards.Markus Klotzbuecher2007-01-09-1/+1
|
* SPC1920: add support for the FM18L08 Ramtron FRAMMarkus Klotzbuecher2007-01-09-1/+14
|
* SPC1920: update the HPI register addresses to work with the secondMarkus Klotzbuecher2007-01-09-6/+6
| | | | generation of hardware
* Miscellanious spc1920 related cleanupsMarkus Klotzbuecher2007-01-09-6/+5
|
* Add support for the DS3231 RTCMarkus Klotzbuecher2007-01-09-0/+6
|
* SMC1 uses external CLK4 instead of BRG on spc1920Markus Klotzbuecher2007-01-09-1/+1
|
* Update the SPC1920 CMB PLD driverMarkus Klotzbuecher2007-01-09-9/+7
|
* Add / enable I2C support on the spc1920 boardMarkus Klotzbuecher2007-01-09-3/+25
|
* Add support for the tms320671x host port interface (HPI)Markus Klotzbuecher2007-01-09-0/+34
|
* Support for spc1920 board.Markus Klotzbuecher2006-07-12-0/+362
Patch by Markus Klotzbuecher, 12 Jul 2006