index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib_blackfin
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-04
push LOAD_ADDR out to arch mk files
Mike Frysinger
1
-0
/
+2
2009-09-04
Consolidate arch-specific mem_malloc_init() implementations
Peter Tyser
1
-9
/
+0
2009-09-04
Standardize mem_malloc_init() implementation
Peter Tyser
1
-6
/
+6
2009-09-04
Consolidate arch-specific sbrk() implementations
Peter Tyser
1
-17
/
+3
2009-09-02
Blackfin: fix debug printf modifiers
Mike Frysinger
1
-18
/
+18
2009-09-02
Blackfin: change global data register from P5 to P3
Robin Getz
1
-1
/
+1
2009-08-23
Blackfin: use common code to preprocess linker script
Mike Frysinger
2
-5
/
+2
2009-07-24
Blackfin: restore EVT1 handling in linker script
Mike Frysinger
1
-1
/
+8
2009-07-21
Move architecture specific config.mk files into subdirs
Peter Tyser
1
-0
/
+66
2009-07-18
Blackfin: add os log functions
Mike Frysinger
1
-0
/
+6
2009-07-18
stdio/device: rework function naming convention
Jean-Christophe PLAGNIOL-VILLARD
2
-4
/
+4
2009-07-10
Blackfin: add cache_dump commands
Mike Frysinger
2
-0
/
+146
2009-06-14
Blackfin: unify u-boot linker scripts
Mike Frysinger
3
-1
/
+137
2009-06-12
lib_arch/board.c: Move malloc initialization before flash_init()
Stefan Roese
1
-3
/
+4
2009-03-23
Blackfin: print out Flash: before checking it
Mike Frysinger
1
-1
/
+1
2009-03-23
Blackfin: safely flush data caches when in writeback mode
Mike Frysinger
1
-0
/
+42
2009-03-23
Blackfin: unify net-related init code
Mike Frysinger
1
-10
/
+20
2009-03-20
Blackfin: bfin_mac: force boards to setup the MAC themselves
Mike Frysinger
1
-46
/
+2
2009-02-02
Blackfin: output booting source when booting
Mike Frysinger
1
-1
/
+5
2009-02-02
Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
Mike Frysinger
1
-4
/
+19
2009-02-02
Blackfin: dma_memcpy(): fix random failures
Mike Frysinger
1
-8
/
+11
2009-02-02
Blackfin: rewrite cache handling functions
Mike Frysinger
1
-4
/
+14
2009-02-02
Blackfin: setup bi_enetaddr for single nets
Mike Frysinger
1
-1
/
+10
2009-02-02
Blackfin: cache core/system clock values
Mike Frysinger
3
-44
/
+78
2009-02-02
Blackfin: only build post code when CONFIG_POST
Mike Frysinger
3
-9
/
+1
2009-01-28
Blackfin: fixup misc warnings such as printf's and missing casts
Mike Frysinger
1
-1
/
+1
2009-01-28
Blackfin: pass RETX to Linux
Mike Frysinger
1
-1
/
+8
2009-01-28
Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
Mike Frysinger
1
-3
/
+3
2009-01-28
Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
Mike Frysinger
1
-1
/
+5
2009-01-28
Blackfin: implement general support for CONFIG_STATUS_LED
Mike Frysinger
1
-0
/
+10
2009-01-28
Blackfin: do not init i2c in Blackfin board init
Mike Frysinger
1
-15
/
+0
2009-01-28
Blackfin: fix dcache handling when doing dma memcpy's
Mike Frysinger
1
-4
/
+7
2009-01-28
Blackfin: split cache handling out of dma_memcpy()
Mike Frysinger
1
-8
/
+17
2009-01-28
Blackfin: abort dma_memcpy() for L1 scratchpad
Mike Frysinger
1
-1
/
+12
2009-01-28
Blackfin: rename bootm.c to boot.c
Mike Frysinger
2
-2
/
+2
2009-01-28
Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
Mike Frysinger
1
-3
/
+3
2009-01-23
Blackfin: use common strmhz() in system output
Mike Frysinger
1
-2
/
+4
2009-01-07
Blackfin: drop CONFIG_SPI handling in board init
Mike Frysinger
1
-7
/
+0
2008-12-06
Update U-Boot's build timestamp on every compile
Peter Tyser
1
-1
/
+2
2008-11-01
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Wolfgang Denk
2
-9
/
+40
2008-10-29
bootm: Add subcommands
Kumar Gala
1
-0
/
+3
2008-10-23
Blackfin: init NAND before relocating env
Mike Frysinger
1
-5
/
+5
2008-10-23
Blackfin: check cache bits, not cplb bits
Mike Frysinger
1
-2
/
+2
2008-10-23
Blackfin: unify cache handling code
Mike Frysinger
1
-0
/
+35
2008-10-23
Blackfin: only initialize the RTC when actually used
Mike Frysinger
1
-4
/
+0
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
3
-55
/
+55
2008-09-10
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-09-10
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-08-26
bootm: refactor do_reset and os boot function args
Kumar Gala
1
-8
/
+3
2008-08-26
bootm: refactor entry point code
Kumar Gala
1
-18
/
+1
[next]