index
:
barebox
master
next
barebox master repository
Pengutronix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blackfin: Remove architecture
Sascha Hauer
2019-09-12
22
-2442
/
+0
*
include: Move bulk of boot.h to bootm.h
Sascha Hauer
2016-07-26
1
-0
/
+1
*
whole tree: remove trailing whitespaces
Du Huanpeng
2016-04-21
1
-1
/
+1
*
bootm: Push dryrun to handlers
Sascha Hauer
2016-01-26
1
-0
/
+3
*
restart: replace reset_cpu with registered restart handlers
Sascha Hauer
2015-08-27
2
-4
/
+14
*
exitcall: move arch_shutdown to exitcall infrastructure
Herve Codina
2015-07-13
1
-1
/
+5
*
blackfin: consolidate arch/blackfin/include/asm/linkage.h
Masahiro Yamada
2015-02-02
1
-1
/
+1
*
kbuild: move asm-offsets.h rule to ./Kbuild
Masahiro Yamada
2015-01-08
1
-0
/
+12
*
treewide: Reuse init_clock() return value for clocksource drivers
Alexander Shiyan
2014-11-10
1
-3
/
+1
*
bootm: introduce bootm_load_os helper
Sascha Hauer
2014-01-10
1
-2
/
+4
*
blackfin: Remove unneeded assignment
Alexander Shiyan
2013-07-09
1
-1
/
+1
*
blackfin: initialize malloc pool before start_barebox()
Sascha Hauer
2013-03-14
1
-4
/
+2
*
Treewide: remove address of the Free Software Foundation
Sascha Hauer
2012-09-17
15
-68
/
+0
*
blackfin: add __ashrdi3
Sascha Hauer
2012-06-28
2
-0
/
+37
*
booting: more flexible Linux bootargs generation
Sascha Hauer
2012-05-14
1
-1
/
+1
*
bootm: use new uimage code
Sascha Hauer
2011-12-15
1
-4
/
+8
*
fix malloc space sizes
Sascha Hauer
2011-12-03
1
-1
/
+1
*
bootm: push relocate_image up to the generic command
Sascha Hauer
2011-11-29
1
-3
/
+0
*
rename include/mem_malloc.h to include/memory.h
Sascha Hauer
2011-09-23
1
-1
/
+1
*
blackfin: fix printf compiler warnings
Sascha Hauer
2011-01-07
2
-2
/
+2
*
clocksource: switch mask to CLOCKSOURCE_MASK
Jean-Christophe PLAGNIOL-VILLARD
2010-11-29
1
-1
/
+1
*
reset_cpu: unify declaration
Robert Schwebel
2010-10-22
1
-1
/
+1
*
Replace direct header access with the API routines
Jean-Christophe PLAGNIOL-VILLARD
2010-10-08
1
-2
/
+2
*
Revert "Replace direct header access with the API routines"
Sascha Hauer
2010-10-07
1
-2
/
+2
*
Replace direct header access with the API routines
Jean-Christophe PLAGNIOL-VILLARD
2010-09-24
1
-2
/
+2
*
remove now unused arch_execute
Sascha Hauer
2010-03-30
1
-11
/
+0
*
blackfin: implement arch_shutdown call
Sascha Hauer
2010-03-30
1
-0
/
+5
*
make reset_cpu a __noreturn function
Sascha Hauer
2010-03-30
1
-1
/
+4
*
fix arch_execute prototype
Sascha Hauer
2009-12-17
1
-1
/
+1
*
rename U-Boot-v2 project to barebox
Sascha Hauer
2009-12-15
7
-9
/
+9
*
[blackfin] memory layout related compile fixes
Sascha Hauer
2008-07-03
1
-2
/
+3
*
[blackfin]: register handler for booting linux images
Sascha Hauer
2008-02-21
1
-1
/
+16
*
Blackfin: Need to mask all interrupts before starting Linux.
Sascha Hauer
2007-10-23
1
-0
/
+3
*
CONFIG_MODULE -> CONFIG_MODULES
Sascha Hauer
2007-10-04
1
-1
/
+1
*
add blackfin specific bits for module handling
Sascha Hauer
2007-09-28
2
-0
/
+312
*
declare lots of functions static
Sascha Hauer
2007-09-28
1
-1
/
+1
*
blackfin_linux.c: disable icache unconditionally. If I understand the
Sascha Hauer
2007-09-27
1
-5
/
+2
*
ups. mixed up start and end in blackfin_mem_malloc_init
Sascha Hauer
2007-09-27
1
-2
/
+2
*
add blackfin cache and traps handling
Sascha Hauer
2007-09-16
6
-156
/
+675
*
make blackfin linux start function functional
Sascha Hauer
2007-09-16
1
-6
/
+4
*
remove unused blackfin_board.h
Sascha Hauer
2007-09-16
1
-57
/
+0
*
add the possibility to have a arch specific 'go' command. Some
Sascha Hauer
2007-09-16
1
-4
/
+9
*
first maybe-working blackfin linux boot function
Sascha Hauer
2007-09-13
1
-42
/
+18
*
add missing files to arch/blackfin/lib/Makefile
Sascha Hauer
2007-09-13
1
-1
/
+3
*
remove cli/sti from arch/blackfin/lib/cpu.c. We do not use interrupts
Sascha Hauer
2007-09-13
1
-8
/
+2
*
move blackfin cache functions to arch/blackfin/lib/cpu.c
Sascha Hauer
2007-09-12
1
-0
/
+189
*
rename bf533_linux.c -> blackfin_linux.c
Sascha Hauer
2007-09-12
1
-0
/
+0
*
initial blackfin support
Sascha Hauer
2007-09-11
17
-0
/
+1493