| Commit message (Expand) | Author | Age | Lines |
* | 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 |
| * | Make getenv() work before relocation. | Wolfgang Denk | 2010-09-19 | -3/+4 |
* | | Blackfin: bfin_spi: use same gpio cs define as Linux | Mike Frysinger | 2010-09-21 | -0/+3 |
* | | POST cleanup. | Michael Zaidman | 2010-09-21 | -423/+1 |
|/ |
|
* | Blackfin: re-use board data in cpu banner | Mike Frysinger | 2010-08-11 | -1/+2 |
* | Blackfin: shutdown video DMA when booting Linux | Michael Hennerich | 2010-08-11 | -0/+9 |
* | Rename getenv_r() into getenv_f() | Wolfgang Denk | 2010-08-04 | -2/+2 |
* | Blackfin: gpio: use common usage func | Mike Frysinger | 2010-07-29 | -4/+2 |
* | Blackfin: jtag-console: handle newline stuffing | Mike Frysinger | 2010-07-25 | -9/+32 |
* | Blackfin: jtag-console: add debug markers | Mike Frysinger | 2010-07-25 | -1/+27 |
* | Blackfin: jtag-console: robustify against missing peer | Mike Frysinger | 2010-07-25 | -8/+32 |
* | Blackfin: bf561: use DMA for Core B L1 regions | Mike Frysinger | 2010-07-13 | -1/+9 |
* | Blackfin: serial: convert to portmux framework | Mike Frysinger | 2010-07-13 | -0/+19 |
* | Blackfin: unify custom gpio commands | Mike Frysinger | 2010-07-05 | -0/+121 |
* | Blackfin: import gpio/portmux layer from Linux | Mike Frysinger | 2010-07-05 | -0/+3561 |
* | Blackfin: set up simple NMI handlers for anomaly 05000219 | Mike Frysinger | 2010-07-05 | -1/+34 |
* | Blackfin: update anomaly lists to latest sheets | Mike Frysinger | 2010-07-05 | -183/+437 |
* | Blackfin: expand EVT1 usage documentation a bit more | Mike Frysinger | 2010-07-05 | -1/+6 |
* | Blackfin: implement bootcount support | Mike Frysinger | 2010-07-05 | -0/+35 |