All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/17] Blackfin updates for post 2009.06
@ 2009-06-14  6:28 Mike Frysinger
  2009-06-14  6:28 ` [U-Boot] [PATCH 01/17] Blackfin: add support for embedding the environment into LDRs Mike Frysinger
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Mike Frysinger @ 2009-06-14  6:28 UTC (permalink / raw)
  To: u-boot

Here's the Blackfin queue for the release after 2009.06.  Pretty much all
just new board ports that have been cleaned up over time and should be
ready to go now.  Some of these have been posted before in some incarnation
or another and afaik, all previous feedback should be integrated.

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

Mike Frysinger (16):
  Blackfin: add support for embedding the environment into 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

 MAINTAINERS                                     |   27 ++
 MAKEALL                                         |   11 +
 Makefile                                        |   15 +-
 blackfin_config.mk                              |    7 +
 board/bf537-minotaur/.gitignore                 |    1 +
 board/bf537-minotaur/Makefile                   |   57 ++++
 board/bf537-minotaur/bf537-minotaur.c           |   56 ++++
 board/bf537-minotaur/config.mk                  |   33 +++
 board/bf537-minotaur/u-boot.lds.S               |  143 ++++++++++
 board/bf537-pnav/.gitignore                     |    1 +
 board/bf537-pnav/Makefile                       |   57 ++++
 board/bf537-pnav/bf537-pnav.c                   |   56 ++++
 board/bf537-pnav/config.mk                      |   32 +++
 board/bf537-pnav/u-boot.lds.S                   |  143 ++++++++++
 board/bf537-srv1/.gitignore                     |    1 +
 board/bf537-srv1/Makefile                       |   57 ++++
 board/bf537-srv1/bf537-srv1.c                   |   56 ++++
 board/bf537-srv1/config.mk                      |   33 +++
 board/bf537-srv1/u-boot.lds.S                   |  143 ++++++++++
 board/blackstamp/.gitignore                     |    1 +
 board/blackstamp/Makefile                       |   57 ++++
 board/blackstamp/blackstamp.c                   |   46 +++
 board/blackstamp/config.mk                      |   32 +++
 board/blackstamp/u-boot.lds.S                   |  143 ++++++++++
 board/cm-bf527/.gitignore                       |    1 +
 board/cm-bf527/Makefile                         |   57 ++++
 board/cm-bf527/cm-bf527.c                       |   79 ++++++
 board/cm-bf527/config.mk                        |   32 +++
 board/cm-bf527/gpio.c                           |   74 +++++
 board/cm-bf527/gpio_cfi_flash.c                 |   63 +++++
 board/cm-bf527/gpio_cfi_flash.h                 |   10 +
 board/cm-bf527/u-boot.lds.S                     |  124 +++++++++
 board/cm-bf533/.gitignore                       |    1 +
 board/cm-bf533/Makefile                         |   57 ++++
 board/cm-bf533/cm-bf533.c                       |   25 ++
 board/cm-bf533/config.mk                        |   33 +++
 board/cm-bf533/u-boot.lds.S                     |  143 ++++++++++
 board/cm-bf537e/.gitignore                      |    1 +
 board/cm-bf537e/Makefile                        |   57 ++++
 board/cm-bf537e/cm-bf537e.c                     |   59 ++++
 board/cm-bf537e/config.mk                       |   33 +++
 board/cm-bf537e/flash.c                         |   34 +++
 board/cm-bf537e/gpio_cfi_flash.c                |   60 ++++
 board/cm-bf537e/gpio_cfi_flash.h                |   10 +
 board/cm-bf537e/u-boot.lds.S                    |  143 ++++++++++
 board/cm-bf548/.gitignore                       |    1 +
 board/cm-bf548/Makefile                         |   58 ++++
 board/cm-bf548/cm-bf548.c                       |   79 ++++++
 board/cm-bf548/config.mk                        |   36 +++
 board/cm-bf548/u-boot.lds.S                     |  124 +++++++++
 board/cm-bf548/video.c                          |  339 +++++++++++++++++++++++
 board/cm-bf561/.gitignore                       |    1 +
 board/cm-bf561/Makefile                         |   57 ++++
 board/cm-bf561/cm-bf561.c                       |   25 ++
 board/cm-bf561/config.mk                        |   33 +++
 board/cm-bf561/u-boot.lds.S                     |  150 ++++++++++
 board/ibf-dsp561/.gitignore                     |    1 +
 board/ibf-dsp561/Makefile                       |   57 ++++
 board/ibf-dsp561/config.mk                      |   33 +++
 board/ibf-dsp561/ibf-dsp561.c                   |   25 ++
 board/ibf-dsp561/u-boot.lds.S                   |  152 ++++++++++
 board/tcm-bf537/.gitignore                      |    1 +
 board/tcm-bf537/Makefile                        |   57 ++++
 board/tcm-bf537/config.mk                       |   33 +++
 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 ++++
 board/tcm-bf537/u-boot.lds.S                    |  143 ++++++++++
 common/Makefile                                 |    1 +
 common/cmd_spibootldr.c                         |   36 +++
 include/asm-blackfin/blackfin-config-post.h     |  149 ----------
 include/asm-blackfin/blackfin-config-pre.h      |   74 -----
 include/asm-blackfin/config-pre.h               |   74 +++++
 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                   |    4 +-
 include/configs/bf537-minotaur.h                |  201 ++++++++++++++
 include/configs/bf537-pnav.h                    |  170 ++++++++++++
 include/configs/bf537-srv1.h                    |  201 ++++++++++++++
 include/configs/bf537-stamp.h                   |    4 +-
 include/configs/bf538f-ezkit.h                  |    4 +-
 include/configs/bf548-ezkit.h                   |    4 +-
 include/configs/bf561-ezkit.h                   |    6 +-
 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                     |  122 ++++++++
 include/configs/cm-bf548.h                      |  139 +++++++++
 include/configs/cm-bf561.h                      |  102 +++++++
 include/configs/ibf-dsp561.h                    |  128 +++++++++
 include/configs/tcm-bf537.h                     |  124 +++++++++
 97 files changed, 5895 insertions(+), 274 deletions(-)
 create mode 100644 board/bf537-minotaur/.gitignore
 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-minotaur/u-boot.lds.S
 create mode 100644 board/bf537-pnav/.gitignore
 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-pnav/u-boot.lds.S
 create mode 100644 board/bf537-srv1/.gitignore
 create mode 100644 board/bf537-srv1/Makefile
 create mode 100644 board/bf537-srv1/bf537-srv1.c
 create mode 100644 board/bf537-srv1/config.mk
 create mode 100644 board/bf537-srv1/u-boot.lds.S
 create mode 100644 board/blackstamp/.gitignore
 create mode 100644 board/blackstamp/Makefile
 create mode 100644 board/blackstamp/blackstamp.c
 create mode 100644 board/blackstamp/config.mk
 create mode 100644 board/blackstamp/u-boot.lds.S
 create mode 100644 board/cm-bf527/.gitignore
 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-bf527/u-boot.lds.S
 create mode 100644 board/cm-bf533/.gitignore
 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-bf533/u-boot.lds.S
 create mode 100644 board/cm-bf537e/.gitignore
 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-bf537e/u-boot.lds.S
 create mode 100644 board/cm-bf548/.gitignore
 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/u-boot.lds.S
 create mode 100644 board/cm-bf548/video.c
 create mode 100644 board/cm-bf561/.gitignore
 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/cm-bf561/u-boot.lds.S
 create mode 100644 board/ibf-dsp561/.gitignore
 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/ibf-dsp561/u-boot.lds.S
 create mode 100644 board/tcm-bf537/.gitignore
 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 board/tcm-bf537/u-boot.lds.S
 create mode 100644 common/cmd_spibootldr.c
 delete mode 100644 include/asm-blackfin/blackfin-config-post.h
 delete mode 100644 include/asm-blackfin/blackfin-config-pre.h
 create mode 100644 include/asm-blackfin/config-pre.h
 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2009-06-14 11:18 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-14  6:28 [U-Boot] [PATCH 00/17] Blackfin updates for post 2009.06 Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 01/17] Blackfin: add support for embedding the environment into LDRs Mike Frysinger
2009-06-14 10:51   ` Wolfgang Denk
2009-06-14 11:18     ` Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 02/17] Blackfin: new spibootldr command Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 03/17] Blackfin: cm-bf533: new board port Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 04/17] Blackfin: cm-bf537e: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 05/17] Blackfin: cm-bf561: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 06/17] Blackfin: tcm-bf537: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 07/17] Blackfin: cm-bf548: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 08/17] Blackfin: cm-bf527: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 09/17] Blackfin: bf537-pnav: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 10/17] Blackfin: bf537-minotaur: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 11/17] Blackfin: bf537-srv1: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 12/17] Blackfin: blackstamp: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 13/17] Blackfin: ibf-dsp561: " Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 14/17] Blackfin: make default ADI env more flexible Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 15/17] Blackfin: enable LZMA for all ADI boards Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 16/17] Blackfin: convert specific pre/post config headers to common method Mike Frysinger
2009-06-14  6:28 ` [U-Boot] [PATCH 17/17] Blackfin: bf518f-ezbrd: enable SST SPI flash driver Mike Frysinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.