aboutsummaryrefslogtreecommitdiff
path: root/board/bf537-stamp/bf537-stamp.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Blackfin: bf537-stamp: use common spi boot workaround codeMike Frysinger1-5/+2
2010-01-17Blackfin: kill off useless initdram() usageMike Frysinger1-7/+0
2009-04-02Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.cMike Frysinger1-54/+3
2009-03-24Blackfin: bf537-stamp: split post code out into dedicated post.cMike Frysinger1-236/+0
2009-03-24Blackfin: bf537-stamp: rewrite MAC-in-flash handlingMike Frysinger1-23/+56
2009-02-01Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk1-16/+0
2009-01-28Move is_valid_ether_addr() to include/net.hMike Frysinger1-16/+0
2009-01-28Blackfin: drop dead/wrong debug code in initdram()Mike Frysinger1-13/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-09-02Introduce netdev.h header file and remove externsBen Warren1-2/+1
2008-08-26Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()Ben Warren1-0/+10
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-03-30Blackfin: unify cpu and boot modesMike Frysinger1-12/+1
2008-03-15Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPUMike Frysinger1-11/+0
2008-03-15Blackfin: move bootldr command to common codeMike Frysinger1-45/+0
2008-02-04punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger1-4/+5
2008-01-16bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether...Jean-Christophe PLAGNIOL-VILLARD1-0/+17
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk1-1/+2
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
2007-04-05[Blackfin][PATCH] Fix copyright and update licenseAubrey Li1-3/+3
2007-03-19[Blackfin][PATCH] Add BF537 stamp board supportAubrey Li1-0/+437