summaryrefslogtreecommitdiffstats
path: root/include/configs/mcc200.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Cleanup BOOTFLAG_* referencesPeter Tyser2010-10-181-3/+0
| | | | | | | | | | | | Now that warm booting is not supported, there isn't a need for the BOOTFLAG_COLD and BOOTFLAG_WARM defines, so remove them. Note that this change makes the board info bd_bootflags field useless. It will always be set to 0, but we leave it around so that we don't break the board info structure that some OSes are expecting to be passed from U-Boot. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-0/+10
| | | | | | | | | | 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-181-3/+3
| | | | | | | | | | | | 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>
* mcc200: fix build errorWolfgang Denk2009-10-191-1/+1
| | | | | | | Fix compile error: include/configs/mcc200.h:401:6: error: #elif with no expression Signed-off-by: Wolfgang Denk <wd@denx.de>
* net: removed board-specific CONFIGs from MPC5xxx FEC driverBen Warren2009-02-091-3/+4
| | | | | | | Added new CONFIG options for the three type of MAC-PHY interconnect and applied them all relevant board config files Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-86/+86
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-5/+5
| | | | 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-101-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-1/+1
| | | | | | rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* PPC: Create and use CONFIG_HIGH_BATSBecky Bruce2008-06-031-0/+2
| | | | | | | | | | | Change all code that conditionally operates on high bat registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS instead of the myriad ways this is done now. Define the option for every config for which high bats are supported (and enabled by early boot, on parts where they're not always enabled) Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
* Realining some header definitions.Detlev Zundel2008-04-251-3/+3
| | | | Signed-off-by: Detlev Zundel <dzu@denx.de>
* Fix quoting problem (preboot setting) in many board config files.Wolfgang Denk2008-03-031-1/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Adapt board configuration and fix kernel crash on MCC200 board.Wolfgang Denk2007-08-121-5/+29
| | | | | | | | | | | | | | The update procedure was modified to turn off the USB subsystem before exit for MCC200 and TRAB. This is necessary as otherwise the USB controller continues to write periodically to system memory! MCC200-specific notes: - the patch disables the magic key check for MCC200 - the patch contains the configuration changes made for the new revision of the board. Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
* include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-0/+9
| | | | | | | | | 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 m* named board config files.Jon Loeliger2007-07-051-15/+14
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-281-1/+1
|\
| * MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka2007-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining them does not cause PCI or IPB clocks to run at the specified speed. Instead, they configure divisors used to calculate said clocks. This patch renames the defines according to their real function. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
* | MCC200 update - add LCD Progress IndicatorSergei Poselenov2007-02-271-0/+1
|/
* automatic update mechanismAndrei Safronov2006-12-081-1/+3
|
* Fixed problems on PRS200 board caused by adding splash screen on MCC200Wolfgang Denk2006-09-031-19/+22
|
* Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-301-0/+15
|
* Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk2006-08-301-2/+5
|
* Fix typo.Wolfgang Denk2006-08-291-1/+1
|
* Fix typo in MCC200/PRS200 configurationWolfgang Denk2006-08-251-7/+7
|
* Update for MCC200 / PRS200 boards:Wolfgang Denk2006-08-251-2/+4
| | | | | - auto-adjust console device for Linux. - fix typos.
* Updates for MCC200 / PRS200 boards:Wolfgang Denk2006-08-241-17/+40
| | | | | | - support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
* Add debug console on COM12 for MCC200 boardWolfgang Denk2006-08-171-2/+7
|
* Cleanup duplicate definitions in MCC200 config file.Wolfgang Denk2006-07-131-5/+0
|
* MCC200 board: support console on any one of the Quad UART ports.Wolfgang Denk2006-07-111-0/+62
|
* MCC200: map the 2nd Quad UART into the processor's address space.Wolfgang Denk2006-07-061-0/+5
|
* Fix lowboot support on MCC200 boardWolfgang Denk2006-05-051-0/+4
|
* Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk2006-04-131-1/+1
|
* Enable Quad UART om MCC200 board.Wolfgang Denk2006-03-231-0/+5
|
* Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk2006-03-211-22/+3
|
* Minor code cleanupWolfgang Denk2006-03-061-3/+2
|
* Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,Wolfgang Denk2006-02-281-55/+10
| | | | use hush shell.
* Convert mcc200 to use common CFI flash driverStefan Roese2006-02-281-117/+42
| | | | Patch by Stefan Roese, 28 Feb 2006
* Initial port to MCC200 board (work in progress)Wolfgang Denk2006-02-221-0/+402
Minimally modified patch by Bluetechnix, Vienna
OpenPOWER on IntegriCloud