index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
lib
Age
Commit message (
Expand
)
Author
2013-05-01
lib: consolidate hang()
Andreas Bießmann
2013-03-15
blackfin: Fix up board_type global data
Simon Glass
2013-03-04
blackfin: bf60x: support big cplb page
Bob Liu
2013-03-04
blackfin: bf60x: add dma support
Bob Liu
2013-03-04
blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.
Sonic Zhang
2012-10-19
blackfin: Change global data baudrate to int
Simon Glass
2012-10-15
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
Marek Vasut
2012-10-15
COMMON: Use __stringify() instead of MK_STR()
Marek Vasut
2012-05-15
net: move bootfile init into eth_initialize
Mike Frysinger
2012-05-15
net: punt bd->bi_ip_addr
Mike Frysinger
2012-04-22
Blackfin: move gd/bd to bss by default
Mike Frysinger
2012-02-12
linkage.h: move from blackfin to common includes
Macpaul Lin
2011-11-19
Blackfin: drop now unused local variable
Mike Frysinger
2011-10-23
blackfin: Use getenv_ulong() in place of getenv(), strtoul
Simon Glass
2011-09-29
Blackfin: post: generalize led/button tests with GPIOs
Mike Frysinger
2011-09-29
Blackfin: post: drop custom test list
Mike Frysinger
2011-08-02
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Wolfgang Denk
2011-07-28
unify version_string
Andreas Bießmann
2011-07-12
Blackfin: switch to common display_options()
Mike Frysinger
2011-07-12
Blackfin: uart: add multiple serial support
Mike Frysinger
2011-06-03
Blackfin: use common LDSCRIPT logic
Mike Frysinger
2011-04-08
Blackfin: default to L1 bank A when L1 bank B does not exist
Mike Frysinger
2011-04-08
Blackfin: only check for os log when we have external memory
Mike Frysinger
2011-04-08
Blackfin: fix bd_t handling
Mike Frysinger
2011-04-08
Blackfin: move CONFIG_BFIN_CPU back to board config.h
Mike Frysinger
2011-04-08
Blackfin: skip RAM display for 0 mem systems
Mike Frysinger
2010-11-18
Blackfin: make sure bss len is multiple of 4 bytes
Mike Frysinger
2010-11-18
Blackfin: stick ins/outs funcs into their own .text section
Mike Frysinger
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-10-26
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-02
Blackfin: fix MMC init output alignment
Mike Frysinger
2010-10-02
Blackfin: move CONFIG_BFIN_CPU to board config.mk
Mike Frysinger
2010-09-21
POST cleanup.
Michael Zaidman
2010-08-11
Blackfin: re-use board data in cpu banner
Mike Frysinger
2010-08-11
Blackfin: shutdown video DMA when booting Linux
Michael Hennerich
2010-08-03
Rename getenv_r() into getenv_f()
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-04-13
blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*
Peter Tyser
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser