From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] ARM Pull Request
Date: Sun, 1 Feb 2009 14:32:09 +0100 [thread overview]
Message-ID: <20090201133209.GG9067@game.jcrosoft.org> (raw)
Hi Wolfgang,
Please pull The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Alessandro Rubini (1):
Initial support for Nomadik 8815 development board
Dirk Behme (13):
OMAP3: Add pin mux, clock and cpu headers
OMAP3: Add OMAP3, memory and function prototype headers
OMAP3: Add common cpu and start code
OMAP3: Add common clock, memory and low level code
OMAP3: Add common board, interrupt and system info
OMAP3: Add NAND support
OMAP3: Add MMC support
OMAP3: Add I2C support
OMAP3: Add common power code, README, and BeagleBoard
OMAP3: Add Overo board
OMAP3: Add EVM board
OMAP3: Add Pandora support
OMAP3: Add Zoom1 board support
Jean-Christophe PLAGNIOL-VILLARD (5):
move ARM Ltd. to vendor dir
move Samsung's board to board/samsung
SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
SX1: Fix second flash mapping
SX1: add hardware V2 support
Maxim Artamonov (1):
bugfix for i.mx31 CCM_UPCTL reg
MAINTAINERS | 25 +
MAKEALL | 33 +-
Makefile | 54 ++-
board/armltd/.gitignore | 2 +
board/{ => armltd}/integratorap/Makefile | 0
board/{ => armltd}/integratorap/config.mk | 0
board/{ => armltd}/integratorap/flash.c | 0
board/{ => armltd}/integratorap/integratorap.c | 0
board/{ => armltd}/integratorap/lowlevel_init.S | 0
.../{ => armltd}/integratorap/split_by_variant.sh | 6 +-
.../{ => armltd}/integratorap/u-boot.lds.template | 0
board/{ => armltd}/integratorcp/Makefile | 0
board/{ => armltd}/integratorcp/config.mk | 0
board/{ => armltd}/integratorcp/flash.c | 0
board/{ => armltd}/integratorcp/integratorcp.c | 0
board/{ => armltd}/integratorcp/lowlevel_init.S | 0
.../{ => armltd}/integratorcp/split_by_variant.sh | 6 +-
.../{ => armltd}/integratorcp/u-boot.lds.template | 0
board/{ => armltd}/versatile/Makefile | 0
board/{ => armltd}/versatile/config.mk | 0
board/{ => armltd}/versatile/flash.c | 0
board/{ => armltd}/versatile/lowlevel_init.S | 0
board/{ => armltd}/versatile/split_by_variant.sh | 2 +-
board/{ => armltd}/versatile/u-boot.lds | 0
board/{ => armltd}/versatile/versatile.c | 0
board/{smdk2400 => omap3/beagle}/Makefile | 14 +-
board/omap3/beagle/beagle.c | 90 ++++
board/omap3/beagle/beagle.h | 376 +++++++++++++
.../{smdk2400/Makefile => omap3/beagle/config.mk} | 44 +--
.../beagle/u-boot.lds} | 18 +-
board/{versatile => omap3/common}/Makefile | 30 +-
board/omap3/common/power.c | 74 +++
board/{smdk2400 => omap3/evm}/Makefile | 15 +-
board/{smdk2400/Makefile => omap3/evm/config.mk} | 44 +--
board/omap3/evm/evm.c | 122 +++++
board/omap3/evm/evm.h | 396 ++++++++++++++
.../u-boot.lds.template => omap3/evm/u-boot.lds} | 18 +-
board/{smdk2400 => omap3/overo}/Makefile | 15 +-
board/{smdk2410/Makefile => omap3/overo/config.mk} | 40 +--
board/omap3/overo/overo.c | 88 +++
board/omap3/overo/overo.h | 381 +++++++++++++
.../u-boot.lds.template => omap3/overo/u-boot.lds} | 18 +-
board/{smdk2400 => omap3/pandora}/Makefile | 14 +-
.../{smdk2400/Makefile => omap3/pandora/config.mk} | 44 +--
board/omap3/pandora/pandora.c | 92 ++++
board/omap3/pandora/pandora.h | 420 +++++++++++++++
.../pandora/u-boot.lds} | 18 +-
board/{smdk2400 => omap3/zoom1}/Makefile | 16 +-
board/omap3/zoom1/config.mk | 33 ++
.../u-boot.lds.template => omap3/zoom1/u-boot.lds} | 20 +-
board/omap3/zoom1/zoom1.c | 77 +++
board/omap3/zoom1/zoom1.h | 135 +++++
board/{ => samsung}/smdk2400/Makefile | 0
board/{ => samsung}/smdk2400/config.mk | 0
board/{ => samsung}/smdk2400/flash.c | 0
board/{ => samsung}/smdk2400/lowlevel_init.S | 0
board/{ => samsung}/smdk2400/smdk2400.c | 0
board/{ => samsung}/smdk2400/u-boot.lds | 0
board/{ => samsung}/smdk2410/Makefile | 0
board/{ => samsung}/smdk2410/config.mk | 0
board/{ => samsung}/smdk2410/flash.c | 0
board/{ => samsung}/smdk2410/lowlevel_init.S | 0
board/{ => samsung}/smdk2410/smdk2410.c | 0
board/{ => samsung}/smdk2410/u-boot.lds | 0
board/{integratorap => st/nmdk8815}/Makefile | 8 +-
board/st/nmdk8815/config.mk | 26 +
board/st/nmdk8815/nmdk8815.c | 72 +++
board/st/nmdk8815/platform.S | 340 ++++++++++++
board/{versatile => st/nmdk8815}/u-boot.lds | 6 +-
{board/smdk2400 => cpu/arm926ejs/nomadik}/Makefile | 19 +-
cpu/arm926ejs/nomadik/reset.S | 25 +
cpu/arm926ejs/nomadik/timer.c | 183 +++++++
{board/smdk2400 => cpu/arm_cortexa8}/Makefile | 24 +-
.../Makefile => cpu/arm_cortexa8/config.mk | 45 +-
cpu/arm_cortexa8/cpu.c | 241 +++++++++
.../smdk2400 => cpu/arm_cortexa8/omap3}/Makefile | 19 +-
cpu/arm_cortexa8/omap3/board.c | 344 ++++++++++++
cpu/arm_cortexa8/omap3/clock.c | 381 +++++++++++++
.../Makefile => cpu/arm_cortexa8/omap3/config.mk | 45 +-
cpu/arm_cortexa8/omap3/interrupts.c | 297 +++++++++++
cpu/arm_cortexa8/omap3/lowlevel_init.S | 361 +++++++++++++
cpu/arm_cortexa8/omap3/mem.c | 284 ++++++++++
cpu/arm_cortexa8/omap3/sys_info.c | 254 +++++++++
cpu/arm_cortexa8/omap3/syslib.c | 72 +++
cpu/arm_cortexa8/start.S | 516 ++++++++++++++++++
doc/README.nmdk8815 | 22 +
doc/README.omap3 | 116 ++++
drivers/i2c/Makefile | 1 +
drivers/i2c/omap24xx_i2c.c | 23 +
drivers/mmc/Makefile | 1 +
drivers/mmc/omap3_mmc.c | 558 ++++++++++++++++++++
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/omap_gpmc.c | 353 +++++++++++++
examples/Makefile | 4 +
include/asm-arm/arch-mx31/mx31-regs.h | 2 +-
include/asm-arm/arch-omap3/clocks.h | 62 +++
include/asm-arm/arch-omap3/clocks_omap3.h | 285 ++++++++++
include/asm-arm/arch-omap3/cpu.h | 402 ++++++++++++++
include/asm-arm/arch-omap3/i2c.h | 128 +++++
include/asm-arm/arch-omap3/mem.h | 227 ++++++++
include/asm-arm/arch-omap3/mmc.h | 235 ++++++++
include/asm-arm/arch-omap3/mmc_host_def.h | 166 ++++++
include/asm-arm/arch-omap3/mux.h | 412 +++++++++++++++
include/asm-arm/arch-omap3/omap3.h | 218 ++++++++
include/asm-arm/arch-omap3/omap_gpmc.h | 84 +++
include/asm-arm/arch-omap3/sys_proto.h | 71 +++
include/configs/SX1.h | 12 +-
include/configs/nmdk8815.h | 188 +++++++
include/configs/omap3_beagle.h | 325 ++++++++++++
include/configs/omap3_evm.h | 345 ++++++++++++
include/configs/omap3_overo.h | 318 +++++++++++
include/configs/omap3_pandora.h | 320 +++++++++++
include/configs/omap3_zoom1.h | 326 ++++++++++++
113 files changed, 11212 insertions(+), 335 deletions(-)
create mode 100644 board/armltd/.gitignore
copy board/{ => armltd}/integratorap/Makefile (100%)
rename board/{ => armltd}/integratorap/config.mk (100%)
rename board/{ => armltd}/integratorap/flash.c (100%)
rename board/{ => armltd}/integratorap/integratorap.c (100%)
rename board/{ => armltd}/integratorap/lowlevel_init.S (100%)
rename board/{ => armltd}/integratorap/split_by_variant.sh (92%)
copy board/{ => armltd}/integratorap/u-boot.lds.template (100%)
rename board/{ => armltd}/integratorcp/Makefile (100%)
rename board/{ => armltd}/integratorcp/config.mk (100%)
rename board/{ => armltd}/integratorcp/flash.c (100%)
rename board/{ => armltd}/integratorcp/integratorcp.c (100%)
rename board/{ => armltd}/integratorcp/lowlevel_init.S (100%)
rename board/{ => armltd}/integratorcp/split_by_variant.sh (92%)
rename board/{ => armltd}/integratorcp/u-boot.lds.template (100%)
copy board/{ => armltd}/versatile/Makefile (100%)
rename board/{ => armltd}/versatile/config.mk (100%)
rename board/{ => armltd}/versatile/flash.c (100%)
rename board/{ => armltd}/versatile/lowlevel_init.S (100%)
rename board/{ => armltd}/versatile/split_by_variant.sh (94%)
copy board/{ => armltd}/versatile/u-boot.lds (100%)
rename board/{ => armltd}/versatile/versatile.c (100%)
copy board/{smdk2400 => omap3/beagle}/Makefile (82%)
create mode 100644 board/omap3/beagle/beagle.c
create mode 100644 board/omap3/beagle/beagle.h
copy board/{smdk2400/Makefile => omap3/beagle/config.mk} (52%)
copy board/{integratorap/u-boot.lds.template => omap3/beagle/u-boot.lds} (81%)
rename board/{versatile => omap3/common}/Makefile (69%)
create mode 100644 board/omap3/common/power.c
copy board/{smdk2400 => omap3/evm}/Makefile (77%)
copy board/{smdk2400/Makefile => omap3/evm/config.mk} (52%)
create mode 100644 board/omap3/evm/evm.c
create mode 100644 board/omap3/evm/evm.h
copy board/{integratorap/u-boot.lds.template => omap3/evm/u-boot.lds} (81%)
copy board/{smdk2400 => omap3/overo}/Makefile (77%)
copy board/{smdk2410/Makefile => omap3/overo/config.mk} (52%)
create mode 100644 board/omap3/overo/overo.c
create mode 100644 board/omap3/overo/overo.h
copy board/{integratorap/u-boot.lds.template => omap3/overo/u-boot.lds} (81%)
copy board/{smdk2400 => omap3/pandora}/Makefile (82%)
copy board/{smdk2400/Makefile => omap3/pandora/config.mk} (52%)
create mode 100644 board/omap3/pandora/pandora.c
create mode 100644 board/omap3/pandora/pandora.h
copy board/{integratorap/u-boot.lds.template => omap3/pandora/u-boot.lds} (81%)
copy board/{smdk2400 => omap3/zoom1}/Makefile (78%)
create mode 100644 board/omap3/zoom1/config.mk
rename board/{integratorap/u-boot.lds.template => omap3/zoom1/u-boot.lds} (77%)
create mode 100644 board/omap3/zoom1/zoom1.c
create mode 100644 board/omap3/zoom1/zoom1.h
copy board/{ => samsung}/smdk2400/Makefile (100%)
rename board/{ => samsung}/smdk2400/config.mk (100%)
rename board/{ => samsung}/smdk2400/flash.c (100%)
rename board/{ => samsung}/smdk2400/lowlevel_init.S (100%)
rename board/{ => samsung}/smdk2400/smdk2400.c (100%)
rename board/{ => samsung}/smdk2400/u-boot.lds (100%)
rename board/{ => samsung}/smdk2410/Makefile (100%)
rename board/{ => samsung}/smdk2410/config.mk (100%)
rename board/{ => samsung}/smdk2410/flash.c (100%)
rename board/{ => samsung}/smdk2410/lowlevel_init.S (100%)
rename board/{ => samsung}/smdk2410/smdk2410.c (100%)
rename board/{ => samsung}/smdk2410/u-boot.lds (100%)
rename board/{integratorap => st/nmdk8815}/Makefile (92%)
create mode 100644 board/st/nmdk8815/config.mk
create mode 100644 board/st/nmdk8815/nmdk8815.c
create mode 100644 board/st/nmdk8815/platform.S
rename board/{versatile => st/nmdk8815}/u-boot.lds (95%)
copy {board/smdk2400 => cpu/arm926ejs/nomadik}/Makefile (78%)
create mode 100644 cpu/arm926ejs/nomadik/reset.S
create mode 100644 cpu/arm926ejs/nomadik/timer.c
copy {board/smdk2400 => cpu/arm_cortexa8}/Makefile (76%)
copy board/smdk2400/Makefile => cpu/arm_cortexa8/config.mk (52%)
create mode 100644 cpu/arm_cortexa8/cpu.c
copy {board/smdk2400 => cpu/arm_cortexa8/omap3}/Makefile (78%)
create mode 100644 cpu/arm_cortexa8/omap3/board.c
create mode 100644 cpu/arm_cortexa8/omap3/clock.c
rename board/smdk2400/Makefile => cpu/arm_cortexa8/omap3/config.mk (52%)
create mode 100644 cpu/arm_cortexa8/omap3/interrupts.c
create mode 100644 cpu/arm_cortexa8/omap3/lowlevel_init.S
create mode 100644 cpu/arm_cortexa8/omap3/mem.c
create mode 100644 cpu/arm_cortexa8/omap3/sys_info.c
create mode 100644 cpu/arm_cortexa8/omap3/syslib.c
create mode 100644 cpu/arm_cortexa8/start.S
create mode 100644 doc/README.nmdk8815
create mode 100644 doc/README.omap3
create mode 100644 drivers/mmc/omap3_mmc.c
create mode 100644 drivers/mtd/nand/omap_gpmc.c
create mode 100644 include/asm-arm/arch-omap3/clocks.h
create mode 100644 include/asm-arm/arch-omap3/clocks_omap3.h
create mode 100644 include/asm-arm/arch-omap3/cpu.h
create mode 100644 include/asm-arm/arch-omap3/i2c.h
create mode 100644 include/asm-arm/arch-omap3/mem.h
create mode 100644 include/asm-arm/arch-omap3/mmc.h
create mode 100644 include/asm-arm/arch-omap3/mmc_host_def.h
create mode 100644 include/asm-arm/arch-omap3/mux.h
create mode 100644 include/asm-arm/arch-omap3/omap3.h
create mode 100644 include/asm-arm/arch-omap3/omap_gpmc.h
create mode 100644 include/asm-arm/arch-omap3/sys_proto.h
create mode 100644 include/configs/nmdk8815.h
create mode 100644 include/configs/omap3_beagle.h
create mode 100644 include/configs/omap3_evm.h
create mode 100644 include/configs/omap3_overo.h
create mode 100644 include/configs/omap3_pandora.h
create mode 100644 include/configs/omap3_zoom1.h
next reply other threads:[~2009-02-01 13:32 UTC|newest]
Thread overview: 162+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-01 13:32 Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-02-01 20:39 ` [U-Boot] ARM Pull Request Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2011-06-23 6:34 [U-Boot] ARM pull request Albert ARIBAUD
2011-06-23 13:40 ` Wolfgang Denk
2011-06-23 17:36 ` Albert ARIBAUD
2010-05-30 13:52 Tom Rix
2010-05-30 19:43 ` Wolfgang Denk
2010-05-31 4:43 ` Hiremath, Vaibhav
2010-05-31 19:05 ` Marek Vasut
2010-06-07 12:58 ` Tom Rix
2010-05-01 21:50 Tom Rix
2010-05-04 20:56 ` Wolfgang Denk
2010-04-05 12:55 Tom
2010-04-07 22:12 ` Wolfgang Denk
2010-03-22 21:46 Tom
2010-03-22 22:09 ` Wolfgang Denk
2010-03-08 13:55 [U-Boot] Arm " Tom
2010-03-09 14:29 ` Wolfgang Denk
2010-03-07 22:01 [U-Boot] ARM " Tom
2010-03-07 20:37 Tom
2010-02-12 20:06 Tom
2010-02-17 21:29 ` Wolfgang Denk
2010-01-23 15:18 Tom
2010-01-23 16:47 ` Wolfgang Denk
2010-01-23 16:57 ` Tom
2010-01-23 20:51 ` Wolfgang Denk
2010-01-28 5:58 ` Prafulla Wadaskar
2010-01-28 9:41 ` Wolfgang Denk
2010-01-06 18:51 Tom
2010-01-12 22:47 ` Wolfgang Denk
2009-11-30 1:05 Tom
2009-12-01 11:13 ` Wolfgang Denk
2009-12-01 14:34 ` Tom
2009-11-24 15:19 Tom
2009-11-24 22:23 ` Wolfgang Denk
2009-11-04 19:41 [U-Boot] status several (bugfix) patches Remy Bohmer
2009-11-04 19:47 ` Tom
2009-11-04 19:56 ` Remy Bohmer
2009-11-07 23:21 ` [U-Boot] ARM pull request Tom
2009-11-09 21:46 ` Wolfgang Denk
2009-11-04 0:00 [U-Boot] ARM LED weak symbols Tom Rix
2009-11-04 0:00 ` [U-Boot] [PATCH 1/2] ARM Conditionally compile board LED functions Tom Rix
2009-11-04 0:00 ` [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak Tom Rix
2009-11-05 20:19 ` Wolfgang Denk
2009-11-05 20:39 ` Tom
2009-11-05 22:38 ` Wolfgang Denk
2009-11-10 19:34 ` Tom
2009-11-10 22:45 ` Wolfgang Denk
2009-11-12 0:43 ` [U-Boot] ARM pull request Tom
2009-11-15 21:39 ` Wolfgang Denk
2009-10-18 2:42 Tom
2009-10-18 7:02 ` Dirk Behme
2009-10-18 7:12 ` Dirk Behme
2009-10-18 12:51 ` Minkyu Kang
2009-10-18 15:20 ` Tom
2009-10-18 19:56 ` Wolfgang Denk
2009-10-18 20:21 ` Tom
2009-10-18 20:28 ` Wolfgang Denk
2009-10-19 0:29 ` Paulraj, Sandeep
2009-10-19 8:29 ` Wolfgang Denk
2009-10-13 2:02 Tom Rix
2009-10-13 2:01 Tom
2009-09-05 1:36 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-09-05 5:37 ` Dirk Behme
2009-09-05 15:37 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 7:12 ` Dirk Behme
2009-09-06 13:16 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 17:59 ` Dirk Behme
2009-09-06 18:37 ` Peter Tyser
2009-09-06 18:40 ` Dirk Behme
2009-09-06 19:09 ` Peter Tyser
2009-09-06 20:21 ` Tom
2009-09-06 21:18 ` Wolfgang Denk
2009-09-06 22:30 ` Tom
2009-09-07 16:01 ` Dirk Behme
2009-09-06 21:16 ` Wolfgang Denk
2009-09-06 20:31 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 9:18 ` Heiko Schocher
2009-09-06 10:05 ` Heiko Schocher
2009-09-07 21:20 ` Wolfgang Denk
2009-09-07 21:18 ` Wolfgang Denk
2009-08-17 23:49 Jean-Christophe PLAGNIOL-VILLARD
2009-08-18 11:54 ` Wolfgang Denk
2009-08-08 10:24 Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 21:49 ` Wolfgang Denk
2009-08-03 7:29 Jean-Christophe PLAGNIOL-VILLARD
2009-08-03 8:20 ` Dirk Behme
2009-08-03 9:44 ` Wolfgang Denk
2009-07-22 22:30 Jean-Christophe PLAGNIOL-VILLARD
2009-07-22 23:04 ` Wolfgang Denk
2009-07-22 23:43 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 17:18 ` Wolfgang Denk
2009-07-24 4:34 ` Prafulla Wadaskar
2009-07-29 17:45 ` Prafulla Wadaskar
2009-07-29 22:31 ` Wolfgang Denk
2009-08-07 6:48 ` Prafulla Wadaskar
2009-07-23 5:39 ` Prafulla Wadaskar
2009-07-23 9:38 ` Wolfgang Denk
2009-07-23 16:21 ` Dirk Behme
2009-07-23 19:15 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:14 ` Wolfgang Denk
2009-07-23 20:22 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:42 ` Wolfgang Denk
2009-07-27 19:56 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-27 20:14 ` Wolfgang Denk
2009-07-27 8:16 ` Heiko Schocher
2009-07-27 20:07 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-28 7:31 ` Heiko Schocher
2009-07-12 21:40 Jean-Christophe PLAGNIOL-VILLARD
2009-07-13 21:45 ` Wolfgang Denk
2009-07-06 19:55 Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 20:20 ` Wolfgang Denk
2009-07-07 21:31 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 21:42 ` Wolfgang Denk
2009-07-07 21:48 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-09 23:31 Jean-Christophe PLAGNIOL-VILLARD
2009-06-10 21:54 ` Wolfgang Denk
2009-06-11 5:22 ` Prafulla Wadaskar
2009-06-11 8:00 ` Wolfgang Denk
2009-06-11 9:18 ` Prafulla Wadaskar
2009-06-11 10:02 ` Magnus Lilja
2009-06-11 15:02 ` Wolfgang Denk
2009-05-15 9:03 [U-Boot] ARM pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-05-15 19:09 ` Wolfgang Denk
2009-04-30 7:10 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-04-30 21:05 ` Wolfgang Denk
2009-04-05 10:56 Jean-Christophe PLAGNIOL-VILLARD
2009-04-05 12:14 ` Dirk Behme
2009-04-07 19:51 ` Wolfgang Denk
2009-04-05 21:06 ` Wolfgang Denk
2009-03-30 16:42 Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 16:47 ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-01 22:25 ` Wolfgang Denk
2009-03-29 21:09 Jean-Christophe PLAGNIOL-VILLARD
2009-03-29 21:31 ` Wolfgang Denk
2009-03-29 21:16 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 13:33 ` Dirk Behme
2009-03-30 15:08 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 19:33 ` Dirk Behme
2009-03-30 19:49 ` Wolfgang Denk
2009-03-30 20:28 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-31 15:44 ` Dirk Behme
2009-03-25 21:26 Jean-Christophe PLAGNIOL-VILLARD
2009-03-26 21:22 ` Wolfgang Denk
2009-03-26 23:24 ` Dirk Behme
2009-03-13 22:20 Jean-Christophe PLAGNIOL-VILLARD
2009-03-15 21:10 ` Wolfgang Denk
2009-02-22 17:33 Jean-Christophe PLAGNIOL-VILLARD
2009-02-22 17:49 ` Dirk Behme
2009-02-22 23:30 ` Wolfgang Denk
2009-02-22 21:59 ` Wolfgang Denk
2009-02-18 3:26 Jean-Christophe PLAGNIOL-VILLARD
2009-02-18 23:49 ` Wolfgang Denk
2008-11-21 0:46 [U-Boot] ARM pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-23 12:59 ` Dirk Behme
2008-11-25 11:05 ` Wolfgang Denk
2008-11-02 16:12 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-08 23:33 ` Wolfgang Denk
2008-11-09 20:22 ` Alessandro Rubini
2008-10-08 17:09 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-10-12 21:57 ` Wolfgang Denk
2008-10-06 12:29 [U-Boot] Arm Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 19:16 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 22:11 ` Wolfgang Denk
2008-09-16 8:14 ` Jean-Christophe PLAGNIOL-VILLARD
2008-09-16 10:24 ` Wolfgang Denk
2008-09-11 23:29 Jean-Christophe PLAGNIOL-VILLARD
2008-09-12 13:22 ` Wolfgang Denk
2008-08-25 21:04 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-08-25 21:46 ` Wolfgang Denk
2008-08-26 5:59 ` Jens Gehrlein
2008-08-26 21:19 ` Wolfgang Denk
2008-08-11 23:41 [U-Boot] arm pull request Jean-Christophe PLAGNIOL-VILLARD
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=20090201133209.GG9067@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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 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.