| Commit message (Expand) | Author | Age | Lines |
* | gpio: generalize for all generic gpio providers | Mike Frysinger | 2011-04-13 | -119/+53 |
* | Make STANDALONE_LOAD_ADDR configurable per board | Wolfgang Denk | 2011-04-12 | -1/+1 |
* | Blackfin: replace "bfin_reset_or_hang()" with "panic()" | Kyle Moffett | 2011-04-08 | -19/+2 |
* | Blackfin: bootrom.h: sync with toolchain | Mike Frysinger | 2011-04-08 | -27/+59 |
* | Blackfin: default to L1 bank A when L1 bank B does not exist | Mike Frysinger | 2011-04-08 | -3/+7 |
* | Blackfin: turn off caches when self initializing | Mike Frysinger | 2011-04-08 | -12/+33 |
* | Blackfin: only check for os log when we have external memory | Mike Frysinger | 2011-04-08 | -1/+1 |
* | Blackfin: BF537: unify duplicated headers | Mike Frysinger | 2011-04-08 | -2446/+2419 |
* | Blackfin: BF52x: unify duplicated headers | Mike Frysinger | 2011-04-08 | -2068/+1481 |
* | Blackfin: drop duplicate system mmr and L1 scratch defines | Mike Frysinger | 2011-04-08 | -42/+1 |
* | Blackfin: BF50x: new processor port | Mike Frysinger | 2011-04-08 | -17/+3193 |
* | Blackfin: fix bd_t handling | Mike Frysinger | 2011-04-08 | -9/+6 |
* | Blackfin: bf537: fix L1 data defines | Mike Frysinger | 2011-04-08 | -1/+1 |
* | Blackfin: serial: clean up muxing a bit | Mike Frysinger | 2011-04-08 | -31/+20 |
* | Blackfin: move CONFIG_BFIN_CPU back to board config.h | Mike Frysinger | 2011-04-08 | -2/+13 |
* | Blackfin: unify bootmode based LDR_FLAGS setup | Mike Frysinger | 2011-04-08 | -0/+3 |
* | Blackfin: drop CONFIG_SYS_TEXT_BASE from boards | Mike Frysinger | 2011-04-08 | -0/+4 |
* | Blackfin: skip RAM display for 0 mem systems | Mike Frysinger | 2011-04-08 | -2/+5 |
* | Introduce a new linker flag LDFLAGS_FINAL | Haiying Wang | 2011-03-22 | -1/+1 |
* | Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS | Nobuhiro Iwamatsu | 2011-01-25 | -1/+2 |
* | Move DECLARE_GLOBAL_DATA_PTR to file scope | John Rigby | 2010-12-21 | -1/+2 |
* | Blackfin: drop initcode.o from combined object | Mike Frysinger | 2010-11-19 | -4/+0 |
* | Blackfin: make sure bss len is multiple of 4 bytes | Mike Frysinger | 2010-11-18 | -0/+1 |
* | Blackfin: stick ins/outs funcs into their own .text section | Mike Frysinger | 2010-11-18 | -0/+5 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -4/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2010-10-29 | -2/+3 |
|\ |
|
| * | Blackfin: config.mk: drop manual stripping of config vars | Mike Frysinger | 2010-10-27 | -2/+0 |
| * | Blackfin: fix building after asm-offsets.h intro | Mike Frysinger | 2010-10-27 | -0/+3 |
* | | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk | 2010-10-29 | -3/+0 |
|/ |
|
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | -7/+4 |
* | Blackfin: workaround anomaly 05000440 | Mike Frysinger | 2010-10-14 | -1/+5 |
* | Blackfin: update anomaly lists to latest sheets | Mike Frysinger | 2010-10-14 | -10/+35 |
* | Blackfin: fix MMC init output alignment | Mike Frysinger | 2010-10-02 | -1/+1 |
* | Blackfin: propagate target cpu defines when building embedded env | Mike Frysinger | 2010-10-02 | -0/+3 |
* | Blackfin: cmd_gpio: accept upper case pin names | Mike Frysinger | 2010-10-02 | -2/+3 |
* | Blackfin: cmd_gpio: return gpio value to caller | Mike Frysinger | 2010-10-02 | -1/+1 |
* | Blackfin: cmd_gpio: document/extend input sub-option | Mike Frysinger | 2010-10-02 | -14/+13 |
* | Blackfin: move CONFIG_BFIN_CPU to board config.mk | Mike Frysinger | 2010-10-02 | -9/+2 |
* | Blackfin: bf561: merge headers | Mike Frysinger | 2010-10-02 | -1930/+1906 |
* | Blackfin: bf533: merge headers | Mike Frysinger | 2010-10-02 | -1342/+1293 |
* | Blackfin: unify core MMRs | Mike Frysinger | 2010-10-02 | -3456/+350 |
* | Blackfin: bf52x: unify arch header duplication | Mike Frysinger | 2010-10-02 | -2316/+6 |
* | Blackfin: bf537: unify arch header duplication | Mike Frysinger | 2010-10-02 | -295/+6 |
* | Blackfin: punt old *p style volatile MMR defines | Mike Frysinger | 2010-10-02 | -13223/+0 |
* | Blackfin: punt headers for non-existent BF541 | Mike Frysinger | 2010-10-02 | -448/+0 |
* | Blackfin: bfin_spi: add optional DMA support | Mike Frysinger | 2010-10-02 | -0/+75 |
* | Blackfin: add support for BF51x parts | Mike Frysinger | 2010-10-02 | -0/+2498 |
* | Blackfin: add support for BF538/BF539 processors | Mike Frysinger | 2010-10-02 | -0/+3464 |
* | Merge branch 'next' of /home/wd/git/u-boot/next | Wolfgang Denk | 2010-09-28 | -9/+11 |
|\ |
|
| * | New implementation for internal handling of environment variables. | Wolfgang Denk | 2010-09-19 | -7/+8 |