Re: [U-Boot] ARM pull request

2011-06-23 Thread Wolfgang Denk
Dear Albert ARIBAUD,

In message 4e02de75.7030...@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.

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: w...@denx.de
f u cn rd ths, itn tyg h myxbl cd.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2011-06-23 Thread Albert ARIBAUD
Hi Wolfgang,

Le 23/06/2011 15:40, Wolfgang Denk a écrit :
 Dear Albert ARIBAUD,

 In message4e02de75.7030...@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.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request.

2010-06-07 Thread Tom Rix
Marek Vasut wrote:
 Dne Ne 30. května 2010 15:52:04 Tom Rix napsal(a):
 This is to catch master up to ARM mach-types
 
 Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang 
 ... hm?
 

Sorry I have been out for a while.

Please verify that PXA branch you wish me to pull from is up to date.
That the patches are in order and resubmit a pull request.

Tom


 Cheers
 Tom

 The following changes since commit
 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Denk (1):
  Prepare v2010.06-rc1

 are available in the git repository at:

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

 Tom (2):
ARM Update mach-types
ARM Update mach-types

   arch/arm/include/asm/mach-types.h | 1173
 - 1 files changed, 1165 insertions(+),
 8 deletions(-)
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
 
 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request.

2010-05-31 Thread Marek Vasut
Dne Ne 30. května 2010 15:52:04 Tom Rix napsal(a):
 This is to catch master up to ARM mach-types

Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang 
... hm?

Cheers
 
 Tom
 
 The following changes since commit
 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Denk (1):
  Prepare v2010.06-rc1
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Tom (2):
ARM Update mach-types
ARM Update mach-types
 
   arch/arm/include/asm/mach-types.h | 1173
 - 1 files changed, 1165 insertions(+),
 8 deletions(-)
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request.

2010-05-30 Thread Wolfgang Denk
Dear Tom Rix,

In message 4c026d84.7040...@bumblecow.com you wrote:
 This is to catch master up to ARM mach-types
 
 Tom
 
 The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73:
Wolfgang Denk (1):
  Prepare v2010.06-rc1
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Tom (2):
ARM Update mach-types
ARM Update mach-types
 
   arch/arm/include/asm/mach-types.h | 1173 
 -
   1 files changed, 1165 insertions(+), 8 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
The lesser of two evils -- is evil. - Seymour (Sy) Leon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request.

2010-05-30 Thread Hiremath, Vaibhav

 -Original Message-
 From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On
 Behalf Of Tom Rix
 Sent: Sunday, May 30, 2010 7:22 PM
 To: Wolfgang Denk
 Cc: u-boot@lists.denx.de
 Subject: [U-Boot] ARM pull request.
 
 This is to catch master up to ARM mach-types
 
 Tom
 
 The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73:
Wolfgang Denk (1):
  Prepare v2010.06-rc1
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
[Hiremath, Vaibhav] Tom,

I just thought of reminding you about long pending patches for OMAP3  AM35x 
which I had submitted.

OMAP3EVM: Added NAND support
omap3: Calculate CS1 size only when SDRC is initialized for CS1
omap3: Consolidate SDRC related operations
AM35x: Add support for AM3517EVM
AM35x: Add support for EMIF4


Thanks,
Vaibhav

 Tom (2):
ARM Update mach-types
ARM Update mach-types
 
   arch/arm/include/asm/mach-types.h | 1173
 -
   1 files changed, 1165 insertions(+), 8 deletions(-)
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-05-04 Thread Wolfgang Denk
Dear Tom Rix,

In message 4bdca234.9010...@bumblecow.com you wrote:
 Wolfgang,
 Please pull from arm/master.
 Tom
 
 The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
Wolfgang Denk (1):
  Merge branch 'master' of git://git.denx.de/u-boot-video
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Alexander Holler (1):
at91: add defines for RTT and GPBR
 
 Asen Dimov (5):
pm9261 converted to at91 soc access
pm9261: remove CONFIG_CMD_AUTOSCRIPT
pm9263: remove CONFIG_CMD_AUTOSCRIPT
at91: define matrix registers bit fields
pm9263 converted to at91 soc access
 
 Fabio Estevam (1):
MX51EVK: Remove CPLD related code
 
 Frans Meulenbroeks (2):
configs/sheevaplug: added a few additional commands
configs/openrd_base.h: reordered macros
 
 Heiko Schocher (2):
arm, mx27: add support for SDHC1 pin init
arm, i.mx27: add support for magnesium board from projectiondesign
 
 John Rigby (1):
MX25 print arm clock instead of mpllclk on boot
 
 Minkyu Kang (2):
SAMSUNG: serial: modify name from s5pc1xx to s5p
SAMSUNG: make s5p common gpio functions
 
 Siddarth Gore (1):
Marvell GuruPlug Board Support
 
 Stefano Babic (9):
Moved board specific values in config file
mkimage: correct spelling error in imximage
mx51evk: correct list of possible BOOT_FROM values
MX31: add accessor function to get a gpio
MX31: add pin definitions for NAND controller
MX31: Add support for NAND to QONG board
MX31: Support 128MB RAM on QONG module
MX31: Add UBI support to QONG module
MX31: Removed erroneous board name from QONG
 
 trix (1):
ARM Update mach-types
 
   MAINTAINERS|8 +
   MAKEALL|2 +
   Makefile   |4 +
   arch/arm/cpu/arm926ejs/mx25/generic.c  |2 +-
   arch/arm/cpu/arm926ejs/mx27/generic.c  |   17 +
   arch/arm/cpu/arm_cortexa8/mx51/lowlevel_init.S |5 +-
   arch/arm/cpu/arm_cortexa8/s5pc1xx/Makefile |1 -
   arch/arm/include/asm/arch-at91/at91_matrix.h   |  138 +++
   arch/arm/include/asm/arch-at91/at91sam9260.h   |2 +
   arch/arm/include/asm/arch-at91/at91sam9261.h   |2 +
   arch/arm/include/asm/arch-at91/at91sam9263.h   |3 +
   arch/arm/include/asm/arch-mx27/imx-regs.h  |1 +
   arch/arm/include/asm/arch-mx31/mx31-regs.h |   15 +
   arch/arm/include/asm/arch-mx31/mx31.h  |5 +
   arch/arm/include/asm/arch-s5pc1xx/gpio.h   |  192 ++--
   arch/arm/include/asm/arch-s5pc1xx/uart.h   |2 +-
   arch/arm/include/asm/mach-types.h  |  986 
 +++-
   board/Marvell/guruplug/Makefile|   51 +
   board/Marvell/guruplug/config.mk   |   27 +
   board/Marvell/guruplug/guruplug.c  |  167 
   board/Marvell/guruplug/guruplug.h  |   39 +
   board/Marvell/guruplug/kwbimage.cfg|  162 
   board/davedenx/qong/lowlevel_init.S|  130 ++-
   board/davedenx/qong/qong.c |   95 ++-
   board/davedenx/qong/qong_fpga.h|4 +-
   board/freescale/mx51evk/imximage.cfg   |2 +-
   board/freescale/mx51evk/mx51evk.c  |   67 --
   board/freescale/mx51evk/mx51evk.h  |1 -
   board/logicpd/imx27lite/imx27lite.c|   18 +-
   board/ronetix/pm9261/led.c |   18 +-
   board/ronetix/pm9261/pm9261.c  |  152 ++--
   board/ronetix/pm9263/led.c |   15 +-
   board/ronetix/pm9263/pm9263.c  |  195 ++--
   common/serial.c|   16 +-
   drivers/gpio/Makefile  |1 +
   drivers/gpio/mx31_gpio.c   |   15 +
   .../s5pc1xx/gpio.c = drivers/gpio/s5p_gpio.c  |   16 +-
   drivers/serial/Makefile|2 +-
   drivers/serial/{serial_s5pc1xx.c = serial_s5p.c}  |   30 +-
   include/configs/guruplug.h |  198 
   include/configs/imx27lite-common.h |  237 +
   include/configs/imx27lite.h|  200 +
   include/configs/magnesium.h|   71 ++
   include/configs/mx51evk.h  |3 +
   include/configs/openrd_base.h  |4 +-
   include/configs/pm9261.h   |   69 +-
   include/configs/pm9263.h   |   88 +-
   include/configs/qong.h |   40 +-
   include/configs/sheevaplug.h   |   27 +-
   include/serial.h  

Re: [U-Boot] ARM pull request

2010-04-07 Thread Wolfgang Denk
Dear Tom,

In message 4bb9.3040...@windriver.com you wrote:
 Wolfgang,
 
 I have rebased arm/next to master.
 These are the changes.
 
 Tom
 
 
 The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
Wolfgang Denk (1):
  Merge branch 'next'
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Achim Ehrlich (1):
Convert at91 watchdog driver to new SoC access
 
 Alessandro Rubini (1):
Nomadik: fix reset_timer()
 
 Asen Dimov (1):
using AT91_PMC_MCKR_MDIV_ instead of LEGACY one in at91/clock.c
 
 Daniel Gorsulowski (1):
at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
 
 Detlev Zundel (1):
arm/integrator: Remove unneccessary CONFIG_PCI check.
 
 Joonyoung Shim (1):
s3c64xx: Add ifdef at the S3C64XX only codes
 
 Matthias Fuchs (1):
at91: use C structs for AT91 OHCI code
 
 Matthias Kaehlcke (2):
ep93xx timer: Rename struct timer_reg pointers
ep93xx timer: refactoring
 
 Minkyu Kang (3):
MAINTAINERS: sort the list of ARM Maintainers by last name
s5pc1xx: support the GPIO interface
s5pc1xx: update the README file
 
 Naveen Krishna CH (4):
S5PC100: Moves the Macros to a common header file
S5PC100: Memory SubSystem Header file, register description(SROMC).
S5PC100: Function to configure the SROMC registers.
SAMSUNG: SMDKC100: Adds ethernet support.
 
 Vipin KUMAR (1):
SPEAr : Adding maintainer name for spear SoCs
 
   MAINTAINERS  |   29 ---
   board/armltd/integrator/integrator.c |2 -
   board/samsung/smdkc100/smdkc100.c|   39 +
   cpu/arm1176/cpu.c|2 +
   cpu/arm1176/start.S  |4 +
   cpu/arm920t/ep93xx/timer.c   |   62 +++
   cpu/arm926ejs/at91/clock.c   |3 +-
   cpu/arm926ejs/nomadik/timer.c|   15 +++-
   cpu/arm_cortexa8/s5pc1xx/Makefile|2 +
   cpu/arm_cortexa8/s5pc1xx/clock.c |7 +--
   cpu/arm_cortexa8/s5pc1xx/gpio.c  |  143 
 ++
   cpu/arm_cortexa8/s5pc1xx/sromc.c |   53 +
   doc/README.s5pc1xx   |   18 -
   drivers/usb/host/ohci-at91.c |   28 +++
   drivers/watchdog/at91sam9_wdt.c  |   21 +++---
   include/asm-arm/arch-at91/at91_pmc.h |   23 -
   include/asm-arm/arch-s5pc1xx/clk.h   |6 ++
   include/asm-arm/arch-s5pc1xx/gpio.h  |   29 +++
   include/asm-arm/arch-s5pc1xx/smc.h   |   53 +
   include/configs/meesc.h  |1 -
   include/configs/otc570.h |1 -
   include/configs/smdkc100.h   |   12 +++-
   22 files changed, 463 insertions(+), 90 deletions(-)
   create mode 100644 cpu/arm_cortexa8/s5pc1xx/gpio.c
   create mode 100644 cpu/arm_cortexa8/s5pc1xx/sromc.c
   create mode 100644 include/asm-arm/arch-s5pc1xx/smc.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
I have never understood the female capacity to avoid a direct  answer
to any question.
-- Spock, This Side of Paradise, stardate 3417.3
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-03-22 Thread Wolfgang Denk
Dear Tom,

In message 4ba7e540.6000...@windriver.com you wrote:
 
 These are the commits that Matthias highlighted as bug fixes that should
 go into the release.
 
 The following changes since commit daa989b47297c9f73426783599c286ef3a1f3f49:
Asen Dimov (1):
  correct a syntax typo in at91_matrix.h
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Matthias Kaehlcke (2):
ep93xx timer: Fix possible overflow in usecs_to_ticks()
ep93xx timer: Fix resolution of get_ticks()
 
   cpu/arm920t/ep93xx/timer.c |   31 +--
   1 files changed, 13 insertions(+), 18 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
As in certain cults it is possible to kill a process if you know  its
true name.  -- Ken Thompson and Dennis M. Ritchie
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-02-17 Thread Wolfgang Denk
Dear Tom,

In message 4b75b4e1.8050...@windriver.com you wrote:
 
 The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd:
Wolfgang Denk (1):
  Merge branch 'master' of git://git.denx.de/u-boot-net
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Alessandro Rubini (3):
EP93xx: fix syscon_regs definition
edb93xx: change calculation un early_udelay.h
edb93xx: enable the uart in devicecfg register
 
 Daniel Gorsulowski (1):
at91: Add esd gmbh OTC570 board support
 
 Jens Scharsig (9):
add new CONFIG_AT91_LEGACY
add c structures for SoC access
add a new AT91 GPIO driver
convert all at91 files to use at91_gpio driver syntax
convert common files to new SoC access
update at91sam9263ek board to new SoC access
prepare joining at91rm9200 into at91
new at91_emac network driver (NET_MULTI api)
new board (eb_cpux9k2)
 
 Ladislav Michl (3):
NetStar: Disable CONFIG_CMD_JFFS2
NetStar: make crcit utility more readable
NetStar: Remove debug junk leaked into eeprom utility
 
 Magnus Lilja (1):
SPI: Fix 32 bit transfers in mxc_spi.c
 
 Matthias Kaehlcke (2):
Add support for EDB93xx boards
ARM: Add support for EP93xx SoCs
 
 Nick Thompson (3):
da830evm: Use table driven pin mux configuration
Davinci: Add EMIF-A macros for setting chip select parameters
DA830 EVM: Enable NAND support on Spectrum Digital EVM
 
 Sanjeev Premi (1):
OMAP3: Avoid re-write to PRM_CLKSRC_CTRL
 
 Scott Ellis (1):
Overo GPMC registers
 
 Sekhar Nori (1):
TI DaVinci: Driver for the davinci SPI controller
 
 Tom Rix (1):
OMAP3 Move declaration of gpmc_cfg.
 
   MAINTAINERS |   15 +
   MAKEALL |   10 +
   Makefile|   16 +
   board/BuS/eb_cpux9k2/Makefile   |   50 +++
   board/BuS/eb_cpux9k2/config.mk  |1 +
   board/BuS/eb_cpux9k2/cpux9k2.c  |  387 +
   board/atmel/at91sam9263ek/at91sam9263ek.c   |  151 
   board/atmel/at91sam9263ek/led.c |   21 +-
   board/davinci/da830evm/da830evm.c   |   72 +++-
   board/edb93xx/Makefile  |   50 +++
   board/edb93xx/config.mk |   33 ++
   board/edb93xx/early_udelay.h|   34 ++
   board/edb93xx/edb93xx.c |  110 +
   board/edb93xx/flash_cfg.c   |   38 ++
   board/edb93xx/pll_cfg.c |   58 +++
   board/edb93xx/pll_cfg.h |   72 
   board/edb93xx/sdram_cfg.c   |  123 ++
   board/edb93xx/sdram_cfg.h   |  144 +++
   board/esd/otc570/Makefile   |   55 +++
   board/esd/otc570/config.mk  |1 +
   board/esd/otc570/otc570.c   |  365 
   board/esd/otc570/partition.c|   37 ++
   board/netstar/crcit.c   |9 +-
   board/netstar/eeprom.c  |8 +-
   board/netstar/eeprom_start.S|  166 +
   board/overo/overo.c |   14 +-
   board/overo/overo.h |9 +
   cpu/arm920t/at91/Makefile   |   47 +++
   cpu/arm920t/at91/lowlevel_init.S|  164 
   cpu/arm920t/at91/reset.c|   59 +++
   cpu/arm920t/at91/timer.c|  163 
   cpu/arm920t/cpu.c   |4 +
   cpu/arm920t/ep93xx/Makefile |   56 +++
   cpu/arm920t/ep93xx/cpu.c|   51 +++
   cpu/arm920t/ep93xx/led.c|  101 +
   cpu/arm920t/ep93xx/lowlevel_init.S  |   65 +++
   cpu/arm920t/ep93xx/speed.c  |  110 +
   cpu/arm920t/ep93xx/timer.c  |  168 
   cpu/arm920t/ep93xx/u-boot.lds   |   59 +++
   cpu/arm926ejs/at91/at91cap9_devices.c   |  128 ---
   cpu/arm926ejs/at91/at91sam9260_devices.c|  124 +++---
   cpu/arm926ejs/at91/at91sam9261_devices.c|   84 +++--
   cpu/arm926ejs/at91/at91sam9263_devices.c|  137 ---
   cpu/arm926ejs/at91/at91sam9m10g45_devices.c |  120 +++---
   cpu/arm926ejs/at91/at91sam9rl_devices.c |   58 ++--
   cpu/arm926ejs/at91/clock.c  |   51 ++-
   cpu/arm926ejs/at91/cpu.c|4 +
   cpu/arm926ejs/at91/led.c|1 +
   cpu/arm926ejs/at91/lowlevel_init.S  |   95 ++---
   cpu/arm926ejs/at91/reset.c  |8 +-
   cpu/arm926ejs/at91/timer.c  |   17 +-
   cpu/arm_cortexa8/omap3/clock.c  |   20 +-
   doc/README.at91-soc |   64 +++
   drivers/gpio/Makefile   |

Re: [U-Boot] ARM pull request

2010-01-28 Thread Wolfgang Denk
Dear Prafulla,

In message 73173d32e9439e4abb5151606c3e19e2030a565...@sc-vexch1.marvell.com 
you wrote:
 
   Prafulla Wadaskar (2):
  Kirkwood: Upgated licencing for files imported from linux source 
   to GPLv2 or later
  
  I cannot find any patch with this subject anywhere. Can you please try
  and avoid to change the patch subjects?

 Yes, the subject is changed, this is my mistake while sending pull request.
 Can you pls pull in 
 http://lists.denx.de/pipermail/u-boot/2009-December/065799.html instead?

 Or
 Shall I generate new pull request for the same?

Sorry, but it is too late now. The code is already in mainline.

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: w...@denx.de
One planet is all you get.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-01-27 Thread Prafulla Wadaskar
 

 -Original Message-
 From: u-boot-boun...@lists.denx.de 
 [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk
 Sent: Saturday, January 23, 2010 10:18 PM
 To: Tom
 Cc: u-boot@lists.denx.de
 Subject: Re: [U-Boot] ARM pull request
 
 Dear Tom,
 
 In message 4b5b134b.5060...@windriver.com you wrote:
  
  Please pull from ARM master-sync
 
 Can you please try and use the master branch for such pull requests?
 Thanks.
 
  Daniel Gorsulowski (1):
 at91: Enable slow master clock on meesc board
  
  Minkyu Kang (1):
 s5pc1xx: update cache routines
  
  Prafulla Wadaskar (2):
 Kirkwood: Upgated licencing for files imported from 
 linux source to GPLv2 
  or later
 
 I cannot find any patch with this subject anywhere. Can you please try
 and avoid to change the patch subjects?

Hi Wolfgang
Yes, the subject is changed, this is my mistake while sending pull request.
Can you pls pull in 
http://lists.denx.de/pipermail/u-boot/2009-December/065799.html instead?

Or
Shall I generate new pull request for the same?

 
 BTW: what's Upgated? ;-)

Oh, this is spelling mistake :-(
I am very sorry for this

Regards..
Prafulla . .
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-01-23 Thread Wolfgang Denk
Dear Tom,

In message 4b5b134b.5060...@windriver.com you wrote:
 
 Please pull from ARM master-sync

Can you please try and use the master branch for such pull requests?
Thanks.

 Daniel Gorsulowski (1):
at91: Enable slow master clock on meesc board
 
 Minkyu Kang (1):
s5pc1xx: update cache routines
 
 Prafulla Wadaskar (2):
Kirkwood: Upgated licencing for files imported from linux source to 
 GPLv2 
 or later

I cannot find any patch with this subject anywhere. Can you please try
and avoid to change the patch subjects?

BTW: what's Upgated? ;-)

Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)
 
 Seunghyeon Rhee (1):
samsung: fix DMC1_MEM_CFG for s3c64xx
 
 Tom Rix (1):
ARM Update mach-types
 
 Vipin KUMAR (12):
SPEAr : Adding README.spear in doc
SPEAr : Adding basic SPEAr architecture support.
SPEAr : i2c driver support added for SPEAr SoCs
SPEAr : smi driver support for SPEAr SoCs
SPEAr : nand driver support for SPEAr SoCs
SPEAr : usbd driver support for SPEAr SoCs
SPEAr : Support added for SPEAr600 board
SPEAr : Support for HW mac id read/write from i2c mem
SPEAr : Support added for SPEAr300 board
SPEAr : emi controller initialization for CFI driver support
SPEAr : Support added for SPEAr310 board
SPEAr : Support added for SPEAr320 board


Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Q:  Why do mountain climbers rope themselves together?
A:  To prevent the sensible ones from going home.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-01-23 Thread Tom
Wolfgang Denk wrote:
 Dear Tom,
 
 In message 4b5b134b.5060...@windriver.com you wrote:
 Please pull from ARM master-sync
 
 Can you please try and use the master branch for such pull requests?

Ok.
At the current time arm/master is merged with u-boot/master
arm/master-sync is rebased with u-boot/master
You would not want to pull from arm/master at this time.

In the future I will use arm/master


 Thanks.
 
 Daniel Gorsulowski (1):
at91: Enable slow master clock on meesc board

 Minkyu Kang (1):
s5pc1xx: update cache routines

 Prafulla Wadaskar (2):
Kirkwood: Upgated licencing for files imported from linux source to 
 GPLv2 
 or later
 
 I cannot find any patch with this subject anywhere. Can you please try
 and avoid to change the patch subjects?

This came from the latest marvell pull request.
I discussed the copyright change with you off-line.

Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-01-23 Thread Wolfgang Denk
Dear Tom,

In message 4b5b2a8d.10...@windriver.com you wrote:

 In the future I will use arm/master

Thanks.

  Prafulla Wadaskar (2):
 Kirkwood: Upgated licencing for files imported from linux source to 
  GPLv2 
  or later
  
  I cannot find any patch with this subject anywhere. Can you please try
  and avoid to change the patch subjects?
 
 This came from the latest marvell pull request.
 I discussed the copyright change with you off-line.

I've seen a patch with a pretty similar subject on the list, and I
assumed this was the one, but with changed / edited subject. Was this
not the case? Was this another patch?

Please make sure that only patches go into your repo that have been
posted to the ML before.

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: w...@denx.de
Things that try to look like things often do look  more  like  things
than things. Well-known fact.   - Terry Pratchett, _Wyrd Sisters_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2010-01-12 Thread Wolfgang Denk
Dear Tom,

In message 4b44dbb6.9030...@windriver.com you wrote:
 Wolfgang,
 Please pull these changes from arm/master.
 Tom
 
 The following changes since commit 87d93a1ba2ae23550e1370adb7a3b00af0831165:
Wolfgang Wegner (1):
  move prototypes for gunzip() and zunzip() to common.h
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Grazvydas Ignotas (2):
TWL4030: make LEDs selectable for twl4030_led_init()
pandora: don't enable VAUX3, VDAC and VPLL2 regulators
 
 Nick Thompson (3):
Davinci: Table driven pinmux configuration
Davinci: Configurable NAND chip selects
Davinci: NAND enable ECC even when not in NAND boot mode
 
 Robert P. J. Day (1):
Remove superfluous uses of V_PROMPT macro.
 
 Tom Rix (1):
ARM Update mach-types
 
   board/davinci/common/misc.c  |   31 ++
   board/davinci/common/misc.h  |   13 +
   board/logicpd/zoom1/zoom1.c  |2 +-
   board/logicpd/zoom2/zoom2.c  |2 +-
   board/overo/overo.c  |2 +-
   board/pandora/pandora.c  |3 +-
   board/ti/beagle/beagle.c |2 +-
   board/timll/devkit8000/devkit8000.c  |2 +-
   drivers/misc/twl4030_led.c   |   18 +-
   drivers/mtd/nand/davinci_nand.c  |   27 +-
   include/asm-arm/arch-davinci/emif_defs.h |   13 +-
   include/asm-arm/mach-types.h |  631 
 +-
   include/configs/apollon.h|4 +-
   include/configs/davinci_dm355evm.h   |1 +
   include/configs/davinci_dm355leopard.h   |1 +
   include/configs/davinci_dm365evm.h   |1 +
   include/configs/davinci_dm6467evm.h  |1 +
   include/configs/davinci_dvevm.h  |1 +
   include/configs/davinci_schmoogie.h  |1 +
   include/configs/davinci_sffsdr.h |1 +
   include/configs/davinci_sonata.h |1 +
   include/configs/omap2420h4.h |8 +-
   include/configs/omap3_beagle.h   |4 +-
   include/configs/omap3_evm.h  |4 +-
   include/configs/omap3_overo.h|4 +-
   include/configs/omap3_pandora.h  |4 +-
   include/configs/omap3_sdp3430.h  |3 +-
   include/configs/omap3_zoom1.h|4 +-
   include/twl4030.h|6 +-
   29 files changed, 723 insertions(+), 72 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Oh dear, I think you'll find reality's on the blink again.
- Marvin The Paranoid Android
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-12-01 Thread Tom
Wolfgang Denk wrote:
 Dear Tom,
 

snip


 Tom Rix (3):
ARM Update mach-types.h
ARM Update mach-types
ARM Update mach-types
 
 
 Why is this 3 commits?  One should be enough...
 

I updated the mach-types 3 times.
I am updating about once a month or when required.
During this time I changed my process so there is at least
one more than what should be expected.

Tom

 
 Applied, thanks.
 
 Best regards,
 
 Wolfgang Denk
 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-11-24 Thread Wolfgang Denk
Dear Tom,

In message 4b0bf975.7000...@windriver.com you wrote:
 Wolfgang,
 
 Please pull this patch from arm.
 It fixes a problem with overo.
 
 Tom
 
 The following changes since commit 3c014f1586d5bfe30dca7549396915c83f31cd30:
Wolfgang Denk (1):
  Merge branch 'master' of git://git.denx.de/u-boot-net
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master-sync
 
 Grazvydas Ignotas (1):
OMAP3: pandora: fix booting without serial attached
 
   board/pandora/pandora.h |3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Vulcans believe peace should not depend on force.
-- Amanda, Journey to Babel, stardate 3842.3
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-11-15 Thread Wolfgang Denk
Dear Tom,

In message 4afb5a23.7030...@windriver.com you wrote:
 
 I have cherry picked the weak sym change into arm/master-sync
 This is the pull request.
 Tom
 
 
 The following changes since commit 0f365273a6c210e0d82f6dca3994be5283e6bf82:
Wolfgang Denk (1):
  Merge branch 'master-sync' of git://git.denx.de/u-boot-arm
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master-sync
 
 Ron Lee (1):
ARM Don't inline weak symbols
 
   lib_arm/board.c |   18 +-
   1 files changed, 9 insertions(+), 9 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
In the beginning, I was made. I didn't ask to be made. No one consul-
ted with me or considered my feelings  in  this  matter.  But  if  it
brought  some  passing fancy to some lowly humans as they haphazardly
pranced their way through life's mournful jungle, then so be it.
- Marvin the Paranoid Android
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-11-09 Thread Wolfgang Denk
Dear Tom,

In message 4af600f5.8090...@windriver.com you wrote:

 I have cherry picked this commit into arm/master-sync.
 This is the pull request.

Thanks.

 The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
Wolfgang Denk (1):
  Merge branch 'master' of /home/wd/git/u-boot/custodians
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master-sync
 
 Remy Bohmer (1):
ARM: Use Linux version for unaligned access code
 
   include/asm-arm/unaligned.h|3 +-
   include/linux/unaligned/be_byteshift.h |   70 
 
   include/linux/unaligned/le_byteshift.h |   70 
 
   3 files changed, 142 insertions(+), 1 deletions(-)
   create mode 100644 include/linux/unaligned/be_byteshift.h
   create mode 100644 include/linux/unaligned/le_byteshift.h

Appliewd, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Of all the things I've lost, I miss my mind the most.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v4

2009-10-24 Thread Wolfgang Denk
Dear Tom,

In message 4ae34731.5000...@windriver.com you wrote:
 Wolfgang,
 
 Please pull from u-boot-arm, master-sync branch.
 
 The change from the v3 is to put Steve's network patch back
 and to remove Nishanth's memory patch.
 
 Tom
 
 Here is the diff from v3 to v4 :
 
 21c21
  Nishanth Menon (4):
 ---
  Nishanth Menon (3):
 24d23
OMAP3: Fix SDRC init
 45c44
  Steve Sakoman (1):
 ---
  Steve Sakoman (2):
 46a46
ARM: OMAP3: Refactors the SM911x driver
 103c103
   cpu/arm_cortexa8/omap3/mem.c  |   21 +-
 ---
   cpu/arm_cortexa8/omap3/mem.c  |   18 +-
 115a116
   drivers/net/smc911x.c |   12 +-
 121,122d121
   include/asm-arm/arch-omap3/cpu.h  |1 +
   include/asm-arm/arch-omap3/mem.h  |8 +-
 159c158
   100 files changed, 6323 insertions(+), 2459 deletions(-)
 ---
   99 files changed, 6322 insertions(+), 2460 deletions(-)
 
 
 The request :
 
 
 The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
Daniel Gorsulowski (1):
  at91: Update MEESC board support
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master-sync
 
 Eric Benard (3):
AT91 CPU9260 Fix machine ID when using a CPU9G20.
AT91 CPU9260 CPU9G20 Fix compile warnings
AT91 CPUAT91 Fix compiler warning
 
 Minkyu Kang (5):
s5pc1xx: support Samsung s5pc1xx SoC
s5pc1xx: support onenand driver
s5pc1xx: support serial driver
s5pc1xx: add support SMDKC100 board
s5pc1xx: SMDKC100: fix compile warnings
 
 Nishanth Menon (3):
OMAP3: export enable_gpmc_cs_config to board files
OMAP3: fix warnings when NAND/ONENAND is not used
TI OMAP3: make gpmc_config as const
 
 Sandeep Paulraj (13):
TI DaVinci DM355: Fix Compilation warning for DM355 EVM
TI DaVinci DM365: Fix Compilation warning for DM365 EVM
TI DaVinci DM646x: Adding initial support for DM6467 EVM
TI: DaVinci: DM355 Leopard board support
TI DaVinci: Maintainer for DM355 and DM365 EVM
TI: OMAP3: Remove SZ_xx references
TI DaVinci DM355: Add Config option for 64 bit Support
TI DaVinci DM365: Add Config option for 64 bit Support
TI DaVinci DVEVM: Add Config option for 64 bit Support
TI DaVinci Sonata: Add Config option for 64 bit Support
TI DaVinci: DM355 Leopard: Fix compilation warning
TI DaVinci: Fix DM6467 EVM Compilation Warning
TI DaVinci: Adding Copyright for DM365 EVM
 
 Simon Kagstrom (1):
arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
 
 Steve Sakoman (2):
OMAP3: Update Overo and Beagle environment
ARM: OMAP3: Refactors the SM911x driver
 
 Tom Rix (2):
Zoom2 Fix serial gpmc setup
TI OMAP3 SDP3430: Initial Support
 
 kevin.morf...@fearnside-systems.co.uk (5):
CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
Clean-up of s3c24x0 header files
Clean-up of s3c24x0 drivers excluding nand driver
Clean-up of s3c24x0 nand driver
 
   MAINTAINERS   |   12 +
   MAKEALL   |4 +
   Makefile  |   12 +
   board/davinci/dm355evm/dm355evm.c |4 +-
   board/davinci/dm355leopard/Makefile   |   52 ++
   board/davinci/dm355leopard/config.mk  |6 +
   board/davinci/dm355leopard/dm355leopard.c |   98 +++
   board/davinci/dm365evm/dm365evm.c |5 +-
   board/davinci/dm6467evm/Makefile  |   52 ++
   board/davinci/dm6467evm/config.mk |2 +
   board/davinci/dm6467evm/dm6467evm.c   |   31 +
   board/eukrea/cpu9260/cpu9260.c|2 +-
   board/logicpd/zoom2/zoom2.c   |5 +-
   board/mpl/vcma9/vcma9.c   |   13 +-
   board/mpl/vcma9/vcma9.h   |   20 +-
   board/samsung/smdk2400/smdk2400.c |5 +-
   board/samsung/smdk2410/smdk2410.c |5 +-
   board/samsung/smdkc100/Makefile   |   55 ++
   board/samsung/smdkc100/config.mk  |   16 +
   board/samsung/smdkc100/lowlevel_init.S|  215 +
   board/samsung/smdkc100/mem_setup.S|  197 +
   board/samsung/smdkc100/onenand.c  |   83 ++
   board/samsung/smdkc100/smdkc100.c |   51 ++
   board/sbc2410x/sbc2410x.c |7 +-
   board/ti/sdp3430/Makefile |   49 ++
   board/ti/sdp3430/config.mk|   33 +
   board/ti/sdp3430/sdp.c|  204 +
   board/ti/sdp3430/sdp.h|  417 +
   board/trab/cmd_trab.c |   12 +-
   board/trab/rs485.c|   12 +-
   board/trab/trab.c |   17 +-
   board/trab/trab_fkt.c |   26 +-
   board/trab/tsc2000.c  |   17 +-
   

Re: [U-Boot] ARM pull request v3

2009-10-23 Thread Simon Kagstrom
Hi Tom and Wolfgang!

On Sun, 18 Oct 2009 17:58:48 -0500
Tom tom@windriver.com wrote:

 [...]
 The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
Daniel Gorsulowski (1):
  at91: Update MEESC board support
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master-sync

Has this pull been forgotten or is it in the works still?

// Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-23 Thread Tom
Simon Kagstrom wrote:
 Hi Tom and Wolfgang!
 
 On Sun, 18 Oct 2009 17:58:48 -0500
 Tom tom@windriver.com wrote:
 
 [...]
 The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
Daniel Gorsulowski (1):
  at91: Update MEESC board support

 are available in the git repository at:

git://git.denx.de/u-boot-arm master-sync
 
 Has this pull been forgotten or is it in the works still?
 
 // Simon
This is still in the works.
There are some changes I need to incorporate and have been
busy with a board bringup.  I will have a new and hopefully
final version out this weekend.
Tom

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-20 Thread Tom
Dirk Behme wrote:
 Tom wrote:
 This is what has changed since v2

 10,12c10,12
CPU9260 : fix machine ID when using a CPU9G20.
fix CPU9260/CPU9G20 compile warnings
main.c: In function 'abortboot':
 ---
 AT91 CPU9260 Fix machine ID when using a CPU9G20.
 AT91 CPU9260 CPU9G20 Fix compile warnings
 AT91 CPUAT91 Fix compiler warning
 45,46c45
  Steve Sakoman (2):
TI: OMAP3: Refactors the SM911x driver
 ---
   Steve Sakoman (1):
 117d115
   drivers/net/smc911x.c |   12 +-
 161c159

 This comes from rebasing the arm master-sync branch
 
 ...
 
 I removed the sm911x patch.
 
 After this is discussed now, could we apply it again?
 
 Without this patch it will be broken.


I believe the issue is only about the workflow process of the patch.
I believe to resolve, the patch needs to be reposted, unchanged,  to the 
list and to have Ben's ack-ed by added.

Once this is done,  I can apply it.
Tom


 Thanks
 
 Dirk

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-10-19 Thread Wolfgang Denk
Dear Sandeep,

In message 0554bef07d437848af01b9c9b5f0bc5d93521...@dlee01.ent.ti.com you 
wrote:
 
 There were some issues with Overo Tobi ethernet support.

I am aware of these.

 There was a follow up patch that was actually inline in an e-mail rather than 
 formally being a patch.
 Thus I had to give it my own subject header.

Please do not do this. Always keep the original Subject: lines in
place.

If needed, then request a resend of the patch (or resent it yourself).

If you feel this is persnickety then please bear with me, but so far
my patch tracking is based on the messages posted to the mailing
list, and to make this work the Subject of the messages must match
the title line of the commit messages.

 basically as you can see even I got confused as there was no formal patch.
 The patch was kind of inline and once Ben was OK as can be seen above,
 I applied it. I gave it my own header because I had to give something.


 I hope this clears and lingering issues

Yes, it does. Thanks for the explanation. But next time let's please
rather insist on a repost of a separate, easier to track patch.

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: w...@denx.de
I can call spirits from the vasty deep.
Why so can I, or so can any man; but will they come when you do call
for them?  - Shakespeare, 1 King Henry IV, Act III, Scene I.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-19 Thread Wolfgang Denk
Dear Ben Warren,

In message f8328f7c0910181853t3f8c305ai62841e6d7b487...@mail.gmail.com you 
wrote:

 I'm still OK with it, but let's try to clean up our workflow next release...
  I know you guys had quite a mess to clean up with ARM, so to some extent
 this chaos is understandable.

Thanks for pointing this out.

I also want to stress that I in no way intend to criticize anybody. I
am well aware what amount of work you have been doing, and  that  all
of  this  is  completely new to many of you. I just want to point out
the few rough edges we should try to iron out or even better to avoid
next time.  Big thanks to everybody.

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: w...@denx.de
Engineering without management is art.   - Jeff Johnson
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-19 Thread Dirk Behme
Tom wrote:
 This is what has changed since v2
 
 10,12c10,12
CPU9260 : fix machine ID when using a CPU9G20.
fix CPU9260/CPU9G20 compile warnings
main.c: In function 'abortboot':
 ---
 AT91 CPU9260 Fix machine ID when using a CPU9G20.
 AT91 CPU9260 CPU9G20 Fix compile warnings
 AT91 CPUAT91 Fix compiler warning
 45,46c45
  Steve Sakoman (2):
TI: OMAP3: Refactors the SM911x driver
 ---
   Steve Sakoman (1):
 117d115
   drivers/net/smc911x.c |   12 +-
 161c159
 
 This comes from rebasing the arm master-sync branch

...

 I removed the sm911x patch.

After this is discussed now, could we apply it again?

Without this patch it will be broken.

Thanks

Dirk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-10-18 Thread Dirk Behme
Dirk Behme wrote:
 Tom wrote:
...
 Minkyu Kang (4):
s5pc1xx: support Samsung s5pc1xx SoC
s5pc1xx: support onenand driver
s5pc1xx: support serial driver
s5pc1xx: add support SMDKC100 board
...
 But: For smdkc100 I get a lot of warnings [2]. I'm not sure if this is 
 already mainline ready?

Ah, looks like there is already a fix:

http://lists.denx.de/pipermail/u-boot/2009-October/062507.html
http://lists.denx.de/pipermail/u-boot/2009-October/062508.html

Applying this on top of master-sync makes smdkc100 compile fine, too :)

Dirk

 [2] smdkc100 warnings:
 
 Configuring for smdkc100 board...
 clock.c: In function 's5pc100_get_pll_clk':
 clock.c:59: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c:62: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c:65: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c:68: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c: In function 's5pc110_get_pll_clk':
 clock.c:109: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c:112: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c:115: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c:118: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c: In function 's5pc110_get_arm_clk':
 clock.c:164: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c: In function 's5pc100_get_arm_clk':
 clock.c:183: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c: In function 'get_hclk':
 clock.c:203: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c: In function 'get_pclkd1':
 clock.c:219: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c: In function 'get_hclk_sys':
 clock.c:244: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 clock.c: In function 'get_pclk_sys':
 clock.c:269: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c: In function 'timer_init':
 timer.c:68: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c:69: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c:82: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c:85: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c:89: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c:92: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c: In function 'reset_timer_masked':
 timer.c:160: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 timer.c: In function 'get_timer_masked':
 timer.c:167: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_reset':
 samsung.c:136: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:138: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:142: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:143: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:146: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:148: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_readw':
 samsung.c:161: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:163: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:165: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:167: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:169: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:171: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:187: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:189: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:191: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_writew':
 samsung.c:209: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:231: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_wait':
 samsung.c:268: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 samsung.c:274: warning: 

Re: [U-Boot] ARM pull request

2009-10-18 Thread Minkyu Kang
Dear Dirk and Tom

2009/10/18 Dirk Behme dirk.be...@googlemail.com:
 Dirk Behme wrote:
 Tom wrote:
 ...
 Minkyu Kang (4):
        s5pc1xx: support Samsung s5pc1xx SoC
        s5pc1xx: support onenand driver
        s5pc1xx: support serial driver
        s5pc1xx: add support SMDKC100 board
 ...
 But: For smdkc100 I get a lot of warnings [2]. I'm not sure if this is
 already mainline ready?

 Ah, looks like there is already a fix:

 http://lists.denx.de/pipermail/u-boot/2009-October/062507.html
 http://lists.denx.de/pipermail/u-boot/2009-October/062508.html

 Applying this on top of master-sync makes smdkc100 compile fine, too :)

 Dirk

 [2] smdkc100 warnings:

 Configuring for smdkc100 board...
 clock.c: In function 's5pc100_get_pll_clk':
 clock.c:59: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c:62: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c:65: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c:68: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c: In function 's5pc110_get_pll_clk':
 clock.c:109: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c:112: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c:115: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c:118: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c: In function 's5pc110_get_arm_clk':
 clock.c:164: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c: In function 's5pc100_get_arm_clk':
 clock.c:183: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c: In function 'get_hclk':
 clock.c:203: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c: In function 'get_pclkd1':
 clock.c:219: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c: In function 'get_hclk_sys':
 clock.c:244: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 clock.c: In function 'get_pclk_sys':
 clock.c:269: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c: In function 'timer_init':
 timer.c:68: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c:69: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c:82: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c:85: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c:89: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c:92: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c: In function 'reset_timer_masked':
 timer.c:160: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 timer.c: In function 'get_timer_masked':
 timer.c:167: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_reset':
 samsung.c:136: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:138: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:142: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:143: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:146: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:148: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_readw':
 samsung.c:161: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:163: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:165: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:167: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:169: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:171: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:187: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:189: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:191: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_writew':
 samsung.c:209: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c:231: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 samsung.c: In function 's3c_onenand_wait':
 samsung.c:268: warning: dereferencing type-punned pointer will break
 strict-aliasing rules
 

Re: [U-Boot] ARM pull request

2009-10-18 Thread Tom
Minkyu Kang wrote:
 Dear Dirk and Tom
 
 2009/10/18 Dirk Behme dirk.be...@googlemail.com:
 Dirk Behme wrote:
 Tom wrote:
 ...
 Minkyu Kang (4):
s5pc1xx: support Samsung s5pc1xx SoC
s5pc1xx: support onenand driver
s5pc1xx: support serial driver
s5pc1xx: add support SMDKC100 board
 ...
 But: For smdkc100 I get a lot of warnings [2]. I'm not sure if this is
 already mainline ready?
 Ah, looks like there is already a fix:

 http://lists.denx.de/pipermail/u-boot/2009-October/062507.html
 http://lists.denx.de/pipermail/u-boot/2009-October/062508.html

 Applying this on top of master-sync makes smdkc100 compile fine, too :)

 Dirk
snip


 
 Thank you Dirk :)
 Tom, please apply the patch.

Thanks!
All warning for smdkc100 have been squashed.
Patch has been applied to arm master-sync.

Tom

 
 Thanks
 Minkyu Kang

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-10-18 Thread Wolfgang Denk
Dear Tom,

In message 4ada8080.3060...@windriver.com you wrote:
 The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
Daniel Gorsulowski (1):
  at91: Update MEESC board support
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master-sync
 
 Eric Benard (3):
CPU9260 : fix machine ID when using a CPU9G20.
fix CPU9260/CPU9G20 compile warnings
main.c: In function 'abortboot':

Ummm... This is a terrible commit message, and even worse, I cannot
find any trace of this patch in the mailing lists? Where is it coming
from?

 Minkyu Kang (4):
s5pc1xx: support Samsung s5pc1xx SoC
s5pc1xx: support onenand driver
s5pc1xx: support serial driver
s5pc1xx: add support SMDKC100 board
 
 Nishanth Menon (4):
OMAP3: export enable_gpmc_cs_config to board files
OMAP3: fix warnings when NAND/ONENAND is not used
OMAP3: Fix SDRC init
TI OMAP3: make gpmc_config as const
 
 Sandeep Paulraj (13):
TI DaVinci DM355: Fix Compilation warning for DM355 EVM
TI DaVinci DM365: Fix Compilation warning for DM365 EVM
TI DaVinci DM646x: Adding initial support for DM6467 EVM
TI: DaVinci: DM355 Leopard board support
TI DaVinci: Maintainer for DM355 and DM365 EVM
TI: OMAP3: Remove SZ_xx references
TI DaVinci DM355: Add Config option for 64 bit Support
TI DaVinci DM365: Add Config option for 64 bit Support
TI DaVinci DVEVM: Add Config option for 64 bit Support
TI DaVinci Sonata: Add Config option for 64 bit Support
TI DaVinci: DM355 Leopard: Fix compilation warning
TI DaVinci: Fix DM6467 EVM Compilation Warning
TI DaVinci: Adding Copyright for DM365 EVM
 
 Simon Kagstrom (1):
arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
 
 Steve Sakoman (2):
TI: OMAP3: Refactors the SM911x driver

And where is this patch coming from? Again, I canot see a trace of it
in the mailing list archive, and anyway, it must go through the net
custodian, or at least have Ben's blessing (Acked-by: line).


OMAP3: Update Overo and Beagle environment
 
 Tom Rix (2):
Zoom2 Fix serial gpmc setup
TI OMAP3 SDP3430: Initial Support
 
 kevin.morf...@fearnside-systems.co.uk (5):
CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
Clean-up of s3c24x0 header files
Clean-up of s3c24x0 drivers excluding nand driver
Clean-up of s3c24x0 nand driver
 
   MAINTAINERS   |   12 +
   MAKEALL   |4 +
   Makefile  |   12 +
   board/davinci/dm355evm/dm355evm.c |4 +-
   board/davinci/dm355leopard/Makefile   |   52 ++
   board/davinci/dm355leopard/config.mk  |6 +
   board/davinci/dm355leopard/dm355leopard.c |   98 +++
   board/davinci/dm365evm/dm365evm.c |5 +-
   board/davinci/dm6467evm/Makefile  |   52 ++
   board/davinci/dm6467evm/config.mk |2 +
   board/davinci/dm6467evm/dm6467evm.c   |   31 +
   board/eukrea/cpu9260/cpu9260.c|2 +-
   board/logicpd/zoom2/zoom2.c   |5 +-
   board/mpl/vcma9/vcma9.c   |   13 +-
   board/mpl/vcma9/vcma9.h   |   20 +-
   board/samsung/smdk2400/smdk2400.c |5 +-
   board/samsung/smdk2410/smdk2410.c |5 +-
   board/samsung/smdkc100/Makefile   |   55 ++
   board/samsung/smdkc100/config.mk  |   16 +
   board/samsung/smdkc100/lowlevel_init.S|  215 +
   board/samsung/smdkc100/mem_setup.S|  197 +
   board/samsung/smdkc100/onenand.c  |   83 ++
   board/samsung/smdkc100/smdkc100.c |   51 ++
   board/sbc2410x/sbc2410x.c |7 +-
   board/ti/sdp3430/Makefile |   49 ++
   board/ti/sdp3430/config.mk|   33 +
   board/ti/sdp3430/sdp.c|  204 +
   board/ti/sdp3430/sdp.h|  417 +
   board/trab/cmd_trab.c |   12 +-
   board/trab/rs485.c|   12 +-
   board/trab/trab.c |   17 +-
   board/trab/trab_fkt.c |   26 +-
   board/trab/tsc2000.c  |   17 +-
   board/trab/tsc2000.h  |4 +-
   board/trab/vfd.c  |   12 +-
   common/serial.c   |   18 +
   cpu/arm920t/s3c24x0/interrupts.c  |4 +-
   cpu/arm920t/s3c24x0/speed.c   |   42 +-
   cpu/arm920t/s3c24x0/timer.c   |  110 ++--
   cpu/arm920t/s3c24x0/usb.c |   30 +-
   cpu/arm920t/s3c24x0/usb_ohci.c| 1323 
 +++--
   cpu/arm920t/s3c24x0/usb_ohci.h|  209 +++---
   cpu/arm920t/start.S   |  

Re: [U-Boot] ARM pull request

2009-10-18 Thread Tom
Wolfgang Denk wrote:
 Dear Tom,
 
 In message 4ada8080.3060...@windriver.com you wrote:
 The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
Daniel Gorsulowski (1):
  at91: Update MEESC board support

 are available in the git repository at:

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

 Eric Benard (3):
CPU9260 : fix machine ID when using a CPU9G20.
fix CPU9260/CPU9G20 compile warnings
main.c: In function 'abortboot':
 
 Ummm... This is a terrible commit message, and even worse, I cannot
 find any trace of this patch in the mailing lists? Where is it coming
 from?
 
 Minkyu Kang (4):
s5pc1xx: support Samsung s5pc1xx SoC
s5pc1xx: support onenand driver
s5pc1xx: support serial driver
s5pc1xx: add support SMDKC100 board

 Nishanth Menon (4):
OMAP3: export enable_gpmc_cs_config to board files
OMAP3: fix warnings when NAND/ONENAND is not used
OMAP3: Fix SDRC init
TI OMAP3: make gpmc_config as const

 Sandeep Paulraj (13):
TI DaVinci DM355: Fix Compilation warning for DM355 EVM
TI DaVinci DM365: Fix Compilation warning for DM365 EVM
TI DaVinci DM646x: Adding initial support for DM6467 EVM
TI: DaVinci: DM355 Leopard board support
TI DaVinci: Maintainer for DM355 and DM365 EVM
TI: OMAP3: Remove SZ_xx references
TI DaVinci DM355: Add Config option for 64 bit Support
TI DaVinci DM365: Add Config option for 64 bit Support
TI DaVinci DVEVM: Add Config option for 64 bit Support
TI DaVinci Sonata: Add Config option for 64 bit Support
TI DaVinci: DM355 Leopard: Fix compilation warning
TI DaVinci: Fix DM6467 EVM Compilation Warning
TI DaVinci: Adding Copyright for DM365 EVM

 Simon Kagstrom (1):
arm926ejs: 8-byte align stack to avoid LDRD/STRD problems

 Steve Sakoman (2):
TI: OMAP3: Refactors the SM911x driver
 
 And where is this patch coming from? Again, I canot see a trace of it
 in the mailing list archive, and anyway, it must go through the net
 custodian, or at least have Ben's blessing (Acked-by: line).
 
This came from the last ti pull.
 
OMAP3: Update Overo and Beagle environment

 Tom Rix (2):
Zoom2 Fix serial gpmc setup
TI OMAP3 SDP3430: Initial Support

 kevin.morf...@fearnside-systems.co.uk (5):
CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
Clean-up of s3c24x0 header files
Clean-up of s3c24x0 drivers excluding nand driver
Clean-up of s3c24x0 nand driver

   MAINTAINERS   |   12 +
   MAKEALL   |4 +
   Makefile  |   12 +
   board/davinci/dm355evm/dm355evm.c |4 +-
   board/davinci/dm355leopard/Makefile   |   52 ++
   board/davinci/dm355leopard/config.mk  |6 +
   board/davinci/dm355leopard/dm355leopard.c |   98 +++
   board/davinci/dm365evm/dm365evm.c |5 +-
   board/davinci/dm6467evm/Makefile  |   52 ++
   board/davinci/dm6467evm/config.mk |2 +
   board/davinci/dm6467evm/dm6467evm.c   |   31 +
   board/eukrea/cpu9260/cpu9260.c|2 +-
   board/logicpd/zoom2/zoom2.c   |5 +-
   board/mpl/vcma9/vcma9.c   |   13 +-
   board/mpl/vcma9/vcma9.h   |   20 +-
   board/samsung/smdk2400/smdk2400.c |5 +-
   board/samsung/smdk2410/smdk2410.c |5 +-
   board/samsung/smdkc100/Makefile   |   55 ++
   board/samsung/smdkc100/config.mk  |   16 +
   board/samsung/smdkc100/lowlevel_init.S|  215 +
   board/samsung/smdkc100/mem_setup.S|  197 +
   board/samsung/smdkc100/onenand.c  |   83 ++
   board/samsung/smdkc100/smdkc100.c |   51 ++
   board/sbc2410x/sbc2410x.c |7 +-
   board/ti/sdp3430/Makefile |   49 ++
   board/ti/sdp3430/config.mk|   33 +
   board/ti/sdp3430/sdp.c|  204 +
   board/ti/sdp3430/sdp.h|  417 +
   board/trab/cmd_trab.c |   12 +-
   board/trab/rs485.c|   12 +-
   board/trab/trab.c |   17 +-
   board/trab/trab_fkt.c |   26 +-
   board/trab/tsc2000.c  |   17 +-
   board/trab/tsc2000.h  |4 +-
   board/trab/vfd.c  |   12 +-
   common/serial.c   |   18 +
   cpu/arm920t/s3c24x0/interrupts.c  |4 +-
   cpu/arm920t/s3c24x0/speed.c   |   42 +-
   cpu/arm920t/s3c24x0/timer.c   |  110 ++--
   cpu/arm920t/s3c24x0/usb.c |   30 +-
   cpu/arm920t/s3c24x0/usb_ohci.c| 1323 
 +++--
   cpu/arm920t/s3c24x0/usb_ohci.h|  

Re: [U-Boot] ARM pull request

2009-10-18 Thread Wolfgang Denk
Dear Tom,

In message 4adb78d4.2060...@windriver.com you wrote:

  And where is this patch coming from? Again, I canot see a trace of it
  in the mailing list archive, and anyway, it must go through the net
  custodian, or at least have Ben's blessing (Acked-by: line).
  
 This came from the last ti pull.

Ah, I see.

Sandeep, please never check in commits that have not bee posted on
the mailing list. And please don't check in commits that need to go
through another repository (or at least make sure you have the
Acked-by: from the respective custodian). Thanks.


 
 I will fix the subject in at91 patch
 and remove the overo net patch
 and restore the author of the 3430 sdp patch with a rebase.
 
 I will resend the pull request when done.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Today's robots are very primitive, capable of understanding  only  a
few  simple  instructions  such  as 'go left', 'go right', and 'build
car'.  - John Sladek
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request

2009-10-18 Thread Paulraj, Sandeep


 Dear Tom,
 
 In message 4adb78d4.2060...@windriver.com you wrote:
 
   And where is this patch coming from? Again, I canot see a trace of it
   in the mailing list archive, and anyway, it must go through the net
   custodian, or at least have Ben's blessing (Acked-by: line).
  
  This came from the last ti pull.
 
 Ah, I see.
 
 Sandeep, please never check in commits that have not bee posted on
 the mailing list. And please don't check in commits that need to go
 through another repository (or at least make sure you have the
 Acked-by: from the respective custodian). Thanks.

Wolfgang,

There were some issues with Overo Tobi ethernet support.

There was a follow up patch that was actually inline in an e-mail rather than 
formally being a patch.
Thus I had to give it my own subject header.
Look at this
http://lists.denx.de/pipermail/u-boot/2009-October/062150.html

For the entire thread please refer to.

It had Ben's blessing
http://lists.denx.de/pipermail/u-boot/2009-October/062197.html

This post also gives some more background

http://lists.denx.de/pipermail/u-boot/2009-October/062301.html

basically as you can see even I got confused as there was no formal patch.
The patch was kind of inline and once Ben was OK as can be seen above, I 
applied it. I gave it my own header because I had to give something.


I hope this clears and lingering issues

 
 
 
  I will fix the subject in at91 patch
  and remove the overo net patch
  and restore the author of the 3430 sdp patch with a rebase.
 
  I will resend the pull request when done.
 

Thanks,
Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-18 Thread Paulraj, Sandeep


 
 This is what has changed since v2
 
 10,12c10,12
CPU9260 : fix machine ID when using a CPU9G20.
fix CPU9260/CPU9G20 compile warnings
main.c: In function 'abortboot':
 ---
 AT91 CPU9260 Fix machine ID when using a CPU9G20.
 AT91 CPU9260 CPU9G20 Fix compile warnings
 AT91 CPUAT91 Fix compiler warning
 45,46c45
  Steve Sakoman (2):
TI: OMAP3: Refactors the SM911x driver
 ---
   Steve Sakoman (1):
 117d115
   drivers/net/smc911x.c |   12 +-
 161c159

I understand this is the one Wolfgang objected to but I have explained the 
situation and I am confident this is a valid commit and was definitely sent to 
the mailing list. Besides even Ben was OK with it. 
 
 This comes from rebasing the arm master-sync branch
 
 I added the AT91 prefix to the at91 patches and fixed the subject on
 the subject on the CPUAT91.
 
 I removed the sm911x patch.
 
 I tried and failed to change the 3430sdp to point to the true author.
 
 Tom
 
The patch just needs to have From: David Brownell  his e-mail

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-18 Thread Ben Warren
Sandeep,
On Sun, Oct 18, 2009 at 5:37 PM, Paulraj, Sandeep s-paul...@ti.com wrote:



 
  This is what has changed since v2
 
  10,12c10,12
 CPU9260 : fix machine ID when using a CPU9G20.
 fix CPU9260/CPU9G20 compile warnings
 main.c: In function 'abortboot':
  ---
  AT91 CPU9260 Fix machine ID when using a CPU9G20.
  AT91 CPU9260 CPU9G20 Fix compile warnings
  AT91 CPUAT91 Fix compiler warning
  45,46c45
   Steve Sakoman (2):
 TI: OMAP3: Refactors the SM911x driver
  ---
Steve Sakoman (1):
  117d115
drivers/net/smc911x.c |   12 +-
  161c159

 I understand this is the one Wolfgang objected to but I have explained the
 situation and I am confident this is a valid commit and was definitely sent
 to the mailing list. Besides even Ben was OK with it.

I'm still OK with it, but let's try to clean up our workflow next release...
 I know you guys had quite a mess to clean up with ARM, so to some extent
this chaos is understandable.

regards,
Ben
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-17 Thread Paulraj, Sandeep


Sandeep: What's about this?


Sent some days ago

http://article.gmane.org/gmane.comp.boot-loaders.u-boot/69770

Tom: We need this in u-boot-arm before sending the pull request to
Wolfgang. If we don't get a u-boot-ti pull request, at least we need
the two above commits from u-boot-ti in u-boot-arm.

Many thanks and best regards
Dirk


Thanks,
Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-17 Thread Tom
Dirk Behme wrote:
 Paulraj, Sandeep wrote:
 Tom Rix wrote:
 ...

 Olof Johansson (3):
 ...
SMC911X: Add chip auto detection
 This is broken [1] and doesn't work without

 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a

 And while last re-organization of u-boot-ti

 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1

 was lost, but now is there again.

 Maybe you like to cherry-pick both?

 I'll send out a pull request which will have these 2. I'll do that later 
 today.
 
 Sandeep: What's about this?
 
 Tom: We need this in u-boot-arm before sending the pull request to 
 Wolfgang. If we don't get a u-boot-ti pull request, at least we need 
 the two above commits from u-boot-ti in u-boot-arm.
 
 Many thanks and best regards

Sorry for the delay.
I have been traveling.
I will catch up on the issues this weekend.
Tom

 
 Dirk
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-17 Thread Tom
Dirk Behme wrote:
 Paulraj, Sandeep wrote:
 Tom Rix wrote:
 ...

 Olof Johansson (3):
 ...
SMC911X: Add chip auto detection
 This is broken [1] and doesn't work without

 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a

 And while last re-organization of u-boot-ti

 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1

 was lost, but now is there again.

 Maybe you like to cherry-pick both?

 I'll send out a pull request which will have these 2. I'll do that later 
 today.
 
 Sandeep: What's about this?
 
 Tom: We need this in u-boot-arm before sending the pull request to 
 Wolfgang. If we don't get a u-boot-ti pull request, at least we need 
 the two above commits from u-boot-ti in u-boot-arm.
 
 Many thanks and best regards

Dirk,
I have done the latest pull request.
Can you check that these or their equivalents have made it into 
arm/master-sync.

Tom

 
 Dirk
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-16 Thread Dirk Behme
Paulraj, Sandeep wrote:
 
 Tom Rix wrote:
 ...

 Olof Johansson (3):
 ...
SMC911X: Add chip auto detection
 This is broken [1] and doesn't work without

 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a

 And while last re-organization of u-boot-ti

 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1

 was lost, but now is there again.

 Maybe you like to cherry-pick both?
 
 
 I'll send out a pull request which will have these 2. I'll do that later 
 today.

Sandeep: What's about this?

Tom: We need this in u-boot-arm before sending the pull request to 
Wolfgang. If we don't get a u-boot-ti pull request, at least we need 
the two above commits from u-boot-ti in u-boot-arm.

Many thanks and best regards

Dirk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-14 Thread Tom Rix
Simon Kagstrom wrote:
 On Tue, 13 Oct 2009 16:51:14 +0200
 Wolfgang Denk w...@denx.de wrote:
 
 I want to let you know that there will probably be some compilation
 warnings. These are patches for these. These have been sent to the
 list and ACK'ed by Tom and currently in my master. This will be part
 of my next pull request.
 Thanks for the heads-up. Indeed there are lots of warning.

 OK, so I will wait until Tom sends another pull request that includes
 these fixes.
 
 Tom: Perhaps you could pick up [PATCH v3] arm926ejs: 8-byte align
 stack to avoid LDRD/STRD problems for the ARM repo as well then?
 
 I know it could go via Prafullas tree, but it's not really
 Marvell-specific, just fixes an issue for Sheevaplug and OpenRD. I also
 don't see how it could do any harm to other ARM boards.
 

Yes I think this fix is fine.
Did it make it into the marvell tree?  Do you have a commit id I could
cherry pick from?  Else I will find it

Tom

 // Simon
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
 
 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-14 Thread Simon Kagstrom
On Wed, 14 Oct 2009 06:18:30 -0500
Tom Rix t...@bumblecow.com wrote:

  Tom: Perhaps you could pick up [PATCH v3] arm926ejs: 8-byte align
  stack to avoid LDRD/STRD problems for the ARM repo as well then?
  
  I know it could go via Prafullas tree, but it's not really
  Marvell-specific, just fixes an issue for Sheevaplug and OpenRD. I also
  don't see how it could do any harm to other ARM boards.
 
 Yes I think this fix is fine.
 Did it make it into the marvell tree?  Do you have a commit id I could
 cherry pick from?  Else I will find it

I believe it's in the testing branch in Prafullas Marvell tree.

// Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v2

2009-10-13 Thread Wolfgang Denk
Dear Tom,

In message 4ad3e52d.4050...@windriver.com you wrote:

 Sandeep has pointed out that the pull request should be one down.
 This is new request.
 
 The following changes since commit 2d4072c06b5549444e4140231bba3d47d9b0bc53:
Sandeep Paulraj (1):
  ARM: DaVinci: Adding Support for DaVinci DM365 EVM
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
 Anton Vorontsov (11):
Move uninitialized_var() macro from ubi_uboot.h to compiler.h
mpc83xx/serdes: License cleanup: remove All Rights Reserved notice
fsl: sys_eeprom: Fix 'may be used uninitialized' warning
net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
net: uec: Fix uccf.h and uec.h headers to include headers they 
 depend on
mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 
 2.1 CPUs
mpc83xx: mpc8360emds: Add QE USB device tree fixups
Move uninitialized_var() macro from ubi_uboot.h to compiler.h
mpc83xx/serdes: License cleanup: remove All Rights Reserved notice
fsl: sys_eeprom: Fix 'may be used uninitialized' warning

Umm... all this stuff, as well as the other MPC85xx, ppc2xx etc.
related commits below,  is not supposed to show up in a ARM pull
request.

It is essential that I see _only_ ARM related commits in your pull
request.

If you want to sync your tree against u-boot/master you must either
rebase your tree against master (not recommended for any published
tree unless really needed), or send a pull request _before_ pulling.
Next time - for now, it's obviously too late.

I tried pulling your repo in a temp branch and rebase this, but this
caused a lots of merge conflicts in non-ARM files.

Can you please try to clean this up? Maybe we can split this in a list
of ARM related commits that can be cherry-picked?


Thanks in advance.

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: w...@denx.de
: ... and it's got weird formatting - Notepad, Write, Works  3  can't
: decipher it, and it's too big to go in DOS Edit. Help!
Install an operating system. :-)  -- Tom Christiansen
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v2

2009-10-13 Thread Tom Rix
Wolfgang Denk wrote:
 Dear Tom,
 
 In message 4ad3e52d.4050...@windriver.com you wrote:
 Sandeep has pointed out that the pull request should be one down.
 This is new request.

 The following changes since commit 2d4072c06b5549444e4140231bba3d47d9b0bc53:
Sandeep Paulraj (1):
  ARM: DaVinci: Adding Support for DaVinci DM365 EVM

 are available in the git repository at:

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

 Anton Vorontsov (11):
Move uninitialized_var() macro from ubi_uboot.h to compiler.h
mpc83xx/serdes: License cleanup: remove All Rights Reserved notice
fsl: sys_eeprom: Fix 'may be used uninitialized' warning
net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
net: uec: Fix uccf.h and uec.h headers to include headers they 
 depend on
mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 
 2.1 CPUs
mpc83xx: mpc8360emds: Add QE USB device tree fixups
Move uninitialized_var() macro from ubi_uboot.h to compiler.h
mpc83xx/serdes: License cleanup: remove All Rights Reserved notice
fsl: sys_eeprom: Fix 'may be used uninitialized' warning
 
 Umm... all this stuff, as well as the other MPC85xx, ppc2xx etc.
 related commits below,  is not supposed to show up in a ARM pull
 request.
 
 It is essential that I see _only_ ARM related commits in your pull
 request.
 
 If you want to sync your tree against u-boot/master you must either
 rebase your tree against master (not recommended for any published
 tree unless really needed), or send a pull request _before_ pulling.
 Next time - for now, it's obviously too late.
 
 I tried pulling your repo in a temp branch and rebase this, but this
 caused a lots of merge conflicts in non-ARM files.
 
 Can you please try to clean this up? Maybe we can split this in a list
 of ARM related commits that can be cherry-picked?
 

Yes I see that that merge conflict.
I will clean this up to a new branch by cherry-picking.
This may take a day or two to do and to verify.
I will have it done asap.

Tom


 Thanks in advance.
 
 Best regards,
 
 Wolfgang Denk
 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v2

2009-10-13 Thread Wolfgang Denk
Dear Tom,

In message 4ad44bde.80...@bumblecow.com you wrote:

  I tried pulling your repo in a temp branch and rebase this, but this
  caused a lots of merge conflicts in non-ARM files.
  
  Can you please try to clean this up? Maybe we can split this in a list
  of ARM related commits that can be cherry-picked?

 Yes I see that that merge conflict.
 I will clean this up to a new branch by cherry-picking.
 This may take a day or two to do and to verify.
 I will have it done asap.

Thanks a lot.

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: w...@denx.de
One planet is all you get.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-13 Thread Abdoulaye Walsimou Gaye
Tom Rix a écrit :
 Wolfgang,

 I have cleaned up the commits to arm/master-sync.

 The cleanup is from doing a
 git rev-list --reverse master..arm/master
 Then working back from my notes to take only the commits
 were either misc arm or other arm pull requests.
 These were cherry picked on top of the current u-boot/master.

 I ran the MAKEALL regression and the results look like
 what I posted on Sunday.

 That said, it would be a good idea to wait a bit for others to
 review this list and pick up on anything that I missed.

 I will be offline for about 10hrs and will fix any problems
 then.

 Tom

 The following changes since commit 14abfe361b3ed23b02f564e2f5d663e158cd5799:
Wolfgang Denk (1):
  Merge branch 'master' of /home/wd/git/u-boot/custodians

 are available in the git repository at:

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

 Daniel Gorsulowski (1):
at91: Update MEESC board support

 Dirk Behme (1):
OMAP3 MMC: Fix warning dereferencing type-punned pointer

 Olof Johansson (3):
OMAP3: Clean up whitespace in mux configs
SMC911X: Add chip auto detection
TI: OMAP3: Overo Tobi ethernet support

 Prafulla Wadaskar (2):
Kirkwood: rd6281a: Add kwbimage build support
Kirkwood: mv88f6281gtw_ge: Add kwbimage build support

 Sandeep Paulraj (9):
TI DaVinci: Remove references to SZ_xx
TI DaVinci: DM6446: Fix Compilation error in NAND mode
TI DaVinci: DM646x: Initial Support for DM646x SOC
TI DaVinci: DM355: Config Cleanup and Update
TI DaVinci DM365: Removing header file which does not exist
TI: DaVinci DM365: Minor config cleanup
TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
TI: DaVinci: GPIO header file and definitions
TI: DaVinci DM365: Enabling network Support on DM365 EVM

 Simon Kagstrom (2):
Support for the OpenRD base board
arm: Correct build with CONFIG_SYS_HUSH_PARSER set

 Tom Rix (4):
OMAP3 Move cache routine to cache.S
Add support for Eukrea CPUAT91 SBC
Add support for Eukrea CPU9260/CPU9G20 SBC
TI OMAP3 Use arm init sequence to initialize i2c
   
Tom,
Why this pull request does not include this[1] sub pull request from 
samsung repository?

[1]: http://lists.denx.de/pipermail/u-boot/2009-October/062364.html

Thanks
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-13 Thread Wolfgang Denk
Dear Tom Rix,

In message 4ad478ae.10...@bumblecow.com you wrote:
 Wolfgang,
 
 I have cleaned up the commits to arm/master-sync.
 
 The cleanup is from doing a
 git rev-list --reverse master..arm/master
 Then working back from my notes to take only the commits
 were either misc arm or other arm pull requests.
 These were cherry picked on top of the current u-boot/master.
 
 I ran the MAKEALL regression and the results look like
 what I posted on Sunday.
 
 That said, it would be a good idea to wait a bit for others to
 review this list and pick up on anything that I missed.
 
 I will be offline for about 10hrs and will fix any problems
 then.
 
 Tom
 
 The following changes since commit 14abfe361b3ed23b02f564e2f5d663e158cd5799:
Wolfgang Denk (1):
  Merge branch 'master' of /home/wd/git/u-boot/custodians
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-arm master-sync
 
 Daniel Gorsulowski (1):
at91: Update MEESC board support
 
 Dirk Behme (1):
OMAP3 MMC: Fix warning dereferencing type-punned pointer
 
 Olof Johansson (3):
OMAP3: Clean up whitespace in mux configs
SMC911X: Add chip auto detection
TI: OMAP3: Overo Tobi ethernet support
 
 Prafulla Wadaskar (2):
Kirkwood: rd6281a: Add kwbimage build support
Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
 
 Sandeep Paulraj (9):
TI DaVinci: Remove references to SZ_xx
TI DaVinci: DM6446: Fix Compilation error in NAND mode
TI DaVinci: DM646x: Initial Support for DM646x SOC
TI DaVinci: DM355: Config Cleanup and Update
TI DaVinci DM365: Removing header file which does not exist
TI: DaVinci DM365: Minor config cleanup
TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
TI: DaVinci: GPIO header file and definitions
TI: DaVinci DM365: Enabling network Support on DM365 EVM
 
 Simon Kagstrom (2):
Support for the OpenRD base board
arm: Correct build with CONFIG_SYS_HUSH_PARSER set
 
 Tom Rix (4):
OMAP3 Move cache routine to cache.S
Add support for Eukrea CPUAT91 SBC
Add support for Eukrea CPU9260/CPU9G20 SBC
TI OMAP3 Use arm init sequence to initialize i2c
 
   MAINTAINERS|   10 +
   MAKEALL|6 +-
   Makefile   |   17 +
   board/Marvell/mv88f6281gtw_ge/config.mk|3 +
   board/Marvell/mv88f6281gtw_ge/kwbimage.cfg |  165 +++
   board/Marvell/openrd_base/Makefile |   56 +++
   board/Marvell/openrd_base/config.mk|   33 ++
   board/Marvell/openrd_base/kwbimage.cfg |  168 +++
   board/Marvell/openrd_base/openrd_base.c|  160 +++
   board/Marvell/openrd_base/openrd_base.h|   46 ++
   board/Marvell/rd6281a/config.mk|3 +
   board/Marvell/rd6281a/kwbimage.cfg |  167 +++
   board/davinci/dm365evm/dm365evm.c  |   44 ++-
   board/esd/meesc/meesc.c|   65 +++-
   board/eukrea/cpu9260/Makefile  |   59 +++
   board/eukrea/cpu9260/config.mk |1 +
   board/eukrea/cpu9260/cpu9260.c |  220 +
   board/eukrea/cpu9260/led.c |  153 +++
   board/eukrea/cpuat91/Makefile  |   50 +++
   board/eukrea/cpuat91/config.mk |1 +
   board/eukrea/cpuat91/cpuat91.c |   81 
   board/logicpd/zoom1/zoom1.h|  164 
   board/logicpd/zoom2/zoom2.h|  188 
   board/overo/overo.c|   59 +++
   board/overo/overo.h|  645 
 ++--
   board/pandora/pandora.h|  662 
 ++--
   board/ti/beagle/beagle.h   |  640 
 ++--
   board/ti/evm/evm.h |  662 
 ++--
   board/timll/devkit8000/devkit8000.h|  628 
 +-
   cpu/arm920t/at91rm9200/Makefile|5 +-
   cpu/arm920t/at91rm9200/ks8721.c|  249 +++
   cpu/arm926ejs/at91/lowlevel_init.S |3 +-
   cpu/arm926ejs/davinci/Makefile |1 +
   cpu/arm926ejs/davinci/dm646x.c |   41 ++
   cpu/arm926ejs/kirkwood/cpu.c   |1 +
   cpu/arm_cortexa8/cpu.c |2 +-
   cpu/arm_cortexa8/omap3/Makefile|2 +-
   cpu/arm_cortexa8/omap3/board.c |2 +-
   cpu/arm_cortexa8/omap3/cache.S |  191 
   cpu/arm_cortexa8/omap3/cache.c |   95 
   cpu/arm_cortexa8/start.S   |   85 
   drivers/mmc/omap3_mmc.c|   48 +--
   drivers/net/smc911x.c  |   14 +-
   drivers/net/smc911x.h  |7 +-
   include/asm-arm/arch-davinci/emac_defs.h   |4 +-
   

Re: [U-Boot] ARM pull request v3

2009-10-13 Thread Paulraj, Sandeep


 
 Dear Tom Rix,
 
 In message 4ad478ae.10...@bumblecow.com you wrote:
  Wolfgang,
 
  I have cleaned up the commits to arm/master-sync.
 
  The cleanup is from doing a
  git rev-list --reverse master..arm/master
  Then working back from my notes to take only the commits
  were either misc arm or other arm pull requests.
  These were cherry picked on top of the current u-boot/master.
 
  I ran the MAKEALL regression and the results look like
  what I posted on Sunday.
 
  That said, it would be a good idea to wait a bit for others to
  review this list and pick up on anything that I missed.
 
  I will be offline for about 10hrs and will fix any problems
  then.
 
  Tom
 
  The following changes since commit
 14abfe361b3ed23b02f564e2f5d663e158cd5799:
 Wolfgang Denk (1):
   Merge branch 'master' of /home/wd/git/u-boot/custodians
 
  are available in the git repository at:
 
 git://git.denx.de/u-boot-arm master-sync
 
  Daniel Gorsulowski (1):
 at91: Update MEESC board support
 
  Dirk Behme (1):
 OMAP3 MMC: Fix warning dereferencing type-punned pointer
 
  Olof Johansson (3):
 OMAP3: Clean up whitespace in mux configs
 SMC911X: Add chip auto detection
 TI: OMAP3: Overo Tobi ethernet support
 
  Prafulla Wadaskar (2):
 Kirkwood: rd6281a: Add kwbimage build support
 Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
 
  Sandeep Paulraj (9):
 TI DaVinci: Remove references to SZ_xx
 TI DaVinci: DM6446: Fix Compilation error in NAND mode
 TI DaVinci: DM646x: Initial Support for DM646x SOC
 TI DaVinci: DM355: Config Cleanup and Update
 TI DaVinci DM365: Removing header file which does not exist
 TI: DaVinci DM365: Minor config cleanup
 TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
 TI: DaVinci: GPIO header file and definitions
 TI: DaVinci DM365: Enabling network Support on DM365 EVM
 
  Simon Kagstrom (2):
 Support for the OpenRD base board
 arm: Correct build with CONFIG_SYS_HUSH_PARSER set
 
  Tom Rix (4):
 OMAP3 Move cache routine to cache.S
 Add support for Eukrea CPUAT91 SBC
 Add support for Eukrea CPU9260/CPU9G20 SBC
 TI OMAP3 Use arm init sequence to initialize i2c
 
MAINTAINERS|   10 +
MAKEALL|6 +-
Makefile   |   17 +
board/Marvell/mv88f6281gtw_ge/config.mk|3 +
board/Marvell/mv88f6281gtw_ge/kwbimage.cfg |  165 +++
board/Marvell/openrd_base/Makefile |   56 +++
board/Marvell/openrd_base/config.mk|   33 ++
board/Marvell/openrd_base/kwbimage.cfg |  168 +++
board/Marvell/openrd_base/openrd_base.c|  160 +++
board/Marvell/openrd_base/openrd_base.h|   46 ++
board/Marvell/rd6281a/config.mk|3 +
board/Marvell/rd6281a/kwbimage.cfg |  167 +++
board/davinci/dm365evm/dm365evm.c  |   44 ++-
board/esd/meesc/meesc.c|   65 +++-
board/eukrea/cpu9260/Makefile  |   59 +++
board/eukrea/cpu9260/config.mk |1 +
board/eukrea/cpu9260/cpu9260.c |  220 +
board/eukrea/cpu9260/led.c |  153 +++
board/eukrea/cpuat91/Makefile  |   50 +++
board/eukrea/cpuat91/config.mk |1 +
board/eukrea/cpuat91/cpuat91.c |   81 
board/logicpd/zoom1/zoom1.h|  164 
board/logicpd/zoom2/zoom2.h|  188 
board/overo/overo.c|   59 +++
board/overo/overo.h|  645
  ++--
board/pandora/pandora.h|  662
  ++--
board/ti/beagle/beagle.h   |  640
  ++--
board/ti/evm/evm.h |  662
  ++--
board/timll/devkit8000/devkit8000.h|  628
  +-
cpu/arm920t/at91rm9200/Makefile|5 +-
cpu/arm920t/at91rm9200/ks8721.c|  249 +++
cpu/arm926ejs/at91/lowlevel_init.S |3 +-
cpu/arm926ejs/davinci/Makefile |1 +
cpu/arm926ejs/davinci/dm646x.c |   41 ++
cpu/arm926ejs/kirkwood/cpu.c   |1 +
cpu/arm_cortexa8/cpu.c |2 +-
cpu/arm_cortexa8/omap3/Makefile|2 +-
cpu/arm_cortexa8/omap3/board.c |2 +-
cpu/arm_cortexa8/omap3/cache.S |  191 
cpu/arm_cortexa8/omap3/cache.c |   95 
cpu/arm_cortexa8/start.S   |   85 
drivers/mmc/omap3_mmc.c|   48 +--
drivers/net/smc911x.c  |   14 +-
drivers/net/smc911x.h  

Re: [U-Boot] ARM pull request v3

2009-10-13 Thread Simon Kagstrom
On Tue, 13 Oct 2009 16:51:14 +0200
Wolfgang Denk w...@denx.de wrote:

  I want to let you know that there will probably be some compilation
  warnings. These are patches for these. These have been sent to the
  list and ACK'ed by Tom and currently in my master. This will be part
  of my next pull request.
 
 Thanks for the heads-up. Indeed there are lots of warning.
 
 OK, so I will wait until Tom sends another pull request that includes
 these fixes.

Tom: Perhaps you could pick up [PATCH v3] arm926ejs: 8-byte align
stack to avoid LDRD/STRD problems for the ARM repo as well then?

I know it could go via Prafullas tree, but it's not really
Marvell-specific, just fixes an issue for Sheevaplug and OpenRD. I also
don't see how it could do any harm to other ARM boards.

// Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-13 Thread Dirk Behme
Tom Rix wrote:
...

 Olof Johansson (3):
...
SMC911X: Add chip auto detection

This is broken [1] and doesn't work without

http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a

And while last re-organization of u-boot-ti

http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1

was lost, but now is there again.

Maybe you like to cherry-pick both?

Best regards

Dirk

[1] http://lists.denx.de/pipermail/u-boot/2009-October/062301.html
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM pull request v3

2009-10-13 Thread Paulraj, Sandeep


 Tom Rix wrote:
 ...
 
  Olof Johansson (3):
 ...
 SMC911X: Add chip auto detection
 
 This is broken [1] and doesn't work without
 
 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=e7911214d5aee1ba5eb160327d5ff305c9e6ee5a
 
 And while last re-organization of u-boot-ti
 
 http://git.denx.de/?p=u-boot/u-boot-
 ti.git;a=commit;h=83fb7d7bb237cc7adae37e0e3328c203fd1b9ad1
 
 was lost, but now is there again.
 
 Maybe you like to cherry-pick both?


I'll send out a pull request which will have these 2. I'll do that later today.


 
 Best regards
 
 Dirk
 
 [1] http://lists.denx.de/pipermail/u-boot/2009-October/062301.html

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-07 Thread Dirk Behme
Tom wrote:
 Dirk Behme wrote:
 Peter Tyser wrote:
  
 On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:

 Jean-Christophe PLAGNIOL-VILLARD wrote:
  
 On 09:12 Sun 06 Sep , Dirk Behme wrote:

 Jean-Christophe PLAGNIOL-VILLARD wrote:
  
 On 07:37 Sat 05 Sep , Dirk Behme wrote:

 Dear Jean-Christophe,

 Jean-Christophe PLAGNIOL-VILLARD wrote:
  
 Hi,

 Please pull
 The following changes since commit 
 3aa8b68d80dbcb6829af60485c1e388b39af793d:
 Wolfgang Denk (1):
   Merge branch 'next' of ../next

 are available in the git repository at:

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

 Albin Tonnerre (3):
 at91sam9260/afeb9260: Fix SPI initialization
 Add support for the Calao SBC35-A9G20 board
 Support for the Calao TNY-A9260/TNY-A9G20 boards

 Frederik Kriewitz (1):
 Add support for the DevKit8000 board
 
 I'd like to have the omap3_devkit8000.h version of that patch, 
 instead.
   
 this one is fine no need not the omap3_devkit8000 version
 
 Jean-Christophe: In

 http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

 we agreed on omap3_devkit8000.
   
 in v4 the author prefer it devkit8000 so I respect it
 
 You missed v5 and v6, no?
   
 My vote is for keeping the board config file named devkit8000.h - that's
 U-Boot's current, standard naming convention and it matches up with the
 board name under board/.  

 And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
 this is the current, standard OMAP3 config file naming convention 
 which matches with all other OMAP3 configs.

 Best regards

 Dirk

   
 I know i may be muddying this up but..
 The devkit8000 looks a lot like the beagle.
 Have you already thought of just rolling devkit8000 into beagle?
 
 My opinion on naming is to keep omap3_ prefix consistent.
 People used to building with their favorite omap3_* config should continue.
 For now, new omap3 boards to use the omap3_ prefix.

I agree here, so we are at least 2 ;)

If you really want to change U-Boot's user build interface for OMAP3, 
please remember how many documentation you will break with this. And 
additionally, please remember how many user you will confuse with 
this. At least for BeagleBoard there are already some thousand boards 
out there.

Best regards

Dirk

 If we want to break the config names, we should do it after a release.
 A good time for that will be when the omap4 versions come in and we
 have to figure out how to put them in.
 
 Tom
 
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
   
 
 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090905013643.gk30...@game.jcrosoft.org you wrote:
 Hi,
 
 Please pull
 The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
   Wolfgang Denk (1):
 Merge branch 'next' of ../next
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Albin Tonnerre (3):
   at91sam9260/afeb9260: Fix SPI initialization
   Add support for the Calao SBC35-A9G20 board
   Support for the Calao TNY-A9260/TNY-A9G20 boards
 
 Frederik Kriewitz (1):
   Add support for the DevKit8000 board
 
 Ilko Iliev (1):
   DM9000 init for pm9261
 
 Ilya Yanok (1):
   imx27lite: add support for imx27lite board from LogicPD
 
 Jean-Christophe PLAGNIOL-VILLARD (3):
   omap: move TI's boards to board/ti/
   arm: move Logicpd's boards to board/logicpd/
   omap3: move the other boards to board/
 
 Prafulla Wadaskar (1):
   arm: Kirkwood: add SYSRSTn Duration Counter Support
 
 Simon Kagstrom (1):
   Remove duplicate set_cr
 
  MAINTAINERS|   11 +
  MAKEALL|5 +
  Makefile   |   47 +++-
  board/afeb9260/afeb9260.c  |2 +-
  board/atmel/at91sam9260ek/at91sam9260ek.c  |2 +-
  .../{imx31_litekit = calao/sbc35_a9g20}/Makefile  |   16 +-
  board/calao/sbc35_a9g20/config.mk  |1 +
  board/calao/sbc35_a9g20/sbc35_a9g20.c  |  197 +
  board/calao/sbc35_a9g20/spi.c  |   57 
  board/{imx31_litekit = calao/tny_a9260}/Makefile  |   16 +-
  board/calao/tny_a9260/config.mk|1 +
  .../zoom2/debug_board.c = calao/tny_a9260/spi.c}  |   53 ++--
  board/calao/tny_a9260/tny_a9260.c  |  110 +++
  board/{omap5912osk = logicpd/imx27lite}/Makefile  |6 +-
  board/logicpd/imx27lite/config.mk  |1 +
  board/logicpd/imx27lite/imx27lite.c|   73 +
  board/logicpd/imx27lite/lowlevel_init.S|  170 +++
  board/{ = logicpd}/imx31_litekit/Makefile |0
  board/{ = logicpd}/imx31_litekit/config.mk|0
  board/{ = logicpd}/imx31_litekit/imx31_litekit.c  |0
  board/{ = logicpd}/imx31_litekit/lowlevel_init.S  |0
  board/{omap3 = logicpd}/zoom1/Makefile|0
  board/{omap3 = logicpd}/zoom1/config.mk   |0
  board/{omap3 = logicpd}/zoom1/zoom1.c |0
  board/{omap3 = logicpd}/zoom1/zoom1.h |0
  board/{omap3 = logicpd}/zoom2/Makefile|0
  board/{omap3 = logicpd}/zoom2/config.mk   |0
  board/{omap3 = logicpd}/zoom2/debug_board.c   |0
  board/{omap3 = logicpd}/zoom2/led.c   |0
  board/{omap3 = logicpd}/zoom2/zoom2.c |0
  board/{omap3 = logicpd}/zoom2/zoom2.h |0
  board/{omap3 = logicpd}/zoom2/zoom2_serial.c  |0
  board/{omap3 = logicpd}/zoom2/zoom2_serial.h  |0
  board/{omap3 = }/overo/Makefile   |0
  board/{omap3 = }/overo/config.mk  |0
  board/{omap3 = }/overo/overo.c|0
  board/{omap3 = }/overo/overo.h|0
  board/{omap3 = }/pandora/Makefile |0
  board/{omap3 = }/pandora/config.mk|0
  board/{omap3 = }/pandora/pandora.c|0
  board/{omap3 = }/pandora/pandora.h|0
  board/ronetix/pm9261/pm9261.c  |7 +
  board/{omap3 = ti}/beagle/Makefile|0
  board/{omap3 = ti}/beagle/beagle.c|0
  board/{omap3 = ti}/beagle/beagle.h|0
  board/{omap3 = ti}/beagle/config.mk   |0
  board/{omap3 = ti}/evm/Makefile   |0
  board/{omap3 = ti}/evm/config.mk  |0
  board/{omap3 = ti}/evm/evm.c  |0
  board/{omap3 = ti}/evm/evm.h  |0
  board/{ = ti}/omap1510inn/Makefile|0
  board/{ = ti}/omap1510inn/config.mk   |0
  board/{ = ti}/omap1510inn/lowlevel_init.S |0
  board/{ = ti}/omap1510inn/omap1510innovator.c |0
  board/{ = ti}/omap1610inn/Makefile|0
  board/{ = ti}/omap1610inn/config.mk   |0
  board/{ = ti}/omap1610inn/flash.c |0
  board/{ = ti}/omap1610inn/lowlevel_init.S |0
  board/{ = ti}/omap1610inn/omap1610innovator.c |0
  board/{ = ti}/omap2420h4/Makefile |0
  board/{ = ti}/omap2420h4/config.mk|0
  board/{ = ti}/omap2420h4/lowlevel_init.S  |0
  board/{ = ti}/omap2420h4/mem.c|0
  board/{ = ti}/omap2420h4/omap2420h4.c |0
  board/{ = ti}/omap2420h4/sys_info.c   |0
  board/{ 

Re: [U-Boot] ARM Pull Request

2009-09-07 Thread Wolfgang Denk
Dear Heiko Schocher,

In message 4aa37e48.5070...@denx.de you wrote:
 Hello Wolfgang,
 
 The following changes since commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8:
   Wolfgang Denk (1):
 ARM: Update mach-types
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-i2c.git master
 
 Eric Millbrandt (1):
   Reset i2c slave devices during init on mpc5xxx cpus
 
 Timur Tabi (1):
   fsl_i2c: increase I2C timeout values and make them configurable
 
  README   |7 ++
  cpu/mpc5xxx/i2c.c|   49 
 ++
  drivers/i2c/fsl_i2c.c|   24 +---
  include/configs/galaxy5200.h |1 +
  4 files changed, 77 insertions(+), 4 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
There you go man, Keep as cool as you can. It riles them  to  believe
that you perceive the web they weave. Keep on being free!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote:
 On 07:37 Sat 05 Sep , Dirk Behme wrote:
 Dear Jean-Christophe,

 Jean-Christophe PLAGNIOL-VILLARD wrote:
 Hi,

 Please pull
 The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
  Wolfgang Denk (1):
Merge branch 'next' of ../next

 are available in the git repository at:

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

 Albin Tonnerre (3):
  at91sam9260/afeb9260: Fix SPI initialization
  Add support for the Calao SBC35-A9G20 board
  Support for the Calao TNY-A9260/TNY-A9G20 boards

 Frederik Kriewitz (1):
  Add support for the DevKit8000 board
 I'd like to have the omap3_devkit8000.h version of that patch, instead.
 this one is fine no need not the omap3_devkit8000 version

Jean-Christophe: In

http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

we agreed on omap3_devkit8000.

 Additionally,

 http://lists.denx.de/pipermail/u-boot/2009-August/058492.html
 as I said now more than 10 times

Jean-Christophe: I doubt that you mentioned this more than 10 times ;)

 on omap3 we can use the generic ARMV7 cache
 code as on Samsung

Jean-Christophe: Unfortunately, this is not the topic we are talking 
about here.

At the moment we are talking about

a) Moving the existing code to an OMAP3 specific directory so that 
others can go on. Not stalling them any longer.

b) By doing (a), making sure not changing/breaking any existing 
code/functionality

c)  http://lists.denx.de/pipermail/u-boot/2009-August/058543.html

And if you insist on your we don't need this code, please re-read

http://lists.denx.de/pipermail/u-boot/2009-August/059026.html


All: The main topic here is (a). So somebody with commit rights: 
Please apply

http://lists.denx.de/pipermail/u-boot/2009-August/058492.html

so that others, mainly Samsung, can go on and isn't stalled further.

OMAP3 specific discussion can go on in an other thread, then.

Many thanks and best regards

Dirk

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote:
 On 09:12 Sun 06 Sep , Dirk Behme wrote:
 Jean-Christophe PLAGNIOL-VILLARD wrote:
 On 07:37 Sat 05 Sep , Dirk Behme wrote:
 Dear Jean-Christophe,

 Jean-Christophe PLAGNIOL-VILLARD wrote:
 Hi,

 Please pull
 The following changes since commit 
 3aa8b68d80dbcb6829af60485c1e388b39af793d:
 Wolfgang Denk (1):
   Merge branch 'next' of ../next

 are available in the git repository at:

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

 Albin Tonnerre (3):
 at91sam9260/afeb9260: Fix SPI initialization
 Add support for the Calao SBC35-A9G20 board
 Support for the Calao TNY-A9260/TNY-A9G20 boards

 Frederik Kriewitz (1):
 Add support for the DevKit8000 board
 I'd like to have the omap3_devkit8000.h version of that patch, instead.
 this one is fine no need not the omap3_devkit8000 version
 Jean-Christophe: In

 http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

 we agreed on omap3_devkit8000.
 in v4 the author prefer it devkit8000 so I respect it

You missed v5 and v6, no?

 for the l2_cache I'm fine to move to omap3 as it's really omap3 specific

Again, you confuse people. From your previous mail:

as I said now more than 10 times on omap3 we can use the generic 
ARMV7 cache code

 we clearly need to clean the omap3 and not force other soc to duplicate code

With

http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

we just try to do the opposite: Move the custom code away so that 
Samsung can use its own (generic?) implementation.

Dirk

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Peter Tyser
On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
 Jean-Christophe PLAGNIOL-VILLARD wrote:
  On 09:12 Sun 06 Sep , Dirk Behme wrote:
  Jean-Christophe PLAGNIOL-VILLARD wrote:
  On 07:37 Sat 05 Sep , Dirk Behme wrote:
  Dear Jean-Christophe,
 
  Jean-Christophe PLAGNIOL-VILLARD wrote:
  Hi,
 
  Please pull
  The following changes since commit 
  3aa8b68d80dbcb6829af60485c1e388b39af793d:
  Wolfgang Denk (1):
Merge branch 'next' of ../next
 
  are available in the git repository at:
 
  git://git.denx.de/u-boot-arm.git master
 
  Albin Tonnerre (3):
  at91sam9260/afeb9260: Fix SPI initialization
  Add support for the Calao SBC35-A9G20 board
  Support for the Calao TNY-A9260/TNY-A9G20 boards
 
  Frederik Kriewitz (1):
  Add support for the DevKit8000 board
  I'd like to have the omap3_devkit8000.h version of that patch, instead.
  this one is fine no need not the omap3_devkit8000 version
  Jean-Christophe: In
 
  http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
 
  we agreed on omap3_devkit8000.
  in v4 the author prefer it devkit8000 so I respect it
 
 You missed v5 and v6, no?

My vote is for keeping the board config file named devkit8000.h - that's
U-Boot's current, standard naming convention and it matches up with the
board name under board/.  This appears to be the patch version that
Jean-Christophe picked, and v6 was dirty (added the same file 2x) as
well.

Best,
Peter

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Dirk Behme
Peter Tyser wrote:
 On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
 Jean-Christophe PLAGNIOL-VILLARD wrote:
 On 09:12 Sun 06 Sep , Dirk Behme wrote:
 Jean-Christophe PLAGNIOL-VILLARD wrote:
 On 07:37 Sat 05 Sep , Dirk Behme wrote:
 Dear Jean-Christophe,

 Jean-Christophe PLAGNIOL-VILLARD wrote:
 Hi,

 Please pull
 The following changes since commit 
 3aa8b68d80dbcb6829af60485c1e388b39af793d:
 Wolfgang Denk (1):
   Merge branch 'next' of ../next

 are available in the git repository at:

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

 Albin Tonnerre (3):
 at91sam9260/afeb9260: Fix SPI initialization
 Add support for the Calao SBC35-A9G20 board
 Support for the Calao TNY-A9260/TNY-A9G20 boards

 Frederik Kriewitz (1):
 Add support for the DevKit8000 board
 I'd like to have the omap3_devkit8000.h version of that patch, instead.
 this one is fine no need not the omap3_devkit8000 version
 Jean-Christophe: In

 http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

 we agreed on omap3_devkit8000.
 in v4 the author prefer it devkit8000 so I respect it
 You missed v5 and v6, no?
 
 My vote is for keeping the board config file named devkit8000.h - that's
 U-Boot's current, standard naming convention and it matches up with the
 board name under board/.  

And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
this is the current, standard OMAP3 config file naming convention 
which matches with all other OMAP3 configs.

Best regards

Dirk

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Peter Tyser
On Sun, 2009-09-06 at 20:40 +0200, Dirk Behme wrote:
 Peter Tyser wrote:
  On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
  Jean-Christophe PLAGNIOL-VILLARD wrote:
  On 09:12 Sun 06 Sep , Dirk Behme wrote:
  Jean-Christophe PLAGNIOL-VILLARD wrote:
  On 07:37 Sat 05 Sep , Dirk Behme wrote:
  Dear Jean-Christophe,
 
  Jean-Christophe PLAGNIOL-VILLARD wrote:
  Hi,
 
  Please pull
  The following changes since commit 
  3aa8b68d80dbcb6829af60485c1e388b39af793d:
  Wolfgang Denk (1):
Merge branch 'next' of ../next
 
  are available in the git repository at:
 
  git://git.denx.de/u-boot-arm.git master
 
  Albin Tonnerre (3):
  at91sam9260/afeb9260: Fix SPI initialization
  Add support for the Calao SBC35-A9G20 board
  Support for the Calao TNY-A9260/TNY-A9G20 boards
 
  Frederik Kriewitz (1):
  Add support for the DevKit8000 board
  I'd like to have the omap3_devkit8000.h version of that patch, instead.
  this one is fine no need not the omap3_devkit8000 version
  Jean-Christophe: In
 
  http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
 
  we agreed on omap3_devkit8000.
  in v4 the author prefer it devkit8000 so I respect it
  You missed v5 and v6, no?
  
  My vote is for keeping the board config file named devkit8000.h - that's
  U-Boot's current, standard naming convention and it matches up with the
  board name under board/.  
 
 And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
 this is the current, standard OMAP3 config file naming convention 
 which matches with all other OMAP3 configs.

I consider the current board omap3_* config file names incorrect.
Naming the devkit8000 omap3_devkit8000 might be consistent with some
other misnamed boards, but its wrong in my opinion.  We should just get
rid of the omap3_ prefix on those few config files if we want to be
consistent.

eg rename:
omap3_beagle.h to beagle.h
omap3_evm.h to evm.h
...

This will be consistent with the board name in board/, as well as follow
the convention of every other board in U-Boot.

Best,
Peter

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Tom
Dirk Behme wrote:
 Peter Tyser wrote:
   
 On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
 
 Jean-Christophe PLAGNIOL-VILLARD wrote:
   
 On 09:12 Sun 06 Sep , Dirk Behme wrote:
 
 Jean-Christophe PLAGNIOL-VILLARD wrote:
   
 On 07:37 Sat 05 Sep , Dirk Behme wrote:
 
 Dear Jean-Christophe,

 Jean-Christophe PLAGNIOL-VILLARD wrote:
   
 Hi,

 Please pull
 The following changes since commit 
 3aa8b68d80dbcb6829af60485c1e388b39af793d:
 Wolfgang Denk (1):
   Merge branch 'next' of ../next

 are available in the git repository at:

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

 Albin Tonnerre (3):
 at91sam9260/afeb9260: Fix SPI initialization
 Add support for the Calao SBC35-A9G20 board
 Support for the Calao TNY-A9260/TNY-A9G20 boards

 Frederik Kriewitz (1):
 Add support for the DevKit8000 board
 
 I'd like to have the omap3_devkit8000.h version of that patch, instead.
   
 this one is fine no need not the omap3_devkit8000 version
 
 Jean-Christophe: In

 http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

 we agreed on omap3_devkit8000.
   
 in v4 the author prefer it devkit8000 so I respect it
 
 You missed v5 and v6, no?
   
 My vote is for keeping the board config file named devkit8000.h - that's
 U-Boot's current, standard naming convention and it matches up with the
 board name under board/.  
 

 And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
 this is the current, standard OMAP3 config file naming convention 
 which matches with all other OMAP3 configs.

 Best regards

 Dirk

   
I know i may be muddying this up but..
The devkit8000 looks a lot like the beagle.
Have you already thought of just rolling devkit8000 into beagle?

My opinion on naming is to keep omap3_ prefix consistent.
People used to building with their favorite omap3_* config should continue.
For now, new omap3 boards to use the omap3_ prefix.

If we want to break the config names, we should do it after a release.
A good time for that will be when the omap4 versions come in and we
have to figure out how to put them in.

Tom

 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
   

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Jean-Christophe PLAGNIOL-VILLARD
 Jean-Christophe: In
 
 http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
 
 we agreed on omap3_devkit8000.
 in v4 the author prefer it devkit8000 so I respect it
 
 You missed v5 and v6, no?
no I did not as Frederik Kriewitz said this
'Oh yes, do we really need a v7? Or is v4 (with timll vendor directory) ok'

so I applied this one as the patch is ok
 
 for the l2_cache I'm fine to move to omap3 as it's really omap3 specific
 
 Again, you confuse people. From your previous mail:
 
 as I said now more than 10 times on omap3 we can use the generic
 ARMV7 cache code
 
 we clearly need to clean the omap3 and not force other soc to duplicate code
 
 With
 
 http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
???

 
 we just try to do the opposite: Move the custom code away so that
 Samsung can use its own (generic?) implementation.
When I've said we do not need the custom code for omap3 either so omap3 and
Samsung can use the same code the generic one

Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Wolfgang Denk
Dear Dirk Behme,

In message 4aa4020c.8080...@googlemail.com you wrote:

  My vote is for keeping the board config file named devkit8000.h - that's
  U-Boot's current, standard naming convention and it matches up with the
  board name under board/.  

ACK.

 And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
 this is the current, standard OMAP3 config file naming convention 
 which matches with all other OMAP3 configs.

I hear your vote, but in this case you are alone against eveybody
else. This standard OMAP3 config file naming convention is
something that needs to and will be cleaned up.

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: w...@denx.de
This all sounds complicated, but it mostly does excatly what you  ex-
pect. It's just difficult for us to explain what you expect...
   - L. Wall  R. L. Schwartz, _Programming Perl_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Wolfgang Denk
Dear Tom,

In message 4aa419d7.2010...@windriver.com you wrote:

 I know i may be muddying this up but..
 The devkit8000 looks a lot like the beagle.
 Have you already thought of just rolling devkit8000 into beagle?

That's actually a good idea, if possible.

 My opinion on naming is to keep omap3_ prefix consistent.
 People used to building with their favorite omap3_* config should continue.
 For now, new omap3 boards to use the omap3_ prefix.

NAK. This violates the current naming scheme.

 If we want to break the config names, we should do it after a release.

This what he have now: merge window time. Time for restructuring.

 A good time for that will be when the omap4 versions come in and we
 have to figure out how to put them in.

NAK. Rather do it immediately, before that grows even further.

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: w...@denx.de
A person who is more than casually interested in computers should  be
well  schooled in machine language, since it is a fundamental part of
a computer.   -- Donald Knuth
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-06 Thread Tom
Wolfgang Denk wrote:
 Dear Tom,

 In message 4aa419d7.2010...@windriver.com you wrote:
   
 I know i may be muddying this up but..
 The devkit8000 looks a lot like the beagle.
 Have you already thought of just rolling devkit8000 into beagle?
 

 That's actually a good idea, if possible.

   
 My opinion on naming is to keep omap3_ prefix consistent.
 People used to building with their favorite omap3_* config should continue.
 For now, new omap3 boards to use the omap3_ prefix.
 

 NAK. This violates the current naming scheme.

   
 If we want to break the config names, we should do it after a release.
 

 This what he have now: merge window time. Time for restructuring.

   
 A good time for that will be when the omap4 versions come in and we
 have to figure out how to put them in.
 

 NAK. Rather do it immediately, before that grows even further.

 Best regards,

 Wolfgang Denk

   
Ok
I will take care of making the changes if they don't already exist.
Tom

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:37 Sat 05 Sep , Dirk Behme wrote:
 Dear Jean-Christophe,
 
 Jean-Christophe PLAGNIOL-VILLARD wrote:
 Hi,
 
 Please pull
 The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
   Wolfgang Denk (1):
 Merge branch 'next' of ../next
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Albin Tonnerre (3):
   at91sam9260/afeb9260: Fix SPI initialization
   Add support for the Calao SBC35-A9G20 board
   Support for the Calao TNY-A9260/TNY-A9G20 boards
 
 Frederik Kriewitz (1):
   Add support for the DevKit8000 board
 
 I'd like to have the omap3_devkit8000.h version of that patch, instead.
this one is fine no need not the omap3_devkit8000 version
 
 Additionally,
 
 http://lists.denx.de/pipermail/u-boot/2009-August/058492.html
as I said now more than 10 times on omap3 we can use the generic ARMV7 cache
code as on Samsung

Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-09-04 Thread Dirk Behme
Dear Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
 Hi,
 
 Please pull
 The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
   Wolfgang Denk (1):
 Merge branch 'next' of ../next
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Albin Tonnerre (3):
   at91sam9260/afeb9260: Fix SPI initialization
   Add support for the Calao SBC35-A9G20 board
   Support for the Calao TNY-A9260/TNY-A9G20 boards
 
 Frederik Kriewitz (1):
   Add support for the DevKit8000 board

I'd like to have the omap3_devkit8000.h version of that patch, instead.

Additionally,

http://lists.denx.de/pipermail/u-boot/2009-August/058492.html

is missing so that the Samsung developers can go on.

Dirk

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-08-18 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090817234931.ge4...@game.jcrosoft.org you wrote:
 Hi,
 
 please pull
 The following changes since commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030:
   John Schmoller (1):
 flash: Fix CFI buffer size bug
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Albin Tonnerre (1):
   Update the mtd driver name in bootargs for at91-based boards
 
 Ben Goska (1):
   omap3: Fixed a problem with hwecc

There was an Acked-by: Dirk Behme dirk.be...@googlemail.com
Why did you not include this?

 Wolfgang Denk (1):
   Monahans: avoid floating point calculations

Thanks.

What about the other ARM related patches?

We are very close to the scheduled release date, and it would
definitely be a good thing to allow for a few days of testing.

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: w...@denx.de
Question: How does one get fresh air into a Russian church?
Answer:   One clicks on an icon, and a window opens!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-08-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090808102447.gv13...@game.jcrosoft.org you wrote:
 HI,
 
 
 The following changes since commit cb32ed1fc298875845f166d326a3f2704a0d5364:
   Wolfgang Denk (1):
 Merge branch 'next' of git://git.denx.de/u-boot-coldfire
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Albin Tonnerre (2):

Cherry-picked.

   Support for the Calao TNY-A9260/TNY-A9G20 boards

This patch has been NAKed.


 Alessandro Rubini (1):
   kirkwood/gpio.h: remove duplicate definition

Cherry-picked.

 Ilya Yanok (1):
   mxc-mmc: sdhc host driver for MX2 and MX3 proccessor


 Jean-Christophe PLAGNIOL-VILLARD (1):
   ARM: Don't include libgcc anymore

This patch has been NAKed.

 Prafulla Wadaskar (1):
   arm: Sheevaplug: Fixed NAND specific warning

Cherry-picked.


Please do not add patches to your ARM custodian repo that have been
rejected. And please don't send pull requests for such patches either.

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: w...@denx.de
An age is called Dark not because  the  light  fails  to  shine,  but
because people refuse to see it.   -- James Michener, Space
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-08-07 Thread Prafulla Wadaskar
 

 -Original Message-
 From: Wolfgang Denk [mailto:w...@denx.de] 
 Sent: Thursday, July 30, 2009 4:02 AM
 To: Prafulla Wadaskar
 Cc: Jean-Christophe PLAGNIOL-VILLARD; U-Boot; Ben Warren; 
 Ashish Karkare; Prabhanjan Sarnaik
 Subject: Re: [U-Boot] ARM Pull Request
 
 Dear Prafulla Wadaskar,
 
 In message 
 73173d32e9439e4abb5151606c3e19e202de13c...@sc-vexch1.marvell.
 com you wrote:
  
  Hopefully you might have received my new patch series 
 (posted 30 hours 
  back) I know it's very busy time for you.
 
 I received it, but did not have time for a thorough review yet. Sorry.
 
  But that's my wish to see this stuff in.
  Please let me know your valued feedback so that I can help 
 to get this stuff IN this release.
 
 That should work out well. We still have sufficient time.
Dear Wolfgang
Ping :-)
I do have some more updates for these patches,
I was waiting for your feedback so that I can reduce number of spins :-)

Regards..
Prafulla . .

 
  FYI: I tried to fulfill all points raised by you in earlier 
 feedback.
  Also some code reused from image.c/h for kwbimage in clean 
 way Though 
  the entire resulting code will look different since there are lot 
  changes, I tired to maintain smaller patches for easy understanding 
  and acceptance
 
 Thanks.
 
 Best regards,
 
 Wolfgang Denk
 
 -- 
 DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
 HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
 Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: 
 w...@denx.de ...and the fully armed nuclear warheads, are, of  
 course,  merely  a courtesy detail.
 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-08-03 Thread Dirk Behme
Dear Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
 Hi,
 
 Please pull
 The following changes since commit 56bdfa961242fc6acaeebc800640a12b28db3899:
   Dirk Eibach (1):
 ppc4xx: Remove check for PPC460EX from CompactCenter
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 David Brownell (1):
   rm9200 lowevel_init: don't touch reserved/readonly registers
 
 David Hunter (1):
   pxa: Fix typo in GCDR(x)
 
 Eric Benard (1):
   Add AT91SAM9260 to at91's lowlevel_init.S

What's about

1. [PATCHv3 2-5/5] clean up omap3 configuration structs
http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
http://lists.denx.de/pipermail/u-boot/2009-May/052946.html

- Please see http://lists.denx.de/pipermail/u-boot/2009-July/057615.html

2. [PATCH 1-2/2] V2 remove omap3 compiler warning wrt v7_flush_dcache_all
http://lists.denx.de/pipermail/u-boot/2009-July/055543.html
http://lists.denx.de/pipermail/u-boot/2009-July/055544.html

- Older patch applied, this is still expected to be applied:

http://lists.denx.de/pipermail/u-boot/2009-July/056859.html

3. PATCH: (Updated) Fix examples for OMAP3 boards...
http://lists.denx.de/pipermail/u-boot/2009-July/056270.html

4. [PATCH]omap3: bug fix for NOR boot support
http://lists.denx.de/pipermail/u-boot/2009-July/057819.html

?

Best regards

Dirk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-08-03 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090803072945.gc15...@game.jcrosoft.org you wrote:
 Hi,
 
 Please pull
 The following changes since commit 56bdfa961242fc6acaeebc800640a12b28db3899:
   Dirk Eibach (1):
 ppc4xx: Remove check for PPC460EX from CompactCenter
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 David Brownell (1):
   rm9200 lowevel_init: don't touch reserved/readonly registers
 
 David Hunter (1):
   pxa: Fix typo in GCDR(x)
 
 Eric Benard (1):
   Add AT91SAM9260 to at91's lowlevel_init.S
 
  cpu/arm920t/at91rm9200/lowlevel_init.S |   14 ++
  cpu/arm926ejs/at91/lowlevel_init.S |2 +-
  include/asm-arm/arch-pxa/pxa-regs.h|2 +-
  include/configs/at91rm9200dk.h |5 -
  include/configs/at91rm9200ek.h |5 -
  include/configs/cmc_pu2.h  |5 -
  include/configs/csb637.h   |5 -
  include/configs/m501sk.h   |5 -
  include/configs/mp2usb.h   |5 -
  9 files changed, 4 insertions(+), 44 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
... The things love can drive a man to -- the  ecstasies,  the  mise-
ries,  the broken rules, the desperate chances, the glorious failures
and the glorious victories.
-- McCoy, Requiem for Methuselah, stardate 5843.7
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-29 Thread Prafulla Wadaskar
 

 -Original Message-
 From: u-boot-boun...@lists.denx.de 
 [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk
 Sent: Thursday, July 23, 2009 10:49 PM
 To: Jean-Christophe PLAGNIOL-VILLARD
 Cc: U-Boot; Ben Warren
 Subject: Re: [U-Boot] ARM Pull Request
 
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 In message 20090722234335.gi19...@game.jcrosoft.org you wrote:
 
   Or do you have mnore stuff queued? If so, when will it be 
 ready for 
   pulling?
  Ilya Yanok patch which need ack from Scoot and Ben
  
  a at91rm9200 cleanup which cant wait a after rc1 as I want 
 to test it 
  on rm9200ek this WE
  
  and maybe few other fix patch we can be handle later
 
 Um... nothing else? What about all the pending OMAP3 patches?
 
  but I would like we include Alessandro patch and Prafulla 
 kwimage for 
  this release not necessarely before rc1
 
 Please leave the kwimage patch for me; this is not ARM 
 related, but affects pretty much global code only.
Dear Wolfgang

Hopefully you might have received my new patch series (posted 30 hours back)
I know it's very busy time for you.
But that's my wish to see this stuff in.
Please let me know your valued feedback so that I can help to get this stuff IN 
this release.

FYI: I tried to fulfill all points raised by you in earlier feedback.
Also some code reused from image.c/h for kwbimage in clean way
Though the entire resulting code will look different since there are lot 
changes, I tired to maintain smaller patches for easy understanding and 
acceptance

Regards..
Prafulla . .

 
 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: 
 w...@denx.de A conservative is a man who believes that nothing 
 should be done for
 the first time.   - Alfred E. Wiggam
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-29 Thread Wolfgang Denk
Dear Prafulla Wadaskar,

In message 73173d32e9439e4abb5151606c3e19e202de13c...@sc-vexch1.marvell.com 
you wrote:
 
 Hopefully you might have received my new patch series (posted 30 hours back)
 I know it's very busy time for you.

I received it, but did not have time for a thorough review yet. Sorry.

 But that's my wish to see this stuff in.
 Please let me know your valued feedback so that I can help to get this stuff 
 IN this release.

That hould work out well. We still have sufficient time.

 FYI: I tried to fulfill all points raised by you in earlier feedback.
 Also some code reused from image.c/h for kwbimage in clean way
 Though the entire resulting code will look different since there are lot 
 changes, I tired to maintain smaller patches for easy understanding and 
 acceptance

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
...and the fully armed nuclear warheads, are, of  course,  merely  a
courtesy detail.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-28 Thread Heiko Schocher
Hello Jean-Christophe, Tom,

Jean-Christophe PLAGNIOL-VILLARD schrieb:
 On 10:16 Mon 27 Jul , Heiko Schocher wrote:
 Hello Jean-Christophe,

 Jean-Christophe PLAGNIOL-VILLARD wrote:
 On 18:21 Thu 23 Jul , Dirk Behme wrote:
 Wolfgang Denk wrote:
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 Umm... is this all for ARM for this merge window? I mean, could we
 release -rc1 from ARM's point of view now?

 Or do you have more stuff queued? If so, when will it be ready for
 pulling?
 My list of pending OMAP3 patches:
 [...]
 2. [PATCH 1-6/6]OMAP i2c and twl4030
 http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
 this will no go through arm but i2c tree
 Hmm.. only patch one changes i2c relevant source code files.
 The rest is more arm relevant ... see, also:

 http://lists.denx.de/pipermail/u-boot/2009-July/056947.html

 but if you give your Acked-by, I can pickup these patches.
 I've reply here
 http://lists.denx.de/pipermail/u-boot/2009-July/057285.html
 
 Acked-by but please add a note about the OMAP2 test plan

Applied this patchset to u-boot-i2c.git

Thanks.

bye
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-27 Thread Heiko Schocher
Hello Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
 On 18:21 Thu 23 Jul , Dirk Behme wrote:
 Wolfgang Denk wrote:
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 Umm... is this all for ARM for this merge window? I mean, could we
 release -rc1 from ARM's point of view now?

 Or do you have more stuff queued? If so, when will it be ready for
 pulling?
 My list of pending OMAP3 patches:
[...]
 2. [PATCH 1-6/6]OMAP i2c and twl4030
 http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
 this will no go through arm but i2c tree

Hmm.. only patch one changes i2c relevant source code files.
The rest is more arm relevant ... see, also:

http://lists.denx.de/pipermail/u-boot/2009-July/056947.html

but if you give your Acked-by, I can pickup these patches.

bye
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:42 Thu 23 Jul , Wolfgang Denk wrote:
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 In message 20090723202252.ga9...@game.jcrosoft.org you wrote:
 
   Sorry if I have to ask, but I mostly lost track of the discussion. It
   seems you reject these patches just because you dislike the naming of
   some file-local data structures and variables?
  not because I do not like it because there are not safe and must be omap3
  specific and not generic for soc specific struct
 
 We don't make any such restrictions in other, similar  header  files.
 Adding  (artifical)  prefixes like omap3_ as you requested just makes
 it more likely thatthe some declarations and code  will  be  repeated
 elsewhere, just with a different name.
 
 If you have a specific example, where you see existing or even likely
 name conflicts, then please show it.  Otherwise  I  suggest  we  just
 leave the code as is.
yes I have as we prepapre a gpio generic api for our need, which we will push
Mainline we must not make omap3 so generic
we face the same problem with last stdio cleanup

so for this patch series is not an improvment but a regression

Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:16 Mon 27 Jul , Heiko Schocher wrote:
 Hello Jean-Christophe,
 
 Jean-Christophe PLAGNIOL-VILLARD wrote:
  On 18:21 Thu 23 Jul , Dirk Behme wrote:
  Wolfgang Denk wrote:
  Dear Jean-Christophe PLAGNIOL-VILLARD,
  
  Umm... is this all for ARM for this merge window? I mean, could we
  release -rc1 from ARM's point of view now?
 
  Or do you have more stuff queued? If so, when will it be ready for
  pulling?
  My list of pending OMAP3 patches:
 [...]
  2. [PATCH 1-6/6]OMAP i2c and twl4030
  http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
  http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
  http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
  http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
  http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
  http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
  this will no go through arm but i2c tree
 
 Hmm.. only patch one changes i2c relevant source code files.
 The rest is more arm relevant ... see, also:
 
 http://lists.denx.de/pipermail/u-boot/2009-July/056947.html
 
 but if you give your Acked-by, I can pickup these patches.
I've reply here
http://lists.denx.de/pipermail/u-boot/2009-July/057285.html

Acked-by but please add a note about the OMAP2 test plan

Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-27 Thread Wolfgang Denk
Dear Jean-Christophe,

In message 20090727195648.gb5...@game.jcrosoft.org you wrote:

  If you have a specific example, where you see existing or even likely
  name conflicts, then please show it.  Otherwise  I  suggest  we  just
  leave the code as is.
 yes I have as we prepapre a gpio generic api for our need, which we will push
 Mainline we must not make omap3 so generic
 we face the same problem with last stdio cleanup

Well, the simple rule is The early bird catches the worm.

You are referring to some code that nobody of us has ever seen yet,
and which therefor is of absolutely no relevance here. We don't even
know when it might be posted - next release? next year? - or if it
has any chances of being accepted for mainline.

On the other hand, we have a patch that has been posted while the
merge window was open, and that does not violate any of the rules we
normally apply when reviewing patches.

The argument that it might cause naming conflicts with a potential
patch that might be posted at some indeterminate future point of time
is definitely not a reason for rejecting the patch.


Please clearly separate your roles as a developer and a custodian: the
custodian Jean-Christophe is supposed to work based on real, existing
patches. The custodian Jean-Christophe knows about the work of the
developer Jean-Christophe only as much as anybody else - what has been
posted on the mailing list.


I understand your situation - it's a pain if you have to rework a
patch and if it's amount is growing, but that's the same fate any
other developer is facing who doesn't get his stuff ready for the
next merge window.


If this is your only concern about this patch I ask you to accept it.
The poster is not supposed to suffer from this situation.  Thanks.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
A meeting is an event at which the minutes are kept and the hours are
lost.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Prafulla Wadaskar,

In message 73173d32e9439e4abb5151606c3e19e202de13b...@sc-vexch1.marvell.com 
you wrote:
 
 The arm build is broken at this moment on u-boot.git/master
 I have tested for kirkwood boards using nand (i.e. Sheevaplug and RD6281A)
 same should be the case for other ARM boards using NAND flash.
 
 The following patches from jean needed for successful build.
 But those cannot be applied cleanly.
 http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=5b30fe639c3ca0141d78820be74ce26120056116
 http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=009130ac00f4679516c6bb5a20f9a97eec98e6bc

These have been rejected and will NOT make it into mainline.

I will post a different solution soon.

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: w...@denx.de
The optimum committee has no members.
   - Norman Augustine
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Dirk Behme
Wolfgang Denk wrote:
 Dear Jean-Christophe PLAGNIOL-VILLARD,

 Umm... is this all for ARM for this merge window? I mean, could we
 release -rc1 from ARM's point of view now?
 
 Or do you have more stuff queued? If so, when will it be ready for
 pulling?

My list of pending OMAP3 patches:

1. [PATCHv3 2-5/5] clean up omap3 configuration structs
http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
http://lists.denx.de/pipermail/u-boot/2009-May/052946.html

2. [PATCH 1-6/6]OMAP i2c and twl4030
http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
http://lists.denx.de/pipermail/u-boot/2009-June/055077.html

3. [PATCH 1-2/2] V2 remove omap3 compiler warning wrt v7_flush_dcache_all
http://lists.denx.de/pipermail/u-boot/2009-July/055543.html
http://lists.denx.de/pipermail/u-boot/2009-July/055544.html

- Older patch applied, but this is still expected to be applied

4. PATCH: (Updated) Fix examples for OMAP3 boards...
http://lists.denx.de/pipermail/u-boot/2009-July/056270.html

Best regards

Dirk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090722234335.gi19...@game.jcrosoft.org you wrote:

  Or do you have mnore stuff queued? If so, when will it be ready for
  pulling?
 Ilya Yanok patch which need ack from Scoot and Ben
 
 a at91rm9200 cleanup which cant wait a after rc1 as I want to test it on
 rm9200ek this WE
 
 and maybe few other fix patch we can be handle later

Um... nothing else? What about all the pending OMAP3 patches?

 but I would like we include Alessandro patch and Prafulla kwimage for this
 release not necessarely before rc1

Please leave the kwimage patch for me; this is not ARM related, but
affects pretty much global code only.

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: w...@denx.de
A conservative is a man who believes that nothing should be done for
the first time.   - Alfred E. Wiggam
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:21 Thu 23 Jul , Dirk Behme wrote:
 Wolfgang Denk wrote:
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 Umm... is this all for ARM for this merge window? I mean, could we
 release -rc1 from ARM's point of view now?
 
 Or do you have more stuff queued? If so, when will it be ready for
 pulling?
 
 My list of pending OMAP3 patches:
 
 1. [PATCHv3 2-5/5] clean up omap3 configuration structs
 http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
 http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
 http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
 http://lists.denx.de/pipermail/u-boot/2009-May/052946.html
NACK I've already explain why I'll not change my mind

 
 2. [PATCH 1-6/6]OMAP i2c and twl4030
 http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
 http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
this will no go through arm but i2c tree
 
 3. [PATCH 1-2/2] V2 remove omap3 compiler warning wrt v7_flush_dcache_all
 http://lists.denx.de/pipermail/u-boot/2009-July/055543.html
 http://lists.denx.de/pipermail/u-boot/2009-July/055544.html
change requested

Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090723191505.ga9...@game.jcrosoft.org you wrote:

  My list of pending OMAP3 patches:
  
  1. [PATCHv3 2-5/5] clean up omap3 configuration structs
  http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
  http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
  http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
  http://lists.denx.de/pipermail/u-boot/2009-May/052946.html
 NACK I've already explain why I'll not change my mind

Sorry if I have to ask, but I mostly lost track of the discussion. It
seems you reject these patches just because you dislike the naming of
some file-local data structures and variables?

We don't have any such requirements on local names; I just re-read
Chapter 4: Naming of the CodingStyle, and cannot find any such
restrictions or even hints either.

So if this is the only reason for your reject, I would like to ask
you to reconsider.


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: w...@denx.de
8 Catfish   = 1 Octo-puss
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090723202252.ga9...@game.jcrosoft.org you wrote:

  Sorry if I have to ask, but I mostly lost track of the discussion. It
  seems you reject these patches just because you dislike the naming of
  some file-local data structures and variables?
 not because I do not like it because there are not safe and must be omap3
 specific and not generic for soc specific struct

We don't make any such restrictions in other, similar  header  files.
Adding  (artifical)  prefixes like omap3_ as you requested just makes
it more likely thatthe some declarations and code  will  be  repeated
elsewhere, just with a different name.

If you have a specific example, where you see existing or even likely
name conflicts, then please show it.  Otherwise  I  suggest  we  just
leave the code as is.

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: w...@denx.de
Every program has at least one bug and can be shortened by  at  least
one  instruction  --  from  which,  by induction, one can deduce that
every program can be reduced to one instruction which doesn't work.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Prafulla Wadaskar
 

 -Original Message-
 From: u-boot-boun...@lists.denx.de 
 [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk
 Sent: Thursday, July 23, 2009 10:49 PM
 To: Jean-Christophe PLAGNIOL-VILLARD
 Cc: U-Boot; Ben Warren
 Subject: Re: [U-Boot] ARM Pull Request
 
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 In message 20090722234335.gi19...@game.jcrosoft.org you wrote:
 
   Or do you have mnore stuff queued? If so, when will it be 
 ready for 
   pulling?
  Ilya Yanok patch which need ack from Scoot and Ben
  
  a at91rm9200 cleanup which cant wait a after rc1 as I want 
 to test it 
  on rm9200ek this WE
  
  and maybe few other fix patch we can be handle later
 
 Um... nothing else? What about all the pending OMAP3 patches?
 
  but I would like we include Alessandro patch and Prafulla 
 kwimage for 
  this release not necessarely before rc1
 
 Please leave the kwimage patch for me; this is not ARM 
 related, but affects pretty much global code only.
Dear Jean,
As suggested by wolfgang,
I am re-structuring mkimage for code cleanup and to use function pointers,
so that kwbimage and any other similar support can be added seamlessly.
Hopefully I will send patches early next week.

Thanks and regards...
Prafulla . .

 
 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: 
 w...@denx.de A conservative is a man who believes that nothing 
 should be done for
 the first time.   - Alfred E. Wiggam
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 2009073039.gg19...@game.jcrosoft.org you wrote:
 Hi Wolfgang,
 
 this pull request need that ben send it's pull request for net first
 as multiple patch depend on it
 
 Ben do you plan to send it soon?
 
 Please pull
 The following changes since commit 462b1038738dd86f8dd70595f250ce792e90d244:
   Wolfgang Denk (1):
 Merge branch 'master' of /home/wd/git/u-boot/custodians
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Dieter Kiermaier (1):
   Kirkwood: add Marvell Kirkwood gpio driver
 
 Heiko Schocher (2):
   arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
   arm, kirkwood: added kw_gpio_set_valid() in gpio.h
 
 Minkyu Kang (1):
   ARM Cortex A8: Move OMAP3 specific reset handler
 
 Piotr Ziecik (1):
   api: Fix broken build on ARM.
 
 Prafulla Wadaskar (3):
   Marvell Sheevaplug Board support
   Marvell MV88F6281GTW_GE Board support
   Marvell RD6281A Board support
 
 Simon Kagstrom (1):
   Add unaligned.h for arm
 
 Wolfgang Denk (1):
   at91cap9adk: fix #ifdef/#endif pairing
 
  MAINTAINERS |6 +
  MAKEALL |3 +
  Makefile|   10 +-
  api/api_platform-arm.c  |2 -
  board/Marvell/mv88f6281gtw_ge/Makefile  |   51 ++
  board/Marvell/mv88f6281gtw_ge/config.mk |   25 +++
  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |  141 
  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h |   36 
  board/Marvell/rd6281a/Makefile  |   51 ++
  board/Marvell/rd6281a/config.mk |   25 +++
  board/Marvell/rd6281a/rd6281a.c |  179 
  board/Marvell/rd6281a/rd6281a.h |   41 +
  board/Marvell/sheevaplug/Makefile   |   51 ++
  board/Marvell/sheevaplug/config.mk  |   25 +++
  board/Marvell/sheevaplug/sheevaplug.c   |  155 ++
  board/Marvell/sheevaplug/sheevaplug.h   |   41 +
  cpu/arm_cortexa8/omap3/Makefile |1 +
  cpu/arm_cortexa8/omap3/reset.S  |   36 
  cpu/arm_cortexa8/start.S|   14 --
  drivers/gpio/Makefile   |1 +
  drivers/gpio/kw_gpio.c  |  151 +
  include/asm-arm/arch-kirkwood/gpio.h|   53 ++
  include/asm-arm/arch-kirkwood/kirkwood.h|1 +
  include/asm-arm/unaligned.h |   18 ++
  include/configs/at91cap9adk.h   |2 +-
  include/configs/mv88f6281gtw_ge.h   |  200 
 +++
  include/configs/rd6281a.h   |  198 ++
  include/configs/sheevaplug.h|  195 ++
  28 files changed, 1694 insertions(+), 18 deletions(-)
  create mode 100644 board/Marvell/mv88f6281gtw_ge/Makefile
  create mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk
  create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
  create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h
  create mode 100644 board/Marvell/rd6281a/Makefile
  create mode 100644 board/Marvell/rd6281a/config.mk
  create mode 100644 board/Marvell/rd6281a/rd6281a.c
  create mode 100644 board/Marvell/rd6281a/rd6281a.h
  create mode 100644 board/Marvell/sheevaplug/Makefile
  create mode 100644 board/Marvell/sheevaplug/config.mk
  create mode 100644 board/Marvell/sheevaplug/sheevaplug.c
  create mode 100644 board/Marvell/sheevaplug/sheevaplug.h
  create mode 100644 cpu/arm_cortexa8/omap3/reset.S
  create mode 100644 drivers/gpio/kw_gpio.c
  create mode 100644 include/asm-arm/arch-kirkwood/gpio.h
  create mode 100644 include/asm-arm/unaligned.h
  create mode 100644 include/configs/mv88f6281gtw_ge.h
  create mode 100644 include/configs/rd6281a.h
  create mode 100644 include/configs/sheevaplug.h

Applied, thanks.

Umm... is this all for ARM for this merge window? I mean, could we
release -rc1 from ARM's point of view now?

Or do you have mnore stuff queued? If so, when will it be ready for
pulling?

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: w...@denx.de
f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-22 Thread Prafulla Wadaskar
 

 -Original Message-
 From: u-boot-boun...@lists.denx.de 
 [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk
 Sent: Thursday, July 23, 2009 4:35 AM
 To: Jean-Christophe PLAGNIOL-VILLARD
 Cc: U-Boot; Ben Warren
 Subject: Re: [U-Boot] ARM Pull Request
 
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 In message 2009073039.gg19...@game.jcrosoft.org you wrote:
  Hi Wolfgang,
  
  this pull request need that ben send it's pull request for 
 net first 
  as multiple patch depend on it
  
  Ben do you plan to send it soon?
  
  Please pull
  The following changes since commit 
 462b1038738dd86f8dd70595f250ce792e90d244:
Wolfgang Denk (1):
  Merge branch 'master' of /home/wd/git/u-boot/custodians
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm.git master
  
  Dieter Kiermaier (1):
Kirkwood: add Marvell Kirkwood gpio driver
  
  Heiko Schocher (2):
arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
arm, kirkwood: added kw_gpio_set_valid() in gpio.h
  
  Minkyu Kang (1):
ARM Cortex A8: Move OMAP3 specific reset handler
  
  Piotr Ziecik (1):
api: Fix broken build on ARM.
  
  Prafulla Wadaskar (3):
Marvell Sheevaplug Board support
Marvell MV88F6281GTW_GE Board support
Marvell RD6281A Board support
  
  Simon Kagstrom (1):
Add unaligned.h for arm
  
  Wolfgang Denk (1):
at91cap9adk: fix #ifdef/#endif pairing
  
   MAINTAINERS |6 +
   MAKEALL |3 +
   Makefile|   10 +-
   api/api_platform-arm.c  |2 -
   board/Marvell/mv88f6281gtw_ge/Makefile  |   51 ++
   board/Marvell/mv88f6281gtw_ge/config.mk |   25 +++
   board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |  141 
 
   board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h |   36 
   board/Marvell/rd6281a/Makefile  |   51 ++
   board/Marvell/rd6281a/config.mk |   25 +++
   board/Marvell/rd6281a/rd6281a.c |  179 
 
   board/Marvell/rd6281a/rd6281a.h |   41 +
   board/Marvell/sheevaplug/Makefile   |   51 ++
   board/Marvell/sheevaplug/config.mk  |   25 +++
   board/Marvell/sheevaplug/sheevaplug.c   |  155 
 ++
   board/Marvell/sheevaplug/sheevaplug.h   |   41 +
   cpu/arm_cortexa8/omap3/Makefile |1 +
   cpu/arm_cortexa8/omap3/reset.S  |   36 
   cpu/arm_cortexa8/start.S|   14 --
   drivers/gpio/Makefile   |1 +
   drivers/gpio/kw_gpio.c  |  151 
 +
   include/asm-arm/arch-kirkwood/gpio.h|   53 ++
   include/asm-arm/arch-kirkwood/kirkwood.h|1 +
   include/asm-arm/unaligned.h |   18 ++
   include/configs/at91cap9adk.h   |2 +-
   include/configs/mv88f6281gtw_ge.h   |  200 
 +++
   include/configs/rd6281a.h   |  198 
 ++
   include/configs/sheevaplug.h|  195 
 ++
   28 files changed, 1694 insertions(+), 18 deletions(-)  create mode 
  100644 board/Marvell/mv88f6281gtw_ge/Makefile
   create mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk
   create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
   create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h
   create mode 100644 board/Marvell/rd6281a/Makefile  create 
 mode 100644 
  board/Marvell/rd6281a/config.mk  create mode 100644 
  board/Marvell/rd6281a/rd6281a.c  create mode 100644 
  board/Marvell/rd6281a/rd6281a.h  create mode 100644 
  board/Marvell/sheevaplug/Makefile  create mode 100644 
  board/Marvell/sheevaplug/config.mk
   create mode 100644 board/Marvell/sheevaplug/sheevaplug.c
   create mode 100644 board/Marvell/sheevaplug/sheevaplug.h
   create mode 100644 cpu/arm_cortexa8/omap3/reset.S  create 
 mode 100644 
  drivers/gpio/kw_gpio.c  create mode 100644 
  include/asm-arm/arch-kirkwood/gpio.h
   create mode 100644 include/asm-arm/unaligned.h  create mode 100644 
  include/configs/mv88f6281gtw_ge.h  create mode 100644 
  include/configs/rd6281a.h  create mode 100644 
  include/configs/sheevaplug.h
 
 Applied, thanks.
 
 Umm... is this all for ARM for this merge window? I mean, 
 could we release -rc1 from ARM's point of view now?
 
 Or do you have mnore stuff queued? If so, when will it be 
 ready for pulling?
Dear Wolfgang

The arm build is broken at this moment on u-boot.git/master
I have tested for kirkwood boards using nand (i.e. Sheevaplug and RD6281A)
same should be the case for other ARM boards using NAND flash.

The following patches from jean needed for successful build.
But those cannot

Re: [U-Boot] ARM Pull Request

2009-07-13 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090712214057.gf1...@game.jcrosoft.org you wrote:
 Hi Wolfgang,
 
 please pull
 The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
   Wolfgang Denk (1):
 Merge branch 'master' of git://git.denx.de/u-boot-video
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Daniel Mack (2):
   pxa: add clock for system bus 2 arbiter
   pxa: fix CKEN_B register bits
 
 Grazvydas Ignotas (4):
   OMAP3 pandora: pin mux cleanup
   OMAP3 pandora: setup pin mux for pins used on rev3 boards
   OMAP3 pandora: setup pulls for various GPIOs
   OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
 
 Jean-Christophe PLAGNIOL-VILLARD (2):
   versatile: specify the board type on the prompt
   versatile: update config and merge to cfi flash driver
 
 Prafulla Wadaskar (2):
   nand: Add Marvell Kirkwood NAND driver
   arm: Kirkwood: bugfix: UART1 bar correction
 
 Sedji Gaouaou (2):
   at91: Introduction of at91sam9g45 SOC.
   at91: Introduction of at91sam9g10 SOC.
 
  MAINTAINERS |4 +
  MAKEALL |   38 +-
  Makefile|   41 ++-
  board/armltd/versatile/Makefile |2 +-
  board/armltd/versatile/flash.c  |  514 
 ---
  board/atmel/at91sam9261ek/at91sam9261ek.c   |   36 ++
  board/atmel/at91sam9m10g45ek/Makefile   |   55 +++
  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |  334 +++
  board/atmel/at91sam9m10g45ek/config.mk  |1 +
  board/atmel/at91sam9m10g45ek/led.c  |   41 ++
  board/omap3/pandora/pandora.h   |   86 ++---
  cpu/arm926ejs/at91/Makefile |3 +
  cpu/arm926ejs/at91/at91sam9m10g45_devices.c |  175 
  cpu/arm926ejs/at91/clock.c  |   12 +-
  doc/README.at91 |   22 +-
  drivers/mtd/nand/Makefile   |1 +
  drivers/mtd/nand/kirkwood_nand.c|   82 
  drivers/net/macb.c  |6 +-
  include/asm-arm/arch-at91/at91_pmc.h|1 +
  include/asm-arm/arch-at91/at91sam9_matrix.h |2 +
  include/asm-arm/arch-at91/at91sam9g45.h |  139 ++
  include/asm-arm/arch-at91/at91sam9g45_matrix.h  |  153 +++
  include/asm-arm/arch-at91/clk.h |5 +
  include/asm-arm/arch-at91/hardware.h|8 +-
  include/asm-arm/arch-at91/memory-map.h  |1 +
  include/asm-arm/arch-kirkwood/kirkwood.h|2 +-
  include/asm-arm/arch-pxa/pxa-regs.h |   13 +-
  include/configs/at91sam9261ek.h |   13 +-
  include/configs/at91sam9m10g45ek.h  |  225 ++
  include/configs/versatile.h |   77 +++-
  30 files changed, 1474 insertions(+), 618 deletions(-)
  delete mode 100644 board/armltd/versatile/flash.c
  create mode 100644 board/atmel/at91sam9m10g45ek/Makefile
  create mode 100644 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
  create mode 100644 board/atmel/at91sam9m10g45ek/config.mk
  create mode 100644 board/atmel/at91sam9m10g45ek/led.c
  create mode 100644 cpu/arm926ejs/at91/at91sam9m10g45_devices.c
  create mode 100644 drivers/mtd/nand/kirkwood_nand.c
  create mode 100644 include/asm-arm/arch-at91/at91sam9g45.h
  create mode 100644 include/asm-arm/arch-at91/at91sam9g45_matrix.h
  create mode 100644 include/configs/at91sam9m10g45ek.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Here's a fish hangs in the net like a poor man's right in  the  law.
'Twill hardly come out. - Shakespeare, Pericles, Act II, Scene 1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090706195551.gh30...@game.jcrosoft.org you wrote:
 
 Please pull
 The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0:
   Mike Frysinger (1):
 Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Alessandro Rubini (4):
   arm nomadik: rename board to nhk8815
   arm nomadik: cleanup reset
   arm nomadik: allow Nand and OneNand to coexists
   arm nomadik: use 1000 as HZ value and rewrite timer code
 
 Daniel Gorsulowski (2):
   at91: Add CAN init function
   at91: Add esd gmbh MEESC board support
 
 Ilko Iliev (1):
   at91: add support for the PM9261 board of Ronetix GmbH


Does this patch include and thus obsolete this one, too? 

Subject: [U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of 
Ronetix
From: RONETIX - Ilko Iliev il...@ronetix.at
Date: Tue, 31 Mar 2009 16:16:46 +0200

???

 Ilya Yanok (3):
   mx27: basic cpu support
   serial_mx31: allow it to work with mx27 too and rename to serial_mxc
   arm: add support for CONFIG_GENERIC_MMC
 
 Jean-Christophe PLAGNIOL-VILLARD (17):
   pm9263: lowlevel init update
   pm9263: use macro instead of hardcode value for the lowlevel_init
   at91sam9263ek: add nor flash support
   at91: unify nor boot support
   ARM: Add macros.h to be used in assembler file.
   integratorap: split pci support
   integratorap: split timer support
   integratorcp: split timer support
   integratorap/cp/versatile: remove non used functions
   integratorap/cp: use cfi driver
   integrator: merge integratorap and integratorcp
   versatile: config coding style cleanup
   arm920t/interrupts: Move conditional compilation to Makefile
   dm355/pm9261: add missing CONFIG_NET_MULTI
   S3C24x0: extract interrupts from timer
   ARM: Update mach-types
   nhk8815: fix MAKEALL
 
 Kim, Heung Jun (1):
   move L2 cache enable/disable function to cache.c in the omap3 SoC 
 directory
 
 Magnus Lilja (5):
   ARM1136: Introduce CONFIG_PRELOADER macro.
   MX31: Add NAND SPL for i.MX31.
   i.MX31: Create a common device file.
   MX31: Add basic support for Freescale i.MX31 PDK board.
   MX31: Add NAND SPL boot support to i.MX31 PDK board.
 
 Matthias Ludwig (1):
   OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
 
 Minkyu Kang (1):
   s3c64xx: move the reset_cpu function
 
 Prafulla Wadaskar (5):
   spi: Add Marvell Kirkwood SPI driver
   arm: generic cache.h for ARM architectures
   arm: Kirkwood: Basic SOCs support
   net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
   arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
 
 Sedji Gaouaou (1):
   at91sam9260/9263: add back up for the rst(reset controller).
 
 Simon Kagstrom (1):
   arm: Kirkwood: Correct header define
 
 Stefano Babic (2):
   xscale: fix USB initialization for Trizepsiv module
   xscale: add support for the polaris board
 
 Thomas Lange (1):
   ARM DaVinci: EMIF settings
 
  MAINTAINERS|   14 +
  MAKEALL|9 +-
  Makefile   |   47 +-
  README |5 +
  board/afeb9260/afeb9260.c  |6 +-
  board/armltd/.gitignore|2 -
  board/armltd/{integratorap = integrator}/Makefile |   19 +-
  .../armltd/{integratorap = integrator}/config.mk  |0
  board/armltd/integrator/integrator.c   |  135 ++
  .../{integratorap = integrator}/lowlevel_init.S   |0
  .../integratorap.c = integrator/pci.c}|  262 +---
  board/armltd/integrator/split_by_variant.sh|  235 +++
  .../integratorcp.c = integrator/timer.c}  |  161 +--
  board/armltd/integratorap/flash.c  |  473 --
  board/armltd/integratorap/split_by_variant.sh  |  127 --
  board/armltd/integratorcp/config.mk|5 -
  board/armltd/integratorcp/flash.c  |  564 ---
  board/armltd/integratorcp/lowlevel_init.S  |  214 ---
  board/armltd/integratorcp/split_by_variant.sh  |  110 --
  board/armltd/versatile/versatile.c |7 -
  board/atmel/at91sam9260ek/at91sam9260ek.c  |6 +-
  board/atmel/at91sam9263ek/Makefile |4 +-
  board/atmel/at91sam9263ek/at91sam9263ek.c  |   25 +-
  board/{armltd/integratorap = esd/meesc}/Makefile  |   18 +-
  board/esd/meesc/config.mk  |1 +
  board/esd/meesc/meesc.c|  198 +++
  board/esd/meesc/partition.c|   37 +
  .../integratorcp = freescale/mx31pdk}/Makefile|5 +-
  

Re: [U-Boot] ARM Pull Request

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:20 Tue 07 Jul , Wolfgang Denk wrote:
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 In message 20090706195551.gh30...@game.jcrosoft.org you wrote:
  
  Please pull
  The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0:
Mike Frysinger (1):
  Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm.git master
  
  Alessandro Rubini (4):
arm nomadik: rename board to nhk8815
arm nomadik: cleanup reset
arm nomadik: allow Nand and OneNand to coexists
arm nomadik: use 1000 as HZ value and rewrite timer code
  
  Daniel Gorsulowski (2):
at91: Add CAN init function
at91: Add esd gmbh MEESC board support
  
  Ilko Iliev (1):
at91: add support for the PM9261 board of Ronetix GmbH
 
 
 Does this patch include and thus obsolete this one, too? 
 
   Subject: [U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of 
 Ronetix
   From: RONETIX - Ilko Iliev il...@ronetix.at
   Date: Tue, 31 Mar 2009 16:16:46 +0200
 
 ???
the PM9263 is already Mainline for the precedent release
and use a 9263 cpu module
the PM9261 is a new board which use a 9261 cpu module

Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090707213126.gb30...@game.jcrosoft.org you wrote:

 at91: add support for the PM9261 board of Ronetix GmbH
  
  Does this patch include and thus obsolete this one, too? 
  
  Subject: [U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of 
  Ronetix
  From: RONETIX - Ilko Iliev il...@ronetix.at
  Date: Tue, 31 Mar 2009 16:16:46 +0200
  
  ???
 the PM9263 is already Mainline for the precedent release

Ah. That's commit f0a2c7b4b6 ...

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
I program, therefore I am.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-06-11 Thread Wolfgang Denk
Dear Prafulla Wadaskar,

In message 73173d32e9439e4abb5151606c3e19e201d4a0e...@sc-vexch1.marvell.com 
you wrote:

 I don't see the kirkwood support patches (which are on arm/next) in the pull 
 request

 Did you missed them?

It seems you missed the fact thatthis was a pull request for the
master branch only, not for next.

master is for the upcoming (this Sunday, iuf everything goes OK)
release; next is for the next release (August?).

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: w...@denx.de
The bad reputation UNIX has gotten is totally undeserved, laid on by
people who don't understand, who have not gotten in there  and  tried
anything.  -- Jim Joyce, owner of Jim Joyce's UNIX Bookstore
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-06-11 Thread Prafulla Wadaskar
 

 -Original Message-
 From: Wolfgang Denk [mailto:w...@denx.de] 
 
  I don't see the kirkwood support patches (which are on arm/next) in 
  the pull request
 
  Did you missed them?
 
 It seems you missed the fact thatthis was a pull request for 
 the master branch only, not for next.
Oh..I got it 
 
 master is for the upcoming (this Sunday, iuf everything goes 
 OK) release; next is for the next release (August?).
My pleasure is getting delayed by two months to see my stuff in :-(
Any way I will wait and contribute... :-D

Thanks..
Regards..
Prafulla . .


 
 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: 
 w...@denx.de The bad reputation UNIX has gotten is totally 
 undeserved, laid on by people who don't understand, who have 
 not gotten in there  and  tried
 anything.  -- Jim Joyce, owner of Jim Joyce's UNIX Bookstore
 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-06-11 Thread Wolfgang Denk
Dear Prafulla Wadaskar,

In message 73173d32e9439e4abb5151606c3e19e201d4a0e...@sc-vexch1.marvell.com 
you wrote:
 
  master is for the upcoming (this Sunday, iuf everything goes 
  OK) release; next is for the next release (August?).
 My pleasure is getting delayed by two months to see my stuff in :-(
 Any way I will wait and contribute... :-D

Thanks - but there is such a thing as a release cycle, and it's
publicly announced and documented. Submissions that fail to meet the
merge window have to wait for the next release. That should be fairly
easy to understand.

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: w...@denx.de
In the pitiful, multipage, connection-boxed form to which  the  flow-
chart  has  today  been  elaborated, it has proved to be useless as a
design tool -- programmers draw flowcharts after, not before, writing
the programs they describe.- Fred Brooks, Jr.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-06-10 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090609233126.gg7...@game.jcrosoft.org you wrote:
 Hi Wolfgang,
 
 Please pull
 The following changes since commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002:
   Wolfgang Denk (1):
 Prepare 2009.06-rc3
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Jean-Christophe PLAGNIOL-VILLARD (1):
   at91/cpu.c: add missing Copyright  GPL header
 
 Shinya Kuribayashi (1):
   apollon: Fix a OBJCFLAGS typo
 
  cpu/arm926ejs/at91/cpu.c   |   23 +++
  onenand_ipl/board/apollon/Makefile |2 +-
  2 files changed, 24 insertions(+), 1 deletions(-)

Applied, thank.

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: w...@denx.de
Where would we be without rhetorical questions?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request

2009-06-10 Thread Prafulla Wadaskar
Hi Jean
I don't see the kirkwood support patches (which are on arm/next) in the pull 
request

Did you missed them?

Regards..
Prafulla . .

 -Original Message-
 From: u-boot-boun...@lists.denx.de 
 [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk
 Sent: Thursday, June 11, 2009 3:25 AM
 To: Jean-Christophe PLAGNIOL-VILLARD
 Cc: U-Boot
 Subject: Re: [U-Boot] ARM Pull Request
 
 Dear Jean-Christophe PLAGNIOL-VILLARD,
 
 In message 20090609233126.gg7...@game.jcrosoft.org you wrote:
  Hi Wolfgang,
  
  Please pull
  The following changes since commit 
 580611cb0932143fc2d7a735cfa9ce1ef34d6002:
Wolfgang Denk (1):
  Prepare 2009.06-rc3
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm.git master
  
  Jean-Christophe PLAGNIOL-VILLARD (1):
at91/cpu.c: add missing Copyright  GPL header
  
  Shinya Kuribayashi (1):
apollon: Fix a OBJCFLAGS typo
  
   cpu/arm926ejs/at91/cpu.c   |   23 +++
   onenand_ipl/board/apollon/Makefile |2 +-
   2 files changed, 24 insertions(+), 1 deletions(-)
 
 Applied, thank.
 
 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: 
 w...@denx.de Where would we be without rhetorical questions?
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request for next

2009-05-16 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090516092205.gn16...@game.jcrosoft.org you wrote:
 Hi Wolfgang,
 
 Please pull
 The following changes since commit 89dbfe0fc21d9f2840add7b1a75bbba1bfda38e8:
   Wolfgang Denk (1):
 Merge branch 'master' into next
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git next
 
 David Brownell (10):
   DaVinci Ethernet cleanup
   DaVinci now respects SKIP_LOWLEVEL_INIT
   davinci: move psc support board--cpu
   davinci: cpu-specific build uses conditional make syntax
   davinci: split out some dm644x-specific bits from psc
   davinci: fix dm644x buglets
   davinci: add basic dm355/dm350/dm335 support
   davinci: display correct clock info
   davinci dm6446evm NAND update
   dm355 evm support
 
 Jean-Christophe PLAGNIOL-VILLARD (12):
   arm946es: remove non used timer
   arm: cleanup remaining CONFIG_INIT_CRITICAL
   ixp/interrupts: Move conditional compilation to Makefile
   at91rm9200: move reset code to reset.c
   OMAP3: Remove dublicated interrupt code
   OMAP3: Reorganize Makefile style
   arm: timer and interrupt init rework
   arm920/926/926: remove non needed header
   ARM: Update mach-types
   arm/dcc: use static support to allow to use it at anytime
   arm/dcc: add xscale support
   at91: regroup IP hw init in one file per soc
 
 Sandeep Paulraj (1):
   ARM DaVinci:Consolidate common u-boot.lds
 
 Sanjeev Premi (1):
   OMAP3EVM: Set default bootfile
 
 Thomas Lange (1):
   ARM DaVinci: Reset with watchdog enabled
 
 Tom Rix (7):
   ARM Add blue colour LED to status_led.
   LED Add documentation describing the status_led and colour led API.
   ZOOM1 Remove more legacy NAND defines.
   OMAP Consolidate common u-boot.lds to cpu layer.
   ZOOM2 Add initial support for Zoom2
   OMAP3 Port kernel omap gpio interface.
   ZOOM2 Add support for debug board detection.
 
 s-paul...@ti.com (1):
   ARM DaVinci: Minor Updates to base addresses
 
  MAINTAINERS|4 +
  MAKEALL|2 +
  Makefile   |6 +
  board/armltd/integratorap/integratorap.c   |2 +-
  board/armltd/integratorcp/integratorcp.c   |2 +-
  board/atmel/at91cap9adk/at91cap9adk.c  |1 -
  board/davinci/common/Makefile  |2 +-
  board/davinci/common/misc.c|   45 +-
  board/davinci/common/misc.h|2 -
  board/davinci/dm355evm/Makefile|   52 +
  board/davinci/dm355evm/config.mk   |   11 +
  board/davinci/dm355evm/dm355evm.c  |  108 ++
  board/davinci/dvevm/dvevm.c|3 -
  board/davinci/schmoogie/schmoogie.c|3 -
  board/davinci/schmoogie/u-boot.lds |   52 -
  board/davinci/sffsdr/sffsdr.c  |3 -
  board/davinci/sffsdr/u-boot.lds|   52 -
  board/davinci/sonata/sonata.c  |3 -
  board/davinci/sonata/u-boot.lds|   52 -
  board/m501sk/m501sk.c  |2 +-
  board/netstar/netstar.c|2 +-
  board/omap3/beagle/u-boot.lds  |   63 -
  board/omap3/common/Makefile|1 +
  board/omap3/evm/u-boot.lds |   63 -
  board/omap3/overo/u-boot.lds   |   63 -
  board/omap3/pandora/u-boot.lds |   63 -
  board/omap3/zoom2/Makefile |   50 +
  board/omap3/zoom2/config.mk|   33 +
  board/omap3/zoom2/debug_board.c|   59 +
  board/omap3/zoom2/zoom2.c  |   76 +
  board/omap3/zoom2/zoom2.h  |  149 ++
  board/voiceblue/voiceblue.c|2 +-
  cpu/arm1136/mx31/Makefile  |3 +-
  cpu/arm1136/mx31/{interrupts.c = timer.c} |3 +-
  cpu/arm1136/omap24xx/Makefile  |3 +-
  cpu/arm1136/omap24xx/{interrupts.c = timer.c} |3 +-
  cpu/arm1176/s3c64xx/Makefile   |2 +-
  cpu/arm1176/s3c64xx/{interrupts.c = timer.c}  |2 +-
  cpu/arm720t/interrupts.c   |   46 +-
  cpu/arm920t/at91rm9200/Makefile|   14 +-
  cpu/arm920t/at91rm9200/reset.c |   71 +
  cpu/arm920t/at91rm9200/{interrupts.c = timer.c}   |   39 +-
  cpu/arm920t/cpu.c  |1 -
  cpu/arm920t/imx/Makefile   |4 +-
  cpu/arm920t/imx/{interrupts.c = timer.c}  |3 +-
  cpu/arm920t/interrupts.c   |1 -
  cpu/arm920t/ks8695/Makefile

Re: [U-Boot] ARM pull Request

2009-05-15 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090515090344.gf16...@game.jcrosoft.org you wrote:
 Hi Wolfgang,
 
 Please pull
 
 The following changes since commit f8ddcd58221cab63dd25c2324dd2032487f748b1:
   Graf Yang (1):
 Blackfin: bf518f-ezbrd: reset ethernet PHY during init
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Detlev Zundel (1):
   arm/imx31_phycore: Fix bi_arch_number
 
 Sascha Hauer (1):
   remove myself as phycore/litekit Maintainer
 
 Sergey Lapin (1):
   AFEB9260 network fix
 
  MAINTAINERS   |5 -
  board/afeb9260/afeb9260.c |2 +-
  board/imx31_phycore/imx31_phycore.c   |4 ++--
  cpu/arm926ejs/at91/at91sam9260_macb.c |2 +-
  4 files changed, 4 insertions(+), 9 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
All he had was nothing, but that was something, and now it  had  been
taken away. - Terry Pratchett, _Sourcery_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] ARM Pull Request for next

2009-05-15 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090515202302.gk16...@game.jcrosoft.org you wrote:
 Hi Wolfgang
 
 Please pull
 The following changes since commit f8ddcd58221cab63dd25c2324dd2032487f748b1:
   Graf Yang (1):
 Blackfin: bf518f-ezbrd: reset ethernet PHY during init
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git next
 
 David Brownell (10):
   DaVinci Ethernet cleanup
   DaVinci now respects SKIP_LOWLEVEL_INIT
   davinci: move psc support board--cpu
   davinci: cpu-specific build uses conditional make syntax
   davinci: split out some dm644x-specific bits from psc
   davinci: fix dm644x buglets
   davinci: add basic dm355/dm350/dm335 support
   davinci: display correct clock info
   davinci dm6446evm NAND update
   dm355 evm support
 
 Jean-Christophe PLAGNIOL-VILLARD (12):
   arm946es: remove non used timer
   arm: cleanup remaining CONFIG_INIT_CRITICAL
   ixp/interrupts: Move conditional compilation to Makefile
   at91rm9200: move reset code to reset.c
   OMAP3: Remove dublicated interrupt code
   OMAP3: Reorganize Makefile style
   arm: timer and interrupt init rework
   arm920/926/926: remove non needed header
   ARM: Update mach-types
   arm/dcc: use static support to allow to use it at anytime
   arm/dcc: add xscale support
   at91: regroup IP hw init in one file per soc
 
 Sandeep Paulraj (1):
   ARM DaVinci:Consolidate common u-boot.lds
 
 Sanjeev Premi (1):
   OMAP3EVM: Set default bootfile
 
 Tom Rix (7):
   ARM Add blue colour LED to status_led.
   LED Add documentation describing the status_led and colour led API.
   ZOOM1 Remove more legacy NAND defines.
   OMAP Consolidate common u-boot.lds to cpu layer.
   ZOOM2 Add initial support for Zoom2
   OMAP3 Port kernel omap gpio interface.
   ZOOM2 Add support for debug board detection.
 
 s-paul...@ti.com (1):
   ARM DaVinci: Minor Updates to base addresses

Sorry, this tree does not apply cleanly to the current next branch:

...
CONFLICT (delete/modify): board/davinci/schmoogie/u-boot.lds deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
board/davinci/schmoogie/u-boot.lds left in tree.
CONFLICT (delete/modify): board/davinci/sffsdr/u-boot.lds deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
board/davinci/sffsdr/u-boot.lds left in tree.
CONFLICT (delete/modify): board/davinci/sonata/u-boot.lds deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
board/davinci/sonata/u-boot.lds left in tree.
CONFLICT (delete/modify): board/omap3/beagle/u-boot.lds deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
board/omap3/beagle/u-boot.lds left in tree.
CONFLICT (delete/modify): board/omap3/evm/u-boot.lds deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
board/omap3/evm/u-boot.lds left in tree.
CONFLICT (delete/modify): board/omap3/overo/u-boot.lds deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
board/omap3/overo/u-boot.lds left in tree.
CONFLICT (delete/modify): board/omap3/pandora/u-boot.lds deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
board/omap3/pandora/u-boot.lds left in tree.
...
CONFLICT (delete/modify): cpu/arm926ejs/at91/at91sam9260_macb.c deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
cpu/arm926ejs/at91/at91sam9260_macb.c left in tree.
...
CONFLICT (delete/modify): cpu/arm926ejs/interrupts.c deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
cpu/arm926ejs/interrupts.c left in tree.
...
CONFLICT (delete/modify): cpu/arm946es/interrupts.c deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
cpu/arm946es/interrupts.c left in tree.
...
CONFLICT (delete/modify): cpu/arm_cortexa8/omap3/interrupts.c deleted in 
fc7f767e037b8d6bc753447a502d551d39f0c774 and modified in HEAD. Version HEAD of 
cpu/arm_cortexa8/omap3/interrupts.c left in tree.
...
Automatic merge failed; fix conflicts and then commit the result.


Please clean up  rebase your tree and submit a new pull request.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
The universe, they said, depended for its operation on the balance of
four forces which they identified as charm,  persuasion,  uncertainty
and bloody-mindedness.  -- Terry Pratchett, The Light Fantastic
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot



Re: [U-Boot] ARM Pull Request

2009-04-30 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD,

In message 20090430071035.ge31...@game.jcrosoft.org you wrote:
 
 Please pull 
 The following changes since commit 4277f4de065b4daea4dc27420fc1bc131701291d:
   Wolfgang Denk (1):
 Merge branch 'master' of git://git.denx.de/u-boot-net
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm.git master
 
 Daniel Gorsulowski (1):
   at91: fixed plla calc when no USB support is active
 
 David Brownell (1):
   minor DaVinci clock cleanup
 
 Dirk Behme (2):
   OMAP3: Fix changed mmc init command
   OMAP3: Remove legacy NAND defines
 
 Ladislav Michl (1):
   arm925t: Fix CONFIG_SYS_HZ to 1000
 
 Minkyu Kang (1):
   s3c64xx: remove unnecessary definition
 
 Sanjeev Premi (3):
   OMAP3: Use functions print_cpuinfo() and checkboard()
   OMAP3: Remove unused board-types
   OMAP3: Print correct silicon revision
 
  board/omap3/beagle/beagle.h|2 -
  board/omap3/evm/evm.h  |2 -
  board/omap3/overo/overo.h  |2 -
  board/omap3/pandora/pandora.h  |2 -
  board/omap3/zoom1/zoom1.h  |2 -
  cpu/arm925t/interrupts.c   |   88 +--
  cpu/arm926ejs/at91/clock.c |2 +-
  cpu/arm_cortexa8/cpu.c |4 +-
  cpu/arm_cortexa8/omap3/board.c |   27 +-
  cpu/arm_cortexa8/omap3/clock.c |5 +-
  cpu/arm_cortexa8/omap3/sys_info.c  |  147 
 +++-
  include/asm-arm/arch-omap3/omap3.h |   22 ++---
  include/asm-arm/arch-omap3/sys_proto.h |4 -
  include/configs/SX1.h  |6 +-
  include/configs/davinci_dvevm.h|3 +-
  include/configs/davinci_schmoogie.h|3 +-
  include/configs/davinci_sffsdr.h   |3 +-
  include/configs/davinci_sonata.h   |3 +-
  include/configs/netstar.h  |6 +-
  include/configs/omap1510inn.h  |6 +-
  include/configs/omap3_beagle.h |   37 ++---
  include/configs/omap3_evm.h|   38 ++---
  include/configs/omap3_overo.h  |   38 ++---
  include/configs/omap3_pandora.h|   37 ++---
  include/configs/omap3_zoom1.h  |8 ++-
  include/configs/voiceblue.h|4 +-
  include/s3c6400.h  |4 -
  27 files changed, 181 insertions(+), 324 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
You humans have that emotional need  to  express  gratitude.  You're
welcome, I believe, is the correct response.
-- Spock, Bread and Circuses, stardate 4041.2
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


  1   2   >