summaryrefslogtreecommitdiff
path: root/board/pcippc2/pcippc2.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2009-07-19Fix boards broken after removal of legacy NAND and DoC supportWolfgang Denk1-0/+2
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-09-03Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren1-0/+6
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-1/+1
2007-07-10board/[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
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2004-01-21* The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk1-1/+1
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-1/+1
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-28* Code cleanup:wdenk1-2/+12
2003-02-14Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese1-1/+1
2002-11-04Patch by Guillaume Alexandre,, 04 Nov 2002:wdenk1-0/+21
2002-11-03Initial revisionwdenk1-0/+214