summaryrefslogtreecommitdiff
path: root/include/configs/mcc200.h
AgeCommit message (Collapse)Author
2009-10-19mcc200: fix build errorWolfgang Denk
Fix compile error: include/configs/mcc200.h:401:6: error: #elif with no expression Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-02-09net: removed board-specific CONFIGs from MPC5xxx FEC driverBen Warren
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>
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-08-13drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-06-03PPC: Create and use CONFIG_HIGH_BATSBecky Bruce
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>
2008-04-25Realining some header definitions.Detlev Zundel
Signed-off-by: Detlev Zundel <dzu@denx.de>
2008-03-03Fix quoting problem (preboot setting) in many board config files.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-08-12Adapt board configuration and fix kernel crash on MCC200 board.Wolfgang Denk
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>
2007-07-10include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
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>
2007-07-05include/configs: Use new CONFIG_CMD_* in various m* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-05-28Merge with /home/tur/git/u-boot#motionproWolfgang Denk
2007-05-27MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka
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>
2007-02-27MCC200 update - add LCD Progress IndicatorSergei Poselenov
2006-12-08automatic update mechanismAndrei Safronov
2006-09-03Fixed problems on PRS200 board caused by adding splash screen on MCC200Wolfgang Denk
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk
2006-08-30Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk
2006-08-29Fix typo.Wolfgang Denk
2006-08-25Fix typo in MCC200/PRS200 configurationWolfgang Denk
2006-08-25Update for MCC200 / PRS200 boards:Wolfgang Denk
- auto-adjust console device for Linux. - fix typos.
2006-08-24Updates for MCC200 / PRS200 boards:Wolfgang Denk
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
2006-08-17Add debug console on COM12 for MCC200 boardWolfgang Denk
2006-07-13Cleanup duplicate definitions in MCC200 config file.Wolfgang Denk
2006-07-11MCC200 board: support console on any one of the Quad UART ports.Wolfgang Denk
2006-07-06MCC200: map the 2nd Quad UART into the processor's address space.Wolfgang Denk
2006-05-05Fix lowboot support on MCC200 boardWolfgang Denk
2006-04-13Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk
2006-03-23Enable Quad UART om MCC200 board.Wolfgang Denk
2006-03-21Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk
2006-03-06Minor code cleanupWolfgang Denk
2006-02-28Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,Wolfgang Denk
use hush shell.
2006-02-28Convert mcc200 to use common CFI flash driverStefan Roese
Patch by Stefan Roese, 28 Feb 2006
2006-02-22Initial port to MCC200 board (work in progress)Wolfgang Denk
Minimally modified patch by Bluetechnix, Vienna