summaryrefslogtreecommitdiff
path: root/board/pm520
Commit message (Expand)AuthorAgeLines
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13-2/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-30-0/+9
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-30-0/+11
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-08-1/+0
* board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2013-11-01-21/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-85/+5
* PM520: add missing enable_interrupts()Wolfgang Denk2011-11-07-5/+12
* punt unused clean/distclean targetsMike Frysinger2011-10-15-6/+0
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk2010-10-18-27/+0
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-18-6/+1
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-3/+4
* mpc5xxx: Remove all references to MGT5100Detlev Zundel2010-03-21-78/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-34/+34
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* disk-on-chip: remove duplicate doc_probe declarationJean-Christophe PLAGNIOL-VILLARD2008-09-09-1/+0
* Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren2008-09-02-0/+1
* Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren2008-09-02-0/+6
* Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk2008-07-02-1/+1
* Change initdram() return type to phys_size_tBecky Bruce2008-06-12-2/+2
* Big white-space cleanup.Wolfgang Denk2008-05-21-21/+21
* board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-2/+2
* board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-1/+1
* Remove obsolete mpc5xxx linker scripts (1 of 3)Grant Likely2007-07-04-125/+0
* board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-1/+1
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-7/+11
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-1/+2
* Fix 28F256J3A support on PM520 boardWolfgang Denk2006-01-13-4/+5
* Add support for 28F256J3A flah (=> 64 MB) on PM520 boardWolfgang Denk2005-12-29-3/+15
* (no commit message)Wolfgang Denk2005-12-12-0/+1
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-4/+4
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+2
* Coding style cleanupWolfgang Denk2005-08-02-3/+1
* Implement h/w sector protection status synchronization at boot.Wolfgang Denk2005-07-30-2/+95
* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS ofwdenk2005-05-05-1/+1
* Fix bug in the SDRAM initialization code for canmb, IceCube andwdenk2005-04-21-4/+7
* Patch by Josef Wagner, 04 Jun 2004:wdenk2004-06-19-82/+307
* * Add start-up delay to make sure power has stabilized beforewdenk2004-03-23-0/+938