[U-Boot-Users] Please pull http://www.denx.de/git/u-boot-blackfin.git

Aubrey Li aubrey.adi at gmail.com
Tue Mar 20 13:04:19 CET 2007


Dear Wolfgang,

The following changes since commit 654589873dbafcf104dff133ce0d03a4506e9cc3:
  Aubrey Li (1):
        [Blackfin]Add BF561 EZKIT board support

are found in the git repository at:

  http://www.denx.de/git/u-boot-blackfin.git

 MAKEALL                                         |    2
 Makefile                                        |   11
 board/bf561-ezkit/Makefile                      |   58
 board/bf561-ezkit/bf561-ezkit.c                 |   73
 board/bf561-ezkit/config.mk                     |   25
 board/bf561-ezkit/u-boot.lds.S                  |  153 +
 cpu/bf561/Makefile                              |   52
 cpu/bf561/cache.S                               |  128 +
 cpu/bf561/config.mk                             |   27
 cpu/bf561/cpu.c                                 |  220 ++
 cpu/bf561/cpu.h                                 |   66
 cpu/bf561/flush.S                               |  402 ++++
 cpu/bf561/init_sdram.S                          |  171 ++
 cpu/bf561/init_sdram_bootrom_initblock.S        |  185 ++
 cpu/bf561/interrupt.S                           |  246 +++
 cpu/bf561/interrupts.c                          |  171 ++
 cpu/bf561/ints.c                                |  117 +
 cpu/bf561/serial.c                              |  196 ++
 cpu/bf561/serial.h                              |   77
 cpu/bf561/start.S                               |  311 +++
 cpu/bf561/start1.S                              |   38
 cpu/bf561/traps.c                               |  239 ++
 cpu/bf561/video.c                               |  194 ++
 cpu/bf561/video.h                               |   25
 include/asm-blackfin/arch-bf561/anomaly.h       |  181 ++
 include/asm-blackfin/arch-bf561/bf561_serial.h  |   78
 include/asm-blackfin/arch-bf561/cdefBF561.h     |  998 ++++++++++++
 include/asm-blackfin/arch-bf561/defBF561.h      | 1941 ++++++++++++++++++++++++
 include/asm-blackfin/arch-bf561/defBF561_extn.h |   76
 include/asm-blackfin/arch-bf561/irq.h           |  137 +
 include/configs/bf561-ezkit.h                   |  244 +++
 31 files changed, 6839 insertions(+), 3 deletions(-)

Best Regards,
-Aubrey




More information about the U-Boot mailing list