[U-Boot] Pull request u-boot-blackfin.git

Mike Frysinger vapier at gentoo.org
Mon Jun 15 02:02:29 CEST 2009


The following changes since commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6:
  Mike Frysinger (1):
        add %.c->%.i and %.c->%.s rules

are available in the git repository at:

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

Hoan Hoang (1):
      Blackfin: ibf-dsp561: new board port

Mike Frysinger (17):
      Blackfin: support embedding the environment into loader files (LDRs)
      Blackfin: new spibootldr command
      Blackfin: cm-bf533: new board port
      Blackfin: cm-bf537e: new board port
      Blackfin: cm-bf561: new board port
      Blackfin: tcm-bf537: new board port
      Blackfin: cm-bf548: new board port
      Blackfin: cm-bf527: new board port
      Blackfin: bf537-pnav: new board port
      Blackfin: bf537-minotaur: new board port
      Blackfin: bf537-srv1: new board port
      Blackfin: blackstamp: new board port
      Blackfin: make default ADI env more flexible
      Blackfin: enable LZMA for all ADI boards
      Blackfin: convert specific pre/post config headers to common method
      Blackfin: bf518f-ezbrd: enable SST SPI flash driver
      Blackfin: unify u-boot linker scripts

 MAINTAINERS                                        |   27 ++
 MAKEALL                                            |   11 +
 Makefile                                           |   15 +-
 blackfin_config.mk                                 |   11 +
 board/bf518f-ezbrd/.gitignore                      |    1 -
 board/bf518f-ezbrd/Makefile                        |    5 +-
 board/bf518f-ezbrd/config.mk                       |    2 -
 board/bf518f-ezbrd/u-boot.lds.S                    |  124 -------
 board/bf526-ezbrd/.gitignore                       |    1 -
 board/bf526-ezbrd/Makefile                         |    5 +-
 board/bf526-ezbrd/config.mk                        |    2 -
 board/bf526-ezbrd/u-boot.lds.S                     |  124 -------
 board/bf527-ezkit/.gitignore                       |    1 -
 board/bf527-ezkit/Makefile                         |    5 +-
 board/bf527-ezkit/config.mk                        |    2 -
 board/bf533-ezkit/.gitignore                       |    1 -
 board/bf533-ezkit/Makefile                         |    5 +-
 board/bf533-ezkit/config.mk                        |    2 -
 board/bf533-ezkit/u-boot.lds.S                     |  145 ---------
 board/bf533-stamp/.gitignore                       |    1 -
 board/bf533-stamp/Makefile                         |    5 +-
 board/bf533-stamp/config.mk                        |    2 -
 board/bf533-stamp/u-boot.lds.S                     |  143 --------
 board/bf537-minotaur/Makefile                      |   54 +++
 board/bf537-minotaur/bf537-minotaur.c              |   56 ++++
 board/bf537-minotaur/config.mk                     |   31 ++
 board/bf537-pnav/Makefile                          |   54 +++
 board/bf537-pnav/bf537-pnav.c                      |   56 ++++
 board/bf537-pnav/config.mk                         |   30 ++
 board/bf537-srv1/Makefile                          |   54 +++
 board/bf537-srv1/bf537-srv1.c                      |   56 ++++
 board/bf537-srv1/config.mk                         |   31 ++
 board/bf537-stamp/.gitignore                       |    1 -
 board/bf537-stamp/Makefile                         |    5 +-
 board/bf537-stamp/config.mk                        |    2 -
 board/bf537-stamp/u-boot.lds.S                     |  143 --------
 board/bf538f-ezkit/.gitignore                      |    1 -
 board/bf538f-ezkit/Makefile                        |    5 +-
 board/bf538f-ezkit/config.mk                       |    2 -
 board/bf538f-ezkit/u-boot.lds.S                    |  143 --------
 board/bf548-ezkit/.gitignore                       |    1 -
 board/bf548-ezkit/Makefile                         |    5 +-
 board/bf548-ezkit/config.mk                        |    2 -
 board/bf548-ezkit/u-boot.lds.S                     |  124 -------
 board/bf561-ezkit/.gitignore                       |    1 -
 board/bf561-ezkit/Makefile                         |    5 +-
 board/bf561-ezkit/config.mk                        |    2 -
 board/bf561-ezkit/u-boot.lds.S                     |  152 ---------
 board/blackstamp/Makefile                          |   54 +++
 board/blackstamp/blackstamp.c                      |   46 +++
 board/blackstamp/config.mk                         |   30 ++
 board/cm-bf527/Makefile                            |   54 +++
 board/cm-bf527/cm-bf527.c                          |   79 +++++
 board/cm-bf527/config.mk                           |   30 ++
 board/cm-bf527/gpio.c                              |   74 +++++
 board/cm-bf527/gpio_cfi_flash.c                    |   63 ++++
 board/cm-bf527/gpio_cfi_flash.h                    |   10 +
 board/cm-bf533/Makefile                            |   54 +++
 board/cm-bf533/cm-bf533.c                          |   25 ++
 board/cm-bf533/config.mk                           |   31 ++
 board/cm-bf537e/Makefile                           |   54 +++
 board/cm-bf537e/cm-bf537e.c                        |   59 ++++
 board/cm-bf537e/config.mk                          |   31 ++
 board/cm-bf537e/flash.c                            |   34 ++
 board/cm-bf537e/gpio_cfi_flash.c                   |   60 ++++
 board/cm-bf537e/gpio_cfi_flash.h                   |   10 +
 board/cm-bf548/Makefile                            |   55 ++++
 board/cm-bf548/cm-bf548.c                          |   79 +++++
 board/cm-bf548/config.mk                           |   34 ++
 board/cm-bf548/video.c                             |  339 ++++++++++++++++++++
 board/cm-bf561/Makefile                            |   54 +++
 board/cm-bf561/cm-bf561.c                          |   25 ++
 board/cm-bf561/config.mk                           |   31 ++
 board/ibf-dsp561/Makefile                          |   54 +++
 board/ibf-dsp561/config.mk                         |   31 ++
 board/ibf-dsp561/ibf-dsp561.c                      |   25 ++
 board/tcm-bf537/Makefile                           |   54 +++
 board/tcm-bf537/config.mk                          |   31 ++
 board/tcm-bf537/flash.c                            |   37 +++
 board/tcm-bf537/gpio_cfi_flash.c                   |   62 ++++
 board/tcm-bf537/gpio_cfi_flash.h                   |   10 +
 board/tcm-bf537/tcm-bf537.c                        |   59 ++++
 common/Makefile                                    |    1 +
 common/cmd_spibootldr.c                            |   36 ++
 include/asm-blackfin/blackfin-config-post.h        |  149 ---------
 .../{blackfin-config-pre.h => config-pre.h}        |    4 +-
 include/asm-blackfin/config.h                      |  159 ++++++++-
 include/asm-blackfin/mach-common/bits/bootrom.h    |   27 ++
 include/configs/bf518f-ezbrd.h                     |    5 +-
 include/configs/bf526-ezbrd.h                      |    4 +-
 include/configs/bf527-ezkit.h                      |    4 +-
 include/configs/bf533-ezkit.h                      |    4 +-
 include/configs/bf533-stamp.h                      |   19 +-
 include/configs/bf537-minotaur.h                   |  201 ++++++++++++
 include/configs/bf537-pnav.h                       |  185 +++++++++++
 include/configs/bf537-srv1.h                       |  201 ++++++++++++
 include/configs/bf537-stamp.h                      |   19 +-
 include/configs/bf538f-ezkit.h                     |   19 +-
 include/configs/bf548-ezkit.h                      |    4 +-
 include/configs/bf561-ezkit.h                      |   23 ++-
 include/configs/bfin_adi_common.h                  |   36 ++-
 include/configs/blackstamp.h                       |  273 ++++++++++++++++
 include/configs/cm-bf527.h                         |  135 ++++++++
 include/configs/cm-bf533.h                         |  102 ++++++
 include/configs/cm-bf537e.h                        |  137 ++++++++
 include/configs/cm-bf548.h                         |  139 ++++++++
 include/configs/cm-bf561.h                         |  102 ++++++
 include/configs/ibf-dsp561.h                       |  145 +++++++++
 include/configs/tcm-bf537.h                        |  139 ++++++++
 lib_blackfin/.gitignore                            |    1 +
 lib_blackfin/Makefile                              |    5 +-
 {board/bf527-ezkit => lib_blackfin}/u-boot.lds.S   |    8 +
 112 files changed, 4354 insertions(+), 1366 deletions(-)
 delete mode 100644 board/bf518f-ezbrd/.gitignore
 delete mode 100644 board/bf518f-ezbrd/u-boot.lds.S
 delete mode 100644 board/bf526-ezbrd/.gitignore
 delete mode 100644 board/bf526-ezbrd/u-boot.lds.S
 delete mode 100644 board/bf527-ezkit/.gitignore
 delete mode 100644 board/bf533-ezkit/.gitignore
 delete mode 100644 board/bf533-ezkit/u-boot.lds.S
 delete mode 100644 board/bf533-stamp/.gitignore
 delete mode 100644 board/bf533-stamp/u-boot.lds.S
 create mode 100644 board/bf537-minotaur/Makefile
 create mode 100644 board/bf537-minotaur/bf537-minotaur.c
 create mode 100644 board/bf537-minotaur/config.mk
 create mode 100644 board/bf537-pnav/Makefile
 create mode 100644 board/bf537-pnav/bf537-pnav.c
 create mode 100644 board/bf537-pnav/config.mk
 create mode 100644 board/bf537-srv1/Makefile
 create mode 100644 board/bf537-srv1/bf537-srv1.c
 create mode 100644 board/bf537-srv1/config.mk
 delete mode 100644 board/bf537-stamp/.gitignore
 delete mode 100644 board/bf537-stamp/u-boot.lds.S
 delete mode 100644 board/bf538f-ezkit/.gitignore
 delete mode 100644 board/bf538f-ezkit/u-boot.lds.S
 delete mode 100644 board/bf548-ezkit/.gitignore
 delete mode 100644 board/bf548-ezkit/u-boot.lds.S
 delete mode 100644 board/bf561-ezkit/.gitignore
 delete mode 100644 board/bf561-ezkit/u-boot.lds.S
 create mode 100644 board/blackstamp/Makefile
 create mode 100644 board/blackstamp/blackstamp.c
 create mode 100644 board/blackstamp/config.mk
 create mode 100644 board/cm-bf527/Makefile
 create mode 100644 board/cm-bf527/cm-bf527.c
 create mode 100644 board/cm-bf527/config.mk
 create mode 100644 board/cm-bf527/gpio.c
 create mode 100644 board/cm-bf527/gpio_cfi_flash.c
 create mode 100644 board/cm-bf527/gpio_cfi_flash.h
 create mode 100644 board/cm-bf533/Makefile
 create mode 100644 board/cm-bf533/cm-bf533.c
 create mode 100644 board/cm-bf533/config.mk
 create mode 100644 board/cm-bf537e/Makefile
 create mode 100644 board/cm-bf537e/cm-bf537e.c
 create mode 100644 board/cm-bf537e/config.mk
 create mode 100644 board/cm-bf537e/flash.c
 create mode 100644 board/cm-bf537e/gpio_cfi_flash.c
 create mode 100644 board/cm-bf537e/gpio_cfi_flash.h
 create mode 100644 board/cm-bf548/Makefile
 create mode 100644 board/cm-bf548/cm-bf548.c
 create mode 100644 board/cm-bf548/config.mk
 create mode 100644 board/cm-bf548/video.c
 create mode 100644 board/cm-bf561/Makefile
 create mode 100644 board/cm-bf561/cm-bf561.c
 create mode 100644 board/cm-bf561/config.mk
 create mode 100644 board/ibf-dsp561/Makefile
 create mode 100644 board/ibf-dsp561/config.mk
 create mode 100644 board/ibf-dsp561/ibf-dsp561.c
 create mode 100644 board/tcm-bf537/Makefile
 create mode 100644 board/tcm-bf537/config.mk
 create mode 100644 board/tcm-bf537/flash.c
 create mode 100644 board/tcm-bf537/gpio_cfi_flash.c
 create mode 100644 board/tcm-bf537/gpio_cfi_flash.h
 create mode 100644 board/tcm-bf537/tcm-bf537.c
 create mode 100644 common/cmd_spibootldr.c
 delete mode 100644 include/asm-blackfin/blackfin-config-post.h
 rename include/asm-blackfin/{blackfin-config-pre.h => config-pre.h} (95%)
 create mode 100644 include/configs/bf537-minotaur.h
 create mode 100644 include/configs/bf537-pnav.h
 create mode 100644 include/configs/bf537-srv1.h
 create mode 100644 include/configs/blackstamp.h
 create mode 100644 include/configs/cm-bf527.h
 create mode 100644 include/configs/cm-bf533.h
 create mode 100644 include/configs/cm-bf537e.h
 create mode 100644 include/configs/cm-bf548.h
 create mode 100644 include/configs/cm-bf561.h
 create mode 100644 include/configs/ibf-dsp561.h
 create mode 100644 include/configs/tcm-bf537.h
 create mode 100644 lib_blackfin/.gitignore
 rename {board/bf527-ezkit => lib_blackfin}/u-boot.lds.S (97%)


More information about the U-Boot mailing list