| Commit message (Expand) | Author | Age | Lines |
* | Blackfin: drop MAC display at boot | Mike Frysinger | 2009-10-13 | -4/+0 |
* | Blackfin: Remove relocation fixups | Mike Frysinger | 2009-10-13 | -2/+0 |
* | Add bb_miiphy_init call before any ethernet bring-up code. | Luigi 'Comio' Mantellini | 2009-10-10 | -0/+7 |
* | push LOAD_ADDR out to arch mk files | Mike Frysinger | 2009-09-04 | -0/+2 |
* | Consolidate arch-specific mem_malloc_init() implementations | Peter Tyser | 2009-09-04 | -9/+0 |
* | Standardize mem_malloc_init() implementation | Peter Tyser | 2009-09-04 | -6/+6 |
* | Consolidate arch-specific sbrk() implementations | Peter Tyser | 2009-09-04 | -17/+3 |
* | Blackfin: fix debug printf modifiers | Mike Frysinger | 2009-09-02 | -18/+18 |
* | Blackfin: change global data register from P5 to P3 | Robin Getz | 2009-09-02 | -1/+1 |
* | Blackfin: use common code to preprocess linker script | Mike Frysinger | 2009-08-23 | -5/+2 |
* | Blackfin: restore EVT1 handling in linker script | Mike Frysinger | 2009-07-24 | -1/+8 |
* | Move architecture specific config.mk files into subdirs | Peter Tyser | 2009-07-21 | -0/+66 |
* | Blackfin: add os log functions | Mike Frysinger | 2009-07-18 | -0/+6 |
* | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | -4/+4 |
* | Blackfin: add cache_dump commands | Mike Frysinger | 2009-07-10 | -0/+146 |
* | Blackfin: unify u-boot linker scripts | Mike Frysinger | 2009-06-14 | -1/+137 |
* | lib_arch/board.c: Move malloc initialization before flash_init() | Stefan Roese | 2009-06-12 | -3/+4 |
* | Blackfin: print out Flash: before checking it | Mike Frysinger | 2009-03-23 | -1/+1 |
* | Blackfin: safely flush data caches when in writeback mode | Mike Frysinger | 2009-03-23 | -0/+42 |
* | Blackfin: unify net-related init code | Mike Frysinger | 2009-03-23 | -10/+20 |
* | 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 |