summaryrefslogtreecommitdiff
path: root/board/bf537-stamp/bf537-stamp.c
Commit message (Expand)AuthorAgeLines
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-1/+1
* net: Remove all calls to net_random_ethaddr()Joe Hershberger2015-05-20-21/+7
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-2/+2
* blackfin: replace bfin_gen_rand_mac() with eth_random_addr()Masahiro Yamada2014-05-12-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* Blackfin: bf537-stamp: drop board reset workaroundMike Frysinger2012-02-12-7/+0
* Blackfin: bf537-stamp: use common spi boot workaround codeMike Frysinger2010-07-05-5/+2
* Blackfin: kill off useless initdram() usageMike Frysinger2010-01-17-7/+0
* Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.cMike Frysinger2009-04-02-54/+3
* Blackfin: bf537-stamp: split post code out into dedicated post.cMike Frysinger2009-03-24-236/+0
* Blackfin: bf537-stamp: rewrite MAC-in-flash handlingMike Frysinger2009-03-24-23/+56
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2009-02-01-16/+0
|\
| * Move is_valid_ether_addr() to include/net.hMike Frysinger2009-01-28-16/+0
* | Blackfin: drop dead/wrong debug code in initdram()Mike Frysinger2009-01-28-13/+1
|/
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-7/+7
* Introduce netdev.h header file and remove externsBen Warren2008-09-02-2/+1
* Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()Ben Warren2008-08-26-0/+10
* Change initdram() return type to phys_size_tBecky Bruce2008-06-12-1/+1
* Blackfin: unify cpu and boot modesMike Frysinger2008-03-30-12/+1
* Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPUMike Frysinger2008-03-15-11/+0
* Blackfin: move bootldr command to common codeMike Frysinger2008-03-15-45/+0
* punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger2008-02-04-4/+5
* bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether...Jean-Christophe PLAGNIOL-VILLARD2008-01-16-0/+17
* Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-15-1/+2
* board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-2/+2
* board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* [Blackfin][PATCH] Fix copyright and update licenseAubrey Li2007-04-05-3/+3
* [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-19-0/+437