aboutsummaryrefslogtreecommitdiff
path: root/board/mcc200/mcc200.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov1-314/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2009-06-04Redundant Environment: protect full sector sizeWolfgang Denk1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-17/+17
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-09-09disk-on-chip: remove duplicate doc_probe declarationJean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2007-07-10board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-2/+2
2007-07-09board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-01-15Merge with /home/hs/SC3/u-bootWolfgang Denk1-3/+3
2007-01-10Fix auto_update for MCC200 board.Wolfgang Denk1-4/+3
2006-12-08automatic update mechanismAndrei Safronov1-0/+5
2006-11-27Minor code cleanup. Update CHANGELOG.Wolfgang Denk1-2/+1
2006-11-06Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk1-0/+19
2006-08-27Code cleanupWolfgang Denk1-2/+2
2006-08-24Updates for MCC200 / PRS200 boards:Wolfgang Denk1-0/+4
2006-08-17MCC200: restrict addressable flash space to 32 MBWolfgang Denk1-0/+8
2006-07-23MCC200: set default configuration to low_boot DDR,Wolfgang Denk1-1/+6
2006-07-10Fix error in flash protection calculation on MCC200 board.Wolfgang Denk1-1/+1
2006-06-14Fix memory init problems on MCC200 boardWolfgang Denk1-1/+7
2006-06-09Fix U-Boot enviroenment sector protection on MCC200 boardWolfgang Denk1-1/+1
2006-04-06MCC200 Board: fix flash unprotection code for flash > 32 MB.Wolfgang Denk1-0/+10
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2006-03-06Minor code cleanupWolfgang Denk1-60/+0
2006-03-01Fix problem with flash_get_size() from CFI driver updateStefan Roese1-0/+2
2006-02-28Convert mcc200 to use common CFI flash driverStefan Roese1-35/+47
2006-02-24Cleanup MCC200 board.Wolfgang Denk1-7/+1
2006-02-22Initial port to MCC200 board (work in progress)Wolfgang Denk1-0/+328