public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request u-boot-blackfin.git
Date: Tue, 05 Oct 2010 14:43:02 +0200	[thread overview]
Message-ID: <20101005124302.E1860153A7E@gemini.denx.de> (raw)
In-Reply-To: <1286213633-8304-1-git-send-email-vapier@gentoo.org>

Dear Mike Frysinger,

In message <1286213633-8304-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 2e6e1772c0e34871769be4aef79748fe3e47d953:
> 
>   Merge branch 'next' of /home/wd/git/u-boot/next (2010-09-28 23:30:47 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-blackfin.git master
> 
> Mike Frysinger (34):
>       Blackfin: add support for BF538/BF539 processors
>       Blackfin: add support for BF51x parts
>       Blackfin: bfin_spi: add optional DMA support
>       Blackfin: bfin_sdh: clean up send_cmd
>       Blackfin: unify gpio cfi implementations
>       Blackfin: punt headers for non-existent BF541
>       Blackfin: bfin_mac: convert from old style MMR macros
>       Blackfin: bf537-stamp: post: update old MMR style macros
>       Blackfin: bf527-ezkit: video: convert from old style MMR macros
>       Blackfin: bf548-ezkit: video: convert from old style MMR macros
>       Blackfin: cm-bf548: video: convert from old style MMR macros
>       Blackfin: bf527-ad7160-eval: convert from old style MMR macros
>       Blackfin: punt old *p style volatile MMR defines
>       Blackfin: bf537: unify arch header duplication
>       Blackfin: bf52x: unify arch header duplication
>       Blackfin: unify core MMRs
>       Blackfin: bf533: merge headers
>       Blackfin: bf561: merge headers
>       Blackfin: move CONFIG_BFIN_CPU to board config.mk
>       Blackfin: cmd_gpio: document/extend input sub-option
>       Blackfin: adi config: add an "all spi flashes" option to unify board lists
>       Blackfin: adi config: add a hook for boards to append the env
>       Blackfin: bf527-sdp: new board port
>       Blackfin: cmd_gpio: return gpio value to caller
>       Blackfin: adi config: allow boards to tweak a little more
>       Blackfin: adi config: enable nand lock/unlock support
>       Blackfin: bf526-ezbrd: enable BootROM-OOB layout when booting from NAND
>       Blackfin: cmd_gpio: accept upper case pin names
>       Blackfin: propagate target cpu defines when building embedded env
>       Blackfin: fix MMC init output alignment
>       Blackfin: bf548-ezkit: bump SPI flash size up
>       Blackfin: bf527-ad7160-eval: fix GPIO CS define
>       Blackfin: bf537-pnav: increase monitor len
>       Blackfin: otp: fix build after constification of args[]
> 
> Peter Meerwald (2):
>       Blackfin: support a 3rd gpio cfi pin
>       Blackfin: bct-brettl2: new board port
> 
> Wojtek Skulski (1):
>       Blackfin: blackvme: new board port
> 
>  MAINTAINERS                                        |   10 +-
>  arch/blackfin/config.mk                            |    7 +-
>  arch/blackfin/cpu/cmd_gpio.c                       |   34 +-
>  arch/blackfin/include/asm/blackfin_cdef.h          |   19 +-
>  arch/blackfin/include/asm/blackfin_def.h           |   33 +-
>  arch/blackfin/include/asm/config.h                 |    5 -
>  arch/blackfin/include/asm/dma.h                    |   75 +
>  arch/blackfin/include/asm/mach-bf518/BF512_cdef.h  | 1000 ++++++++++
>  arch/blackfin/include/asm/mach-bf518/BF512_def.h   |  523 +++++
>  arch/blackfin/include/asm/mach-bf518/BF514_cdef.h  |   68 +
>  arch/blackfin/include/asm/mach-bf518/BF514_def.h   |   40 +
>  arch/blackfin/include/asm/mach-bf518/BF516_cdef.h  |  170 ++
>  arch/blackfin/include/asm/mach-bf518/BF516_def.h   |   91 +
>  arch/blackfin/include/asm/mach-bf518/BF518_cdef.h  |   58 +
>  arch/blackfin/include/asm/mach-bf518/BF518_def.h   |   35 +
>  arch/blackfin/include/asm/mach-bf518/anomaly.h     |  158 ++
>  arch/blackfin/include/asm/mach-bf518/def_local.h   |    5 +
>  arch/blackfin/include/asm/mach-bf518/gpio.h        |   58 +
>  arch/blackfin/include/asm/mach-bf518/portmux.h     |  201 ++
>  arch/blackfin/include/asm/mach-bf518/ports.h       |   59 +
>  .../asm/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h  |  511 -----
>  .../asm/mach-bf527/ADSP-EDN-BF52x-extended_def.h   |    6 -
>  arch/blackfin/include/asm/mach-bf527/BF522_cdef.h  |  311 ---
>  arch/blackfin/include/asm/mach-bf527/BF522_def.h   |  101 -
>  arch/blackfin/include/asm/mach-bf527/BF523_cdef.h  |  342 +----
>  arch/blackfin/include/asm/mach-bf527/BF523_def.h   |  124 +--
>  arch/blackfin/include/asm/mach-bf527/BF524_cdef.h  |  480 -----
>  arch/blackfin/include/asm/mach-bf527/BF524_def.h   |  101 -
>  arch/blackfin/include/asm/mach-bf527/BF525_cdef.h  |  849 +--------
>  arch/blackfin/include/asm/mach-bf527/BF525_def.h   |  293 +---
>  arch/blackfin/include/asm/mach-bf527/BF526_cdef.h  |  559 ------
>  arch/blackfin/include/asm/mach-bf527/BF526_def.h   |  101 -
>  arch/blackfin/include/asm/mach-bf527/BF527_cdef.h  | 1086 +-----------
>  arch/blackfin/include/asm/mach-bf527/BF527_def.h   |  372 +----
>  arch/blackfin/include/asm/mach-bf533/BF531_cdef.h  |  862 ++++++++-
>  arch/blackfin/include/asm/mach-bf533/BF531_def.h   |  428 ++++-
>  arch/blackfin/include/asm/mach-bf533/BF532_cdef.h  |   15 +-
>  arch/blackfin/include/asm/mach-bf533/BF532_def.h   |    6 +-
>  arch/blackfin/include/asm/mach-bf533/BF533_cdef.h  |   15 +-
>  arch/blackfin/include/asm/mach-bf533/BF533_def.h   |    4 +-
>  .../asm/mach-bf537/ADSP-EDN-BF534-extended_cdef.h  | 1130 +-----------
>  .../asm/mach-bf537/ADSP-EDN-BF534-extended_def.h   |  109 +-
>  arch/blackfin/include/asm/mach-bf537/BF534_def.h   |    2 +
>  arch/blackfin/include/asm/mach-bf537/BF536_cdef.h  |   83 +-
>  arch/blackfin/include/asm/mach-bf537/BF536_def.h   |   13 +-
>  arch/blackfin/include/asm/mach-bf537/BF537_cdef.h  |  252 +---
>  arch/blackfin/include/asm/mach-bf537/BF537_def.h   |  109 +-
>  arch/blackfin/include/asm/mach-bf538/BF538_cdef.h  | 2014 +++++++++++++++++++
>  arch/blackfin/include/asm/mach-bf538/BF538_def.h   | 1031 ++++++++++
>  arch/blackfin/include/asm/mach-bf538/BF539_cdef.h  |    1 +
>  arch/blackfin/include/asm/mach-bf538/BF539_def.h   |    1 +
>  arch/blackfin/include/asm/mach-bf538/anomaly.h     |  196 ++
>  arch/blackfin/include/asm/mach-bf538/def_local.h   |    5 +
>  arch/blackfin/include/asm/mach-bf538/gpio.h        |   73 +
>  arch/blackfin/include/asm/mach-bf538/portmux.h     |  114 ++
>  arch/blackfin/include/asm/mach-bf538/ports.h       |   13 +
>  .../asm/mach-bf548/ADSP-EDN-BF542-extended_cdef.h  | 1465 --------------
>  .../asm/mach-bf548/ADSP-EDN-BF542-extended_def.h   |    4 -
>  .../asm/mach-bf548/ADSP-EDN-BF544-extended_cdef.h  | 1663 ----------------
>  .../asm/mach-bf548/ADSP-EDN-BF544-extended_def.h   |    4 -
>  .../asm/mach-bf548/ADSP-EDN-BF547-extended_cdef.h  | 1211 ------------
>  .../asm/mach-bf548/ADSP-EDN-BF547-extended_def.h   |    4 -
>  .../asm/mach-bf548/ADSP-EDN-BF548-extended_cdef.h  | 1935 ------------------
>  .../asm/mach-bf548/ADSP-EDN-BF548-extended_def.h   |    4 -
>  .../asm/mach-bf548/ADSP-EDN-BF549-extended_cdef.h  | 2051 --------------------
>  .../asm/mach-bf548/ADSP-EDN-BF549-extended_def.h   |    4 -
>  arch/blackfin/include/asm/mach-bf548/BF541_cdef.h  |  323 ---
>  arch/blackfin/include/asm/mach-bf548/BF541_def.h   |  117 --
>  arch/blackfin/include/asm/mach-bf548/BF542_cdef.h  |  303 ---
>  arch/blackfin/include/asm/mach-bf548/BF542_def.h   |  100 -
>  arch/blackfin/include/asm/mach-bf548/BF544_cdef.h  |  303 ---
>  arch/blackfin/include/asm/mach-bf548/BF544_def.h   |  100 -
>  arch/blackfin/include/asm/mach-bf548/BF547_cdef.h  |  303 ---
>  arch/blackfin/include/asm/mach-bf548/BF547_def.h   |  100 -
>  arch/blackfin/include/asm/mach-bf548/BF548_cdef.h  |  303 ---
>  arch/blackfin/include/asm/mach-bf548/BF548_def.h   |  100 -
>  arch/blackfin/include/asm/mach-bf548/BF549_cdef.h  |  303 ---
>  arch/blackfin/include/asm/mach-bf548/BF549_def.h   |  100 -
>  arch/blackfin/include/asm/mach-bf561/BF561_cdef.h  | 1594 ++++++++++++---
>  arch/blackfin/include/asm/mach-bf561/BF561_def.h   |  724 ++++++-
>  .../mach-common/ADSP-EDN-DUAL-CORE-extended_cdef.h | 1988 -------------------
>  .../mach-common/ADSP-EDN-DUAL-CORE-extended_def.h  |  670 -------
>  .../include/asm/mach-common/ADSP-EDN-core_cdef.h   |  253 +++-
>  .../include/asm/mach-common/ADSP-EDN-core_def.h    |  120 ++-
>  .../asm/mach-common/ADSP-EDN-extended_cdef.h       | 1607 ---------------
>  .../asm/mach-common/ADSP-EDN-extended_def.h        |  543 ------
>  arch/blackfin/lib/board.c                          |    4 +-
>  board/bct-brettl2/Makefile                         |   51 +
>  board/bct-brettl2/bct-brettl2.c                    |  123 ++
>  board/bct-brettl2/cled.c                           |   32 +
>  board/bct-brettl2/config.mk                        |   35 +
>  board/bct-brettl2/gpio_cfi_flash.c                 |    4 +
>  board/bct-brettl2/smsc9303.c                       |  176 ++
>  board/bct-brettl2/smsc9303.h                       |    9 +
>  board/bf518f-ezbrd/config.mk                       |    2 +
>  board/bf526-ezbrd/config.mk                        |    2 +
>  board/bf527-ad7160-eval/bf527-ad7160-eval.c        |    2 +-
>  board/bf527-ad7160-eval/config.mk                  |    2 +
>  board/bf527-ezkit/config.mk                        |    2 +
>  board/bf527-ezkit/video.c                          |   76 +-
>  board/bf527-sdp/Makefile                           |   54 +
>  board/bf527-sdp/bf527-sdp.c                        |   32 +
>  board/bf527-sdp/config.mk                          |   36 +
>  board/bf533-ezkit/config.mk                        |    2 +
>  board/bf533-stamp/config.mk                        |    2 +
>  board/bf537-minotaur/config.mk                     |    2 +
>  board/bf537-pnav/config.mk                         |    2 +
>  board/bf537-srv1/config.mk                         |    2 +
>  board/bf537-stamp/config.mk                        |    2 +
>  board/bf537-stamp/post-memory.c                    |   54 +-
>  board/bf537-stamp/post.c                           |  152 +-
>  board/bf538f-ezkit/config.mk                       |    2 +
>  board/bf548-ezkit/config.mk                        |    2 +
>  board/bf548-ezkit/video.c                          |   21 +-
>  board/bf561-acvilon/config.mk                      |    2 +
>  board/bf561-ezkit/config.mk                        |    2 +
>  board/blackstamp/config.mk                         |    2 +
>  board/blackvme/Makefile                            |   54 +
>  board/blackvme/blackvme.c                          |   31 +
>  board/blackvme/config.mk                           |   32 +
>  board/cm-bf527/cm-bf527.c                          |    2 +-
>  board/cm-bf527/config.mk                           |    2 +
>  board/cm-bf527/gpio_cfi_flash.c                    |   63 +-
>  board/cm-bf527/gpio_cfi_flash.h                    |   10 -
>  board/cm-bf533/config.mk                           |    2 +
>  board/cm-bf537e/config.mk                          |    2 +
>  board/cm-bf537e/gpio_cfi_flash.c                   |   33 +-
>  board/cm-bf537u/cm-bf537u.c                        |    2 +-
>  board/cm-bf537u/config.mk                          |    2 +
>  board/cm-bf537u/gpio_cfi_flash.c                   |   60 +-
>  board/cm-bf537u/gpio_cfi_flash.h                   |   10 -
>  board/cm-bf548/config.mk                           |    2 +
>  board/cm-bf548/video.c                             |   23 +-
>  board/cm-bf561/config.mk                           |    2 +
>  board/ibf-dsp561/config.mk                         |    2 +
>  board/ip04/config.mk                               |    2 +
>  board/tcm-bf518/config.mk                          |    2 +
>  board/tcm-bf537/config.mk                          |    2 +
>  board/tcm-bf537/gpio_cfi_flash.c                   |   63 +-
>  board/tcm-bf537/gpio_cfi_flash.h                   |   10 -
>  board/tcm-bf537/tcm-bf537.c                        |    2 +-
>  boards.cfg                                         |    3 +
>  common/cmd_otp.c                                   |   13 +-
>  drivers/mmc/bfin_sdh.c                             |   25 +-
>  drivers/net/bfin_mac.c                             |   68 +-
>  drivers/spi/bfin_spi.c                             |  155 ++-
>  include/configs/bct-brettl2.h                      |  155 ++
>  include/configs/bf518f-ezbrd.h                     |    1 -
>  include/configs/bf526-ezbrd.h                      |    6 +-
>  include/configs/bf527-ad7160-eval.h                |    3 +-
>  include/configs/bf527-ezkit.h                      |    1 -
>  include/configs/bf527-sdp.h                        |  121 ++
>  include/configs/bf533-ezkit.h                      |    1 -
>  include/configs/bf533-stamp.h                      |    6 +-
>  include/configs/bf537-minotaur.h                   |    1 -
>  include/configs/bf537-pnav.h                       |    3 +-
>  include/configs/bf537-srv1.h                       |    1 -
>  include/configs/bf537-stamp.h                      |    6 +-
>  include/configs/bf538f-ezkit.h                     |    6 +-
>  include/configs/bf548-ezkit.h                      |    2 +-
>  include/configs/bf561-acvilon.h                    |    1 -
>  include/configs/bf561-ezkit.h                      |    1 -
>  include/configs/bfin_adi_common.h                  |   46 +-
>  include/configs/blackstamp.h                       |    1 -
>  include/configs/blackvme.h                         |  246 +++
>  include/configs/cm-bf527.h                         |    1 -
>  include/configs/cm-bf533.h                         |    1 -
>  include/configs/cm-bf537e.h                        |    1 -
>  include/configs/cm-bf537u.h                        |    1 -
>  include/configs/cm-bf548.h                         |    1 -
>  include/configs/cm-bf561.h                         |    1 -
>  include/configs/ibf-dsp561.h                       |    1 -
>  include/configs/ip04.h                             |    1 -
>  include/configs/tcm-bf518.h                        |    1 -
>  include/configs/tcm-bf537.h                        |    1 -
>  175 files changed, 11281 insertions(+), 23567 deletions(-)
>  create mode 100644 arch/blackfin/include/asm/dma.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF512_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF512_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF514_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF514_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF516_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF516_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF518_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/BF518_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/anomaly.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/def_local.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/gpio.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/portmux.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf518/ports.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/BF538_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/BF538_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/BF539_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/BF539_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/anomaly.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/def_local.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/gpio.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/portmux.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf538/ports.h
>  delete mode 100644 arch/blackfin/include/asm/mach-bf548/BF541_cdef.h
>  delete mode 100644 arch/blackfin/include/asm/mach-bf548/BF541_def.h
>  delete mode 100644 arch/blackfin/include/asm/mach-common/ADSP-EDN-DUAL-CORE-extended_cdef.h
>  delete mode 100644 arch/blackfin/include/asm/mach-common/ADSP-EDN-DUAL-CORE-extended_def.h
>  delete mode 100644 arch/blackfin/include/asm/mach-common/ADSP-EDN-extended_cdef.h
>  delete mode 100644 arch/blackfin/include/asm/mach-common/ADSP-EDN-extended_def.h
>  create mode 100644 board/bct-brettl2/Makefile
>  create mode 100644 board/bct-brettl2/bct-brettl2.c
>  create mode 100644 board/bct-brettl2/cled.c
>  create mode 100644 board/bct-brettl2/config.mk
>  create mode 100644 board/bct-brettl2/gpio_cfi_flash.c
>  create mode 100644 board/bct-brettl2/smsc9303.c
>  create mode 100644 board/bct-brettl2/smsc9303.h
>  create mode 100644 board/bf527-sdp/Makefile
>  create mode 100644 board/bf527-sdp/bf527-sdp.c
>  create mode 100644 board/bf527-sdp/config.mk
>  create mode 100644 board/blackvme/Makefile
>  create mode 100644 board/blackvme/blackvme.c
>  create mode 100644 board/blackvme/config.mk
>  delete mode 100644 board/cm-bf527/gpio_cfi_flash.h
>  delete mode 100644 board/cm-bf537u/gpio_cfi_flash.h
>  delete mode 100644 board/tcm-bf537/gpio_cfi_flash.h
>  create mode 100644 include/configs/bct-brettl2.h
>  create mode 100644 include/configs/bf527-sdp.h
>  create mode 100644 include/configs/blackvme.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
All these theories, diverse as they are, have two things  in  common:
they explain the observed facts, and they are completeley and utterly
wrong.                       - Terry Pratchett, _The Light Fantastic_

  reply	other threads:[~2010-10-05 12:43 UTC|newest]

Thread overview: 149+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-02 20:05 [U-Boot] [PATCH 00/37] Blackfin updates for v2010.12-rc1 Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 03/37] Blackfin: bfin_spi: add optional DMA support Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 04/37] Blackfin: bfin_sdh: clean up send_cmd Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 05/37] Blackfin: unify gpio cfi implementations Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 06/37] Blackfin: punt headers for non-existent BF541 Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 07/37] Blackfin: bfin_mac: convert from old style MMR macros Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 08/37] Blackfin: bf537-stamp: post: update old MMR style macros Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 09/37] Blackfin: bf527-ezkit: video: convert from old style MMR macros Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 10/37] Blackfin: bf548-ezkit: " Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 11/37] Blackfin: cm-bf548: " Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 12/37] Blackfin: bf527-ad7160-eval: " Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 14/37] Blackfin: bf537: unify arch header duplication Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 19/37] Blackfin: move CONFIG_BFIN_CPU to board config.mk Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 20/37] Blackfin: cmd_gpio: document/extend input sub-option Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 21/37] Blackfin: support a 3rd gpio cfi pin Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 22/37] Blackfin: adi config: add an "all spi flashes" option to unify board lists Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 23/37] Blackfin: adi config: add a hook for boards to append the env Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 24/37] Blackfin: bf527-sdp: new board port Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 25/37] Blackfin: cmd_gpio: return gpio value to caller Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 26/37] Blackfin: adi config: allow boards to tweak a little more Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 27/37] Blackfin: bct-brettl2: new board port Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 28/37] Blackfin: adi config: enable nand lock/unlock support Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 29/37] Blackfin: bf526-ezbrd: enable BootROM-OOB layout when booting from NAND Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 30/37] Blackfin: cmd_gpio: accept upper case pin names Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 31/37] Blackfin: propagate target cpu defines when building embedded env Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 32/37] Blackfin: blackvme: new board port Mike Frysinger
2010-10-03  1:52   ` Wojtek Skulski
2010-10-02 20:05 ` [U-Boot] [PATCH 33/37] Blackfin: fix MMC init output alignment Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 34/37] Blackfin: bf548-ezkit: bump SPI flash size up Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 35/37] Blackfin: bf527-ad7160-eval: fix GPIO CS define Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 36/37] Blackfin: bf537-pnav: increase monitor len Mike Frysinger
2010-10-02 20:05 ` [U-Boot] [PATCH 37/37] Blackfin: otp: fix build after constification of args[] Mike Frysinger
2010-10-04 17:33 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-10-05 12:43   ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-19  3:19 Mike Frysinger
2011-11-21 21:05 ` Wolfgang Denk
2011-10-16 18:23 Mike Frysinger
2011-10-17 19:51 ` Wolfgang Denk
2011-06-28 19:36 [U-Boot] [PATCH 00/18] Blackfin updates for v2011.09 Mike Frysinger
2011-06-29  2:50 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-06-29 21:23   ` Wolfgang Denk
2011-06-30 15:45     ` Mike Frysinger
2011-06-30 15:55       ` Wolfgang Denk
2011-07-12  6:23 ` Mike Frysinger
2011-08-02 19:49   ` Wolfgang Denk
2011-05-24  3:30 [U-Boot] [PATCH 0/7] Blackfin fixes for 2011.06 Mike Frysinger
2011-05-24  3:32 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-06-01 19:58   ` Wolfgang Denk
2011-06-02 15:02     ` Mike Frysinger
2011-06-02 20:46       ` Wolfgang Denk
2011-04-25  6:06 [U-Boot] [PATCH 0/3] Blackfin minor config updates for 2011.06 Mike Frysinger
2011-04-25  6:07 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-04-27 19:44   ` Wolfgang Denk
2011-04-03  8:58 [U-Boot] [PATCH 00/34] Blackfin updates for 2011.06 Mike Frysinger
2011-04-08  4:47 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-04-10 19:19   ` Wolfgang Denk
2011-01-10  5:21 Mike Frysinger
2011-01-12 22:43 ` Wolfgang Denk
2011-01-12 22:50   ` Mike Frysinger
2011-01-12 23:03     ` Wolfgang Denk
2011-01-12 23:08       ` Mike Frysinger
2011-01-12 23:18         ` Wolfgang Denk
2011-01-12 23:36           ` Mike Frysinger
2011-01-12 23:47             ` Wolfgang Denk
2011-02-15  8:13               ` Mike Frysinger
2011-01-12 23:32         ` Wolfgang Denk
2011-01-12 23:37           ` Mike Frysinger
2011-01-12 23:45             ` Wolfgang Denk
2011-01-12 22:44 ` Wolfgang Denk
2011-01-12 22:50   ` Mike Frysinger
2011-01-12 23:04     ` Wolfgang Denk
2010-11-21 21:52 Mike Frysinger
2010-11-24 18:27 ` Wolfgang Denk
2010-11-18  9:45 Mike Frysinger
2010-11-19 21:02 ` Wolfgang Denk
2010-10-28  6:31 Mike Frysinger
2010-10-29 19:46 ` Wolfgang Denk
2010-10-26  2:09 Mike Frysinger
2010-10-26 19:00 ` Wolfgang Denk
2010-10-15 19:23 Mike Frysinger
2010-10-17 17:54 ` Wolfgang Denk
2010-09-21 22:35 Mike Frysinger
2010-09-22 20:37 ` Wolfgang Denk
2010-08-11 19:30 Mike Frysinger
2010-08-12 20:59 ` Wolfgang Denk
2010-07-25 19:19 Mike Frysinger
2010-07-25 19:36 ` Mike Frysinger
2010-08-03 21:31   ` Wolfgang Denk
2010-07-09 22:18 Mike Frysinger
2010-07-13 21:57 ` Mike Frysinger
2010-07-14 19:55 ` Wolfgang Denk
2010-04-09 21:03 Mike Frysinger
2010-01-17 23:25 [U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port Wolfgang Denk
2010-01-18  1:37 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-01-21 20:55   ` Wolfgang Denk
2010-01-17 14:40 Mike Frysinger
2010-01-17 22:16 ` Wolfgang Denk
2009-10-14 16:34 Mike Frysinger
2009-10-15 20:30 ` Wolfgang Denk
2009-10-01 16:09 Mike Frysinger
2009-10-03 21:39 ` Wolfgang Denk
2009-09-04  0:07 Mike Frysinger
2009-09-04 18:41 ` Wolfgang Denk
2009-08-24 21:30 Mike Frysinger
2009-08-25 20:52 ` Wolfgang Denk
2009-07-24 18:07 Mike Frysinger
2009-07-26 20:57 ` Wolfgang Denk
2009-07-19  1:17 Mike Frysinger
2009-07-20 20:55 ` Wolfgang Denk
2009-07-10  6:41 Mike Frysinger
2009-07-13 21:33 ` Wolfgang Denk
2009-07-06 22:48 Mike Frysinger
2009-07-07 18:57 ` Wolfgang Denk
2009-07-08  5:28   ` Mike Frysinger
2009-07-08 19:53     ` Wolfgang Denk
2009-07-08 20:40       ` Mike Frysinger
2009-07-08 20:47         ` Wolfgang Denk
2009-06-17  7:23 Mike Frysinger
2009-06-20  8:04 ` Wolfgang Denk
2009-06-15  0:02 Mike Frysinger
2009-06-15  9:15 ` Wolfgang Denk
2009-06-01  3:17 Mike Frysinger
2009-06-03 20:27 ` Wolfgang Denk
2009-05-26  2:39 Mike Frysinger
2009-05-28 19:28 ` Wolfgang Denk
2009-05-20  0:19 Mike Frysinger
2009-05-20 20:41 ` Wolfgang Denk
2009-05-09  7:02 Mike Frysinger
2009-05-10 20:11 ` Wolfgang Denk
2009-04-07  7:32 Mike Frysinger
2009-04-07 19:53 ` Wolfgang Denk
2009-04-03 17:21 Mike Frysinger
2009-04-03 20:42 ` Wolfgang Denk
2009-03-25  1:29 Mike Frysinger
2009-03-25 21:43 ` Wolfgang Denk
2009-02-06 19:30 Mike Frysinger
2009-02-07 21:57 ` Wolfgang Denk
2009-02-02 17:42 Mike Frysinger
2009-02-03 22:15 ` Wolfgang Denk
2009-01-28 18:29 Mike Frysinger
2009-01-28 20:08 ` Wolfgang Denk
2009-01-23 17:39 Mike Frysinger
2009-01-23 22:01 ` Wolfgang Denk
2009-01-23 22:08   ` Mike Frysinger
2009-01-23 22:43     ` Wolfgang Denk
2009-01-23 23:28       ` Mike Frysinger
2009-01-24  1:07         ` Wolfgang Denk
2009-01-24  2:52           ` Mike Frysinger
2009-01-08 18:41 Mike Frysinger
2009-01-10 17:19 ` Wolfgang Denk
2008-10-23  9:12 Mike Frysinger
2008-10-31 13:11 ` Mike Frysinger
2008-11-01 15:12   ` Wolfgang Denk
2008-11-01 15:05 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101005124302.E1860153A7E@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox