[U-Boot] Pull request v2: u-boot-blackfin
Sonic Zhang
sonic.adi at gmail.com
Mon Aug 11 04:55:45 CEST 2014
Hi Tom,
Please pull the following patches for Blackfin from u-boot-blackfin
into your tree.
Thanks
Sonic Zhang
The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6:
Prepare v2014.10-rc1 (2014-08-06 09:12:58 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-blackfin.git master
for you to fetch changes up to d54d7eb965e96fc451beaac58cd79efdcf848fd9:
support blackfin board initialization in generic board_f (2014-08-07
15:15:19 +0800)
----------------------------------------------------------------
Aaron Wu (1):
bfin: add register define required by core B on dual core BF609 processor
Scott Jiang (1):
blackfin: spi clock is in sysclk1 domain instead of sysclk0
Sonic Zhang (2):
blackfin: convert blackfin board_f and board_r to use generic
board init functions
support blackfin board initialization in generic board_f
arch/blackfin/config.mk | 3 +
arch/blackfin/cpu/cpu.c | 334 +++++++++++++++--
arch/blackfin/cpu/start.S | 14 +-
arch/blackfin/cpu/u-boot.lds | 4 +-
arch/blackfin/include/asm/clock.h | 2 +-
arch/blackfin/include/asm/config.h | 4 +
arch/blackfin/include/asm/mach-bf609/BF609_def.h | 2 +
arch/blackfin/include/asm/u-boot.h | 3 +
arch/blackfin/lib/Makefile | 7 +-
arch/blackfin/lib/board.c | 443 -----------------------
arch/blackfin/lib/sections.c | 11 +
common/board_f.c | 45 ++-
include/configs/bf506f-ezkit.h | 5 +-
include/configs/bf533-stamp.h | 3 +-
include/configs/bf538f-ezkit.h | 3 +-
include/watchdog.h | 3 +-
16 files changed, 380 insertions(+), 506 deletions(-)
delete mode 100644 arch/blackfin/lib/board.c
create mode 100644 arch/blackfin/lib/sections.c
More information about the U-Boot
mailing list