* [U-Boot] ARM next Pull Request
@ 2009-05-22 23:07 Jean-Christophe PLAGNIOL-VILLARD
2009-05-22 23:42 ` Wolfgang Denk
2009-05-24 17:42 ` Wolfgang Denk
0 siblings, 2 replies; 12+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-22 23:07 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
Please pull
The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
Wolfgang Denk (1):
TQM834x: use buffered writes to accelerate writing to flash
are available in the git repository at:
git://git.denx.de/u-boot-arm.git next
Dirk Behme (2):
OMAP3: Zoom2: Enable Board and CPU info
OMAP3: Fix CKE1 MUX setting to allow self-refresh
Jean-Christophe PLAGNIOL-VILLARD (11):
afeb9260: fix macb device init
arm: unify lds
arm: unify interrupt init
arm: remove cpu_init
pxa: move serial driver to drivers/serial
lh7a40x: move serial driver to drivers/serial
omap24xx: rename reset file
at91: extract reset from timer
at91: move cpu name define to arm/arch/ cpu header
at91: move cpu info print to cpu
at91/cpu.c: add missing Copyright & GPL header
Tom Rix (2):
ZOOM2 Add serial support.
ZOOM2 Add led support.
arm_config.mk | 2 +
board/actux1/config.mk | 2 +
board/actux2/config.mk | 2 +
board/actux3/config.mk | 2 +
board/armadillo/u-boot.lds | 55 --------
board/armltd/integratorap/config.mk | 6 -
board/armltd/integratorap/split_by_variant.sh | 4 -
board/armltd/integratorap/u-boot.lds.template | 53 --------
board/armltd/integratorcp/config.mk | 6 -
board/armltd/integratorcp/split_by_variant.sh | 4 -
board/armltd/integratorcp/u-boot.lds.template | 53 --------
board/armltd/versatile/u-boot.lds | 51 --------
board/atmel/at91rm9200dk/u-boot.lds | 57 ---------
board/atmel/at91rm9200ek/u-boot.lds | 56 ---------
board/cerf250/u-boot.lds | 56 ---------
board/cm4008/u-boot.lds | 56 ---------
board/cm41xx/u-boot.lds | 56 ---------
board/cmc_pu2/u-boot.lds | 57 ---------
board/cradle/u-boot.lds | 56 ---------
board/csb226/u-boot.lds | 56 ---------
board/csb637/u-boot.lds | 56 ---------
board/dave/B2/u-boot.lds | 58 ---------
board/davedenx/qong/u-boot.lds | 58 ---------
board/delta/u-boot.lds | 56 ---------
board/dnp1110/u-boot.lds | 56 ---------
board/ep7312/u-boot.lds | 56 ---------
board/evb4510/u-boot.lds | 69 -----------
board/freescale/mx31ads/config.mk | 2 +
board/gcplus/u-boot.lds | 58 ---------
board/impa7/u-boot.lds | 56 ---------
board/imx31_litekit/u-boot.lds | 59 ---------
board/imx31_phycore/u-boot.lds | 59 ---------
board/innokom/u-boot.lds | 56 ---------
board/kb9202/u-boot.lds | 56 ---------
board/lart/u-boot.lds | 56 ---------
board/logodl/u-boot.lds | 56 ---------
board/lpc2292sodimm/u-boot.lds | 55 --------
board/lubbock/u-boot.lds | 56 ---------
board/m501sk/u-boot.lds | 55 --------
board/modnet50/u-boot.lds | 69 -----------
board/mp2usb/u-boot.lds | 56 ---------
board/mpl/vcma9/u-boot.lds | 57 ---------
board/mx1ads/u-boot.lds | 58 ---------
board/netstar/u-boot.lds | 55 --------
board/ns9750dev/u-boot.lds | 59 ---------
board/omap1510inn/u-boot.lds | 57 ---------
board/omap1610inn/u-boot.lds | 52 --------
board/omap2420h4/u-boot.lds | 59 ---------
board/omap3/beagle/beagle.h | 2 +-
board/omap3/overo/overo.h | 2 +-
board/omap3/zoom2/Makefile | 7 +-
board/omap3/zoom2/led.c | 129 +++++++++++++++++++
board/omap3/zoom2/zoom2.c | 40 ++++++
board/omap3/zoom2/zoom2_serial.c | 130 ++++++++++++++++++++
board/omap3/zoom2/zoom2_serial.h | 75 +++++++++++
board/pleb2/u-boot.lds | 56 ---------
board/prodrive/pdnb3/u-boot.lds | 56 ---------
board/ronetix/pm9263/pm9263.c | 7 -
board/samsung/smdk2400/u-boot.lds | 57 ---------
board/samsung/smdk2410/u-boot.lds | 57 ---------
board/samsung/smdk6400/config.mk | 2 +
board/sbc2410x/u-boot.lds | 56 ---------
board/shannon/u-boot.lds | 56 ---------
board/siemens/SMN42/u-boot.lds | 55 --------
board/sx1/u-boot.lds | 57 ---------
board/trab/config.mk | 2 +
board/trizepsiv/u-boot.lds | 56 ---------
board/voiceblue/u-boot.lds | 56 ---------
board/wepep250/u-boot.lds | 56 ---------
board/xaeniax/u-boot.lds | 56 ---------
board/xsengine/u-boot.lds | 56 ---------
board/zylonite/u-boot.lds | 56 ---------
common/serial.c | 2 +
cpu/arm1136/cpu.c | 16 ---
cpu/arm1136/omap24xx/Makefile | 2 +-
cpu/arm1136/omap24xx/{start.S => reset.S} | 0
{board/apollon => cpu/arm1136}/u-boot.lds | 5 +-
cpu/arm1176/cpu.c | 5 -
{board/omap5912osk => cpu/arm1176}/u-boot.lds | 10 +-
cpu/arm720t/cpu.c | 12 --
cpu/arm720t/interrupts.c | 2 +-
{board/scb9328 => cpu/arm720t}/u-boot.lds | 7 +-
cpu/arm920t/cpu.c | 16 ---
{board/xm250 => cpu/arm920t}/u-boot.lds | 14 ++-
cpu/arm925t/cpu.c | 16 ---
{board/lpd7a40x => cpu/arm925t}/u-boot.lds | 10 +-
cpu/arm926ejs/at91/Makefile | 1 +
cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +-
cpu/arm926ejs/at91/config.mk | 1 -
cpu/arm926ejs/at91/cpu.c | 42 ++++++-
.../u-boot.lds => cpu/arm926ejs/at91/reset.c | 60 +++-------
cpu/arm926ejs/at91/timer.c | 15 ---
cpu/arm926ejs/at91/u-boot.lds | 57 ---------
cpu/arm926ejs/cpu.c | 16 ---
cpu/arm926ejs/davinci/config.mk | 2 -
{board/st/nmdk8815 => cpu/arm926ejs}/u-boot.lds | 11 ++-
cpu/arm946es/cpu.c | 16 ---
{board/omap730p2 => cpu/arm946es}/u-boot.lds | 10 +-
cpu/arm_cortexa8/cpu.c | 17 ---
cpu/arm_cortexa8/omap3/config.mk | 2 -
cpu/arm_cortexa8/{omap3 => }/u-boot.lds | 0
cpu/arm_intcm/cpu.c | 16 ---
cpu/{arm926ejs/davinci => arm_intcm}/u-boot.lds | 10 +-
cpu/ixp/cpu.c | 17 ---
cpu/ixp/interrupts.c | 2 +-
{board/ixdp425 => cpu/ixp}/u-boot.lds | 8 +-
cpu/lh7a40x/Makefile | 2 +-
cpu/lh7a40x/cpu.c | 16 ---
{board/st/nmdk8815 => cpu/lh7a40x}/u-boot.lds | 9 +-
cpu/pxa/Makefile | 1 -
cpu/pxa/cpu.c | 16 ---
{board/pxa255_idp => cpu/pxa}/u-boot.lds | 6 +-
cpu/s3c44b0/cpu.c | 2 +-
{board/mx1fs2 => cpu/s3c44b0}/u-boot.lds | 5 +-
cpu/sa1100/cpu.c | 12 --
{board/assabet => cpu/sa1100}/u-boot.lds | 7 +-
drivers/serial/Makefile | 2 +
drivers/serial/ns16550.c | 4 +-
.../serial.c => drivers/serial/serial_lh7a40x.c | 0
cpu/pxa/serial.c => drivers/serial/serial_pxa.c | 0
include/asm-arm/arch-at91/at91cap9.h | 5 +
include/asm-arm/arch-at91/at91sam9260.h | 9 ++
include/asm-arm/arch-at91/at91sam9261.h | 4 +
include/asm-arm/arch-at91/at91sam9263.h | 4 +
include/asm-arm/arch-at91/at91sam9rl.h | 5 +
include/asm-arm/u-boot-arm.h | 1 +
include/configs/B2.h | 1 +
include/configs/at91cap9adk.h | 1 -
include/configs/at91sam9260ek.h | 2 -
include/configs/at91sam9261ek.h | 1 -
include/configs/at91sam9263ek.h | 1 -
include/configs/at91sam9rlek.h | 1 -
include/configs/cerf250.h | 1 +
include/configs/cradle.h | 1 +
include/configs/csb226.h | 1 +
include/configs/delta.h | 1 +
include/configs/innokom.h | 1 +
include/configs/logodl.h | 1 +
include/configs/lpd7a400.h | 1 +
include/configs/lpd7a404.h | 1 +
include/configs/lubbock.h | 1 +
include/configs/omap3_zoom2.h | 48 ++++++--
include/configs/pleb2.h | 1 +
include/configs/pm9263.h | 3 +-
include/configs/pxa255_idp.h | 1 +
include/configs/trizepsiv.h | 1 +
include/configs/wepep250.h | 1 +
include/configs/xaeniax.h | 1 +
include/configs/xm250.h | 1 +
include/configs/xsengine.h | 1 +
include/configs/zylonite.h | 1 +
include/serial.h | 7 +
lib_arm/board.c | 1 -
lib_arm/interrupts.c | 13 ++
154 files changed, 641 insertions(+), 3414 deletions(-)
delete mode 100644 board/armadillo/u-boot.lds
delete mode 100644 board/armltd/integratorap/u-boot.lds.template
delete mode 100644 board/armltd/integratorcp/u-boot.lds.template
delete mode 100644 board/armltd/versatile/u-boot.lds
delete mode 100644 board/atmel/at91rm9200dk/u-boot.lds
delete mode 100644 board/atmel/at91rm9200ek/u-boot.lds
delete mode 100644 board/cerf250/u-boot.lds
delete mode 100644 board/cm4008/u-boot.lds
delete mode 100644 board/cm41xx/u-boot.lds
delete mode 100644 board/cmc_pu2/u-boot.lds
delete mode 100644 board/cradle/u-boot.lds
delete mode 100644 board/csb226/u-boot.lds
delete mode 100644 board/csb637/u-boot.lds
delete mode 100644 board/dave/B2/u-boot.lds
delete mode 100644 board/davedenx/qong/u-boot.lds
delete mode 100644 board/delta/u-boot.lds
delete mode 100644 board/dnp1110/u-boot.lds
delete mode 100644 board/ep7312/u-boot.lds
delete mode 100644 board/evb4510/u-boot.lds
delete mode 100644 board/gcplus/u-boot.lds
delete mode 100644 board/impa7/u-boot.lds
delete mode 100644 board/imx31_litekit/u-boot.lds
delete mode 100644 board/imx31_phycore/u-boot.lds
delete mode 100644 board/innokom/u-boot.lds
delete mode 100644 board/kb9202/u-boot.lds
delete mode 100644 board/lart/u-boot.lds
delete mode 100644 board/logodl/u-boot.lds
delete mode 100644 board/lpc2292sodimm/u-boot.lds
delete mode 100644 board/lubbock/u-boot.lds
delete mode 100644 board/m501sk/u-boot.lds
delete mode 100644 board/modnet50/u-boot.lds
delete mode 100644 board/mp2usb/u-boot.lds
delete mode 100644 board/mpl/vcma9/u-boot.lds
delete mode 100644 board/mx1ads/u-boot.lds
delete mode 100644 board/netstar/u-boot.lds
delete mode 100644 board/ns9750dev/u-boot.lds
delete mode 100644 board/omap1510inn/u-boot.lds
delete mode 100644 board/omap1610inn/u-boot.lds
delete mode 100644 board/omap2420h4/u-boot.lds
create mode 100644 board/omap3/zoom2/led.c
create mode 100644 board/omap3/zoom2/zoom2_serial.c
create mode 100644 board/omap3/zoom2/zoom2_serial.h
delete mode 100644 board/pleb2/u-boot.lds
delete mode 100644 board/prodrive/pdnb3/u-boot.lds
delete mode 100644 board/samsung/smdk2400/u-boot.lds
delete mode 100644 board/samsung/smdk2410/u-boot.lds
delete mode 100644 board/sbc2410x/u-boot.lds
delete mode 100644 board/shannon/u-boot.lds
delete mode 100644 board/siemens/SMN42/u-boot.lds
delete mode 100644 board/sx1/u-boot.lds
delete mode 100644 board/trizepsiv/u-boot.lds
delete mode 100644 board/voiceblue/u-boot.lds
delete mode 100644 board/wepep250/u-boot.lds
delete mode 100644 board/xaeniax/u-boot.lds
delete mode 100644 board/xsengine/u-boot.lds
delete mode 100644 board/zylonite/u-boot.lds
rename cpu/arm1136/omap24xx/{start.S => reset.S} (100%)
rename {board/apollon => cpu/arm1136}/u-boot.lds (94%)
rename {board/omap5912osk => cpu/arm1176}/u-boot.lds (96%)
rename {board/scb9328 => cpu/arm720t}/u-boot.lds (92%)
rename {board/xm250 => cpu/arm920t}/u-boot.lds (84%)
rename {board/lpd7a40x => cpu/arm925t}/u-boot.lds (91%)
rename board/actux4/u-boot.lds => cpu/arm926ejs/at91/reset.c (56%)
delete mode 100644 cpu/arm926ejs/at91/u-boot.lds
copy {board/st/nmdk8815 => cpu/arm926ejs}/u-boot.lds (92%)
rename {board/omap730p2 => cpu/arm946es}/u-boot.lds (96%)
rename cpu/arm_cortexa8/{omap3 => }/u-boot.lds (100%)
rename cpu/{arm926ejs/davinci => arm_intcm}/u-boot.lds (96%)
rename {board/ixdp425 => cpu/ixp}/u-boot.lds (94%)
rename {board/st/nmdk8815 => cpu/lh7a40x}/u-boot.lds (96%)
rename {board/pxa255_idp => cpu/pxa}/u-boot.lds (96%)
rename {board/mx1fs2 => cpu/s3c44b0}/u-boot.lds (96%)
rename {board/assabet => cpu/sa1100}/u-boot.lds (95%)
rename cpu/lh7a40x/serial.c => drivers/serial/serial_lh7a40x.c (100%)
rename cpu/pxa/serial.c => drivers/serial/serial_pxa.c (100%)
Best Regards,
J.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-05-22 23:07 [U-Boot] ARM next Pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-22 23:42 ` Wolfgang Denk
2009-05-24 17:42 ` Wolfgang Denk
1 sibling, 0 replies; 12+ messages in thread
From: Wolfgang Denk @ 2009-05-22 23:42 UTC (permalink / raw)
To: u-boot
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090522230704.GB19891@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
>
> Please pull
> The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
> Wolfgang Denk (1):
> TQM834x: use buffered writes to accelerate writing to flash
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm.git next
>
> Dirk Behme (2):
> OMAP3: Zoom2: Enable Board and CPU info
> OMAP3: Fix CKE1 MUX setting to allow self-refresh
>
> Jean-Christophe PLAGNIOL-VILLARD (11):
> afeb9260: fix macb device init
> arm: unify lds
> arm: unify interrupt init
> arm: remove cpu_init
> pxa: move serial driver to drivers/serial
> lh7a40x: move serial driver to drivers/serial
> omap24xx: rename reset file
> at91: extract reset from timer
> at91: move cpu name define to arm/arch/ cpu header
> at91: move cpu info print to cpu
> at91/cpu.c: add missing Copyright & GPL header
It doesn't work like that. I told you before, and no matter how often
you try it will never work.
I will not acceptt hat you post a number of patcehs and send a pull
request for them just a couple of hours later (less than 5 hours).
And that on a Friday night.
You MUST give people a real chance to review your patches.
I will NOT pull that. Please apply again after a couple of days.
And please STOP doing this.
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
"What terrible way to die."
"There are no good ways."
-- Sulu and Kirk, "That Which Survives", stardate unknown
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-05-22 23:07 [U-Boot] ARM next Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-05-22 23:42 ` Wolfgang Denk
@ 2009-05-24 17:42 ` Wolfgang Denk
2009-05-24 18:07 ` Dirk Behme
2009-05-24 19:52 ` Jean-Christophe PLAGNIOL-VILLARD
1 sibling, 2 replies; 12+ messages in thread
From: Wolfgang Denk @ 2009-05-24 17:42 UTC (permalink / raw)
To: u-boot
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090522230704.GB19891@game.jcrosoft.org> you wrote:
>
> Please pull
> The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
> Wolfgang Denk (1):
> TQM834x: use buffered writes to accelerate writing to flash
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm.git next
I'm trying to review your patches, but:
> Jean-Christophe PLAGNIOL-VILLARD (11):
> afeb9260: fix macb device init
??? This patch has never been posted on the ML before.
> arm: unify lds
For this patch, neither the patch itself nor a URL which I can use to
download the patch using "wget" or "ftp" or similar has ever been
posted.
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
e-credibility: the non-guaranteeable likelihood that the electronic
data you're seeing is genuine rather than somebody's made-up crap.
- Karl Lehenbauer
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-05-24 17:42 ` Wolfgang Denk
@ 2009-05-24 18:07 ` Dirk Behme
2009-05-24 19:52 ` Jean-Christophe PLAGNIOL-VILLARD
1 sibling, 0 replies; 12+ messages in thread
From: Dirk Behme @ 2009-05-24 18:07 UTC (permalink / raw)
To: u-boot
Dear Jean-Christophe,
Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <20090522230704.GB19891@game.jcrosoft.org> you wrote:
>> Please pull
>> The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
>> Wolfgang Denk (1):
>> TQM834x: use buffered writes to accelerate writing to flash
>>
>> are available in the git repository at:
>>
>> git://git.denx.de/u-boot-arm.git next
>
> I'm trying to review your patches, but:
>
>> Jean-Christophe PLAGNIOL-VILLARD (11):
>> afeb9260: fix macb device init
>
> ??? This patch has never been posted on the ML before.
>
>> arm: unify lds
>
> For this patch, neither the patch itself nor a URL which I can use to
> download the patch using "wget" or "ftp" or similar has ever been
> posted.
Btw.: As it seems that some of the patches in this pull request still
need some discussion, it would be nice if we could get a pull request
with the agreed patches only. Namely the patches from Tom and me ;)
Many thanks and best regards
Dirk
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-05-24 17:42 ` Wolfgang Denk
2009-05-24 18:07 ` Dirk Behme
@ 2009-05-24 19:52 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-24 20:36 ` Wolfgang Denk
1 sibling, 1 reply; 12+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-24 19:52 UTC (permalink / raw)
To: u-boot
On 19:42 Sun 24 May , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <20090522230704.GB19891@game.jcrosoft.org> you wrote:
> >
> > Please pull
> > The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
> > Wolfgang Denk (1):
> > TQM834x: use buffered writes to accelerate writing to flash
> >
> > are available in the git repository at:
> >
> > git://git.denx.de/u-boot-arm.git next
>
> I'm trying to review your patches, but:
>
> > Jean-Christophe PLAGNIOL-VILLARD (11):
> > afeb9260: fix macb device init
>
> ??? This patch has never been posted on the ML before.
yes just after the precedent pull request
I'll resend
>
> > arm: unify lds
>
> For this patch, neither the patch itself nor a URL which I can use to
> download the patch using "wget" or "ftp" or similar has ever been
> posted.
it's was more than 2 weeks ago
http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commitdiff_plain;h=af9c0dff8877bca20a797234078b11c277f04c9d;hp=6df0610e020ea13b2177d732033d5b6b819ec6ed
Best Regards,
J.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-05-24 19:52 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-24 20:36 ` Wolfgang Denk
2009-05-24 21:22 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2009-05-24 20:36 UTC (permalink / raw)
To: u-boot
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090524195202.GA29662@game.jcrosoft.org> you wrote:
> On 19:42 Sun 24 May , Wolfgang Denk wrote:
> > Dear Jean-Christophe PLAGNIOL-VILLARD,
> >
> > In message <20090522230704.GB19891@game.jcrosoft.org> you wrote:
> > >
> > > Please pull
> > > The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
> > > Wolfgang Denk (1):
> > > TQM834x: use buffered writes to accelerate writing to flash
> > >
> > > are available in the git repository at:
> > >
> > > git://git.denx.de/u-boot-arm.git next
> >
> > I'm trying to review your patches, but:
> >
> > > Jean-Christophe PLAGNIOL-VILLARD (11):
> > > afeb9260: fix macb device init
> >
> > ??? This patch has never been posted on the ML before.
> yes just after the precedent pull request
No, I don't see it in the mailing list archives.
> > For this patch, neither the patch itself nor a URL which I can use to
> > download the patch using "wget" or "ftp" or similar has ever been
> > posted.
> it's was more than 2 weeks ago
> http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commitdiff_plain;h=af9c0dff8877bca20a797234078b11c277f04c9d;hp=6df0610e020ea13b2177d732033d5b6b819ec6ed
Thanks. Nevertheless, that's not a patch created by git-format-patch,
and I don't have the usual stat lines that show me immediately the
amount of changes and which files are affected and all that. Please
play by the rules like we request from anybody else.
And can you please try and use complete words in the commit messages
instead of home-made abbreviations? The phrase "use the same cpu lds"
may make sense to you, but do not make much sense to me. I have no
idea what a "cpu lds" is. Also s/overwrite/overwritten/.
Hmmm... and where is this "patch" supposed to be applied? arm-next"
cannot be used as it's already in there.
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
"The net result is a system that is not only binary compatible with
4.3 BSD, but is even bug for bug compatible in almost all features."
- Avadit Tevanian, Jr., "Architecture-Independent Virtual Memory
Management for Parallel and Distributed Environments: The Mach
Approach"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-05-24 20:36 ` Wolfgang Denk
@ 2009-05-24 21:22 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-25 7:27 ` Wolfgang Denk
0 siblings, 1 reply; 12+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-24 21:22 UTC (permalink / raw)
To: u-boot
On 22:36 Sun 24 May , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <20090524195202.GA29662@game.jcrosoft.org> you wrote:
> > On 19:42 Sun 24 May , Wolfgang Denk wrote:
> > > Dear Jean-Christophe PLAGNIOL-VILLARD,
> > >
> > > In message <20090522230704.GB19891@game.jcrosoft.org> you wrote:
> > > >
> > > > Please pull
> > > > The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
> > > > Wolfgang Denk (1):
> > > > TQM834x: use buffered writes to accelerate writing to flash
> > > >
> > > > are available in the git repository at:
> > > >
> > > > git://git.denx.de/u-boot-arm.git next
> > >
> > > I'm trying to review your patches, but:
> > >
> > > > Jean-Christophe PLAGNIOL-VILLARD (11):
> > > > afeb9260: fix macb device init
> > >
> > > ??? This patch has never been posted on the ML before.
> > yes just after the precedent pull request
>
> No, I don't see it in the mailing list archives.
>
> > > For this patch, neither the patch itself nor a URL which I can use to
> > > download the patch using "wget" or "ftp" or similar has ever been
> > > posted.
> > it's was more than 2 weeks ago
> > http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commitdiff_plain;h=af9c0dff8877bca20a797234078b11c277f04c9d;hp=6df0610e020ea13b2177d732033d5b6b819ec6ed
>
> Thanks. Nevertheless, that's not a patch created by git-format-patch,
> and I don't have the usual stat lines that show me immediately the
> amount of changes and which files are affected and all that. Please
> play by the rules like we request from anybody else.
>
> And can you please try and use complete words in the commit messages
> instead of home-made abbreviations? The phrase "use the same cpu lds"
please lds is the extension use for the Linker Scripts
I've send more than 20 patches with the same abbrevation
>
> Hmmm... and where is this "patch" supposed to be applied? arm-next"
> cannot be used as it's already in there.
your own next
btw the stat line was present at it's first send
and as I've said precedently all the Copyright was respected
none was removed but merged in the final corresponding file
I'll repast it
arm_config.mk | 2 +
board/actux1/config.mk | 2 +
board/actux2/config.mk | 2 +
board/actux3/config.mk | 2 +
board/actux4/u-boot.lds | 66 -----------------------
board/apollon/u-boot.lds | 63 ----------------------
board/armadillo/u-boot.lds | 55 --------------------
board/armltd/integratorap/config.mk | 6 --
board/armltd/integratorap/split_by_variant.sh | 4 --
board/armltd/integratorap/u-boot.lds.template | 53 -------------------
board/armltd/integratorcp/config.mk | 6 --
board/armltd/integratorcp/split_by_variant.sh | 4 --
board/armltd/integratorcp/u-boot.lds.template | 53 -------------------
board/armltd/versatile/u-boot.lds | 51 ------------------
board/assabet/u-boot.lds | 58 ---------------------
board/atmel/at91rm9200dk/u-boot.lds | 57 --------------------
board/atmel/at91rm9200ek/u-boot.lds | 56 --------------------
board/cerf250/u-boot.lds | 56 --------------------
board/cm4008/u-boot.lds | 56 --------------------
board/cm41xx/u-boot.lds | 56 --------------------
board/cmc_pu2/u-boot.lds | 57 --------------------
board/cradle/u-boot.lds | 56 --------------------
board/csb226/u-boot.lds | 56 --------------------
board/csb637/u-boot.lds | 56 --------------------
board/dave/B2/u-boot.lds | 58 ---------------------
board/davedenx/qong/u-boot.lds | 58 ---------------------
board/delta/u-boot.lds | 56 --------------------
board/dnp1110/u-boot.lds | 56 --------------------
board/ep7312/u-boot.lds | 56 --------------------
board/evb4510/u-boot.lds | 69 -------------------------
board/freescale/mx31ads/config.mk | 2 +
board/gcplus/u-boot.lds | 58 ---------------------
board/impa7/u-boot.lds | 56 --------------------
board/imx31_litekit/u-boot.lds | 59 ---------------------
board/imx31_phycore/u-boot.lds | 59 ---------------------
board/innokom/u-boot.lds | 56 --------------------
board/ixdp425/u-boot.lds | 56 --------------------
board/kb9202/u-boot.lds | 56 --------------------
board/lart/u-boot.lds | 56 --------------------
board/logodl/u-boot.lds | 56 --------------------
board/lpc2292sodimm/u-boot.lds | 55 --------------------
board/lpd7a40x/u-boot.lds | 57 --------------------
board/lubbock/u-boot.lds | 56 --------------------
board/m501sk/u-boot.lds | 55 --------------------
board/modnet50/u-boot.lds | 69 -------------------------
board/mp2usb/u-boot.lds | 56 --------------------
board/mpl/vcma9/u-boot.lds | 57 --------------------
board/mx1ads/u-boot.lds | 58 ---------------------
board/mx1fs2/u-boot.lds | 57 --------------------
board/netstar/u-boot.lds | 55 --------------------
board/ns9750dev/u-boot.lds | 59 ---------------------
board/omap1510inn/u-boot.lds | 57 --------------------
board/omap1610inn/u-boot.lds | 52 -------------------
board/omap2420h4/u-boot.lds | 59 ---------------------
board/omap5912osk/u-boot.lds | 52 -------------------
board/omap730p2/u-boot.lds | 52 -------------------
board/pleb2/u-boot.lds | 56 --------------------
board/prodrive/pdnb3/u-boot.lds | 56 --------------------
board/pxa255_idp/u-boot.lds | 56 --------------------
board/samsung/smdk2400/u-boot.lds | 57 --------------------
board/samsung/smdk2410/u-boot.lds | 57 --------------------
board/samsung/smdk6400/config.mk | 2 +
board/sbc2410x/u-boot.lds | 56 --------------------
board/scb9328/u-boot.lds | 57 --------------------
board/shannon/u-boot.lds | 56 --------------------
board/siemens/SMN42/u-boot.lds | 55 --------------------
board/st/nmdk8815/u-boot.lds | 51 ------------------
board/sx1/u-boot.lds | 57 --------------------
board/trab/config.mk | 2 +
board/trizepsiv/u-boot.lds | 56 --------------------
board/voiceblue/u-boot.lds | 56 --------------------
board/wepep250/u-boot.lds | 56 --------------------
board/xaeniax/u-boot.lds | 56 --------------------
board/xm250/u-boot.lds | 56 --------------------
board/xsengine/u-boot.lds | 56 --------------------
board/zylonite/u-boot.lds | 56 --------------------
cpu/arm1136/u-boot.lds | 64 +++++++++++++++++++++++
cpu/arm1176/u-boot.lds | 56 ++++++++++++++++++++
cpu/arm720t/u-boot.lds | 56 ++++++++++++++++++++
cpu/arm920t/u-boot.lds | 64 +++++++++++++++++++++++
cpu/arm925t/u-boot.lds | 59 +++++++++++++++++++++
cpu/arm926ejs/at91/config.mk | 1 -
cpu/arm926ejs/at91/u-boot.lds | 57 --------------------
cpu/arm926ejs/davinci/config.mk | 2 -
cpu/arm926ejs/davinci/u-boot.lds | 52 -------------------
cpu/arm926ejs/u-boot.lds | 56 ++++++++++++++++++++
cpu/arm946es/u-boot.lds | 56 ++++++++++++++++++++
cpu/arm_cortexa8/omap3/config.mk | 2 -
cpu/arm_cortexa8/{omap3 => }/u-boot.lds | 0
cpu/arm_intcm/u-boot.lds | 56 ++++++++++++++++++++
cpu/ixp/u-boot.lds | 56 ++++++++++++++++++++
cpu/lh7a40x/u-boot.lds | 56 ++++++++++++++++++++
cpu/pxa/u-boot.lds | 56 ++++++++++++++++++++
cpu/s3c44b0/u-boot.lds | 56 ++++++++++++++++++++
cpu/sa1100/u-boot.lds | 59 +++++++++++++++++++++
95 files changed, 764 insertions(+), 3816 deletions(-)
Best Regards,
J.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-05-24 21:22 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-25 7:27 ` Wolfgang Denk
0 siblings, 0 replies; 12+ messages in thread
From: Wolfgang Denk @ 2009-05-25 7:27 UTC (permalink / raw)
To: u-boot
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090524212216.GC29662@game.jcrosoft.org> you wrote:
>
> > Thanks. Nevertheless, that's not a patch created by git-format-patch,
> > and I don't have the usual stat lines that show me immediately the
> > amount of changes and which files are affected and all that. Please
> > play by the rules like we request from anybody else.
> >
> > And can you please try and use complete words in the commit messages
> > instead of home-made abbreviations? The phrase "use the same cpu lds"
> please lds is the extension use for the Linker Scripts
> I've send more than 20 patches with the same abbrevation
Yes, I know, and I finally did not stand it any longer. Can you
please use normal language in all your patches/ I would highly
appreciate if you could substitute "linker script" for "lds" (which
nobody but you understands) in all patches that have not been applied
to mainline yet.
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
In general, if you think something isn't in Perl, try it out, because
it usually is :-) - Larry Wall in <1991Jul31.174523.9447@netlabs.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
@ 2009-06-03 19:08 Jean-Christophe PLAGNIOL-VILLARD
2009-06-03 20:45 ` Wolfgang Denk
0 siblings, 1 reply; 12+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-06-03 19:08 UTC (permalink / raw)
To: u-boot
Hi Wolfgang
Please pull
The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
Wolfgang Denk (1):
TQM834x: use buffered writes to accelerate writing to flash
are available in the git repository at:
git://git.denx.de/u-boot-arm.git next
Dirk Behme (2):
OMAP3: Zoom2: Enable Board and CPU info
OMAP3: Fix CKE1 MUX setting to allow self-refresh
Jean-Christophe PLAGNIOL-VILLARD (10):
afeb9260: fix macb device init
arm: unify linker script
arm: unify interrupt init
arm: remove cpu_init
pxa: move serial driver to drivers/serial
lh7a40x: move serial driver to drivers/serial
omap24xx: rename reset file
at91: extract reset from timer
at91: move cpu name define to arm/arch/ cpu header
at91: move cpu info print to cpu
Prafulla Wadaskar (1):
arch_misc_init support for ARM architectures
Tom Rix (7):
ZOOM2 Add serial support.
ZOOM2 Add led support.
OMAP3 Turn on the GPIO bank clocks
ZOOM2 Define GPIO banks used.
Fix a typo in the instructions on using omap3's gpio interface.
Beagle Convert the board version detection to use the OMAP3 GPIO interface.
ZOOM2 detect the version of the zoom2 board at runtime.
arm_config.mk | 2 +
board/actux1/config.mk | 2 +
board/actux2/config.mk | 2 +
board/actux3/config.mk | 2 +
board/armadillo/u-boot.lds | 55 --------
board/armltd/integratorap/config.mk | 6 -
board/armltd/integratorap/split_by_variant.sh | 4 -
board/armltd/integratorap/u-boot.lds.template | 53 --------
board/armltd/integratorcp/config.mk | 6 -
board/armltd/integratorcp/split_by_variant.sh | 4 -
board/armltd/integratorcp/u-boot.lds.template | 53 --------
board/armltd/versatile/u-boot.lds | 51 --------
board/atmel/at91rm9200dk/u-boot.lds | 57 ---------
board/atmel/at91rm9200ek/u-boot.lds | 56 ---------
board/cerf250/u-boot.lds | 56 ---------
board/cm4008/u-boot.lds | 56 ---------
board/cm41xx/u-boot.lds | 56 ---------
board/cmc_pu2/u-boot.lds | 57 ---------
board/cradle/u-boot.lds | 56 ---------
board/csb226/u-boot.lds | 56 ---------
board/csb637/u-boot.lds | 56 ---------
board/dave/B2/u-boot.lds | 58 ---------
board/davedenx/qong/u-boot.lds | 58 ---------
board/delta/u-boot.lds | 56 ---------
board/dnp1110/u-boot.lds | 56 ---------
board/ep7312/u-boot.lds | 56 ---------
board/evb4510/u-boot.lds | 69 -----------
board/freescale/mx31ads/config.mk | 2 +
board/gcplus/u-boot.lds | 58 ---------
board/impa7/u-boot.lds | 56 ---------
board/imx31_litekit/u-boot.lds | 59 ---------
board/imx31_phycore/u-boot.lds | 59 ---------
board/innokom/u-boot.lds | 56 ---------
board/kb9202/u-boot.lds | 56 ---------
board/lart/u-boot.lds | 56 ---------
board/logodl/u-boot.lds | 56 ---------
board/lpc2292sodimm/u-boot.lds | 55 --------
board/lubbock/u-boot.lds | 56 ---------
board/m501sk/u-boot.lds | 55 --------
board/modnet50/u-boot.lds | 69 -----------
board/mp2usb/u-boot.lds | 56 ---------
board/mpl/vcma9/u-boot.lds | 57 ---------
board/mx1ads/u-boot.lds | 58 ---------
board/netstar/u-boot.lds | 55 --------
board/ns9750dev/u-boot.lds | 59 ---------
board/omap1510inn/u-boot.lds | 57 ---------
board/omap1610inn/u-boot.lds | 52 --------
board/omap2420h4/u-boot.lds | 59 ---------
board/omap3/beagle/beagle.c | 32 +++--
board/omap3/beagle/beagle.h | 2 +-
board/omap3/overo/overo.h | 2 +-
board/omap3/zoom2/Makefile | 7 +-
board/omap3/zoom2/led.c | 129 +++++++++++++++++++
board/omap3/zoom2/zoom2.c | 102 +++++++++++++++-
board/omap3/zoom2/zoom2.h | 9 ++
board/omap3/zoom2/zoom2_serial.c | 130 ++++++++++++++++++++
board/omap3/zoom2/zoom2_serial.h | 75 +++++++++++
board/pleb2/u-boot.lds | 56 ---------
board/prodrive/pdnb3/u-boot.lds | 56 ---------
board/ronetix/pm9263/pm9263.c | 7 -
board/samsung/smdk2400/u-boot.lds | 57 ---------
board/samsung/smdk2410/u-boot.lds | 57 ---------
board/samsung/smdk6400/config.mk | 2 +
board/sbc2410x/u-boot.lds | 56 ---------
board/shannon/u-boot.lds | 56 ---------
board/siemens/SMN42/u-boot.lds | 55 --------
board/sx1/u-boot.lds | 57 ---------
board/trab/config.mk | 2 +
board/trizepsiv/u-boot.lds | 56 ---------
board/voiceblue/u-boot.lds | 56 ---------
board/wepep250/u-boot.lds | 56 ---------
board/xaeniax/u-boot.lds | 56 ---------
board/xsengine/u-boot.lds | 56 ---------
board/zylonite/u-boot.lds | 56 ---------
common/serial.c | 2 +
cpu/arm1136/cpu.c | 16 ---
cpu/arm1136/omap24xx/Makefile | 2 +-
cpu/arm1136/omap24xx/{start.S => reset.S} | 0
{board/apollon => cpu/arm1136}/u-boot.lds | 5 +-
cpu/arm1176/cpu.c | 5 -
{board/omap5912osk => cpu/arm1176}/u-boot.lds | 10 +-
cpu/arm720t/cpu.c | 12 --
cpu/arm720t/interrupts.c | 2 +-
{board/scb9328 => cpu/arm720t}/u-boot.lds | 7 +-
cpu/arm920t/cpu.c | 16 ---
{board/xm250 => cpu/arm920t}/u-boot.lds | 14 ++-
cpu/arm925t/cpu.c | 16 ---
{board/lpd7a40x => cpu/arm925t}/u-boot.lds | 10 +-
cpu/arm926ejs/at91/Makefile | 1 +
cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +-
cpu/arm926ejs/at91/config.mk | 1 -
cpu/arm926ejs/at91/cpu.c | 19 +++-
.../u-boot.lds => cpu/arm926ejs/at91/reset.c | 60 +++-------
cpu/arm926ejs/at91/timer.c | 15 ---
cpu/arm926ejs/at91/u-boot.lds | 57 ---------
cpu/arm926ejs/cpu.c | 16 ---
cpu/arm926ejs/davinci/config.mk | 2 -
{board/st/nmdk8815 => cpu/arm926ejs}/u-boot.lds | 11 ++-
cpu/arm946es/cpu.c | 16 ---
{board/omap730p2 => cpu/arm946es}/u-boot.lds | 10 +-
cpu/arm_cortexa8/cpu.c | 17 ---
cpu/arm_cortexa8/omap3/clock.c | 22 ++++
cpu/arm_cortexa8/omap3/config.mk | 2 -
cpu/arm_cortexa8/{omap3 => }/u-boot.lds | 0
cpu/arm_intcm/cpu.c | 16 ---
cpu/{arm926ejs/davinci => arm_intcm}/u-boot.lds | 10 +-
cpu/ixp/cpu.c | 17 ---
cpu/ixp/interrupts.c | 2 +-
{board/ixdp425 => cpu/ixp}/u-boot.lds | 8 +-
cpu/lh7a40x/Makefile | 2 +-
cpu/lh7a40x/cpu.c | 16 ---
{board/st/nmdk8815 => cpu/lh7a40x}/u-boot.lds | 9 +-
cpu/pxa/Makefile | 1 -
cpu/pxa/cpu.c | 16 ---
{board/pxa255_idp => cpu/pxa}/u-boot.lds | 6 +-
cpu/s3c44b0/cpu.c | 2 +-
{board/mx1fs2 => cpu/s3c44b0}/u-boot.lds | 5 +-
cpu/sa1100/cpu.c | 12 --
{board/assabet => cpu/sa1100}/u-boot.lds | 7 +-
doc/README.omap3 | 2 +-
drivers/serial/Makefile | 2 +
drivers/serial/ns16550.c | 4 +-
.../serial.c => drivers/serial/serial_lh7a40x.c | 0
cpu/pxa/serial.c => drivers/serial/serial_pxa.c | 0
include/asm-arm/arch-at91/at91cap9.h | 5 +
include/asm-arm/arch-at91/at91sam9260.h | 9 ++
include/asm-arm/arch-at91/at91sam9261.h | 4 +
include/asm-arm/arch-at91/at91sam9263.h | 4 +
include/asm-arm/arch-at91/at91sam9rl.h | 5 +
include/asm-arm/u-boot-arm.h | 2 +
include/configs/B2.h | 1 +
include/configs/at91cap9adk.h | 1 -
include/configs/at91sam9260ek.h | 2 -
include/configs/at91sam9261ek.h | 1 -
include/configs/at91sam9263ek.h | 1 -
include/configs/at91sam9rlek.h | 1 -
include/configs/cerf250.h | 1 +
include/configs/cradle.h | 1 +
include/configs/csb226.h | 1 +
include/configs/delta.h | 1 +
include/configs/innokom.h | 1 +
include/configs/logodl.h | 1 +
include/configs/lpd7a400.h | 1 +
include/configs/lpd7a404.h | 1 +
include/configs/lubbock.h | 1 +
include/configs/omap3_zoom2.h | 56 +++++++--
include/configs/pleb2.h | 1 +
include/configs/pm9263.h | 3 +-
include/configs/pxa255_idp.h | 1 +
include/configs/trizepsiv.h | 1 +
include/configs/wepep250.h | 1 +
include/configs/xaeniax.h | 1 +
include/configs/xm250.h | 1 +
include/configs/xsengine.h | 1 +
include/configs/zylonite.h | 1 +
include/serial.h | 7 +
lib_arm/board.c | 5 +-
lib_arm/interrupts.c | 13 ++
158 files changed, 740 insertions(+), 3432 deletions(-)
delete mode 100644 board/armadillo/u-boot.lds
delete mode 100644 board/armltd/integratorap/u-boot.lds.template
delete mode 100644 board/armltd/integratorcp/u-boot.lds.template
delete mode 100644 board/armltd/versatile/u-boot.lds
delete mode 100644 board/atmel/at91rm9200dk/u-boot.lds
delete mode 100644 board/atmel/at91rm9200ek/u-boot.lds
delete mode 100644 board/cerf250/u-boot.lds
delete mode 100644 board/cm4008/u-boot.lds
delete mode 100644 board/cm41xx/u-boot.lds
delete mode 100644 board/cmc_pu2/u-boot.lds
delete mode 100644 board/cradle/u-boot.lds
delete mode 100644 board/csb226/u-boot.lds
delete mode 100644 board/csb637/u-boot.lds
delete mode 100644 board/dave/B2/u-boot.lds
delete mode 100644 board/davedenx/qong/u-boot.lds
delete mode 100644 board/delta/u-boot.lds
delete mode 100644 board/dnp1110/u-boot.lds
delete mode 100644 board/ep7312/u-boot.lds
delete mode 100644 board/evb4510/u-boot.lds
delete mode 100644 board/gcplus/u-boot.lds
delete mode 100644 board/impa7/u-boot.lds
delete mode 100644 board/imx31_litekit/u-boot.lds
delete mode 100644 board/imx31_phycore/u-boot.lds
delete mode 100644 board/innokom/u-boot.lds
delete mode 100644 board/kb9202/u-boot.lds
delete mode 100644 board/lart/u-boot.lds
delete mode 100644 board/logodl/u-boot.lds
delete mode 100644 board/lpc2292sodimm/u-boot.lds
delete mode 100644 board/lubbock/u-boot.lds
delete mode 100644 board/m501sk/u-boot.lds
delete mode 100644 board/modnet50/u-boot.lds
delete mode 100644 board/mp2usb/u-boot.lds
delete mode 100644 board/mpl/vcma9/u-boot.lds
delete mode 100644 board/mx1ads/u-boot.lds
delete mode 100644 board/netstar/u-boot.lds
delete mode 100644 board/ns9750dev/u-boot.lds
delete mode 100644 board/omap1510inn/u-boot.lds
delete mode 100644 board/omap1610inn/u-boot.lds
delete mode 100644 board/omap2420h4/u-boot.lds
create mode 100644 board/omap3/zoom2/led.c
create mode 100644 board/omap3/zoom2/zoom2_serial.c
create mode 100644 board/omap3/zoom2/zoom2_serial.h
delete mode 100644 board/pleb2/u-boot.lds
delete mode 100644 board/prodrive/pdnb3/u-boot.lds
delete mode 100644 board/samsung/smdk2400/u-boot.lds
delete mode 100644 board/samsung/smdk2410/u-boot.lds
delete mode 100644 board/sbc2410x/u-boot.lds
delete mode 100644 board/shannon/u-boot.lds
delete mode 100644 board/siemens/SMN42/u-boot.lds
delete mode 100644 board/sx1/u-boot.lds
delete mode 100644 board/trizepsiv/u-boot.lds
delete mode 100644 board/voiceblue/u-boot.lds
delete mode 100644 board/wepep250/u-boot.lds
delete mode 100644 board/xaeniax/u-boot.lds
delete mode 100644 board/xsengine/u-boot.lds
delete mode 100644 board/zylonite/u-boot.lds
rename cpu/arm1136/omap24xx/{start.S => reset.S} (100%)
rename {board/apollon => cpu/arm1136}/u-boot.lds (94%)
rename {board/omap5912osk => cpu/arm1176}/u-boot.lds (96%)
rename {board/scb9328 => cpu/arm720t}/u-boot.lds (92%)
rename {board/xm250 => cpu/arm920t}/u-boot.lds (84%)
rename {board/lpd7a40x => cpu/arm925t}/u-boot.lds (91%)
rename board/actux4/u-boot.lds => cpu/arm926ejs/at91/reset.c (56%)
delete mode 100644 cpu/arm926ejs/at91/u-boot.lds
copy {board/st/nmdk8815 => cpu/arm926ejs}/u-boot.lds (92%)
rename {board/omap730p2 => cpu/arm946es}/u-boot.lds (96%)
rename cpu/arm_cortexa8/{omap3 => }/u-boot.lds (100%)
rename cpu/{arm926ejs/davinci => arm_intcm}/u-boot.lds (96%)
rename {board/ixdp425 => cpu/ixp}/u-boot.lds (94%)
rename {board/st/nmdk8815 => cpu/lh7a40x}/u-boot.lds (96%)
rename {board/pxa255_idp => cpu/pxa}/u-boot.lds (96%)
rename {board/mx1fs2 => cpu/s3c44b0}/u-boot.lds (96%)
rename {board/assabet => cpu/sa1100}/u-boot.lds (95%)
rename cpu/lh7a40x/serial.c => drivers/serial/serial_lh7a40x.c (100%)
rename cpu/pxa/serial.c => drivers/serial/serial_pxa.c (100%)
Best Regards,
J.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-06-03 20:45 ` Wolfgang Denk
@ 2009-06-03 20:41 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-03 21:14 ` Wolfgang Denk
0 siblings, 1 reply; 12+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-06-03 20:41 UTC (permalink / raw)
To: u-boot
On 22:45 Wed 03 Jun , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <20090603190856.GH31571@game.jcrosoft.org> you wrote:
> > Hi Wolfgang
> >
> > Please pull
> > The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
> > Wolfgang Denk (1):
> > TQM834x: use buffered writes to accelerate writing to flash
> >
> > are available in the git repository at:
> >
> > git://git.denx.de/u-boot-arm.git next
> >
> > Dirk Behme (2):
> > OMAP3: Zoom2: Enable Board and CPU info
> > OMAP3: Fix CKE1 MUX setting to allow self-refresh
> >
> > Jean-Christophe PLAGNIOL-VILLARD (10):
> > afeb9260: fix macb device init
> > arm: unify linker script
>
> A patch for this commit has not been posted, it seems.
I do have send it
http://www.mail-archive.com/u-boot at lists.denx.de/msg14770.html
> > rename cpu/lh7a40x/serial.c => drivers/serial/serial_lh7a40x.c (100%)
> > rename cpu/pxa/serial.c => drivers/serial/serial_pxa.c (100%)
>
> Applied, but mind the note above.
tks
Best Regards,
J.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-06-03 19:08 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-06-03 20:45 ` Wolfgang Denk
2009-06-03 20:41 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2009-06-03 20:45 UTC (permalink / raw)
To: u-boot
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090603190856.GH31571@game.jcrosoft.org> you wrote:
> Hi Wolfgang
>
> Please pull
> The following changes since commit cab6c2a6135cc8f4244d8e9c005bddd208d2a26f:
> Wolfgang Denk (1):
> TQM834x: use buffered writes to accelerate writing to flash
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm.git next
>
> Dirk Behme (2):
> OMAP3: Zoom2: Enable Board and CPU info
> OMAP3: Fix CKE1 MUX setting to allow self-refresh
>
> Jean-Christophe PLAGNIOL-VILLARD (10):
> afeb9260: fix macb device init
> arm: unify linker script
A patch for this commit has not been posted, it seems.
Please make sure this does not happen again. Next time I will reject
the pull.
> arm: unify interrupt init
> arm: remove cpu_init
> pxa: move serial driver to drivers/serial
> lh7a40x: move serial driver to drivers/serial
> omap24xx: rename reset file
> at91: extract reset from timer
> at91: move cpu name define to arm/arch/ cpu header
> at91: move cpu info print to cpu
>
> Prafulla Wadaskar (1):
> arch_misc_init support for ARM architectures
>
> Tom Rix (7):
> ZOOM2 Add serial support.
> ZOOM2 Add led support.
> OMAP3 Turn on the GPIO bank clocks
> ZOOM2 Define GPIO banks used.
> Fix a typo in the instructions on using omap3's gpio interface.
> Beagle Convert the board version detection to use the OMAP3 GPIO interface.
> ZOOM2 detect the version of the zoom2 board at runtime.
>
> arm_config.mk | 2 +
> board/actux1/config.mk | 2 +
> board/actux2/config.mk | 2 +
> board/actux3/config.mk | 2 +
> board/armadillo/u-boot.lds | 55 --------
> board/armltd/integratorap/config.mk | 6 -
> board/armltd/integratorap/split_by_variant.sh | 4 -
> board/armltd/integratorap/u-boot.lds.template | 53 --------
> board/armltd/integratorcp/config.mk | 6 -
> board/armltd/integratorcp/split_by_variant.sh | 4 -
> board/armltd/integratorcp/u-boot.lds.template | 53 --------
> board/armltd/versatile/u-boot.lds | 51 --------
> board/atmel/at91rm9200dk/u-boot.lds | 57 ---------
> board/atmel/at91rm9200ek/u-boot.lds | 56 ---------
> board/cerf250/u-boot.lds | 56 ---------
> board/cm4008/u-boot.lds | 56 ---------
> board/cm41xx/u-boot.lds | 56 ---------
> board/cmc_pu2/u-boot.lds | 57 ---------
> board/cradle/u-boot.lds | 56 ---------
> board/csb226/u-boot.lds | 56 ---------
> board/csb637/u-boot.lds | 56 ---------
> board/dave/B2/u-boot.lds | 58 ---------
> board/davedenx/qong/u-boot.lds | 58 ---------
> board/delta/u-boot.lds | 56 ---------
> board/dnp1110/u-boot.lds | 56 ---------
> board/ep7312/u-boot.lds | 56 ---------
> board/evb4510/u-boot.lds | 69 -----------
> board/freescale/mx31ads/config.mk | 2 +
> board/gcplus/u-boot.lds | 58 ---------
> board/impa7/u-boot.lds | 56 ---------
> board/imx31_litekit/u-boot.lds | 59 ---------
> board/imx31_phycore/u-boot.lds | 59 ---------
> board/innokom/u-boot.lds | 56 ---------
> board/kb9202/u-boot.lds | 56 ---------
> board/lart/u-boot.lds | 56 ---------
> board/logodl/u-boot.lds | 56 ---------
> board/lpc2292sodimm/u-boot.lds | 55 --------
> board/lubbock/u-boot.lds | 56 ---------
> board/m501sk/u-boot.lds | 55 --------
> board/modnet50/u-boot.lds | 69 -----------
> board/mp2usb/u-boot.lds | 56 ---------
> board/mpl/vcma9/u-boot.lds | 57 ---------
> board/mx1ads/u-boot.lds | 58 ---------
> board/netstar/u-boot.lds | 55 --------
> board/ns9750dev/u-boot.lds | 59 ---------
> board/omap1510inn/u-boot.lds | 57 ---------
> board/omap1610inn/u-boot.lds | 52 --------
> board/omap2420h4/u-boot.lds | 59 ---------
> board/omap3/beagle/beagle.c | 32 +++--
> board/omap3/beagle/beagle.h | 2 +-
> board/omap3/overo/overo.h | 2 +-
> board/omap3/zoom2/Makefile | 7 +-
> board/omap3/zoom2/led.c | 129 +++++++++++++++++++
> board/omap3/zoom2/zoom2.c | 102 +++++++++++++++-
> board/omap3/zoom2/zoom2.h | 9 ++
> board/omap3/zoom2/zoom2_serial.c | 130 ++++++++++++++++++++
> board/omap3/zoom2/zoom2_serial.h | 75 +++++++++++
> board/pleb2/u-boot.lds | 56 ---------
> board/prodrive/pdnb3/u-boot.lds | 56 ---------
> board/ronetix/pm9263/pm9263.c | 7 -
> board/samsung/smdk2400/u-boot.lds | 57 ---------
> board/samsung/smdk2410/u-boot.lds | 57 ---------
> board/samsung/smdk6400/config.mk | 2 +
> board/sbc2410x/u-boot.lds | 56 ---------
> board/shannon/u-boot.lds | 56 ---------
> board/siemens/SMN42/u-boot.lds | 55 --------
> board/sx1/u-boot.lds | 57 ---------
> board/trab/config.mk | 2 +
> board/trizepsiv/u-boot.lds | 56 ---------
> board/voiceblue/u-boot.lds | 56 ---------
> board/wepep250/u-boot.lds | 56 ---------
> board/xaeniax/u-boot.lds | 56 ---------
> board/xsengine/u-boot.lds | 56 ---------
> board/zylonite/u-boot.lds | 56 ---------
> common/serial.c | 2 +
> cpu/arm1136/cpu.c | 16 ---
> cpu/arm1136/omap24xx/Makefile | 2 +-
> cpu/arm1136/omap24xx/{start.S => reset.S} | 0
> {board/apollon => cpu/arm1136}/u-boot.lds | 5 +-
> cpu/arm1176/cpu.c | 5 -
> {board/omap5912osk => cpu/arm1176}/u-boot.lds | 10 +-
> cpu/arm720t/cpu.c | 12 --
> cpu/arm720t/interrupts.c | 2 +-
> {board/scb9328 => cpu/arm720t}/u-boot.lds | 7 +-
> cpu/arm920t/cpu.c | 16 ---
> {board/xm250 => cpu/arm920t}/u-boot.lds | 14 ++-
> cpu/arm925t/cpu.c | 16 ---
> {board/lpd7a40x => cpu/arm925t}/u-boot.lds | 10 +-
> cpu/arm926ejs/at91/Makefile | 1 +
> cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +-
> cpu/arm926ejs/at91/config.mk | 1 -
> cpu/arm926ejs/at91/cpu.c | 19 +++-
> .../u-boot.lds => cpu/arm926ejs/at91/reset.c | 60 +++-------
> cpu/arm926ejs/at91/timer.c | 15 ---
> cpu/arm926ejs/at91/u-boot.lds | 57 ---------
> cpu/arm926ejs/cpu.c | 16 ---
> cpu/arm926ejs/davinci/config.mk | 2 -
> {board/st/nmdk8815 => cpu/arm926ejs}/u-boot.lds | 11 ++-
> cpu/arm946es/cpu.c | 16 ---
> {board/omap730p2 => cpu/arm946es}/u-boot.lds | 10 +-
> cpu/arm_cortexa8/cpu.c | 17 ---
> cpu/arm_cortexa8/omap3/clock.c | 22 ++++
> cpu/arm_cortexa8/omap3/config.mk | 2 -
> cpu/arm_cortexa8/{omap3 => }/u-boot.lds | 0
> cpu/arm_intcm/cpu.c | 16 ---
> cpu/{arm926ejs/davinci => arm_intcm}/u-boot.lds | 10 +-
> cpu/ixp/cpu.c | 17 ---
> cpu/ixp/interrupts.c | 2 +-
> {board/ixdp425 => cpu/ixp}/u-boot.lds | 8 +-
> cpu/lh7a40x/Makefile | 2 +-
> cpu/lh7a40x/cpu.c | 16 ---
> {board/st/nmdk8815 => cpu/lh7a40x}/u-boot.lds | 9 +-
> cpu/pxa/Makefile | 1 -
> cpu/pxa/cpu.c | 16 ---
> {board/pxa255_idp => cpu/pxa}/u-boot.lds | 6 +-
> cpu/s3c44b0/cpu.c | 2 +-
> {board/mx1fs2 => cpu/s3c44b0}/u-boot.lds | 5 +-
> cpu/sa1100/cpu.c | 12 --
> {board/assabet => cpu/sa1100}/u-boot.lds | 7 +-
> doc/README.omap3 | 2 +-
> drivers/serial/Makefile | 2 +
> drivers/serial/ns16550.c | 4 +-
> .../serial.c => drivers/serial/serial_lh7a40x.c | 0
> cpu/pxa/serial.c => drivers/serial/serial_pxa.c | 0
> include/asm-arm/arch-at91/at91cap9.h | 5 +
> include/asm-arm/arch-at91/at91sam9260.h | 9 ++
> include/asm-arm/arch-at91/at91sam9261.h | 4 +
> include/asm-arm/arch-at91/at91sam9263.h | 4 +
> include/asm-arm/arch-at91/at91sam9rl.h | 5 +
> include/asm-arm/u-boot-arm.h | 2 +
> include/configs/B2.h | 1 +
> include/configs/at91cap9adk.h | 1 -
> include/configs/at91sam9260ek.h | 2 -
> include/configs/at91sam9261ek.h | 1 -
> include/configs/at91sam9263ek.h | 1 -
> include/configs/at91sam9rlek.h | 1 -
> include/configs/cerf250.h | 1 +
> include/configs/cradle.h | 1 +
> include/configs/csb226.h | 1 +
> include/configs/delta.h | 1 +
> include/configs/innokom.h | 1 +
> include/configs/logodl.h | 1 +
> include/configs/lpd7a400.h | 1 +
> include/configs/lpd7a404.h | 1 +
> include/configs/lubbock.h | 1 +
> include/configs/omap3_zoom2.h | 56 +++++++--
> include/configs/pleb2.h | 1 +
> include/configs/pm9263.h | 3 +-
> include/configs/pxa255_idp.h | 1 +
> include/configs/trizepsiv.h | 1 +
> include/configs/wepep250.h | 1 +
> include/configs/xaeniax.h | 1 +
> include/configs/xm250.h | 1 +
> include/configs/xsengine.h | 1 +
> include/configs/zylonite.h | 1 +
> include/serial.h | 7 +
> lib_arm/board.c | 5 +-
> lib_arm/interrupts.c | 13 ++
> 158 files changed, 740 insertions(+), 3432 deletions(-)
> delete mode 100644 board/armadillo/u-boot.lds
> delete mode 100644 board/armltd/integratorap/u-boot.lds.template
> delete mode 100644 board/armltd/integratorcp/u-boot.lds.template
> delete mode 100644 board/armltd/versatile/u-boot.lds
> delete mode 100644 board/atmel/at91rm9200dk/u-boot.lds
> delete mode 100644 board/atmel/at91rm9200ek/u-boot.lds
> delete mode 100644 board/cerf250/u-boot.lds
> delete mode 100644 board/cm4008/u-boot.lds
> delete mode 100644 board/cm41xx/u-boot.lds
> delete mode 100644 board/cmc_pu2/u-boot.lds
> delete mode 100644 board/cradle/u-boot.lds
> delete mode 100644 board/csb226/u-boot.lds
> delete mode 100644 board/csb637/u-boot.lds
> delete mode 100644 board/dave/B2/u-boot.lds
> delete mode 100644 board/davedenx/qong/u-boot.lds
> delete mode 100644 board/delta/u-boot.lds
> delete mode 100644 board/dnp1110/u-boot.lds
> delete mode 100644 board/ep7312/u-boot.lds
> delete mode 100644 board/evb4510/u-boot.lds
> delete mode 100644 board/gcplus/u-boot.lds
> delete mode 100644 board/impa7/u-boot.lds
> delete mode 100644 board/imx31_litekit/u-boot.lds
> delete mode 100644 board/imx31_phycore/u-boot.lds
> delete mode 100644 board/innokom/u-boot.lds
> delete mode 100644 board/kb9202/u-boot.lds
> delete mode 100644 board/lart/u-boot.lds
> delete mode 100644 board/logodl/u-boot.lds
> delete mode 100644 board/lpc2292sodimm/u-boot.lds
> delete mode 100644 board/lubbock/u-boot.lds
> delete mode 100644 board/m501sk/u-boot.lds
> delete mode 100644 board/modnet50/u-boot.lds
> delete mode 100644 board/mp2usb/u-boot.lds
> delete mode 100644 board/mpl/vcma9/u-boot.lds
> delete mode 100644 board/mx1ads/u-boot.lds
> delete mode 100644 board/netstar/u-boot.lds
> delete mode 100644 board/ns9750dev/u-boot.lds
> delete mode 100644 board/omap1510inn/u-boot.lds
> delete mode 100644 board/omap1610inn/u-boot.lds
> delete mode 100644 board/omap2420h4/u-boot.lds
> create mode 100644 board/omap3/zoom2/led.c
> create mode 100644 board/omap3/zoom2/zoom2_serial.c
> create mode 100644 board/omap3/zoom2/zoom2_serial.h
> delete mode 100644 board/pleb2/u-boot.lds
> delete mode 100644 board/prodrive/pdnb3/u-boot.lds
> delete mode 100644 board/samsung/smdk2400/u-boot.lds
> delete mode 100644 board/samsung/smdk2410/u-boot.lds
> delete mode 100644 board/sbc2410x/u-boot.lds
> delete mode 100644 board/shannon/u-boot.lds
> delete mode 100644 board/siemens/SMN42/u-boot.lds
> delete mode 100644 board/sx1/u-boot.lds
> delete mode 100644 board/trizepsiv/u-boot.lds
> delete mode 100644 board/voiceblue/u-boot.lds
> delete mode 100644 board/wepep250/u-boot.lds
> delete mode 100644 board/xaeniax/u-boot.lds
> delete mode 100644 board/xsengine/u-boot.lds
> delete mode 100644 board/zylonite/u-boot.lds
> rename cpu/arm1136/omap24xx/{start.S => reset.S} (100%)
> rename {board/apollon => cpu/arm1136}/u-boot.lds (94%)
> rename {board/omap5912osk => cpu/arm1176}/u-boot.lds (96%)
> rename {board/scb9328 => cpu/arm720t}/u-boot.lds (92%)
> rename {board/xm250 => cpu/arm920t}/u-boot.lds (84%)
> rename {board/lpd7a40x => cpu/arm925t}/u-boot.lds (91%)
> rename board/actux4/u-boot.lds => cpu/arm926ejs/at91/reset.c (56%)
> delete mode 100644 cpu/arm926ejs/at91/u-boot.lds
> copy {board/st/nmdk8815 => cpu/arm926ejs}/u-boot.lds (92%)
> rename {board/omap730p2 => cpu/arm946es}/u-boot.lds (96%)
> rename cpu/arm_cortexa8/{omap3 => }/u-boot.lds (100%)
> rename cpu/{arm926ejs/davinci => arm_intcm}/u-boot.lds (96%)
> rename {board/ixdp425 => cpu/ixp}/u-boot.lds (94%)
> rename {board/st/nmdk8815 => cpu/lh7a40x}/u-boot.lds (96%)
> rename {board/pxa255_idp => cpu/pxa}/u-boot.lds (96%)
> rename {board/mx1fs2 => cpu/s3c44b0}/u-boot.lds (96%)
> rename {board/assabet => cpu/sa1100}/u-boot.lds (95%)
> rename cpu/lh7a40x/serial.c => drivers/serial/serial_lh7a40x.c (100%)
> rename cpu/pxa/serial.c => drivers/serial/serial_pxa.c (100%)
Applied, but mind the note above.
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
Drawing on my fine command of language, I said nothing.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] ARM next Pull Request
2009-06-03 20:41 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-06-03 21:14 ` Wolfgang Denk
0 siblings, 0 replies; 12+ messages in thread
From: Wolfgang Denk @ 2009-06-03 21:14 UTC (permalink / raw)
To: u-boot
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090603204158.GA7265@game.jcrosoft.org> you wrote:
>
> > A patch for this commit has not been posted, it seems.
> I do have send it
> http://www.mail-archive.com/u-boot at lists.denx.de/msg14770.html
This was no patch, just the patch statistics. Even though your patch
consisted mostly of renames, there were still a number of changes to
files about which you gave zero information - for example:
board/actux1/config.mk | 2 +
board/actux2/config.mk | 2 +
board/actux3/config.mk | 2 +
...
board/armltd/integratorap/config.mk | 6 --
board/armltd/integratorap/split_by_variant.sh | 4 -
...
board/armltd/integratorcp/config.mk | 6 --
board/armltd/integratorcp/split_by_variant.sh | 4 -
...
board/freescale/mx31ads/config.mk | 2 +
...
board/samsung/smdk6400/config.mk | 2 +
...
board/trab/config.mk | 2 +
and so on.
Please stick to the well-documented rules.
Next time I will reject such a pull request, no exceptions.
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
The computer can't tell you the emotional story. It can give you the
exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2009-06-03 21:14 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 23:07 [U-Boot] ARM next Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-05-22 23:42 ` Wolfgang Denk
2009-05-24 17:42 ` Wolfgang Denk
2009-05-24 18:07 ` Dirk Behme
2009-05-24 19:52 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-24 20:36 ` Wolfgang Denk
2009-05-24 21:22 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-25 7:27 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2009-06-03 19:08 Jean-Christophe PLAGNIOL-VILLARD
2009-06-03 20:45 ` Wolfgang Denk
2009-06-03 20:41 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-03 21:14 ` Wolfgang Denk
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.