aboutsummaryrefslogtreecommitdiff
path: root/board/bc3450
AgeCommit message (Expand)AuthorFilesLines
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2012-07-22BC3450 board: Remove unused CONFIG_SYS_CPU definitionWolfgang Denk1-1/+0
2012-07-22BC3450 board: change debug code to using debug()Wolfgang Denk1-9/+3
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk1-24/+0
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-19/+1
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-5/+6
2010-09-21POST cleanup.Michael Zaidman1-20/+0
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-6/+6
2010-03-21mpc5xxx: Remove all references to MGT5100Detlev Zundel2-69/+0
2009-06-12General help message cleanupWolfgang Denk1-11/+12
2009-01-28Command usage cleanupPeter Tyser1-5/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-41/+41
2008-09-02Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren1-0/+1
2008-09-02Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren1-0/+6
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2007-07-10board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2-3/+3
2007-07-09board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04Remove obsolete mpc5xxx linker scripts (2 of 3)Grant Likely1-124/+0
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-11-01- Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka1-3/+2
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2006-05-03Coding Style cleanupWolfgang Denk2-361/+370
2006-04-21Add support for BC3450 boarddzu@denx.de6-0/+1748