| Commit message (Expand) | Author | Age | Lines |
* | blackfin: replace bfin_gen_rand_mac() with eth_random_addr() | Masahiro Yamada | 2014-05-12 | -2/+1 |
* | kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED | Masahiro Yamada | 2014-03-07 | -5/+0 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -3/+4 |
* | blackfin: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | -23/+3 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -51/+3 |
* | Blackfin: bf537-stamp: drop board reset workaround | Mike Frysinger | 2012-02-12 | -7/+0 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | -6/+0 |
* | Blackfin: post: generalize led/button tests with GPIOs | Mike Frysinger | 2011-09-29 | -88/+1 |
* | Blackfin: bf537-stamp: drop uart/flash post tests | Mike Frysinger | 2011-09-29 | -54/+0 |
* | Blackfin: bf537-stamp: convert to gpio post hotkey | Mike Frysinger | 2011-09-29 | -95/+1 |
* | Blackfin: boards: build zlib dir with -O2 | Mike Frysinger | 2011-06-03 | -0/+1 |
* | Blackfin: move CONFIG_BFIN_CPU back to board config.h | Mike Frysinger | 2011-04-08 | -2/+0 |
* | Blackfin: unify bootmode based LDR_FLAGS setup | Mike Frysinger | 2011-04-08 | -1/+0 |
* | Blackfin: drop CONFIG_SYS_TEXT_BASE from boards | Mike Frysinger | 2011-04-08 | -3/+0 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -2/+2 |
* | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk | 2010-10-18 | -1/+1 |
* | Blackfin: move CONFIG_BFIN_CPU to board config.mk | Mike Frysinger | 2010-10-02 | -0/+2 |
* | Blackfin: bf537-stamp: post: update old MMR style macros | Mike Frysinger | 2010-10-02 | -131/+75 |
* | POST cleanup. | Michael Zaidman | 2010-09-21 | -15/+1 |
* | Blackfin: bf537-stamp: use common spi boot workaround code | Mike Frysinger | 2010-07-05 | -5/+2 |
* | Blackfin: unify custom gpio commands | Mike Frysinger | 2010-07-05 | -202/+1 |
* | Blackfin: bf537-stamp: drop old spi_flash driver | Mike Frysinger | 2010-07-05 | -997/+0 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -1/+1 |
* | Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" | Peter Tyser | 2010-04-13 | -1/+1 |
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -2/+2 |
* | Change directory-specific CFLAGS to use full path | Peter Tyser | 2010-04-13 | -1/+1 |
* | Blackfin: kill off useless initdram() usage | Mike Frysinger | 2010-01-17 | -7/+0 |
* | mtd: nand: new base driver for memory mapped nand devices | Mike Frysinger | 2009-07-07 | -101/+0 |
* | Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards | Mike Frysinger | 2009-06-15 | -0/+3 |
* | Blackfin: unify u-boot linker scripts | Mike Frysinger | 2009-06-14 | -150/+1 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -2/+2 |
* | Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c | Mike Frysinger | 2009-04-02 | -54/+70 |
* | Blackfin: bf537-stamp: split post code out into dedicated post.c | Mike Frysinger | 2009-03-24 | -237/+245 |
* | Blackfin: add support for S25FL128 parts | Mike Frysinger | 2009-03-24 | -38/+47 |
* | Blackfin: overhaul SPI flash handling to speed things up | Mike Frysinger | 2009-03-24 | -6/+126 |
* | Blackfin: add support for SST SPI flashes | Mike Frysinger | 2009-03-24 | -29/+78 |
* | Blackfin: add hack for crappy m25p80 | Mike Frysinger | 2009-03-24 | -0/+7 |
* | Blackfin: bf537-stamp: rewrite MAC-in-flash handling | Mike Frysinger | 2009-03-24 | -23/+56 |
* | Blackfin: kill off LDR jump block | Mike Frysinger | 2009-03-23 | -3/+2 |
* | Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...) | Mike Frysinger | 2009-03-23 | -4/+2 |
* | Blackfin: move default boot SPI CS to common code | Mike Frysinger | 2009-02-05 | -7/+1 |
* | Blackfin: add port muxing for BF51x SPI | Mike Frysinger | 2009-02-02 | -9/+11 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-02-01 | -16/+0 |
|\ |
|
| * | Move is_valid_ether_addr() to include/net.h | Mike Frysinger | 2009-01-28 | -16/+0 |
* | | Blackfin: fixup misc warnings such as printf's and missing casts | Mike Frysinger | 2009-01-28 | -2/+2 |
* | | Blackfin: convert old boards to use COBJS-y Makefile style | Mike Frysinger | 2009-01-28 | -7/+6 |
* | | Blackfin: set default boot SPI CS for BF538/BF539 | Mike Frysinger | 2009-01-28 | -2/+2 |
* | | Blackfin: tighten up post memory coding style | Mike Frysinger | 2009-01-28 | -12/+11 |
* | | Blackfin: bf537-stamp nand: fix more style errors in previous commit | Mike Frysinger | 2009-01-28 | -3/+3 |
* | | Blackfin: drop dead/wrong debug code in initdram() | Mike Frysinger | 2009-01-28 | -13/+1 |