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: Sun, 10 Apr 2011 21:19:57 +0200	[thread overview]
Message-ID: <20110410191957.12872151F83@gemini.denx.de> (raw)
In-Reply-To: <1302238070-32427-1-git-send-email-vapier@gentoo.org>

Dear Mike Frysinger,

In message <1302238070-32427-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 4db2fa7f9446d0f2fe8db3d62184b1212fe22707:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-04-05 12:24:20 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-blackfin.git master
> 
> Andreas Schallenberg (1):
>       Blackfin: dnp5370: new board port
> 
> Chong Huang (1):
>       Blackfin: bf525-ucr2: new board port
> 
> Cliff Cai (1):
>       Blackfin: bfin_sdh: set all timer bits before transfer
> 
> Kyle Moffett (1):
>       Blackfin: replace "bfin_reset_or_hang()" with "panic()"
> 
> Mike Frysinger (29):
>       Blackfin: bf518f-ezbrd: don't require SPI logic all the time
>       Blackfin: skip RAM display for 0 mem systems
>       Blackfin: drop CONFIG_SYS_TEXT_BASE from boards
>       Blackfin: unify bootmode based LDR_FLAGS setup
>       Blackfin: move CONFIG_BFIN_CPU back to board config.h
>       Blackfin: bf527-sdp: update custom CFLAGS paths
>       Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files
>       Blackfin: serial: clean up muxing a bit
>       Blackfin: bf537-minotaur/bf537-srv1: undefine nfs when net is disabled
>       Blackfin: bf537: fix L1 data defines
>       Blackfin: bf561-ezkit/ibf-dsp561: invert env offset/addr logic
>       Blackfin: fix bd_t handling
>       Blackfin: BF50x: new processor port
>       Blackfin: drop duplicate system mmr and L1 scratch defines
>       Blackfin: BF52x: unify duplicated headers
>       Blackfin: BF537: unify duplicated headers
>       Blackfin: only check for os log when we have external memory
>       Blackfin: turn off caches when self initializing
>       Blackfin: default to L1 bank A when L1 bank B does not exist
>       Blackfin: bf506f-ezkit: new board port
>       Blackfin: adi boards: drop old ELF define
>       Blackfin: bootrom.h: sync with toolchain
>       Blackfin: bootldr: use common defines
>       Blackfin: ldrinfo: new command
>       Blackfin: adi boards: enable ldrinfo
>       Blackfin: adi boards: enable CONFIG_MONITOR_IS_IN_RAM
>       Blackfin: bf548-ezkit: move env sector
>       Blackfin: bf518f-ezbrd: get MAC from flash
>       Blackfin: bf526-ezbrd: get MAC from flash
> 
> Sonic Zhang (1):
>       Blackfin: bfin_sdh: add support for multiblock operations
> 
>  MAINTAINERS                                        |   10 +
>  README                                             |    1 +
>  arch/blackfin/config.mk                            |   15 +-
>  arch/blackfin/cpu/cpu.h                            |    1 -
>  arch/blackfin/cpu/gpio.c                           |    8 +-
>  arch/blackfin/cpu/initcode.c                       |   25 +-
>  arch/blackfin/cpu/reset.c                          |   18 +-
>  arch/blackfin/cpu/serial.h                         |   72 +-
>  arch/blackfin/cpu/start.S                          |   45 +-
>  arch/blackfin/cpu/traps.c                          |    2 +-
>  arch/blackfin/include/asm/blackfin_cdef.h          |    6 +
>  arch/blackfin/include/asm/blackfin_def.h           |   10 +
>  arch/blackfin/include/asm/config.h                 |   10 +-
>  arch/blackfin/include/asm/mach-bf506/BF504_cdef.h  | 1782 ++++++++++++++++++++
>  arch/blackfin/include/asm/mach-bf506/BF504_def.h   |  944 +++++++++++
>  arch/blackfin/include/asm/mach-bf506/BF506_cdef.h  |   11 +
>  arch/blackfin/include/asm/mach-bf506/BF506_def.h   |   11 +
>  arch/blackfin/include/asm/mach-bf506/anomaly.h     |  128 ++
>  arch/blackfin/include/asm/mach-bf506/def_local.h   |    5 +
>  arch/blackfin/include/asm/mach-bf506/gpio.h        |   52 +
>  arch/blackfin/include/asm/mach-bf506/portmux.h     |  148 ++
>  arch/blackfin/include/asm/mach-bf506/ports.h       |   59 +
>  arch/blackfin/include/asm/mach-bf518/BF512_def.h   |    6 -
>  .../asm/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h  |  994 -----------
>  .../asm/mach-bf527/ADSP-EDN-BF52x-extended_def.h   |  503 ------
>  arch/blackfin/include/asm/mach-bf527/BF522_cdef.h  |  986 +++++++++++-
>  arch/blackfin/include/asm/mach-bf527/BF522_def.h   |  495 ++++++-
>  arch/blackfin/include/asm/mach-bf527/BF524_cdef.h  |   20 +-
>  arch/blackfin/include/asm/mach-bf527/BF524_def.h   |   12 +-
>  arch/blackfin/include/asm/mach-bf527/BF526_cdef.h  |  358 +----
>  arch/blackfin/include/asm/mach-bf527/BF526_def.h   |  181 +--
>  arch/blackfin/include/asm/mach-bf533/BF531_def.h   |    6 -
>  arch/blackfin/include/asm/mach-bf533/BF532_def.h   |    6 -
>  arch/blackfin/include/asm/mach-bf533/BF533_def.h   |    6 -
>  .../asm/mach-bf537/ADSP-EDN-BF534-extended_cdef.h  | 1624 ------------------
>  .../asm/mach-bf537/ADSP-EDN-BF534-extended_def.h   |  819 ---------
>  arch/blackfin/include/asm/mach-bf537/BF534_cdef.h  | 1614 ++++++++++++++++++-
>  arch/blackfin/include/asm/mach-bf537/BF534_def.h   |  816 +++++++++-
>  arch/blackfin/include/asm/mach-bf538/BF538_def.h   |    6 -
>  arch/blackfin/include/asm/mach-bf561/BF561_def.h   |    7 +-
>  .../include/asm/mach-common/bits/bootrom.h         |   86 +-
>  arch/blackfin/lib/board.c                          |   21 +-
>  arch/blackfin/lib/u-boot.lds.S                     |   10 +-
>  board/bct-brettl2/config.mk                        |    8 -
>  .../config.mk => bf506f-ezkit/Makefile}            |   34 +-
>  board/bf506f-ezkit/bf506f-ezkit.c                  |   27 +
>  board/bf518f-ezbrd/bf518f-ezbrd.c                  |   61 +-
>  board/bf518f-ezbrd/config.mk                       |    8 -
>  .../{blackstamp/config.mk => bf525-ucr2/Makefile}  |   34 +-
>  board/bf525-ucr2/bf525-ucr2.c                      |   16 +
>  board/bf526-ezbrd/bf526-ezbrd.c                    |   29 +-
>  board/bf526-ezbrd/config.mk                        |    8 -
>  board/bf527-ad7160-eval/config.mk                  |    8 -
>  board/bf527-ezkit/config.mk                        |    8 -
>  board/bf527-sdp/config.mk                          |   10 +-
>  board/bf533-ezkit/config.mk                        |    6 -
>  board/bf533-stamp/config.mk                        |    6 -
>  board/bf537-minotaur/config.mk                     |    8 +-
>  board/bf537-srv1/config.mk                         |    8 +-
>  board/bf537-stamp/config.mk                        |    6 -
>  board/bf538f-ezkit/config.mk                       |    6 -
>  board/bf548-ezkit/config.mk                        |    6 -
>  board/bf561-acvilon/config.mk                      |    6 -
>  board/bf561-ezkit/config.mk                        |    6 -
>  board/cm-bf527/config.mk                           |    8 -
>  board/cm-bf533/config.mk                           |    6 -
>  board/cm-bf537e/config.mk                          |    6 -
>  board/cm-bf537u/config.mk                          |    6 -
>  board/cm-bf548/config.mk                           |    6 -
>  board/cm-bf561/config.mk                           |    6 -
>  board/{blackvme/config.mk => dnp5370/Makefile}     |   36 +-
>  board/dnp5370/dnp5370.c                            |  104 ++
>  board/ibf-dsp561/config.mk                         |    6 -
>  board/ip04/config.mk                               |    6 -
>  board/tcm-bf518/config.mk                          |    8 -
>  board/tcm-bf537/config.mk                          |    6 -
>  boards.cfg                                         |    3 +
>  common/Makefile                                    |    1 +
>  common/cmd_bootldr.c                               |   21 +-
>  common/cmd_ldrinfo.c                               |  192 +++
>  doc/README.dnp5370                                 |   67 +
>  drivers/mmc/bfin_sdh.c                             |   13 +-
>  drivers/spi/bfin_spi.c                             |    2 +
>  include/configs/bct-brettl2.h                      |    3 +-
>  include/configs/bf506f-ezkit.h                     |  103 ++
>  include/configs/bf518f-ezbrd.h                     |    1 +
>  include/configs/bf525-ucr2.h                       |  102 ++
>  include/configs/bf526-ezbrd.h                      |    1 +
>  include/configs/bf527-ad7160-eval.h                |    1 +
>  include/configs/bf527-ezkit.h                      |    1 +
>  include/configs/bf527-sdp.h                        |    1 +
>  include/configs/bf533-ezkit.h                      |    1 +
>  include/configs/bf533-stamp.h                      |    1 +
>  include/configs/bf537-minotaur.h                   |    2 +
>  include/configs/bf537-pnav.h                       |    1 +
>  include/configs/bf537-srv1.h                       |    2 +
>  include/configs/bf537-stamp.h                      |    1 +
>  include/configs/bf538f-ezkit.h                     |    1 +
>  include/configs/bf548-ezkit.h                      |    3 +-
>  include/configs/bf561-acvilon.h                    |    3 +-
>  include/configs/bf561-ezkit.h                      |    5 +-
>  include/configs/bfin_adi_common.h                  |    3 +-
>  include/configs/blackstamp.h                       |    1 +
>  include/configs/blackvme.h                         |    3 +-
>  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/dnp5370.h                          |  128 ++
>  include/configs/ibf-dsp561.h                       |    5 +-
>  include/configs/ip04.h                             |    1 +
>  include/configs/tcm-bf518.h                        |    1 +
>  include/configs/tcm-bf537.h                        |    1 +
>  115 files changed, 8203 insertions(+), 4930 deletions(-)
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/BF504_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/BF504_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/BF506_cdef.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/BF506_def.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/anomaly.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/def_local.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/gpio.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/portmux.h
>  create mode 100644 arch/blackfin/include/asm/mach-bf506/ports.h
>  delete mode 100644 arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h
>  delete mode 100644 arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_def.h
>  delete mode 100644 arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_cdef.h
>  delete mode 100644 arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_def.h
>  rename board/{bf537-pnav/config.mk => bf506f-ezkit/Makefile} (57%)
>  create mode 100644 board/bf506f-ezkit/bf506f-ezkit.c
>  rename board/{blackstamp/config.mk => bf525-ucr2/Makefile} (57%)
>  create mode 100644 board/bf525-ucr2/bf525-ucr2.c
>  rename board/{blackvme/config.mk => dnp5370/Makefile} (54%)
>  create mode 100644 board/dnp5370/dnp5370.c
>  create mode 100644 common/cmd_ldrinfo.c
>  create mode 100644 doc/README.dnp5370
>  create mode 100644 include/configs/bf506f-ezkit.h
>  create mode 100644 include/configs/bf525-ucr2.h
>  create mode 100644 include/configs/dnp5370.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
"Nature is very un-American.  Nature never hurries."
- William George Jordan

  reply	other threads:[~2011-04-10 19:19 UTC|newest]

Thread overview: 152+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-03  8:58 [U-Boot] [PATCH 00/34] Blackfin updates for 2011.06 Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 01/34] Blackfin: bf518f-ezbrd: don't require SPI logic all the time Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 02/34] Blackfin: skip RAM display for 0 mem systems Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 03/34] Blackfin: drop CONFIG_SYS_TEXT_BASE from boards Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 04/34] Blackfin: unify bootmode based LDR_FLAGS setup Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 05/34] Blackfin: move CONFIG_BFIN_CPU back to board config.h Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 06/34] Blackfin: bf527-sdp: update custom CFLAGS paths Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 07/34] Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 08/34] Blackfin: dnp5370: new board port Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 09/34] Blackfin: bf525-ucr2: " Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 10/34] Blackfin: serial: clean up muxing a bit Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 11/34] Blackfin: bf537-minotaur/bf537-srv1: undefine nfs when net is disabled Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 12/34] Blackfin: bf537: fix L1 data defines Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 13/34] Blackfin: bf561-ezkit/ibf-dsp561: invert env offset/addr logic Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 14/34] Blackfin: fix bd_t handling Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 15/34] Blackfin: BF50x: new processor port Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 16/34] Blackfin: drop duplicate system mmr and L1 scratch defines Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 17/34] Blackfin: BF52x: unify duplicated headers Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 18/34] Blackfin: BF537: " Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 19/34] Blackfin: only check for os log when we have external memory Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 20/34] Blackfin: turn off caches when self initializing Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 21/34] Blackfin: default to L1 bank A when L1 bank B does not exist Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 22/34] Blackfin: bf506f-ezkit: new board port Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 23/34] Blackfin: adi boards: drop old ELF define Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 24/34] Blackfin: bootrom.h: sync with toolchain Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 25/34] Blackfin: bootldr: use common defines Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 26/34] Blackfin: ldrinfo: new command Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 27/34] Blackfin: adi boards: enable ldrinfo Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 28/34] Blackfin: bfin_sdh: set all timer bits before transfer Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 29/34] Blackfin: bfin_sdh: add support for multiblock operations Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 30/34] Blackfin: adi boards: enable CONFIG_MONITOR_IS_IN_RAM Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 31/34] Blackfin: replace "bfin_reset_or_hang()" with "panic()" Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 32/34] Blackfin: bf548-ezkit: move env sector Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 33/34] Blackfin: bf518f-ezbrd: get MAC from flash Mike Frysinger
2011-04-03  8:58 ` [U-Boot] [PATCH 34/34] Blackfin: bf526-ezbrd: " Mike Frysinger
2011-04-08  4:47 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-04-10 19:19   ` 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-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-10-02 20:05 [U-Boot] [PATCH 00/37] Blackfin updates for v2010.12-rc1 Mike Frysinger
2010-10-04 17:33 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-10-05 12:43   ` 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=20110410191957.12872151F83@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