index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib_blackfin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser
2010-04-13
22
-3472
/
+0
*
Create CPUDIR variable
Peter Tyser
2010-04-13
1
-1
/
+1
*
Blackfin: drop bfin #undef in linker script
Mike Frysinger
2010-04-07
1
-2
/
+1
*
Blackfin: call watchdog_init() for external watchdogs
Mike Frysinger
2010-04-07
1
-0
/
+6
*
Blackfin: link with normal ABI target
Mike Frysinger
2010-04-07
1
-2
/
+2
*
Blackfin: relax .data alignment
Mike Frysinger
2010-04-07
1
-1
/
+1
*
Blackfin: drop reference to gd->reloc_off
Mike Frysinger
2010-04-07
1
-3
/
+5
*
Blackfin: add support for kgdb
Robin Getz
2010-01-17
6
-7
/
+783
*
Blackfin: drop .eh_frame from linker script
Mike Frysinger
2010-01-17
1
-1
/
+0
*
Blackfin: use sort funcs in the linker script
Mike Frysinger
2010-01-17
1
-2
/
+1
*
Blackfin: pull io funcs from linux
Mike Frysinger
2010-01-17
3
-0
/
+179
*
Blackfin: convert bfin_sdh to generic mmc
Cliff Cai
2010-01-17
1
-0
/
+6
*
Blackfin: support boards with no external memory
Mike Frysinger
2010-01-17
2
-17
/
+33
*
Blackfin: kill off useless initdram() usage
Mike Frysinger
2010-01-17
1
-1
/
+3
*
Blackfin: move section length calculation to linker script
Mike Frysinger
2010-01-17
1
-7
/
+17
*
Blackfin: tweak embedded LDR env config option
Mike Frysinger
2010-01-17
1
-3
/
+7
*
Blackfin: drop MAC display at boot
Mike Frysinger
2009-10-13
1
-4
/
+0
*
Blackfin: Remove relocation fixups
Mike Frysinger
2009-10-13
1
-2
/
+0
*
Add bb_miiphy_init call before any ethernet bring-up code.
Luigi 'Comio' Mantellini
2009-10-10
1
-0
/
+7
*
push LOAD_ADDR out to arch mk files
Mike Frysinger
2009-09-04
1
-0
/
+2
*
Consolidate arch-specific mem_malloc_init() implementations
Peter Tyser
2009-09-04
1
-9
/
+0
*
Standardize mem_malloc_init() implementation
Peter Tyser
2009-09-04
1
-6
/
+6
*
Consolidate arch-specific sbrk() implementations
Peter Tyser
2009-09-04
1
-17
/
+3
*
Blackfin: fix debug printf modifiers
Mike Frysinger
2009-09-02
1
-18
/
+18
*
Blackfin: change global data register from P5 to P3
Robin Getz
2009-09-02
1
-1
/
+1
*
Blackfin: use common code to preprocess linker script
Mike Frysinger
2009-08-23
2
-5
/
+2
*
Blackfin: restore EVT1 handling in linker script
Mike Frysinger
2009-07-24
1
-1
/
+8
*
Move architecture specific config.mk files into subdirs
Peter Tyser
2009-07-21
1
-0
/
+66
*
Blackfin: add os log functions
Mike Frysinger
2009-07-18
1
-0
/
+6
*
stdio/device: rework function naming convention
Jean-Christophe PLAGNIOL-VILLARD
2009-07-18
2
-4
/
+4
*
Blackfin: add cache_dump commands
Mike Frysinger
2009-07-10
2
-0
/
+146
*
Blackfin: unify u-boot linker scripts
Mike Frysinger
2009-06-14
3
-1
/
+137
*
lib_arch/board.c: Move malloc initialization before flash_init()
Stefan Roese
2009-06-12
1
-3
/
+4
*
Blackfin: print out Flash: before checking it
Mike Frysinger
2009-03-23
1
-1
/
+1
*
Blackfin: safely flush data caches when in writeback mode
Mike Frysinger
2009-03-23
1
-0
/
+42
*
Blackfin: unify net-related init code
Mike Frysinger
2009-03-23
1
-10
/
+20
*
Blackfin: bfin_mac: force boards to setup the MAC themselves
Mike Frysinger
2009-03-20
1
-46
/
+2
*
Blackfin: output booting source when booting
Mike Frysinger
2009-02-02
1
-1
/
+5
*
Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
Mike Frysinger
2009-02-02
1
-4
/
+19
*
Blackfin: dma_memcpy(): fix random failures
Mike Frysinger
2009-02-02
1
-8
/
+11
*
Blackfin: rewrite cache handling functions
Mike Frysinger
2009-02-02
1
-4
/
+14
*
Blackfin: setup bi_enetaddr for single nets
Mike Frysinger
2009-02-02
1
-1
/
+10
*
Blackfin: cache core/system clock values
Mike Frysinger
2009-02-02
3
-44
/
+78
*
Blackfin: only build post code when CONFIG_POST
Mike Frysinger
2009-02-02
3
-9
/
+1
*
Blackfin: fixup misc warnings such as printf's and missing casts
Mike Frysinger
2009-01-28
1
-1
/
+1
*
Blackfin: pass RETX to Linux
Mike Frysinger
2009-01-28
1
-1
/
+8
*
Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
Mike Frysinger
2009-01-28
1
-3
/
+3
*
Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
Mike Frysinger
2009-01-28
1
-1
/
+5
*
Blackfin: implement general support for CONFIG_STATUS_LED
Mike Frysinger
2009-01-28
1
-0
/
+10
*
Blackfin: do not init i2c in Blackfin board init
Mike Frysinger
2009-01-28
1
-15
/
+0
[next]