aboutsummaryrefslogtreecommitdiff
path: root/board/cmc_pu2
AgeCommit message (Expand)AuthorFilesLines
2010-01-31new at91_emac network driver (NET_MULTI api)Jens Scharsig1-0/+13
2009-06-12arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD1-57/+0
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-03-22cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'Jean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-03-22cmc_pu2: fix misc_init_r prototypeJean-Christophe PLAGNIOL-VILLARD1-3/+5
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2009-03-20cmc_pu2: get mac address from environmentMike Frysinger1-15/+3
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-11/+11
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-08-14Update Makefiles for merged and split at45.c.Peter Pearse1-1/+1
2007-08-14Delete the merged files.Peter Pearse1-621/+0
2007-07-09board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
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-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-3/+2
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk1-2/+2
2005-10-05* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk3-244/+27
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+1
2005-08-19Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2Wolfgang Denk2-1/+123
2005-08-19Add new board specific commands for TQM5200/STK52XXWolfgang Denk1-1/+1
2005-08-19Add automatic HW detection for another CMC_PU2 variantWolfgang Denk1-5/+18
2005-04-06Patch by Steven Scholz, 06 Apr 2005:wdenk1-1/+1
2005-04-01Patch by Martin Krause, 01 Apr 2005:wdenk1-2/+76
2005-03-31Patch by Steven Scholz, 13 Dec 2004:wdenk2-206/+0
2004-12-31* Code cleanup, mostly for GCC-3.3.xwdenk1-3/+2
2004-12-20Fix problems with CMC_PU2 flash driver.LABEL_2004_12_20_1220wdenk1-7/+8
2004-12-19* Fix problems with CMC_PU2 flash driver.LABEL_2004_12_19_2240wdenk2-51/+50
2004-12-14Cleanup for CMC_PU2 boardwdenk1-7/+11
2004-12-13Patch by Steven Scholz, 12 Dec 2004:wdenk1-1/+1
2004-12-10* Clean up CMC PU2 flash driverwdenk1-53/+65
2004-11-24* Fix udelay() on AT91RM9200 for delays < 1 ms.LABEL_2004_11_25_0035wdenk1-2/+2
2004-11-21* Update for AT91RM9200DK and CMC_PU2 boards:wdenk6-492/+394
2004-10-10Code Cleanupwdenk1-20/+20
2004-10-10* Patch by Gary Jennejohn, 01 Oct 2004:wdenk8-0/+1793