public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-arm/master
Date: Sat, 9 Nov 2013 23:53:22 +0100	[thread overview]
Message-ID: <20131109235322.5e10abc1@lilith> (raw)

Hi Tom,

The following changes since commit
15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f:

  Merge branch 'master' of git://www.denx.de/git/u-boot-usb (2013-11-08
  15:25:29 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-arm master

for you to fetch changes up to 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:

  Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09
  22:59:47 +0100)

NOTE 1: the top of u-boot-arm/master is a merge from u-boot/master with
	non-trivial conflict resolutions, involving some changes to
	non-conflicting files too. See 'git show 85b8c5c4' for details.

NOTE 2: eleven ARM targets fail with a warning about CONFIG_SYS_HZ:
	omap730p2_cs3boot omap730p2_cs0boot scb9328 palmtc balloon3
	mini2440 zipitz2 palmld omap730p2 omap3_zoom2 mx1ads. These
	failures already happen on u-boot/master and are thus not due
	to the ARM branch.

----------------------------------------------------------------

Albert ARIBAUD (3):
      Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
      Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
      Merge branch 'iu-boot/master' into 'u-boot-arm/master'

Anatolij Gustschin (1):
      imx_watchdog: do not soft-reset while watchdog init

Andreas Bie?mann (10):
      tricorder: update flash partitioning
      tricorder: use generic provided loadaddr
      tricorder: add configuration for a flashcard u-boot
      tricorder: add cmdline history
      tricorder: add mtdparts to environment
      tricorder: add tricordereeprom command
      tricorder: panic() on unknown board
      tricorder: add led support
      tricorder: read kernel directly from NAND
      tricorder: support 256MiB SDRAM on revision > D

Bo Shen (3):
      net: macb: get DMA bus width from design config register
      arm: atmel: at91sam9n12ek: add usb host support
      arm: atmel: get rid of too many ifdeffery

Christoph G. Baumann (1):
      ARM: mxs: Configure 2 Gbit DDR2 RAM for BG0900

Eric Nelson (1):
      i.MX6: nitrogen6x: fix erase size in 6x_upgrade.txt

Fabio Estevam (5):
      udoo: Add initial support for mx6q udoo board
      ARM: mx5: Enable L2 cache
      mx5: lowlevel_init: Remove unused macro
      configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
      wandboard: README: Include the quad version

Heiko Schocher (2):
      nand, davinci: add special UBL ecc position
      arm, da85x: update for the ipam390 board

Igor Grinberg (2):
      cm-t35: move the eeprom code to common place
      cm-t35: move the display code to common place

Javier Martinez Canillas (2):
      ARM: IGEP0033: rename config file to am335x_igep0033.h
      OMAP3: igep00x0: rename config file to omap3_igep00x0.h

Jens Scharsig (BuS Elektronik) (1):
      ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target

Lokesh Vutla (1):
      ARM: OMAP4: Convert to ti_armv7_common.h

Marek Vasut (4):
      ARM: mxs: tools: Use mkimage for BootStream generation
      ARM: mxs: Add PPC-AG BG0900 board
      ARM: mxs: Setup stack in JTAG mode
      ARM: mxs: Enable DCDC converter for battery boot

Michal Simek (1):
      zynq: Use arch_cpu_init() instead of lowlevel_init()

Minal Shah (1):
      dra7xx_evm: Enabled UART-boot mode and add dra7xx_evm_uart3 build

Nikita Kiryanov (3):
      cm_t35: reduce default bootdelay to 3 seconds
      cm_t35: turn on GPIO commands
      cm_t35: update lcd predefines

Otavio Salvador (1):
      mx6: Remove PAD_CTL_DSE_120ohm from i.MX6DL's IPU1_DI0_PIN4 pin

Pierre Aubert (1):
      mx6: compute PLL PFD frequencies rather than using defines

Roger Meier (1):
      at91: add defines for reset type

SRICHARAN R (1):
      ARM: OMAP5: DDR3: Change io settings

Stefan Roese (1):
      arm: Remove IXP425 boards pdnb3 and scpu

Stefano Babic (1):
      Revert "configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL
boards"

Thomas Weber (3):
      tricorder: remove lcdmode from bootargs
      tricorder: Make u-boot faster
      tricorder: switch to alternative memtest

Tom Rini (7):
      drivers/rtc/davinci.c: Reference DAVINCI_RTC_BASE more directly
      am33xx, davinci: Create and use <asm/davinci_rtc.h>
      bootcount_davinci: Switch to scratch register #2
      TI:am33xx: Add bootcount support to ti_am335x_common.h
      am335x: Enable CONFIG_OMAP_WATCHDOG support
      TI:armv7: Change CONFIG_SYS_SPL_ARGS_ADDR to a higher address
      TI:omap5: Add rdaddr, use consistent loadaddr values

 arch/arm/cpu/arm926ejs/mxs/Makefile                         |  10 ++--
 arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg                |   4 +-
 arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg                |   4 +-
 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c                 |   2 +
 arch/arm/cpu/arm926ejs/mxs/start.S                          |   9 +++
 arch/arm/cpu/armv7/am33xx/board.c                           |   7 ++-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S                      |  12 ++--
 arch/arm/cpu/armv7/mx6/clock.c                              |  56
 ++++++++++++++-----
 arch/arm/cpu/armv7/omap-common/boot-common.c                |   4 ++
 arch/arm/cpu/armv7/zynq/cpu.c                               |   6 ++
 arch/arm/include/asm/arch-am33xx/cpu.h                      |   9 ---
 arch/arm/include/asm/arch-at91/at91_pmc.h                   |   2 +
 arch/arm/include/asm/arch-at91/at91_rstc.h                  |   7 +++
 arch/arm/include/asm/arch-davinci/hardware.h                |  38
 -------------
 arch/arm/include/asm/arch-mx6/crm_regs.h                    |  11 ----
 arch/arm/include/asm/arch-mx6/mx6dl_pins.h                  |   2 +-
 arch/arm/include/asm/arch-mxs/sys_proto.h                   |   2 +
 arch/arm/include/asm/arch-omap5/omap.h                      |   4 +-
 arch/arm/include/asm/arch-omap5/spl.h                       |   1 +
 arch/arm/include/asm/davinci_rtc.h                          |  52
 +++++++++++++++++
 board/Barix/ipam390/ipam390-ais-uart.cfg                    |   2 +-
 board/Barix/ipam390/ipam390.c                               |  29
 +++------- board/atmel/at91sam9n12ek/at91sam9n12ek.c
 |  11 ++++ board/boundary/nitrogen6x/6x_upgrade.txt
 |   2 +- board/compulab/cm_t35/Makefile
 |   3 - board/compulab/cm_t35/cm_t35.c
 |   7 +-- board/compulab/common/Makefile
 |  10 ++++ board/compulab/{cm_t35 => common}/eeprom.c
 |  51 +++++++++-------- board/compulab/{cm_t35 =>
 common}/eeprom.h                  |   8 +--
 board/compulab/{cm_t35/display.c => common/omap3_display.c} |   8 ++-
 board/corscience/tricorder/Makefile                         |   2 +-
 board/corscience/tricorder/led.c                            |  80
 +++++++++++++++++++++++++++
 board/corscience/tricorder/tricorder-eeprom.c               | 251
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/corscience/tricorder/tricorder-eeprom.h               |  41
 ++++++++++++++
 board/corscience/tricorder/tricorder.c                      | 126
 ++++++++++++++++++++++++++++++++++++++---
 board/corscience/tricorder/tricorder.h                      |   4 +-
 board/enbw/enbw_cmc/enbw_cmc.c                              |   1 +
 board/{prodrive/pdnb3 => ppcag/bg0900}/Makefile             |   8 ++-
 board/ppcag/bg0900/bg0900.c                                 |  86
 ++++++++++++++++++++++++++++
 board/ppcag/bg0900/spl_boot.c                               | 153
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 board/prodrive/pdnb3/flash.c                                |  73
 ------------------------
 board/prodrive/pdnb3/nand.c                                 | 129
 ------------------------------------------
 board/prodrive/pdnb3/pdnb3.c                                | 220
 ------------------------------------------------------------------------
 board/ti/am335x/board.c                                     |   6 ++
 board/udoo/Makefile                                         |   7 +++
 board/udoo/udoo.c                                           | 110
 ++++++++++++++++++++++++++++++++++++
 board/wandboard/README                                      |   4 +-
 boards.cfg                                                  |  20
 ++++--- doc/README.mxs                                              |
 39 ++++++++++---
 doc/README.scrapyard                                        |   4 +-
 drivers/bootcount/Makefile                                  |   1 +
 drivers/bootcount/bootcount_davinci.c                       |  13
 +++-- drivers/mtd/nand/davinci_nand.c                             |
 12 ++++ drivers/net/macb.c                                          |
 20 ++++++- drivers/net/macb.h
 |  11 ++++ drivers/rtc/davinci.c
 |   8 +-- drivers/usb/host/ohci-at91.c
 |  19 ++++---
 drivers/watchdog/imx_watchdog.c                             |   3 +-
 include/configs/afeb9260.h                                  |   1 +
 include/configs/{igep0033.h => am335x_igep0033.h}           |   0
 include/configs/at91rm9200ek.h                              |   1 +
 include/configs/at91sam9260ek.h                             |   1 +
 include/configs/at91sam9261ek.h                             |   1 +
 include/configs/at91sam9263ek.h                             |   1 +
 include/configs/at91sam9n12ek.h                             |  13
 +++++ include/configs/at91sam9x5ek.h                              |
 3 +- include/configs/bg0900.h                                    |  97
 ++++++++++++++++++++++++++++++++
 include/configs/cm_t35.h                                    |   3 +-
 include/configs/cpu9260.h                                   |   1 +
 include/configs/cpuat91.h                                   |   1 +
 include/configs/dra7xx_evm.h                                |   9 ++-
 include/configs/eb_cpux9k2.h                                |   4 +-
 include/configs/ethernut5.h                                 |   1 +
 include/configs/ipam390.h                                   |  35
 +++++++-----
 include/configs/meesc.h                                     |   1 +
 include/configs/{igep00x0.h => omap3_igep00x0.h}            |   0
 include/configs/omap4_common.h                              | 187
 +++++++++----------------------------------------------------
 include/configs/omap4_panda.h                               |   2 -
 include/configs/omap4_sdp4430.h                             |   2 -
 include/configs/omap5_common.h                              |   7 ++-
 include/configs/otc570.h                                    |   1 +
 include/configs/pdnb3.h                                     | 320
 ---------------------------------------------------------------------------------------------------------
 include/configs/pm9261.h                                    |   1 +
 include/configs/pm9263.h                                    |   1 +
 include/configs/pm9g45.h                                    |   1 +
 include/configs/sama5d3xek.h                                |   1 +
 include/configs/sbc35_a9g20.h                               |   1 +
 include/configs/snapper9260.h                               |   1 +
 include/configs/stamp9g20.h                                 |   1 +
 include/configs/ti_am335x_common.h                          |  14
 +++++ include/configs/ti_armv7_common.h                           |
 2 +- include/configs/top9000.h                                   |   1
 + include/configs/tricorder.h                                 | 155
 ++++++++++++++++++++++++++++++++++++++-------------
 include/configs/udoo.h                                      | 206
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/vl_ma2sc.h                                  |   1 + 95
 files changed, 1730 insertions(+), 1172 deletions(-) create mode
 100644 arch/arm/include/asm/davinci_rtc.h create mode 100644
 board/compulab/common/Makefile rename board/compulab/{cm_t35 =>
 common}/eeprom.c (60%) rename board/compulab/{cm_t35 =>
 common}/eeprom.h (62%) rename board/compulab/{cm_t35/display.c =>
 common/omap3_display.c} (97%) create mode 100644
 board/corscience/tricorder/led.c create mode 100644
 board/corscience/tricorder/tricorder-eeprom.c create mode 100644
 board/corscience/tricorder/tricorder-eeprom.h rename
 board/{prodrive/pdnb3 => ppcag/bg0900}/Makefile (50%) create mode
 100644 board/ppcag/bg0900/bg0900.c create mode 100644
 board/ppcag/bg0900/spl_boot.c delete mode 100644
 board/prodrive/pdnb3/flash.c delete mode 100644
 board/prodrive/pdnb3/nand.c delete mode 100644
 board/prodrive/pdnb3/pdnb3.c create mode 100644 board/udoo/Makefile
 create mode 100644 board/udoo/udoo.c rename
 include/configs/{igep0033.h => am335x_igep0033.h} (100%) create mode
 100644 include/configs/bg0900.h rename include/configs/{igep00x0.h =>
 omap3_igep00x0.h} (100%) delete mode 100644 include/configs/pdnb3.h
 create mode 100644 include/configs/udoo.h

Amicalement,
-- 
Albert.

             reply	other threads:[~2013-11-09 22:53 UTC|newest]

Thread overview: 259+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-09 22:53 Albert ARIBAUD [this message]
2013-11-11 19:13 ` [U-Boot] Pull request: u-boot-arm/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-01-31 20:40 Albert ARIBAUD
2016-02-01 16:54 ` Tom Rini
2015-11-10 17:45 Albert ARIBAUD
2015-11-10 20:15 ` Tom Rini
2015-10-15 21:19 Albert ARIBAUD
2015-10-15 22:00 ` Tom Rini
2015-07-31  1:06 Albert ARIBAUD
2015-08-01 14:47 ` Tom Rini
2015-07-06 15:20 Albert ARIBAUD
2015-07-06 21:15 ` Tom Rini
2015-07-06 22:09   ` Albert ARIBAUD
2015-07-06 23:59     ` Tom Rini
2015-07-07  5:49       ` Albert ARIBAUD
2015-07-07 10:01       ` Albert ARIBAUD
2015-07-02 21:27 Albert ARIBAUD
2015-07-02 22:55 ` Tom Rini
2015-07-05 14:11   ` Albert ARIBAUD
2015-05-05  9:30 Albert ARIBAUD
2015-05-05 23:59 ` Tom Rini
2015-01-04 18:11 Albert ARIBAUD
2015-01-05 15:10 ` Tom Rini
2014-11-24 17:30 Albert ARIBAUD
2014-11-24 22:13 ` Tom Rini
2014-11-13  7:54 Albert ARIBAUD
2014-11-08  0:07 Albert ARIBAUD
2014-11-10 21:28 ` Tom Rini
2014-10-11  0:38 Albert ARIBAUD
2014-10-11 11:49 ` Tom Rini
2014-10-07 11:16 Albert ARIBAUD
2014-10-07 16:02 ` Tom Rini
2014-09-17 21:40 Albert ARIBAUD
2014-09-18  1:00 ` Tom Rini
2014-09-12 13:42 Albert ARIBAUD
2014-09-12 19:15 ` Tom Rini
2014-07-29 13:08 Albert ARIBAUD
2014-07-29 14:30 ` Tom Rini
2014-07-05  8:18 Albert ARIBAUD
2014-07-05 16:48 ` Tom Rini
2014-07-04 22:57 Albert ARIBAUD
2014-07-05  0:20 ` Tom Rini
2014-07-02 20:33 Albert ARIBAUD
2014-07-02 22:38 ` Tom Rini
2014-06-08  7:51 Albert ARIBAUD
2014-06-09  2:25 ` Tom Rini
2014-05-30 15:20 Albert ARIBAUD
2014-05-30 17:59 ` Tom Rini
2014-05-24  9:32 Albert ARIBAUD
2014-05-24 20:37 ` Tom Rini
2014-05-20  8:57 Albert ARIBAUD
2014-05-22 19:12 ` Tom Rini
2014-05-09  9:56 Albert ARIBAUD
2014-05-09 16:15 ` Tom Rini
2014-04-08 11:40 Albert ARIBAUD
2014-04-08 16:39 ` Tom Rini
2014-03-10 18:16 Albert ARIBAUD
2014-03-10 21:27 ` Tom Rini
2014-02-26 21:40 Albert ARIBAUD
2014-02-26 23:39 ` Tom Rini
2014-02-13 17:43 Albert ARIBAUD
2014-02-18 17:50 ` Tom Rini
2014-02-18 18:21   ` Stephen Warren
2014-02-18 18:29     ` Tom Rini
2014-02-18 18:47   ` Albert ARIBAUD
2014-01-15 15:16 Albert ARIBAUD
2014-01-14 13:04 Albert ARIBAUD
2014-01-14 21:02 ` Tom Rini
2014-01-13 18:49 Albert ARIBAUD
2014-01-13 19:42 ` Tom Rini
2014-01-10 15:43 Albert ARIBAUD
2014-01-10 20:03 ` Tom Rini
2014-01-11  8:11   ` Albert ARIBAUD
2013-12-10 22:05 Albert ARIBAUD
2013-12-11 16:44 ` Tom Rini
2013-10-11 14:33 Albert ARIBAUD
2013-10-14 15:20 ` Tom Rini
2013-10-07 20:02 Albert ARIBAUD
2013-10-08 19:33 ` Tom Rini
2013-10-03 20:42 Albert ARIBAUD
2013-10-04 18:46 ` Tom Rini
2013-10-02 15:34 Albert ARIBAUD
2013-10-02 18:20 ` Tom Rini
2013-09-12 13:18 Albert ARIBAUD
2013-09-12 15:11 ` Tom Rini
2013-09-12 20:54   ` Albert ARIBAUD
2013-09-06 22:55 Albert ARIBAUD
2013-09-09 14:56 ` Tom Rini
2013-07-10 20:33 [U-Boot] pull " Albert ARIBAUD
2013-06-21 21:52 [U-Boot] Pull " Albert ARIBAUD
2013-06-24 20:17 ` Tom Rini
2013-06-13 15:49 Albert ARIBAUD
2013-06-14 15:11 ` Tom Rini
2013-06-05 15:02 [U-Boot] pull " Albert ARIBAUD
2013-06-07 18:20 ` Tom Rini
2013-05-30 19:29 [U-Boot] Pull " Albert ARIBAUD
2013-05-31 20:51 ` Tom Rini
2013-04-17 16:37 Albert ARIBAUD
2013-04-18 20:17 ` Tom Rini
2013-04-15 19:36 Albert ARIBAUD
2013-04-16 15:58 ` Tom Rini
2013-04-14 19:32 Albert ARIBAUD
2013-04-15 15:51 ` Tom Rini
2013-04-10 23:12 Albert ARIBAUD
2013-04-10 23:20 ` Benoît Thébaudeau
2013-04-11  6:10   ` Albert ARIBAUD
2013-03-28 20:06 Albert ARIBAUD
2013-03-29  0:01 ` Tom Rini
2013-03-15 22:01 Albert ARIBAUD
2013-03-16  8:19 ` Albert ARIBAUD
2013-03-17 19:40   ` Tom Rini
2013-03-18 17:06 ` Tom Rini
2013-03-18 17:43   ` Albert ARIBAUD
2013-03-18 18:38     ` Tom Rini
2013-02-12 14:25 Albert ARIBAUD
2013-02-15 16:33 ` Tom Rini
2013-01-14 16:58 Albert ARIBAUD
2013-01-14 23:18 ` Tom Rini
2013-01-11 21:36 Albert ARIBAUD
2013-01-11 23:44 ` Tom Rini
2013-01-09 14:43 Albert ARIBAUD
2013-01-09 19:35 ` Tom Rini
2013-01-08 15:07 Albert ARIBAUD
2013-01-08 20:50 ` Simon Glass
2013-01-08 21:01   ` Albert ARIBAUD
2013-01-08 21:06     ` Simon Glass
2013-01-08 22:34 ` Tom Rini
2012-12-22 12:11 Albert ARIBAUD
2012-12-22 15:20 ` Tom Rini
2013-01-03  6:41 ` Joonyoung Shim
2013-01-03  7:12   ` Lukasz Majewski
2012-11-04 21:51 Albert ARIBAUD
2012-11-05 16:54 ` Tom Rini
2012-11-05 19:45   ` Stephen Warren
2012-11-08 15:08     ` Tom Rini
2012-10-26 22:30 Albert ARIBAUD
2012-10-27  0:20 ` Tom Rini
2012-10-19 23:55 Albert ARIBAUD
2012-10-20 17:39 ` Tom Rini
2012-10-05 19:26 Albert ARIBAUD
2012-10-05 22:26 ` Tom Rini
2012-10-04 16:57 Albert ARIBAUD
2012-10-04 18:31 ` Tom Rini
2012-09-21 21:35 Albert ARIBAUD
2012-09-22  0:21 ` Tom Rini
2012-09-01 16:37 Albert ARIBAUD
2012-09-01 22:27 ` Wolfgang Denk
2012-07-10  6:30 Albert ARIBAUD
2012-07-10  7:04 ` Wolfgang Denk
2012-07-07 12:12 Albert ARIBAUD
2012-07-08 20:13 ` Wolfgang Denk
2012-05-15  6:57 Albert ARIBAUD
2012-05-20 20:33 ` Wolfgang Denk
2012-04-16 14:52 Albert ARIBAUD
2012-04-16 18:18 ` Marek Vasut
2012-04-16 20:09   ` Albert ARIBAUD
2012-04-16 20:15   ` Albert ARIBAUD
2012-04-17  5:33     ` Stefano Babic
2012-03-30  7:10 Albert ARIBAUD
2012-03-30 17:58 ` Wolfgang Denk
2012-02-27 20:23 Albert ARIBAUD
2012-03-03 14:09 ` Wolfgang Denk
2012-02-12  9:16 Albert ARIBAUD
2012-02-12 21:06 ` Wolfgang Denk
2012-01-16  8:16 Albert ARIBAUD
2012-01-17 21:36 ` Wolfgang Denk
2011-12-24  9:27 Albert ARIBAUD
2012-01-05 15:53 ` Wolfgang Denk
2011-12-19 16:55 Albert ARIBAUD
2011-12-20 21:40 ` Wolfgang Denk
2011-12-11 13:38 Albert ARIBAUD
2011-12-12  6:58 ` Wolfgang Denk
2011-12-09 16:42 Albert ARIBAUD
2011-12-10 21:54 ` Wolfgang Denk
2011-12-06 23:17 Albert ARIBAUD
2011-12-07 10:16 ` Wolfgang Denk
2011-11-15 21:28 Albert ARIBAUD
2011-11-16  0:04 ` Simon Glass
2011-11-16  2:27   ` Marek Vasut
2011-11-16  3:45     ` Simon Glass
2011-11-16  3:53       ` Mike Frysinger
2011-11-16  4:05         ` Simon Glass
2011-11-16 19:24           ` Wolfgang Denk
2011-11-17 13:45         ` Albert ARIBAUD
2011-11-17 21:39           ` Mike Frysinger
2011-11-17 21:56             ` Wolfgang Denk
2011-11-17 22:03               ` Albert ARIBAUD
     [not found]               ` <74CDBE0F657A3D45AFBB94109FB122FF1740D74CB5@HQMAIL01.nvidia.com>
     [not found]                 ` <7E91C59574E9954FA075F8D8CCDF78DB38FE7FF7A9@HQMAIL04.nvidia.com>
2011-11-17 22:04                   ` Simon Glass
2011-11-16  6:28 ` Heiko Schocher
2011-11-16 19:42 ` Wolfgang Denk
2011-11-07 20:58 Albert ARIBAUD
2011-11-08  0:02 ` Wolfgang Denk
2011-09-30 20:09 Albert ARIBAUD
2011-10-01 19:40 ` Wolfgang Denk
2011-10-04  5:35 ` Simon Glass
2011-10-21 18:44   ` Albert ARIBAUD
2011-10-21 19:12     ` Simon Glass
2011-09-28  6:38 Albert ARIBAUD
2011-09-28 18:42 ` Wolfgang Denk
2011-09-22 21:03 Albert ARIBAUD
2011-09-23  6:29 ` Wolfgang Denk
2011-09-14  6:57 Albert ARIBAUD
2011-09-15 12:24 ` Wolfgang Denk
2011-08-31 10:13 Albert ARIBAUD
2011-08-31 11:57 ` Marek Vasut
2011-09-01  8:59 ` Aneesh V
2011-09-03 19:26   ` Albert ARIBAUD
2011-09-04  8:44     ` Aneesh V
2011-09-04  9:01       ` Albert ARIBAUD
2011-09-04  9:02         ` Aneesh V
2011-09-04  9:12           ` Albert ARIBAUD
2011-09-04  9:17             ` Aneesh V
2011-08-04 12:28 Albert ARIBAUD
2011-07-18 13:38 Albert ARIBAUD
2011-07-18 14:31 ` Igor Grinberg
2011-07-18 17:52   ` Albert ARIBAUD
2011-08-12  8:21     ` Albert ARIBAUD
2011-07-18 19:17 ` Wolfgang Denk
2011-07-04  9:08 Albert ARIBAUD
2011-07-04 22:32 ` Wolfgang Denk
2011-06-30  6:24 Albert ARIBAUD
2011-06-30 11:15 ` Albert ARIBAUD
2011-06-28  5:39 Albert ARIBAUD
2011-06-28  9:52 ` Igor Grinberg
2011-06-28 10:20   ` Igor Grinberg
2011-06-28 21:19     ` Albert ARIBAUD
2011-06-28 10:48   ` Wolfgang Denk
2011-06-29  6:09 ` Albert ARIBAUD
2011-06-29 21:09   ` Wolfgang Denk
2011-06-21 20:28 Albert ARIBAUD
2011-06-22  9:17 ` Wolfgang Denk
2011-06-22 12:18 ` Wolfgang Denk
2011-06-22 13:51   ` Albert ARIBAUD
2011-06-08 20:41 Albert ARIBAUD
2011-06-08 21:32 ` Wolfgang Denk
2011-05-31 20:31 Albert ARIBAUD
2011-05-31 22:29 ` John Rigby
2011-06-01 17:15   ` Albert ARIBAUD
2011-06-01 20:15 ` Wolfgang Denk
2011-05-11 21:07 Albert ARIBAUD
2011-05-11 22:11 ` Rogan Dawes
2011-05-12  5:41   ` Albert ARIBAUD
2011-05-12  8:48     ` Prafulla Wadaskar
2011-05-12  9:06       ` Simon Guinot
2011-05-12  9:12   ` Simon Guinot
2011-05-12 17:27 ` Wolfgang Denk
2011-05-14 18:38   ` Dirk Behme
2011-04-28 16:14 Albert ARIBAUD
2011-04-28 21:17 ` Wolfgang Denk
2011-04-27 17:40 Albert ARIBAUD
2011-04-27 20:16 ` Wolfgang Denk
2011-04-27 23:42   ` Macpaul Lin
2011-04-28 21:14     ` Wolfgang Denk
2011-04-29  1:31       ` Macpaul Lin
2011-04-30 20:44         ` Wolfgang Denk
2011-05-02  8:46           ` Macpaul Lin
2011-05-02 10:31             ` Wolfgang Denk
2011-03-27 17:25 Albert ARIBAUD
2011-03-27 19:32 ` 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=20131109235322.5e10abc1@lilith \
    --to=albert.u.boot@aribaud.net \
    --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