| Commit message (Expand) | Author | Age | Lines |
* | Blackfin: bfin_mac: force boards to setup the MAC themselves | Mike Frysinger | 2009-03-20 | -46/+2 |
* | Blackfin: output booting source when booting | Mike Frysinger | 2009-02-02 | -1/+5 |
* | Blackfin: use 8/16/32 bit transfer widths in dma_memcpy() | Mike Frysinger | 2009-02-02 | -4/+19 |
* | Blackfin: dma_memcpy(): fix random failures | Mike Frysinger | 2009-02-02 | -8/+11 |
* | Blackfin: rewrite cache handling functions | Mike Frysinger | 2009-02-02 | -4/+14 |
* | Blackfin: setup bi_enetaddr for single nets | Mike Frysinger | 2009-02-02 | -1/+10 |
* | Blackfin: cache core/system clock values | Mike Frysinger | 2009-02-02 | -44/+78 |
* | Blackfin: only build post code when CONFIG_POST | Mike Frysinger | 2009-02-02 | -9/+1 |
* | Blackfin: fixup misc warnings such as printf's and missing casts | Mike Frysinger | 2009-01-28 | -1/+1 |
* | Blackfin: pass RETX to Linux | Mike Frysinger | 2009-01-28 | -1/+8 |
* | Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection | Mike Frysinger | 2009-01-28 | -3/+3 |
* | Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE | Mike Frysinger | 2009-01-28 | -1/+5 |
* | Blackfin: implement general support for CONFIG_STATUS_LED | Mike Frysinger | 2009-01-28 | -0/+10 |
* | Blackfin: do not init i2c in Blackfin board init | Mike Frysinger | 2009-01-28 | -15/+0 |
* | Blackfin: fix dcache handling when doing dma memcpy's | Mike Frysinger | 2009-01-28 | -4/+7 |
* | Blackfin: split cache handling out of dma_memcpy() | Mike Frysinger | 2009-01-28 | -8/+17 |
* | Blackfin: abort dma_memcpy() for L1 scratchpad | Mike Frysinger | 2009-01-28 | -1/+12 |
* | Blackfin: rename bootm.c to boot.c | Mike Frysinger | 2009-01-28 | -2/+2 |
* | Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE} | Mike Frysinger | 2009-01-28 | -3/+3 |
* | Blackfin: use common strmhz() in system output | Mike Frysinger | 2009-01-23 | -2/+4 |
* | Blackfin: drop CONFIG_SPI handling in board init | Mike Frysinger | 2009-01-07 | -7/+0 |
* | Update U-Boot's build timestamp on every compile | Peter Tyser | 2008-12-06 | -1/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2008-11-01 | -9/+40 |
|\ |
|
| * | Blackfin: init NAND before relocating env | Mike Frysinger | 2008-10-23 | -5/+5 |
| * | Blackfin: check cache bits, not cplb bits | Mike Frysinger | 2008-10-23 | -2/+2 |
| * | Blackfin: unify cache handling code | Mike Frysinger | 2008-10-23 | -0/+35 |
| * | Blackfin: only initialize the RTC when actually used | Mike Frysinger | 2008-10-23 | -4/+0 |
* | | bootm: Add subcommands | Kumar Gala | 2008-10-29 | -0/+3 |
|/ |
|
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -55/+55 |
* | bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | bootm: refactor do_reset and os boot function args | Kumar Gala | 2008-08-26 | -8/+3 |
* | bootm: refactor entry point code | Kumar Gala | 2008-08-26 | -18/+1 |
* | Fix fallout from autostart revert | Kumar Gala | 2008-08-12 | -5/+1 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -1/+1 |
* | Restore the ability to continue booting after legacy image overwrite | Marian Balakowicz | 2008-04-17 | -1/+1 |
* | Blackfin: cleanup and overhaul common board init functions | Mike Frysinger | 2008-03-30 | -236/+226 |
* | Blackfin: cleanup lib_blackfin/cache.c | Mike Frysinger | 2008-03-30 | -62/+8 |
* | Blackfin: unify cpu and boot modes | Mike Frysinger | 2008-03-30 | -287/+232 |
* | Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing | Bartlomiej Sieka | 2008-03-26 | -11/+47 |
|\ |
|
| * | [new uImage] Add new uImage format support to arch specific do_bootm_linux() ... | Marian Balakowicz | 2008-03-12 | -3/+14 |
| * | [new uImage] Respect autostart setting in linux bootm | Kumar Gala | 2008-02-29 | -0/+3 |
| * | [new uImage] Move image verify flag to bootm_headers structure | Marian Balakowicz | 2008-02-27 | -1/+1 |
| * | [Makefile] Sort COBJS in lib_<arch> Makefiles | Marian Balakowicz | 2008-02-27 | -6/+15 |
| * | [new uImage] Add dual format uImage support framework | Marian Balakowicz | 2008-02-25 | -4/+18 |
| * | Merge branch 'master' of /home/git/u-boot | Marian Balakowicz | 2008-02-21 | -10/+19 |
| |\ |
|
| * | | [new uImage] Rename architecture specific bootm code files | Marian Balakowicz | 2008-02-07 | -1/+1 |
| * | | [new uImage] Cleanup image header pointer use in bootm code | Marian Balakowicz | 2008-02-07 | -3/+1 |
| * | | [new uImage] Define a API for image handling operations | Marian Balakowicz | 2008-02-07 | -1/+2 |
* | | | Blackfin: add proper ELF markings to some assembly functions | Mike Frysinger | 2008-03-15 | -0/+12 |