From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] ARM pull request
Date: Thu, 23 Jun 2011 19:36:08 +0200 [thread overview]
Message-ID: <4E037988.1080001@aribaud.net> (raw)
In-Reply-To: <20110623134033.42A911FDE6B@gemini.denx.de>
Hi Wolfgang,
Le 23/06/2011 15:40, Wolfgang Denk a ?crit :
> Dear Albert ARIBAUD,
>
> In message<4E02DE75.7030303@aribaud.net> you wrote:
>> (forgot to Cc: the lits, sorry for the duplicate)
>>
>> Hi Wolfgang,
>>
>> The following changes since commit 79cfe422615c010a75ece41662a05cd432ada389:
>>
>> Prepare v2011.06-rc3 (2011-06-22 11:39:24 +0200)
>>
>> are available in the git repository at:
>> git://git.denx.de/u-boot-arm.git master
>>
>> Michael Schwingen (17):
>> add XScale sub architecture (IXP/PXA) to maintainer list
>> add support for IXP42x Rev. B1 and newer
>> trigger hardware watchdog in IXP42x serial driver
>> Fix IXP code to work after relocation was added
>> fix "depend" target in npe directory
>> support CONFIG_SYS_LDSCRIPT on ARM
>> use -ffunction-sections / --gc-sections on IXP42x
>> update/fix AcTux1 board
>> update/fix AcTux2 board
>> update/fix AcTux3 board
>> update/fix AcTux4 board
>> IXP NPE: add support for fixed-speed MII ports
>> add dvlhost (dLAN 200 AV Wireless G) board
>> update/fix IXDP425 / IXDPG425 boards
>> update/fix PDNB3 board
>> IXP42x PCI rewrite
>> run arm_pci_init after relocation
>>
>> MAINTAINERS | 45 ++-
>> arch/arm/config.mk | 7 +
>> arch/arm/cpu/ixp/config.mk | 5 +
>> arch/arm/cpu/ixp/cpu.c | 5 -
>> arch/arm/cpu/ixp/npe/Makefile | 1 +
>> arch/arm/cpu/ixp/npe/npe.c | 74 +++--
>> arch/arm/cpu/ixp/start.S | 59 +---
>> arch/arm/cpu/ixp/timer.c | 124 +++---
>> arch/arm/cpu/ixp/u-boot.lds | 8 +-
>> arch/arm/include/asm/arch-ixp/ixp425.h | 5 +-
>> arch/arm/include/asm/arch-ixp/ixp425pci.h | 130 +------
>> arch/arm/include/asm/global_data.h | 3 +
>> arch/arm/lib/board.c | 6 +-
>> board/actux1/actux1.c | 105 +++---
>> board/actux1/config.mk | 4 -
>> board/actux1/u-boot.lds | 41 ++-
>> board/actux2/actux2.c | 93 +++---
>> board/actux2/config.mk | 4 -
>> board/actux2/u-boot.lds | 46 ++-
>> board/actux3/actux3.c | 120 +++---
>> board/actux3/config.mk | 4 -
>> board/actux3/u-boot.lds | 52 ++-
>> board/actux4/actux4.c | 103 +++--
>> board/actux4/config.mk | 4 -
>> board/dvlhost/Makefile | 50 +++
>> board/dvlhost/dvlhost.c | 130 ++++++
>> board/dvlhost/dvlhost_hw.h | 47 +++
>> board/dvlhost/u-boot.lds | 87 ++++
>> board/dvlhost/watchdog.c | 43 ++
>> board/ixdp425/config.mk | 2 -
>> board/ixdp425/flash.c | 427 --------------------
>> board/ixdp425/ixdp425.c | 155 +++++++-
>> board/prodrive/pdnb3/config.mk | 2 -
>> boards.cfg | 8 +-
>> drivers/pci/pci.c | 4 -
>> drivers/pci/pci_indirect.c | 13 +-
>> drivers/pci/pci_ixp.c | 612
>> ++++++++++-------------------
>> drivers/serial/serial_ixp.c | 7 +-
>> include/configs/actux1.h | 62 ++--
>> include/configs/actux2.h | 35 ++-
>> include/configs/actux3.h | 37 ++-
>> include/configs/actux4.h | 39 ++-
>> include/configs/dvlhost.h | 248 ++++++++++++
>> include/configs/ixdp425.h | 196 +++++++---
>> include/configs/ixdpg425.h | 11 +-
>> include/configs/pdnb3.h | 10 +-
>> 46 files changed, 1689 insertions(+), 1584 deletions(-)
>> delete mode 100644 board/actux1/config.mk
>> delete mode 100644 board/actux2/config.mk
>> delete mode 100644 board/actux3/config.mk
>> delete mode 100644 board/actux4/config.mk
>> create mode 100644 board/dvlhost/Makefile
>> create mode 100644 board/dvlhost/dvlhost.c
>> create mode 100644 board/dvlhost/dvlhost_hw.h
>> create mode 100644 board/dvlhost/u-boot.lds
>> create mode 100644 board/dvlhost/watchdog.c
>> delete mode 100644 board/ixdp425/config.mk
>> delete mode 100644 board/ixdp425/flash.c
>> delete mode 100644 board/prodrive/pdnb3/config.mk
>> create mode 100644 include/configs/dvlhost.h
>
> Applied, thanks. I had to fix a merge conflict in
> arch/arm/lib/board.c (due to the removal of the trab board
> inbetween), so please verify.
Seems ok to me, thanks.
> Best regards,
>
> Wolfgang Denk
Amicalement,
--
Albert.
next prev parent reply other threads:[~2011-06-23 17:36 UTC|newest]
Thread overview: 162+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
-- strict thread matches above, loose matches on Subject: below --
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
2009-02-01 13:32 Jean-Christophe PLAGNIOL-VILLARD
2009-02-01 20:39 ` 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=4E037988.1080001@aribaud.net \
--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