Re: [U-Boot] [PULL] u-boot-pxa/master

2016-11-23 Thread Tom Rini
On Wed, Nov 23, 2016 at 01:54:45PM +0100, Marek Vasut wrote:

> The following changes since commit 543bd27353d2c5679057fe09aa2d02259687ff32:
> 
>   MAINTAINERS: SUNXI: Update maintainership (2016-11-22 09:07:26 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git master
> 
> for you to fetch changes up to 136179bec19f4bc84227cba138214ea392a723ea:
> 
>   colibri_pxa270: transition to driver model for serial (2016-11-23
> 13:53:20 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [PULL] u-boot-pxa/master

2016-11-23 Thread Marek Vasut
The following changes since commit 543bd27353d2c5679057fe09aa2d02259687ff32:

  MAINTAINERS: SUNXI: Update maintainership (2016-11-22 09:07:26 -0500)

are available in the git repository at:

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

for you to fetch changes up to 136179bec19f4bc84227cba138214ea392a723ea:

  colibri_pxa270: transition to driver model for serial (2016-11-23
13:53:20 +0100)


Marcel Ziswiler (4):
  serial: pxa: use kconfig for serial configuration
  serial: pxa: integrate optional driver model handling
  colibri_pxa270: drop edit, elf, fpga, hush, regex et al. for space
reason
  colibri_pxa270: transition to driver model for serial

 board/toradex/colibri_pxa270/colibri_pxa270.c |  18 -
 configs/colibri_pxa270_defconfig  |   9 -
 configs/h2200_defconfig   |   1 +
 configs/zipitz2_defconfig |   1 +
 drivers/serial/Kconfig|   6 +++
 drivers/serial/serial_pxa.c   | 183
---
 include/configs/colibri_pxa270.h  |   7 +---
 include/configs/h2200.h   |   2 -
 include/configs/zipitz2.h |   1 -
 include/dm/platform_data/serial_pxa.h |  56

 scripts/config_whitelist.txt  |   1 -
 11 files changed, 203 insertions(+), 82 deletions(-)
 create mode 100644 include/dm/platform_data/serial_pxa.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] u-boot-pxa/master

2015-08-24 Thread Marek Vasut
The following changes since commit c851a2458fbc12495f4f786d4eabb612850a5143:

  Merge git://git.denx.de/u-boot-socfpga (2015-08-23 20:44:25 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git HEAD

for you to fetch changes up to 3664fa1beec3921dcfed605a9b37f63dee28ce6a:

  arm: pxa: colibri_pxa270: add optional i2c support (2015-08-24 20:30:38 +0200)


Andrew Ruder (2):
  pxa: Fix boot hang by avoiding vector relocation
  arm: pxa: use common timer functions

Marcel Ziswiler (9):
  
  arm: pxa: clean-up include file order 
  
  arm: pxa: mmc: clean-up include file order
  
  serial: pxa: clean-up include file order  
  
  usb: pxa27x_udc: clean-up include file order  
  
  lcd: pxa: clean-up include file order 
  
  arm: pxa: palmtreo680: get rid of obsolete CONFIG_SYS_LCD_PXA_NO_L_BIAS   
  
  arm: pxa: colibri_pxa270: add some more nor flash details 
  
  arm: pxa: colibri_pxa270: add optional lcd support
  arm: pxa: colibri_pxa270: add optional i2c support

 arch/arm/cpu/pxa/Makefile  |  1 +
 arch/arm/cpu/pxa/pxa2xx.c  |  4 ++--
 arch/arm/cpu/pxa/relocate.S| 23 +++
 arch/arm/cpu/pxa/timer.c   | 71 
++-
 arch/arm/include/asm/arch-pxa/config.h | 25 +
 arch/arm/include/asm/config.h  |  5 -
 drivers/mmc/pxa_mmc_gen.c  |  8 +++-
 drivers/serial/serial_pxa.c|  4 ++--
 drivers/usb/gadget/pxa27x_udc.c|  5 ++---
 drivers/video/pxa_lcd.c|  9 -
 include/configs/colibri_pxa270.h   | 26 ++
 include/configs/palmtreo680.h  |  1 -
 12 files changed, 94 insertions(+), 88 deletions(-)
 create mode 100644 arch/arm/cpu/pxa/relocate.S
 create mode 100644 arch/arm/include/asm/arch-pxa/config.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/master

2015-08-24 Thread Tom Rini
On Mon, Aug 24, 2015 at 08:31:13PM +0200, Marek Vasut wrote:

 The following changes since commit c851a2458fbc12495f4f786d4eabb612850a5143:
 
   Merge git://git.denx.de/u-boot-socfpga (2015-08-23 20:44:25 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git HEAD
 
 for you to fetch changes up to 3664fa1beec3921dcfed605a9b37f63dee28ce6a:
 
   arm: pxa: colibri_pxa270: add optional i2c support (2015-08-24 20:30:38 
 +0200)
 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [PULL] u-boot-pxa/master

2015-03-02 Thread Marek Vasut
Rare PR follows, please apply for current u-boot/master .

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 
18:14:18 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git HEAD

for you to fetch changes up to 44ba7a373a46e2816aff0a7aa28166d1dbbe46f0:

  pxa: colibri_pxa270: integrate latest validated register settings (2015-03-02 
10:59:51 +0100)


Marcel Ziswiler (12):
  pxa: fix wrong comment about vpac270 being the arch number
  remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
  pxa: balloon3: remove nowhere used symbol CONFIG_SYS_MEM_BUF_IMP
  pxa: balloon3: fix comment about sdram banks
  pxa: balloon3/colibri_pxa270: fix environment optionally being nowhere
  pxa: colibri_pxa270: migrate to generic board
  pxa: colibri_pxa270: disable loadb/s commands and long help
  pxa: colibri_pxa270: avoid overwriting factory configuration block
  pxa: colibri_pax270: fix CONFIG_BOOTCOMMAND
  pxa: colibri_pxa270: fix wrong comment about voipac ethernet chip
  pxa: colibri_pxa270: remove CONFIG_ENV_ADDR_REDUND
  pxa: colibri_pxa270: integrate latest validated register settings

 board/balloon3/balloon3.c |  2 +-
 board/toradex/colibri_pxa270/colibri_pxa270.c |  2 +-
 include/configs/balloon3.h| 10 --
 include/configs/colibri_pxa270.h  | 77 
-
 include/configs/flea3.h   |  2 --
 include/configs/mx35pdk.h |  2 --
 include/configs/palmld.h  |  1 -
 include/configs/palmtc.h  |  1 -
 include/configs/palmtreo680.h |  1 -
 include/configs/snowball.h|  1 -
 include/configs/ti816x_evm.h  |  1 -
 include/configs/u8500_href.h  |  1 -
 include/configs/vexpress_common.h |  1 -
 include/configs/vpac270.h |  3 +--
 include/configs/woodburn_common.h |  2 --
 include/configs/zipitz2.h |  1 -
 16 files changed, 47 insertions(+), 61 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/master

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 11:04:33AM +0100, Marek Vasut wrote:

 Rare PR follows, please apply for current u-boot/master .
 
 The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:
 
   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 
 18:14:18 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git HEAD
 
 for you to fetch changes up to 44ba7a373a46e2816aff0a7aa28166d1dbbe46f0:
 
   pxa: colibri_pxa270: integrate latest validated register settings 
 (2015-03-02 
 10:59:51 +0100)
 

Applied to u-boot/master, thanks!

-- 
Tom


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


Re: [U-Boot] [PULL] u-boot-pxa/master

2014-02-19 Thread Albert ARIBAUD
Hi Marek,

On Thu, 6 Feb 2014 02:54:11 +0100, Marek Vasut ma...@denx.de wrote:

 The following changes since commit e97f9d817e600cd6f43d1d0da76f5787e33a5c56:
 
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-29 
 14:07:50 
 +0100)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to f8d1086851409ee16344932ef367b8a05c365b09:
 
   ARM: serial: Remove the IXP UART driver (2014-02-06 02:51:52 +0100)
 
 
 Marek Vasut (10):
   ARM: IXP: Remove actux1 board
   ARM: IXP: Remove actux2 board
   ARM: IXP: Remove actux3 board
   ARM: IXP: Remove actux4 board
   ARM: IXP: Remove dvl_host board
   ARM: IXP: Remove the IXP architecture support
   ARM: USB: Remove the IXP EHCI driver
   ARM: PCI: Remove the IXP PCI driver
   ARM: NET: Remove the IXP NPE ethernet driver
   ARM: serial: Remove the IXP UART driver
 
  MAKEALL   |2 -
  Makefile  |1 -
  README|1 -
  arch/arm/cpu/ixp/Makefile |   12 -
  arch/arm/cpu/ixp/config.mk|   16 -
  arch/arm/cpu/ixp/cpu.c|  100 ---
  arch/arm/cpu/ixp/interrupts.c |   66 --
  arch/arm/cpu/ixp/start.S  |  430 
 -
  arch/arm/cpu/ixp/timer.c  |  101 
  arch/arm/cpu/ixp/u-boot.lds   |   91 ---
  arch/arm/include/asm/arch-ixp/ixp425.h|  548 
 -
  arch/arm/include/asm/arch-ixp/ixp425pci.h |  174 --
  arch/arm/include/asm/global_data.h|3 -
  board/actux1/Makefile |8 -
  board/actux1/actux1.c |  148 -
  board/actux1/actux1_hw.h  |   41 --
  board/actux1/u-boot.lds   |   99 ---
  board/actux2/Makefile |8 -
  board/actux2/actux2.c |  122 
  board/actux2/actux2_hw.h  |   43 --
  board/actux2/u-boot.lds   |   99 ---
  board/actux3/Makefile |8 -
  board/actux3/actux3.c |  149 -
  board/actux3/actux3_hw.h  |   44 --
  board/actux3/u-boot.lds   |   99 ---
  board/actux4/Makefile |8 -
  board/actux4/actux4.c |  129 
  board/actux4/actux4_hw.h  |   33 -
  board/dvlhost/Makefile|8 -
  board/dvlhost/dvlhost.c   |  112 
  board/dvlhost/dvlhost_hw.h|   31 -
  board/dvlhost/u-boot.lds  |   99 ---
  board/dvlhost/watchdog.c  |   27 -
  boards.cfg|8 -
  doc/README.scrapyard  |5 +
  doc/driver-model/UDM-pci.txt  |4 -
  doc/driver-model/UDM-serial.txt   |4 -
  drivers/i2c/soft_i2c.c|3 -
  drivers/net/npe/IxEthAcc.c|  237 
  drivers/net/npe/IxEthAccCommon.c  | 1025 
 ---
  drivers/net/npe/IxEthAccControlInterface.c|  509 
 
  drivers/net/npe/IxEthAccDataPlane.c   | 2459 
 --
  drivers/net/npe/IxEthAccMac.c | 2617 
 ---
  drivers/net/npe/IxEthAccMii.c |  386 
  drivers/net/npe/IxEthDBAPI.c  |  424 
 -
  drivers/net/npe/IxEthDBAPISupport.c   |  651 
 
  drivers/net/npe/IxEthDBCore.c |  439 
 --
  drivers/net/npe/IxEthDBEvents.c   |  496 
 ---
  drivers/net/npe/IxEthDBFeatures.c |  638 
 
  drivers/net/npe/IxEthDBFirewall.c |  242 
  drivers/net/npe/IxEthDBHashtable.c|  618 
 ---
  drivers/net/npe/IxEthDBLearning.c |  

[U-Boot] [PULL] u-boot-pxa/master

2014-02-05 Thread Marek Vasut
The following changes since commit e97f9d817e600cd6f43d1d0da76f5787e33a5c56:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-29 14:07:50 
+0100)

are available in the git repository at:


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

for you to fetch changes up to f8d1086851409ee16344932ef367b8a05c365b09:

  ARM: serial: Remove the IXP UART driver (2014-02-06 02:51:52 +0100)


Marek Vasut (10):
  ARM: IXP: Remove actux1 board
  ARM: IXP: Remove actux2 board
  ARM: IXP: Remove actux3 board
  ARM: IXP: Remove actux4 board
  ARM: IXP: Remove dvl_host board
  ARM: IXP: Remove the IXP architecture support
  ARM: USB: Remove the IXP EHCI driver
  ARM: PCI: Remove the IXP PCI driver
  ARM: NET: Remove the IXP NPE ethernet driver
  ARM: serial: Remove the IXP UART driver

 MAKEALL   |2 -
 Makefile  |1 -
 README|1 -
 arch/arm/cpu/ixp/Makefile |   12 -
 arch/arm/cpu/ixp/config.mk|   16 -
 arch/arm/cpu/ixp/cpu.c|  100 ---
 arch/arm/cpu/ixp/interrupts.c |   66 --
 arch/arm/cpu/ixp/start.S  |  430 -
 arch/arm/cpu/ixp/timer.c  |  101 
 arch/arm/cpu/ixp/u-boot.lds   |   91 ---
 arch/arm/include/asm/arch-ixp/ixp425.h|  548 
-
 arch/arm/include/asm/arch-ixp/ixp425pci.h |  174 --
 arch/arm/include/asm/global_data.h|3 -
 board/actux1/Makefile |8 -
 board/actux1/actux1.c |  148 -
 board/actux1/actux1_hw.h  |   41 --
 board/actux1/u-boot.lds   |   99 ---
 board/actux2/Makefile |8 -
 board/actux2/actux2.c |  122 
 board/actux2/actux2_hw.h  |   43 --
 board/actux2/u-boot.lds   |   99 ---
 board/actux3/Makefile |8 -
 board/actux3/actux3.c |  149 -
 board/actux3/actux3_hw.h  |   44 --
 board/actux3/u-boot.lds   |   99 ---
 board/actux4/Makefile |8 -
 board/actux4/actux4.c |  129 
 board/actux4/actux4_hw.h  |   33 -
 board/dvlhost/Makefile|8 -
 board/dvlhost/dvlhost.c   |  112 
 board/dvlhost/dvlhost_hw.h|   31 -
 board/dvlhost/u-boot.lds  |   99 ---
 board/dvlhost/watchdog.c  |   27 -
 boards.cfg|8 -
 doc/README.scrapyard  |5 +
 doc/driver-model/UDM-pci.txt  |4 -
 doc/driver-model/UDM-serial.txt   |4 -
 drivers/i2c/soft_i2c.c|3 -
 drivers/net/npe/IxEthAcc.c|  237 
 drivers/net/npe/IxEthAccCommon.c  | 1025 
---
 drivers/net/npe/IxEthAccControlInterface.c|  509 

 drivers/net/npe/IxEthAccDataPlane.c   | 2459 
--
 drivers/net/npe/IxEthAccMac.c | 2617 
---
 drivers/net/npe/IxEthAccMii.c |  386 
 drivers/net/npe/IxEthDBAPI.c  |  424 -
 drivers/net/npe/IxEthDBAPISupport.c   |  651 

 drivers/net/npe/IxEthDBCore.c |  439 --
 drivers/net/npe/IxEthDBEvents.c   |  496 
---
 drivers/net/npe/IxEthDBFeatures.c |  638 

 drivers/net/npe/IxEthDBFirewall.c |  242 
 drivers/net/npe/IxEthDBHashtable.c|  618 
---
 drivers/net/npe/IxEthDBLearning.c |  125 
 drivers/net/npe/IxEthDBMem.c  |  625 
---
 drivers/net/npe/IxEthDBNPEAdaptor.c   |  695 

[U-Boot] [PULL] u-boot-pxa/master

2014-01-13 Thread Marek Vasut
Minor fixes, please apply for 2014.01

The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:

   


   
  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 
-0500)  
  

are available in the git repository at:


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

for you to fetch changes up to 4efd69250f6118ebd783867b3809001a1886ce9e:

  ARM: pxa: Fix OneNAND window access on VPAC270 (2014-01-13 12:39:10 +0100)


Marek Vasut (2):
  ARM: pxa: Fix OneNAND SPL builds
  ARM: pxa: Fix OneNAND window access on VPAC270

 arch/arm/cpu/pxa/config.mk   | 13 +
 board/vpac270/u-boot-spl.lds |  1 +
 include/configs/vpac270.h|  2 +-
 3 files changed, 15 insertions(+), 1 deletion(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/master

2014-01-13 Thread Albert ARIBAUD
Hi Marek,

On Mon, 13 Jan 2014 12:42:35 +0100, Marek Vasut ma...@denx.de wrote:

 Minor fixes, please apply for 2014.01
 
 The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:  
   

   
   

   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 
 -0500)
 
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to 4efd69250f6118ebd783867b3809001a1886ce9e:
 
   ARM: pxa: Fix OneNAND window access on VPAC270 (2014-01-13 12:39:10 +0100)
 
 
 Marek Vasut (2):
   ARM: pxa: Fix OneNAND SPL builds
   ARM: pxa: Fix OneNAND window access on VPAC270
 
  arch/arm/cpu/pxa/config.mk   | 13 +
  board/vpac270/u-boot-spl.lds |  1 +
  include/configs/vpac270.h|  2 +-
  3 files changed, 15 insertions(+), 1 deletion(-)

Tom: please hold the release. I'll send you this plus a bugfix patch in
an hour or so.

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2014-01-13 Thread Albert ARIBAUD
Hi Albert,

On Mon, 13 Jan 2014 14:16:22 +0100, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:

 Hi Marek,
 
 On Mon, 13 Jan 2014 12:42:35 +0100, Marek Vasut ma...@denx.de wrote:
 
  Minor fixes, please apply for 2014.01
  
  The following changes since commit 
  7f673c99c2d8d1aa21996c5b914f06d784b080ca:   
  
  
  
 
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 
  10:56:00 
  -0500)  

  
  are available in the git repository at:
  
  
git://git.denx.de/u-boot-pxa.git master
  
  for you to fetch changes up to 4efd69250f6118ebd783867b3809001a1886ce9e:
  
ARM: pxa: Fix OneNAND window access on VPAC270 (2014-01-13 12:39:10 +0100)
  
  
  Marek Vasut (2):
ARM: pxa: Fix OneNAND SPL builds
ARM: pxa: Fix OneNAND window access on VPAC270
  
   arch/arm/cpu/pxa/config.mk   | 13 +
   board/vpac270/u-boot-spl.lds |  1 +
   include/configs/vpac270.h|  2 +-
   3 files changed, 15 insertions(+), 1 deletion(-)
 
 Tom: please hold the release. I'll send you this plus a bugfix patch in
 an hour or so.
 
 Amicalement,

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] u-boot-pxa/master

2013-12-18 Thread Marek Vasut
Hi Albert,

please pull for 2014.01 . Thanks!

The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:

  ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 
-0500)

are available in the git repository at:

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

for you to fetch changes up to 914f2bd1f07fba93639ad1273d4cd458b0ee99cc:


   
  arm: pxa: init ethaddr for LP-8x4x using DT (2013-12-18 18:15:26 +0100)   

   


   


   
Sergei Ianovich (5):

   
  ARM: pxa: prevent PXA270 occasional reboot freezes

   
  arm: pxa: fix LP-8x4x USB support 

   
  arm: pxa: fix 2nd flash chip address on LP-8x4x   

   
  arm: pxa: update LP-8x4x to boot DT kernel

   
  arm: pxa: init ethaddr for LP-8x4x using DT   

   


   
 arch/arm/cpu/pxa/pxa2xx.c|  1 +

   
 board/icpdas/lp8x4x/lp8x4x.c | 53 
+++--   

 include/configs/lp8x4x.h | 15 +++  

   
 3 files changed, 31 insertions(+), 38 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-12-18 Thread Albert ARIBAUD
Hi Marek,

On Wed, 18 Dec 2013 18:17:59 +0100, Marek Vasut ma...@denx.de wrote:

 Hi Albert,
 
 please pull for 2014.01 . Thanks!
 
 The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
 
   ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 
 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to 914f2bd1f07fba93639ad1273d4cd458b0ee99cc:
   
   

   arm: pxa: init ethaddr for LP-8x4x using DT (2013-12-18 18:15:26 +0100) 
   

   
   

   
   

 Sergei Ianovich (5):  
   

   ARM: pxa: prevent PXA270 occasional reboot freezes  
   

   arm: pxa: fix LP-8x4x USB support   
   

   arm: pxa: fix 2nd flash chip address on LP-8x4x 
   

   arm: pxa: update LP-8x4x to boot DT kernel  
   

   arm: pxa: init ethaddr for LP-8x4x using DT 
   

   
   

  arch/arm/cpu/pxa/pxa2xx.c|  1 +  
   

  board/icpdas/lp8x4x/lp8x4x.c | 53 
 +++-- 
   
  include/configs/lp8x4x.h | 15 +++
   

  3 files changed, 31 insertions(+), 38 deletions(-)

On it. Note that:

remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
valid object!
remote: error: refs/remotes/origin/i.MX31 does not point to a valid
object!
remote: error: refs/remotes/origin/lwmon5 does not point to a valid
object!
remote: error: refs/remotes/origin/tx25 does not point to a valid
object!

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-12-18 Thread Marek Vasut
On Wednesday, December 18, 2013 at 07:47:38 PM, Albert ARIBAUD wrote:
 Hi Marek,
 
 On Wed, 18 Dec 2013 18:17:59 +0100, Marek Vasut ma...@denx.de wrote:
  Hi Albert,
  
  please pull for 2014.01 . Thanks!
  
  The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
17:43:39
  
  -0500)
  
  are available in the git repository at:
git://git.denx.de/u-boot-pxa.git master
  
  for you to fetch changes up to 914f2bd1f07fba93639ad1273d4cd458b0ee99cc:
arm: pxa: init ethaddr for LP-8x4x using DT (2013-12-18 18:15:26 +0100)
  
  
  
  Sergei Ianovich (5):
ARM: pxa: prevent PXA270 occasional reboot freezes
arm: pxa: fix LP-8x4x USB support
arm: pxa: fix 2nd flash chip address on LP-8x4x
arm: pxa: update LP-8x4x to boot DT kernel
arm: pxa: init ethaddr for LP-8x4x using DT
   
   arch/arm/cpu/pxa/pxa2xx.c|  1 +
   board/icpdas/lp8x4x/lp8x4x.c | 53
  
  +++--
  
   include/configs/lp8x4x.h | 15 +++
   3 files changed, 31 insertions(+), 38 deletions(-)
 
 On it. Note that:
 
 remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
 valid object!
 remote: error: refs/remotes/origin/i.MX31 does not point to a valid
 object!
 remote: error: refs/remotes/origin/lwmon5 does not point to a valid
 object!
 remote: error: refs/remotes/origin/tx25 does not point to a valid
 object!

Thanks for spotting this. Where the heck does this come from (and how do I fix 
this) ?

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-12-18 Thread Tom Rini
On Wed, Dec 18, 2013 at 07:55:48PM +0100, Marek Vasut wrote:
 On Wednesday, December 18, 2013 at 07:47:38 PM, Albert ARIBAUD wrote:
  Hi Marek,
  
  On Wed, 18 Dec 2013 18:17:59 +0100, Marek Vasut ma...@denx.de wrote:
   Hi Albert,
   
   please pull for 2014.01 . Thanks!
   
   The following changes since commit 
   d2c7074b9593d822e2359a09c21747248fdf5fac:
 ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
 17:43:39
   
   -0500)
   
   are available in the git repository at:
 git://git.denx.de/u-boot-pxa.git master
   
   for you to fetch changes up to 914f2bd1f07fba93639ad1273d4cd458b0ee99cc:
 arm: pxa: init ethaddr for LP-8x4x using DT (2013-12-18 18:15:26 +0100)
   
   
   
   Sergei Ianovich (5):
 ARM: pxa: prevent PXA270 occasional reboot freezes
 arm: pxa: fix LP-8x4x USB support
 arm: pxa: fix 2nd flash chip address on LP-8x4x
 arm: pxa: update LP-8x4x to boot DT kernel
 arm: pxa: init ethaddr for LP-8x4x using DT

arch/arm/cpu/pxa/pxa2xx.c|  1 +
board/icpdas/lp8x4x/lp8x4x.c | 53
   
   +++--
   
include/configs/lp8x4x.h | 15 +++
3 files changed, 31 insertions(+), 38 deletions(-)
  
  On it. Note that:
  
  remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
  valid object!
  remote: error: refs/remotes/origin/i.MX31 does not point to a valid
  object!
  remote: error: refs/remotes/origin/lwmon5 does not point to a valid
  object!
  remote: error: refs/remotes/origin/tx25 does not point to a valid
  object!
 
 Thanks for spotting this. Where the heck does this come from (and how do I 
 fix 
 this) ?

Time for (As Wolfgang pointed out to me) some git remote prune origin's
to be run.

-- 
Tom


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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-12-18 Thread Marek Vasut
On Wednesday, December 18, 2013 at 08:35:28 PM, Tom Rini wrote:
 On Wed, Dec 18, 2013 at 07:55:48PM +0100, Marek Vasut wrote:
  On Wednesday, December 18, 2013 at 07:47:38 PM, Albert ARIBAUD wrote:
   Hi Marek,
   
   On Wed, 18 Dec 2013 18:17:59 +0100, Marek Vasut ma...@denx.de wrote:
Hi Albert,

please pull for 2014.01 . Thanks!

The following changes since commit 
d2c7074b9593d822e2359a09c21747248fdf5fac:
  ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
  17:43:39

-0500)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master

for you to fetch changes up to 914f2bd1f07fba93639ad1273d4cd458b0ee99cc:
  arm: pxa: init ethaddr for LP-8x4x using DT (2013-12-18 18:15:26
  +0100)



Sergei Ianovich (5):
  ARM: pxa: prevent PXA270 occasional reboot freezes
  arm: pxa: fix LP-8x4x USB support
  arm: pxa: fix 2nd flash chip address on LP-8x4x
  arm: pxa: update LP-8x4x to boot DT kernel
  arm: pxa: init ethaddr for LP-8x4x using DT
 
 arch/arm/cpu/pxa/pxa2xx.c|  1 +
 board/icpdas/lp8x4x/lp8x4x.c | 53

+++--

 include/configs/lp8x4x.h | 15 +++
 3 files changed, 31 insertions(+), 38 deletions(-)
   
   On it. Note that:
   
   remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
   valid object!
   remote: error: refs/remotes/origin/i.MX31 does not point to a valid
   object!
   remote: error: refs/remotes/origin/lwmon5 does not point to a valid
   object!
   remote: error: refs/remotes/origin/tx25 does not point to a valid
   object!
  
  Thanks for spotting this. Where the heck does this come from (and how do
  I fix this) ?
 
 Time for (As Wolfgang pointed out to me) some git remote prune origin's
 to be run.

Thanks.

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-12-18 Thread Marek Vasut
Picked the HZ patch

The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:

  ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 
-0500)

are available in the git repository at:

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

for you to fetch changes up to f90aea2a65e71a37ff029849d908538ae9e98283:

  ARM: pxa: Fix CONFIG_SYS_HZ on PXA (2013-12-18 20:40:05 +0100)


Marek Vasut (1):
  ARM: pxa: Fix CONFIG_SYS_HZ on PXA

Sergei Ianovich (5):
  ARM: pxa: prevent PXA270 occasional reboot freezes
  arm: pxa: fix LP-8x4x USB support
  arm: pxa: fix 2nd flash chip address on LP-8x4x
  arm: pxa: update LP-8x4x to boot DT kernel
  arm: pxa: init ethaddr for LP-8x4x using DT

 arch/arm/cpu/pxa/pxa2xx.c|  1 +
 board/icpdas/lp8x4x/lp8x4x.c | 53 
+++--
 include/configs/balloon3.h   | 10 +-
 include/configs/lp8x4x.h | 15 +++
 include/configs/palmld.h | 10 +-
 include/configs/palmtc.h | 10 +-
 include/configs/scb9328.h|  6 +++---
 include/configs/zipitz2.h| 10 +-
 8 files changed, 54 insertions(+), 61 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-12-18 Thread Albert ARIBAUD
Hi Marek,

On Wed, 18 Dec 2013 22:02:52 +0100, Marek Vasut ma...@denx.de wrote:

 Picked the HZ patch
 
 The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
 
   ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 
 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to f90aea2a65e71a37ff029849d908538ae9e98283:
 
   ARM: pxa: Fix CONFIG_SYS_HZ on PXA (2013-12-18 20:40:05 +0100)
 
 
 Marek Vasut (1):
   ARM: pxa: Fix CONFIG_SYS_HZ on PXA
 
 Sergei Ianovich (5):
   ARM: pxa: prevent PXA270 occasional reboot freezes
   arm: pxa: fix LP-8x4x USB support
   arm: pxa: fix 2nd flash chip address on LP-8x4x
   arm: pxa: update LP-8x4x to boot DT kernel
   arm: pxa: init ethaddr for LP-8x4x using DT
 
  arch/arm/cpu/pxa/pxa2xx.c|  1 +
  board/icpdas/lp8x4x/lp8x4x.c | 53 
 +++--
  include/configs/balloon3.h   | 10 +-
  include/configs/lp8x4x.h | 15 +++
  include/configs/palmld.h | 10 +-
  include/configs/palmtc.h | 10 +-
  include/configs/scb9328.h|  6 +++---
  include/configs/zipitz2.h| 10 +-
  8 files changed, 54 insertions(+), 61 deletions(-)

Applied to u-boot-arm/master, thanks!

(we are now down to 1 error, 3 warnings over all of ARM)

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-28 Thread Albert ARIBAUD
Hi Marek,

On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote:

 The following changes since commit fbf87b1823dd5ebc2a384711ea2c677543019ece:
 
   arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to 9dc8fef2583f23ca6a99c6f5e709a8b80018364f:
 
   pxa: fix memory coherency problem after relocation (2013-06-22 15:25:28 
 +0200)
 
 
 Mike Dunn (5):
   pxa: add support for palmtreo680 board
   pxa: palmtreo680 flash programming utility
   pxa: turn icache off in cpu_init_crit()
   pxa: use -mcpu=xscale compiler option
   pxa: fix memory coherency problem after relocation
 
  CREDITS  |4 +
  MAINTAINERS  |3 +
  arch/arm/cpu/pxa/config.mk   |2 +-
  arch/arm/cpu/pxa/start.S |3 +-
  arch/arm/lib/relocate.S  |9 +++
  board/palmtreo680/Makefile   |   34 +
  board/palmtreo680/README |  581 
 ++
  board/palmtreo680/palmtreo680.c  |  148 +++
  boards.cfg   |1 +
  include/configs/palmtreo680.h|  286 
 
  tools/palmtreo680/flash_u-boot.c |  177 
 ++
  11 files changed, 1245 insertions(+), 3 deletions(-)
  create mode 100644 board/palmtreo680/Makefile
  create mode 100644 board/palmtreo680/README
  create mode 100644 board/palmtreo680/palmtreo680.c
  create mode 100644 include/configs/palmtreo680.h
  create mode 100644 tools/palmtreo680/flash_u-boot.c

Applied to u-boot-arm/master despite palmtreo680 build warnings as
fixes are going to come from other repos.

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Marek Vasut
Dear Albert ARIBAUD,

 Hi Mike,
 
 On Sat, 22 Jun 2013 10:42:27 -0700, Mike Dunn miked...@newsguy.com
 
 wrote:
  On 06/22/2013 09:57 AM, Albert ARIBAUD wrote:
   Hi Marek,
   
   On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote:
   The following changes since commit 
fbf87b1823dd5ebc2a384711ea2c677543019ece:
 arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)
   
   are available in the git repository at:
 git://git.denx.de/u-boot-pxa.git master
   
   for you to fetch changes up to 9dc8fef2583f23ca6a99c6f5e709a8b80018364f:
 pxa: fix memory coherency problem after relocation (2013-06-22
 15:25:28 +0200)
   
   
   
   Mike Dunn (5):
 pxa: add support for palmtreo680 board
 pxa: palmtreo680 flash programming utility
 pxa: turn icache off in cpu_init_crit()
 pxa: use -mcpu=xscale compiler option
 pxa: fix memory coherency problem after relocation

CREDITS  |4 +
MAINTAINERS  |3 +
arch/arm/cpu/pxa/config.mk   |2 +-
arch/arm/cpu/pxa/start.S |3 +-
arch/arm/lib/relocate.S  |9 +++
board/palmtreo680/Makefile   |   34 +
board/palmtreo680/README |  581
   
   ++
   
   
board/palmtreo680/palmtreo680.c  |  148
+++ boards.cfg  
|1 +
include/configs/palmtreo680.h|  286
   
   
   
tools/palmtreo680/flash_u-boot.c |  177
   
   ++
   
11 files changed, 1245 insertions(+), 3 deletions(-)
create mode 100644 board/palmtreo680/Makefile
create mode 100644 board/palmtreo680/README
create mode 100644 board/palmtreo680/palmtreo680.c
create mode 100644 include/configs/palmtreo680.h
create mode 100644 tools/palmtreo680/flash_u-boot.c
   
   gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  
   fails with warnings for palmtreo680:
  I don't get these warnings, despite the u-boot makefiles passing -Wall to
  gcc. I'm using gcc version 4.5.4...  I guess maybe I need to update gcc
  because later versions are stricter?  I'll go ahead and do that, and if
  this produces the warnings, I'll submit patches that eliminates them. 
  Sorry.
 
 No need to be sorry -- you were using a toolchain that does not emit
 these warnings, so you could not be expected to see them.
 
 FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04.

For some reason, I feel the linaro ones were always stuffed with experimental 
and semi-broken stuff :-(

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Albert ARIBAUD
Hi Marek,

  FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04.
 
 For some reason, I feel the linaro ones were always stuffed with experimental 
 and semi-broken stuff :-(

Maybe they were; all I can say is, the Ubuntu/Linaro toolchain never
failed me in any way.

 Best regards,
 Marek Vasut

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Mike Dunn
On 06/23/2013 03:13 AM, Albert ARIBAUD wrote:
 Hi Marek,
 
 FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04.

 For some reason, I feel the linaro ones were always stuffed with 
 experimental 
 and semi-broken stuff :-(
 
 Maybe they were; all I can say is, the Ubuntu/Linaro toolchain never
 failed me in any way.


I build my toolchain using the crossdev script, which is a gentoo package.  I've
been doing this for years without any problems, except that occasionally
building requires some trial-and-error because of incompatibilities between
gcc/binutils/glibc.  But other than that, I am able to choose the version of
each tool.

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-23 Thread Marek Vasut
Dear Mike Dunn,

 On 06/23/2013 03:13 AM, Albert ARIBAUD wrote:
  Hi Marek,
  
  FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04.
  
  For some reason, I feel the linaro ones were always stuffed with
  experimental and semi-broken stuff :-(
  
  Maybe they were; all I can say is, the Ubuntu/Linaro toolchain never
  failed me in any way.
 
 I build my toolchain using the crossdev script, which is a gentoo package. 
 I've been doing this for years without any problems, except that
 occasionally building requires some trial-and-error because of
 incompatibilities between gcc/binutils/glibc.  But other than that, I am
 able to choose the version of each tool.

I'll just add my bit into this toolchain onanism ... I build my toolchains with 
buildcross (it's a debian thing) ... fap fap.

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


[U-Boot] [PULL] u-boot-pxa/master

2013-06-22 Thread Marek Vasut
The following changes since commit fbf87b1823dd5ebc2a384711ea2c677543019ece:

  arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)

are available in the git repository at:

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

for you to fetch changes up to 9dc8fef2583f23ca6a99c6f5e709a8b80018364f:

  pxa: fix memory coherency problem after relocation (2013-06-22 15:25:28 +0200)


Mike Dunn (5):
  pxa: add support for palmtreo680 board
  pxa: palmtreo680 flash programming utility
  pxa: turn icache off in cpu_init_crit()
  pxa: use -mcpu=xscale compiler option
  pxa: fix memory coherency problem after relocation

 CREDITS  |4 +
 MAINTAINERS  |3 +
 arch/arm/cpu/pxa/config.mk   |2 +-
 arch/arm/cpu/pxa/start.S |3 +-
 arch/arm/lib/relocate.S  |9 +++
 board/palmtreo680/Makefile   |   34 +
 board/palmtreo680/README |  581 
++
 board/palmtreo680/palmtreo680.c  |  148 +++
 boards.cfg   |1 +
 include/configs/palmtreo680.h|  286 

 tools/palmtreo680/flash_u-boot.c |  177 
++
 11 files changed, 1245 insertions(+), 3 deletions(-)
 create mode 100644 board/palmtreo680/Makefile
 create mode 100644 board/palmtreo680/README
 create mode 100644 board/palmtreo680/palmtreo680.c
 create mode 100644 include/configs/palmtreo680.h
 create mode 100644 tools/palmtreo680/flash_u-boot.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-22 Thread Albert ARIBAUD
Hi Marek,

On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote:

 The following changes since commit fbf87b1823dd5ebc2a384711ea2c677543019ece:
 
   arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to 9dc8fef2583f23ca6a99c6f5e709a8b80018364f:
 
   pxa: fix memory coherency problem after relocation (2013-06-22 15:25:28 
 +0200)
 
 
 Mike Dunn (5):
   pxa: add support for palmtreo680 board
   pxa: palmtreo680 flash programming utility
   pxa: turn icache off in cpu_init_crit()
   pxa: use -mcpu=xscale compiler option
   pxa: fix memory coherency problem after relocation
 
  CREDITS  |4 +
  MAINTAINERS  |3 +
  arch/arm/cpu/pxa/config.mk   |2 +-
  arch/arm/cpu/pxa/start.S |3 +-
  arch/arm/lib/relocate.S  |9 +++
  board/palmtreo680/Makefile   |   34 +
  board/palmtreo680/README |  581 
 ++
  board/palmtreo680/palmtreo680.c  |  148 +++
  boards.cfg   |1 +
  include/configs/palmtreo680.h|  286 
 
  tools/palmtreo680/flash_u-boot.c |  177 
 ++
  11 files changed, 1245 insertions(+), 3 deletions(-)
  create mode 100644 board/palmtreo680/Makefile
  create mode 100644 board/palmtreo680/README
  create mode 100644 board/palmtreo680/palmtreo680.c
  create mode 100644 include/configs/palmtreo680.h
  create mode 100644 tools/palmtreo680/flash_u-boot.c

gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)

fails with warnings for palmtreo680:

pxa27x_udc.c: In function 'udc_read_urb':
pxa27x_udc.c:154:21: warning: variable 'is_short' set but not used
[-Wunused-but-set-variable] pxa27x_udc.c: In function
'udc_state_changed': pxa27x_udc.c:405:25: warning: variable 'alternate'
set but not used [-Wunused-but-set-variable] pxa27x_udc.c:405:14:
warning: variable 'interface' set but not used
[-Wunused-but-set-variable] pxa27x_udc.c:405:6: warning: variable
'config' set but not used [-Wunused-but-set-variable] docg4_spl.c: In
function 'docg4_load_block_reliable': docg4_spl.c:116:32: warning:
variable 'magic_low' set but not used [-Wunused-but-set-variable]
docg4_spl.c:116:20: warning: variable 'magic_high' set but not used
[-Wunused-but-set-variable] docg4_spl.c:116:11: warning: variable
'discard' set but not used [-Wunused-but-set-variable]

Mike, please fix the warnings; Marek, please update u-boot-pxa/master
and submit a new PR.

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-22 Thread Mike Dunn
On 06/22/2013 09:57 AM, Albert ARIBAUD wrote:
 Hi Marek,
 
 On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote:
 
 The following changes since commit fbf87b1823dd5ebc2a384711ea2c677543019ece:

   arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)

 are available in the git repository at:

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

 for you to fetch changes up to 9dc8fef2583f23ca6a99c6f5e709a8b80018364f:

   pxa: fix memory coherency problem after relocation (2013-06-22 15:25:28 
 +0200)

 
 Mike Dunn (5):
   pxa: add support for palmtreo680 board
   pxa: palmtreo680 flash programming utility
   pxa: turn icache off in cpu_init_crit()
   pxa: use -mcpu=xscale compiler option
   pxa: fix memory coherency problem after relocation

  CREDITS  |4 +
  MAINTAINERS  |3 +
  arch/arm/cpu/pxa/config.mk   |2 +-
  arch/arm/cpu/pxa/start.S |3 +-
  arch/arm/lib/relocate.S  |9 +++
  board/palmtreo680/Makefile   |   34 +
  board/palmtreo680/README |  581 
 ++
  board/palmtreo680/palmtreo680.c  |  148 +++
  boards.cfg   |1 +
  include/configs/palmtreo680.h|  286 
 
  tools/palmtreo680/flash_u-boot.c |  177 
 ++
  11 files changed, 1245 insertions(+), 3 deletions(-)
  create mode 100644 board/palmtreo680/Makefile
  create mode 100644 board/palmtreo680/README
  create mode 100644 board/palmtreo680/palmtreo680.c
  create mode 100644 include/configs/palmtreo680.h
  create mode 100644 tools/palmtreo680/flash_u-boot.c
 
 gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
 
 fails with warnings for palmtreo680:


I don't get these warnings, despite the u-boot makefiles passing -Wall to gcc.
I'm using gcc version 4.5.4...  I guess maybe I need to update gcc because later
versions are stricter?  I'll go ahead and do that, and if this produces the
warnings, I'll submit patches that eliminates them.  Sorry.

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-22 Thread Albert ARIBAUD
Hi Mike,

On Sat, 22 Jun 2013 10:42:27 -0700, Mike Dunn miked...@newsguy.com
wrote:

 On 06/22/2013 09:57 AM, Albert ARIBAUD wrote:
  Hi Marek,
  
  On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote:
  
  The following changes since commit 
  fbf87b1823dd5ebc2a384711ea2c677543019ece:
 
arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)
 
  are available in the git repository at:
 
git://git.denx.de/u-boot-pxa.git master
 
  for you to fetch changes up to 9dc8fef2583f23ca6a99c6f5e709a8b80018364f:
 
pxa: fix memory coherency problem after relocation (2013-06-22 15:25:28 
  +0200)
 
  
  Mike Dunn (5):
pxa: add support for palmtreo680 board
pxa: palmtreo680 flash programming utility
pxa: turn icache off in cpu_init_crit()
pxa: use -mcpu=xscale compiler option
pxa: fix memory coherency problem after relocation
 
   CREDITS  |4 +
   MAINTAINERS  |3 +
   arch/arm/cpu/pxa/config.mk   |2 +-
   arch/arm/cpu/pxa/start.S |3 +-
   arch/arm/lib/relocate.S  |9 +++
   board/palmtreo680/Makefile   |   34 +
   board/palmtreo680/README |  581 
  ++
   board/palmtreo680/palmtreo680.c  |  148 
  +++
   boards.cfg   |1 +
   include/configs/palmtreo680.h|  286 
  
   tools/palmtreo680/flash_u-boot.c |  177 
  ++
   11 files changed, 1245 insertions(+), 3 deletions(-)
   create mode 100644 board/palmtreo680/Makefile
   create mode 100644 board/palmtreo680/README
   create mode 100644 board/palmtreo680/palmtreo680.c
   create mode 100644 include/configs/palmtreo680.h
   create mode 100644 tools/palmtreo680/flash_u-boot.c
  
  gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  
  fails with warnings for palmtreo680:
 
 
 I don't get these warnings, despite the u-boot makefiles passing -Wall to gcc.
 I'm using gcc version 4.5.4...  I guess maybe I need to update gcc because 
 later
 versions are stricter?  I'll go ahead and do that, and if this produces the
 warnings, I'll submit patches that eliminates them.  Sorry.

No need to be sorry -- you were using a toolchain that does not emit
these warnings, so you could not be expected to see them.

FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04.

 Thanks,
 Mike

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


Re: [U-Boot] [PULL] u-boot-pxa/master

2013-06-13 Thread Albert ARIBAUD
Hi Marek,

On Wed, 12 Jun 2013 22:57:56 +0200, Marek Vasut ma...@denx.de wrote:

 The following changes since commit 58bb8f5f6138fa56875574a709f5af98c600c2a9:
 
   cosmetic: arm: fix comments in arch/arm/lib/crt0.S (2013-06-10 21:24:22 
 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to 847e6693ccb529bf8346db62876f38f0c4e04ade:
 
   arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12 +0200)
 
 
 Sergey Yanovich (2):
   arm: pxa: Add support for ICP DAS LP-8x4x
   arm: pxa: config option for PXA270 turbo mode
 
  MAINTAINERS  |4 +++
  arch/arm/cpu/pxa/pxa2xx.c|2 +-
  board/icpdas/lp8x4x/Makefile |   41 +++
  board/icpdas/lp8x4x/lp8x4x.c |  147 
 
  boards.cfg   |1 +
  include/configs/lp8x4x.h |  262 
 ++
  6 files changed, 456 insertions(+), 1 deletion(-)
  create mode 100644 board/icpdas/lp8x4x/Makefile
  create mode 100644 board/icpdas/lp8x4x/lp8x4x.c
  create mode 100644 include/configs/lp8x4x.h

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] u-boot-pxa/master

2013-06-12 Thread Marek Vasut
The following changes since commit 58bb8f5f6138fa56875574a709f5af98c600c2a9:

  cosmetic: arm: fix comments in arch/arm/lib/crt0.S (2013-06-10 21:24:22 +0200)

are available in the git repository at:

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

for you to fetch changes up to 847e6693ccb529bf8346db62876f38f0c4e04ade:

  arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12 +0200)


Sergey Yanovich (2):
  arm: pxa: Add support for ICP DAS LP-8x4x
  arm: pxa: config option for PXA270 turbo mode

 MAINTAINERS  |4 +++
 arch/arm/cpu/pxa/pxa2xx.c|2 +-
 board/icpdas/lp8x4x/Makefile |   41 +++
 board/icpdas/lp8x4x/lp8x4x.c |  147 

 boards.cfg   |1 +
 include/configs/lp8x4x.h |  262 
++
 6 files changed, 456 insertions(+), 1 deletion(-)
 create mode 100644 board/icpdas/lp8x4x/Makefile
 create mode 100644 board/icpdas/lp8x4x/lp8x4x.c
 create mode 100644 include/configs/lp8x4x.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/master

2012-10-16 Thread Albert ARIBAUD
Hi Marek,

On Tue, 16 Oct 2012 07:16:51 +0200, Marek Vasut ma...@denx.de wrote:

 The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:
 
   Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging 
 (2012-10-15 13:37:22 -0700)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-pxa.git master
 
 for you to fetch changes up to 34cda7a0d89297e450106951d554b56ed4c1fd3b:
 
   h2200: Add support for iPAQ h2200 palmtop (2012-10-16 07:14:55 +0200)
 
 
 Łukasz Dałek (1):
   h2200: Add support for iPAQ h2200 palmtop
 
  MAINTAINERS|4 +++
  board/h2200/Makefile   |   49 +
  board/h2200/h2200-header.S |   27 
  board/h2200/h2200.c|   53 
  boards.cfg |1 +
  include/configs/h2200.h|  157 
 +
  6 files changed, 291 insertions(+)
  create mode 100644 board/h2200/Makefile
  create mode 100644 board/h2200/h2200-header.S
  create mode 100644 board/h2200/h2200.c
  create mode 100644 include/configs/h2200.h
 

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] u-boot-pxa/master

2012-10-15 Thread Marek Vasut
The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:

  Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging 
(2012-10-15 13:37:22 -0700)

are available in the git repository at:


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

for you to fetch changes up to 34cda7a0d89297e450106951d554b56ed4c1fd3b:

  h2200: Add support for iPAQ h2200 palmtop (2012-10-16 07:14:55 +0200)


Łukasz Dałek (1):
  h2200: Add support for iPAQ h2200 palmtop

 MAINTAINERS|4 +++
 board/h2200/Makefile   |   49 +
 board/h2200/h2200-header.S |   27 
 board/h2200/h2200.c|   53 
 boards.cfg |1 +
 include/configs/h2200.h|  157 
+
 6 files changed, 291 insertions(+)
 create mode 100644 board/h2200/Makefile
 create mode 100644 board/h2200/h2200-header.S
 create mode 100644 board/h2200/h2200.c
 create mode 100644 include/configs/h2200.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa/next

2012-10-04 Thread Albert ARIBAUD
Hi Marek,

On Wed, 3 Oct 2012 02:03:57 +0200, Marek Vasut ma...@denx.de wrote:

 The following changes since commit c7ee66a8222660b565e9240775efa4c82cb348c2:
 
   Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next 
 (2012-10-02 10:16:40 -0700)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-pxa.git next
 
 for you to fetch changes up to 7b9b0eae55f211e449984bfa5c1f171d1f256813:
 
   pxa: Add code to examine cpu model and revision (2012-10-03 02:00:15 +0200)
 
 
 Lukasz Dalek (2):
   h2200: Add support for iPAQ h2200 palmtop
   pxa: Add code to examine cpu model and revision
 
  arch/arm/cpu/pxa/cpuinfo.c  |   11 --
  arch/arm/include/asm/arch-pxa/pxa.h |   13 +++
  board/h2200/Makefile|   49 +++
  board/h2200/h2200-header.S  |   27 +++
  board/h2200/h2200.c |   53 +
  boards.cfg  |1 +
  include/configs/h2200.h |  156 
 
  7 files changed, 308 insertions(+), 2 deletions(-)
  create mode 100644 board/h2200/Makefile
  create mode 100644 board/h2200/h2200-header.S
  create mode 100644 board/h2200/h2200.c
  create mode 100644 include/configs/h2200.h
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
 

Applied to u-boot-arm/next, thanks!

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


[U-Boot] [PULL] u-boot-pxa/next

2012-10-02 Thread Marek Vasut
The following changes since commit c7ee66a8222660b565e9240775efa4c82cb348c2:

  Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next 
(2012-10-02 10:16:40 -0700)

are available in the git repository at:


  git://git.denx.de/u-boot-pxa.git next

for you to fetch changes up to 7b9b0eae55f211e449984bfa5c1f171d1f256813:

  pxa: Add code to examine cpu model and revision (2012-10-03 02:00:15 +0200)


Lukasz Dalek (2):
  h2200: Add support for iPAQ h2200 palmtop
  pxa: Add code to examine cpu model and revision

 arch/arm/cpu/pxa/cpuinfo.c  |   11 --
 arch/arm/include/asm/arch-pxa/pxa.h |   13 +++
 board/h2200/Makefile|   49 +++
 board/h2200/h2200-header.S  |   27 +++
 board/h2200/h2200.c |   53 +
 boards.cfg  |1 +
 include/configs/h2200.h |  156 

 7 files changed, 308 insertions(+), 2 deletions(-)
 create mode 100644 board/h2200/Makefile
 create mode 100644 board/h2200/h2200-header.S
 create mode 100644 board/h2200/h2200.c
 create mode 100644 include/configs/h2200.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] u-boot-pxa/master

2012-03-06 Thread Marek Vasut
Dear Albert ARIBAUD,

The following changes since commit 3513896e57c6757c411e0633ccb5da08c36ad7d4:

  Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 
registers 
(2012-03-05 13:36:36 +0100)

are available in the git repository at:

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

for you to fetch changes up to d85feeff3e8fc458654274835b2cf8e61070cdf4:

  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-06 11:57:43 +0100)


Marek Vasut (7):
  Examples: Properly append LDFLAGS to LD command
  IXP: Make IXP buildable with arm-linux- toolchains
  IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
  IXP: Squash warnings in IXP NPE
  IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
  IXP: Fix NAND build warning on PDNB3 and SCPU
  IXP: Fix GPIO_INT_ACT_LOW_SET()

 Makefile |   12 
 arch/arm/cpu/ixp/config.mk   |3 +++
 arch/arm/cpu/ixp/npe/IxEthAcc.c  |2 +-
 arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |3 ---
 arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |3 ---
 arch/arm/include/asm/arch-ixp/ixp425.h   |   10 --
 board/actux1/actux1.c|2 --
 board/actux2/actux2.c|2 --
 board/actux3/actux3.c|2 --
 board/actux4/actux4.c|2 --
 board/dvlhost/dvlhost.c  |2 --
 board/prodrive/pdnb3/nand.c  |   16 +++-
 board/prodrive/pdnb3/pdnb3.c |3 ---
 boards.cfg   |2 ++
 examples/standalone/Makefile |2 +-
 include/configs/actux1.h |2 ++
 include/configs/actux2.h |2 ++
 include/configs/actux3.h |2 ++
 include/configs/actux4.h |2 ++
 include/configs/dvlhost.h|2 ++
 include/configs/pdnb3.h  |2 ++
 21 files changed, 30 insertions(+), 48 deletions(-)

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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-03-05 Thread Albert ARIBAUD

Hi Marek,

Le 27/02/2012 14:03, Marek Vasut a écrit :

The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:

   at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100)

are available in the git repository at:

   git://git.denx.de/u-boot-pxa.git fix

for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:

   PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 +0100)


Marek Vasut (3):
   PXA: Remove PXA PCMCIA support
   PXA: Fix warning in zipitz2
   PXA: Fix missing get_tbclk() breaking vpac boards

Simon Glass (1):
   arm: Remove jornada link script

Vasily Khoruzhick (2):
   zipitz2: fix boot issue introduced by PXA low level init rework
   zipitz2: use pxa_mmc_gen as MMC driver

  arch/arm/cpu/pxa/timer.c|5 ++
  board/jornada/u-boot.lds|   58 ---
  board/zipitz2/zipitz2.c |9 
  doc/README.PXA_CF   |   56 --
  drivers/pcmcia/Makefile |1 -
  drivers/pcmcia/pxa_pcmcia.c |   93 ---
  include/configs/zipitz2.h   |   14 +-
  include/pcmcia.h|3 +-
  8 files changed, 26 insertions(+), 213 deletions(-)
  delete mode 100644 board/jornada/u-boot.lds
  delete mode 100644 doc/README.PXA_CF
  delete mode 100644 drivers/pcmcia/pxa_pcmcia.c


Rebased and applied to u-boot-arm/master, thanks.

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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-03-05 Thread Marek Vasut
Dear Albert ARIBAUD,

 Hi Marek,
 
 Le 27/02/2012 14:03, Marek Vasut a écrit :
  The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:
 at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13
 +0100)
  
  are available in the git repository at:
 git://git.denx.de/u-boot-pxa.git fix
  
  for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
 PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47
 +0100)
  
  
  
  Marek Vasut (3):
 PXA: Remove PXA PCMCIA support
 PXA: Fix warning in zipitz2
 PXA: Fix missing get_tbclk() breaking vpac boards
  
  Simon Glass (1):
 arm: Remove jornada link script
  
  Vasily Khoruzhick (2):
 zipitz2: fix boot issue introduced by PXA low level init rework
 zipitz2: use pxa_mmc_gen as MMC driver

arch/arm/cpu/pxa/timer.c|5 ++
board/jornada/u-boot.lds|   58 ---
board/zipitz2/zipitz2.c |9 
doc/README.PXA_CF   |   56 --
drivers/pcmcia/Makefile |1 -
drivers/pcmcia/pxa_pcmcia.c |   93
--- include/configs/zipitz2.h 
 |   14 +-
include/pcmcia.h|3 +-
8 files changed, 26 insertions(+), 213 deletions(-)
delete mode 100644 board/jornada/u-boot.lds
delete mode 100644 doc/README.PXA_CF
delete mode 100644 drivers/pcmcia/pxa_pcmcia.c
 
 Rebased and applied to u-boot-arm/master, thanks.
 
 Amicalement,

Thank you! Now added the cleanup to my ToDo!

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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-03-04 Thread Marek Vasut
Dear Evil Arch-Custodian,

 Hi Marek,
 
 Le 29/02/2012 22:38, Marek Vasut a écrit :
  Hi Marek,
  
  Le 27/02/2012 21:53, Marek Vasut a écrit :
  Hi Marek,
  
  Le 27/02/2012 14:03, Marek Vasut a écrit :
  The following changes since commit
  
  417c2c787e32784b5de975065a7d1dd5b3cc8ecd:
   at91: modified NAND flash timing on otc570 board (2012-02-20
   09:00:13 +0100)
  
  are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git fix
  
  for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
   PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27
   13:59:47 +0100)
  
  
  
  Marek Vasut (3):
   PXA: Remove PXA PCMCIA support
   PXA: Fix warning in zipitz2
   PXA: Fix missing get_tbclk() breaking vpac boards
  
  Simon Glass (1):
   arm: Remove jornada link script
  
  Vasily Khoruzhick (2):
   zipitz2: fix boot issue introduced by PXA low level init
   rework zipitz2: use pxa_mmc_gen as MMC driver
  
  arch/arm/cpu/pxa/timer.c|5 ++
  board/jornada/u-boot.lds|   58 ---
  board/zipitz2/zipitz2.c |9 
  doc/README.PXA_CF   |   56 --
  drivers/pcmcia/Makefile |1 -
  drivers/pcmcia/pxa_pcmcia.c |   93
  ---
  include/configs/zipitz2.h
  
   |   14 +-
  
  include/pcmcia.h|3 +-
  8 files changed, 26 insertions(+), 213 deletions(-)
  delete mode 100644 board/jornada/u-boot.lds
  delete mode 100644 doc/README.PXA_CF
  delete mode 100644 drivers/pcmcia/pxa_pcmcia.c
  
  Is there a reason why this pull request is on a fix branch, not
  master?
  
  Amicalement,
  
  Since those are mostly fixes.
  
  My meaning was, if they are fixes, then why are they not on
  u-boot-pxa/master as they should be?
  
  Because I'm an evil maintainer that is very happy if he can bring in
  inconsistency ! I'll put it into master next time.
 
 Please meet the evil arch-custodian that is very happy if he can impose
 order. :)
 
 More seriously though: do you mean you are going to move these commits
 to master and send an updated pull req, or should take this one as being
 master?

Can you please pull this in? It's containing fixes for PXA build issues.

Thanks in advance!

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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-03-02 Thread Marek Vasut
 Hi Marek,
 
 Le 29/02/2012 22:38, Marek Vasut a écrit :
  Hi Marek,
  
  Le 27/02/2012 21:53, Marek Vasut a écrit :
  Hi Marek,
  
  Le 27/02/2012 14:03, Marek Vasut a écrit :
  The following changes since commit
  
  417c2c787e32784b5de975065a7d1dd5b3cc8ecd:
   at91: modified NAND flash timing on otc570 board (2012-02-20
   09:00:13 +0100)
  
  are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git fix
  
  for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
   PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27
   13:59:47 +0100)
  
  
  
  Marek Vasut (3):
   PXA: Remove PXA PCMCIA support
   PXA: Fix warning in zipitz2
   PXA: Fix missing get_tbclk() breaking vpac boards
  
  Simon Glass (1):
   arm: Remove jornada link script
  
  Vasily Khoruzhick (2):
   zipitz2: fix boot issue introduced by PXA low level init
   rework zipitz2: use pxa_mmc_gen as MMC driver
  
  arch/arm/cpu/pxa/timer.c|5 ++
  board/jornada/u-boot.lds|   58 ---
  board/zipitz2/zipitz2.c |9 
  doc/README.PXA_CF   |   56 --
  drivers/pcmcia/Makefile |1 -
  drivers/pcmcia/pxa_pcmcia.c |   93
  ---
  include/configs/zipitz2.h
  
   |   14 +-
  
  include/pcmcia.h|3 +-
  8 files changed, 26 insertions(+), 213 deletions(-)
  delete mode 100644 board/jornada/u-boot.lds
  delete mode 100644 doc/README.PXA_CF
  delete mode 100644 drivers/pcmcia/pxa_pcmcia.c
  
  Is there a reason why this pull request is on a fix branch, not
  master?
  
  Amicalement,
  
  Since those are mostly fixes.
  
  My meaning was, if they are fixes, then why are they not on
  u-boot-pxa/master as they should be?
  
  Because I'm an evil maintainer that is very happy if he can bring in
  inconsistency ! I'll put it into master next time.
 
 Please meet the evil arch-custodian that is very happy if he can impose
 order. :)

Hehe :)
 
 More seriously though: do you mean you are going to move these commits
 to master and send an updated pull req, or should take this one as being
 master?

I'm actually planning (you know, planning, aka. sometimes in the distant future 
...) to reorganise u-boot-pxa.git, it's real mess now. Though this -fix idea is 
what I got from linux kernel, noone was opposed to have different branches like 
that there. Besides, right now, u-boot-pxa/master contains some bigger changes.

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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-03-01 Thread Albert ARIBAUD

Hi Marek,

Le 29/02/2012 22:38, Marek Vasut a écrit :

Hi Marek,

Le 27/02/2012 21:53, Marek Vasut a écrit :

Hi Marek,

Le 27/02/2012 14:03, Marek Vasut a écrit :

The following changes since commit

417c2c787e32784b5de975065a7d1dd5b3cc8ecd:

 at91: modified NAND flash timing on otc570 board (2012-02-20
 09:00:13 +0100)

are available in the git repository at:
 git://git.denx.de/u-boot-pxa.git fix

for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
 PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27
 13:59:47 +0100)



Marek Vasut (3):
 PXA: Remove PXA PCMCIA support
 PXA: Fix warning in zipitz2
 PXA: Fix missing get_tbclk() breaking vpac boards

Simon Glass (1):
 arm: Remove jornada link script

Vasily Khoruzhick (2):
 zipitz2: fix boot issue introduced by PXA low level init rework
 zipitz2: use pxa_mmc_gen as MMC driver

arch/arm/cpu/pxa/timer.c|5 ++
board/jornada/u-boot.lds|   58 ---
board/zipitz2/zipitz2.c |9 
doc/README.PXA_CF   |   56 --
drivers/pcmcia/Makefile |1 -
drivers/pcmcia/pxa_pcmcia.c |   93
---
include/configs/zipitz2.h

 |   14 +-

include/pcmcia.h|3 +-
8 files changed, 26 insertions(+), 213 deletions(-)
delete mode 100644 board/jornada/u-boot.lds
delete mode 100644 doc/README.PXA_CF
delete mode 100644 drivers/pcmcia/pxa_pcmcia.c


Is there a reason why this pull request is on a fix branch, not
master?

Amicalement,


Since those are mostly fixes.


My meaning was, if they are fixes, then why are they not on
u-boot-pxa/master as they should be?


Because I'm an evil maintainer that is very happy if he can bring in
inconsistency ! I'll put it into master next time.


Please meet the evil arch-custodian that is very happy if he can impose 
order. :)


More seriously though: do you mean you are going to move these commits 
to master and send an updated pull req, or should take this one as being 
master?



Cheers!
M


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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-02-29 Thread Marek Vasut
 Hi Marek,
 
 Le 27/02/2012 21:53, Marek Vasut a écrit :
  Hi Marek,
  
  Le 27/02/2012 14:03, Marek Vasut a écrit :
  The following changes since commit 
417c2c787e32784b5de975065a7d1dd5b3cc8ecd:
  at91: modified NAND flash timing on otc570 board (2012-02-20
  09:00:13 +0100)
  
  are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git fix
  
  for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
  PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27
  13:59:47 +0100)
  
  
  
  Marek Vasut (3):
  PXA: Remove PXA PCMCIA support
  PXA: Fix warning in zipitz2
  PXA: Fix missing get_tbclk() breaking vpac boards
  
  Simon Glass (1):
  arm: Remove jornada link script
  
  Vasily Khoruzhick (2):
  zipitz2: fix boot issue introduced by PXA low level init rework
  zipitz2: use pxa_mmc_gen as MMC driver
 
 arch/arm/cpu/pxa/timer.c|5 ++
 board/jornada/u-boot.lds|   58 ---
 board/zipitz2/zipitz2.c |9 
 doc/README.PXA_CF   |   56 --
 drivers/pcmcia/Makefile |1 -
 drivers/pcmcia/pxa_pcmcia.c |   93
 ---
 include/configs/zipitz2.h
 
  |   14 +-
 
 include/pcmcia.h|3 +-
 8 files changed, 26 insertions(+), 213 deletions(-)
 delete mode 100644 board/jornada/u-boot.lds
 delete mode 100644 doc/README.PXA_CF
 delete mode 100644 drivers/pcmcia/pxa_pcmcia.c
  
  Is there a reason why this pull request is on a fix branch, not
  master?
  
  Amicalement,
  
  Since those are mostly fixes.
 
 My meaning was, if they are fixes, then why are they not on
 u-boot-pxa/master as they should be?

Because I'm an evil maintainer that is very happy if he can bring in 
inconsistency ! I'll put it into master next time.

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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-02-28 Thread Albert ARIBAUD

Hi Marek,

Le 27/02/2012 21:53, Marek Vasut a écrit :

Hi Marek,

Le 27/02/2012 14:03, Marek Vasut a écrit :

The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:
at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13
+0100)

are available in the git repository at:
git://git.denx.de/u-boot-pxa.git fix

for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47
+0100)



Marek Vasut (3):
PXA: Remove PXA PCMCIA support
PXA: Fix warning in zipitz2
PXA: Fix missing get_tbclk() breaking vpac boards

Simon Glass (1):
arm: Remove jornada link script

Vasily Khoruzhick (2):
zipitz2: fix boot issue introduced by PXA low level init rework
zipitz2: use pxa_mmc_gen as MMC driver

   arch/arm/cpu/pxa/timer.c|5 ++
   board/jornada/u-boot.lds|   58 ---
   board/zipitz2/zipitz2.c |9 
   doc/README.PXA_CF   |   56 --
   drivers/pcmcia/Makefile |1 -
   drivers/pcmcia/pxa_pcmcia.c |   93
   --- include/configs/zipitz2.h
|   14 +-
   include/pcmcia.h|3 +-
   8 files changed, 26 insertions(+), 213 deletions(-)
   delete mode 100644 board/jornada/u-boot.lds
   delete mode 100644 doc/README.PXA_CF
   delete mode 100644 drivers/pcmcia/pxa_pcmcia.c


Is there a reason why this pull request is on a fix branch, not master?

Amicalement,


Since those are mostly fixes.


My meaning was, if they are fixes, then why are they not on 
u-boot-pxa/master as they should be?


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


[U-Boot] [PULL] u-boot-pxa / fix

2012-02-27 Thread Marek Vasut
The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:

  at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git fix

for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:

  PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 +0100)


Marek Vasut (3):
  PXA: Remove PXA PCMCIA support
  PXA: Fix warning in zipitz2
  PXA: Fix missing get_tbclk() breaking vpac boards

Simon Glass (1):
  arm: Remove jornada link script

Vasily Khoruzhick (2):
  zipitz2: fix boot issue introduced by PXA low level init rework
  zipitz2: use pxa_mmc_gen as MMC driver

 arch/arm/cpu/pxa/timer.c|5 ++
 board/jornada/u-boot.lds|   58 ---
 board/zipitz2/zipitz2.c |9 
 doc/README.PXA_CF   |   56 --
 drivers/pcmcia/Makefile |1 -
 drivers/pcmcia/pxa_pcmcia.c |   93 ---
 include/configs/zipitz2.h   |   14 +-
 include/pcmcia.h|3 +-
 8 files changed, 26 insertions(+), 213 deletions(-)
 delete mode 100644 board/jornada/u-boot.lds
 delete mode 100644 doc/README.PXA_CF
 delete mode 100644 drivers/pcmcia/pxa_pcmcia.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-02-27 Thread Albert ARIBAUD

Hi Marek,

Le 27/02/2012 14:03, Marek Vasut a écrit :

The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:

   at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100)

are available in the git repository at:

   git://git.denx.de/u-boot-pxa.git fix

for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:

   PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 +0100)


Marek Vasut (3):
   PXA: Remove PXA PCMCIA support
   PXA: Fix warning in zipitz2
   PXA: Fix missing get_tbclk() breaking vpac boards

Simon Glass (1):
   arm: Remove jornada link script

Vasily Khoruzhick (2):
   zipitz2: fix boot issue introduced by PXA low level init rework
   zipitz2: use pxa_mmc_gen as MMC driver

  arch/arm/cpu/pxa/timer.c|5 ++
  board/jornada/u-boot.lds|   58 ---
  board/zipitz2/zipitz2.c |9 
  doc/README.PXA_CF   |   56 --
  drivers/pcmcia/Makefile |1 -
  drivers/pcmcia/pxa_pcmcia.c |   93 ---
  include/configs/zipitz2.h   |   14 +-
  include/pcmcia.h|3 +-
  8 files changed, 26 insertions(+), 213 deletions(-)
  delete mode 100644 board/jornada/u-boot.lds
  delete mode 100644 doc/README.PXA_CF
  delete mode 100644 drivers/pcmcia/pxa_pcmcia.c


Is there a reason why this pull request is on a fix branch, not master?

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


Re: [U-Boot] [PULL] u-boot-pxa / fix

2012-02-27 Thread Marek Vasut
 Hi Marek,
 
 Le 27/02/2012 14:03, Marek Vasut a écrit :
  The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:
 at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13
 +0100)
  
  are available in the git repository at:
 git://git.denx.de/u-boot-pxa.git fix
  
  for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
 PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47
 +0100)
  
  
  
  Marek Vasut (3):
 PXA: Remove PXA PCMCIA support
 PXA: Fix warning in zipitz2
 PXA: Fix missing get_tbclk() breaking vpac boards
  
  Simon Glass (1):
 arm: Remove jornada link script
  
  Vasily Khoruzhick (2):
 zipitz2: fix boot issue introduced by PXA low level init rework
 zipitz2: use pxa_mmc_gen as MMC driver

arch/arm/cpu/pxa/timer.c|5 ++
board/jornada/u-boot.lds|   58 ---
board/zipitz2/zipitz2.c |9 
doc/README.PXA_CF   |   56 --
drivers/pcmcia/Makefile |1 -
drivers/pcmcia/pxa_pcmcia.c |   93
--- include/configs/zipitz2.h 
 |   14 +-
include/pcmcia.h|3 +-
8 files changed, 26 insertions(+), 213 deletions(-)
delete mode 100644 board/jornada/u-boot.lds
delete mode 100644 doc/README.PXA_CF
delete mode 100644 drivers/pcmcia/pxa_pcmcia.c
 
 Is there a reason why this pull request is on a fix branch, not master?
 
 Amicalement,

Since those are mostly fixes.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-12-05 Thread Albert ARIBAUD

Hi Marek,

Le 02/12/2011 11:11, Marek Vasut a écrit :

I see no comments on my patchset for a while, so:

The following changes since commit f2695a272849764cda09bcce6f86d03105e9e46d:

   PXA: Drop XM250 board (2011-11-25 20:44:24 +0100)

are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git master

Marek Vasut (19):
   PXA: Rework start.S to be closer to other ARMs
   PXA: Re-add the Dcache locking as RAM for pxa250
   PXA: Fixup PXA25x boards after start.S update
   PXA: Drop Voipac PXA270 OneNAND IPL
   PXA: Adapt Voipac PXA270 to OneNAND SPL
   PXA: Enable command line editing for vpac270
   PXA: Unify vpac270 environment size
   PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
   PXA: Separate PXA2xx CPU init
   PXA: Add cpuinfo display for PXA2xx
   PXA: Replace timer driver
   PXA: Cleanup Colibri PXA270
   PXA: Export cpu_is_ and pxa_dram_init functions
   PXA: Squash extern pxa_dram_init()
   PXA: Rename pxa_dram_init to pxa2xx_dram_init
   PXA: Introduce common configuration header for PXA
   PXA: Flip colibri_pxa27x to pxa-common.h
   PXA: Move colibri_pxa270 to board/toradex/
   GCC4.6: PXA: Squash warning in xaeniax

  arch/arm/cpu/pxa/Makefile  |7 +-
  arch/arm/cpu/pxa/cpuinfo.c |  132 ++
  arch/arm/cpu/pxa/{cpu.c =  pxa2xx.c}   |  119 ++
  arch/arm/cpu/pxa/start.S   |  456 ++--
  arch/arm/cpu/pxa/timer.c   |   91 ++---
  arch/arm/cpu/pxa/u-boot.lds|6 +
  arch/arm/cpu/pxa/usb.c |   12 +-
  arch/arm/include/asm/arch-pxa/pxa-regs.h   |   48 +-
  .../arm/include/asm/arch-pxa/pxa.h |   31 +-
  board/balloon3/balloon3.c  |4 +-
  board/lubbock/lubbock.c|4 +-
  board/palmld/palmld.c  |4 +-
  board/palmtc/palmtc.c  |4 +-
  board/pxa255_idp/pxa_idp.c |4 +-
  board/{ =  toradex}/colibri_pxa270/Makefile|0
  .../{ =  toradex}/colibri_pxa270/colibri_pxa270.c  |   36 +-
  board/trizepsiv/conxs.c|4 +-
  board/vpac270/Makefile |4 +
  board/vpac270/onenand.c|   65 +++
  board/vpac270/u-boot-spl.lds   |   92 
  board/vpac270/vpac270.c|6 +-
  board/xaeniax/flash.c  |7 +-
  board/xaeniax/xaeniax.c|4 +-
  board/zipitz2/zipitz2.c|4 +-
  boards.cfg |2 +-
  common/lcd.c   |   14 +-
  drivers/mmc/pxa_mmc.c  |7 +-
  drivers/mmc/pxa_mmc_gen.c  |4 +-
  drivers/net/lan91c96.h |4 +-
  drivers/net/smc9.h |6 +-
  drivers/serial/serial_pxa.c|4 +-
  drivers/serial/usbtty.h|2 +-
  drivers/usb/gadget/Makefile|2 +-
  include/configs/balloon3.h |2 +-
  include/configs/colibri_pxa270.h   |  103 ++---
  include/configs/lubbock.h  |4 +-
  include/configs/palmld.h   |2 +-
  include/configs/palmtc.h   |4 +-
  include/configs/pxa-common.h   |   60 +++
  include/configs/pxa255_idp.h   |4 +-
  include/configs/trizepsiv.h|2 +-
  include/configs/vpac270.h  |   43 ++-
  include/configs/xaeniax.h  |4 +-
  include/configs/zipitz2.h  |2 +-
  include/lcd.h  |5 +-
  onenand_ipl/board/vpac270/Makefile |   79 
  onenand_ipl/board/vpac270/config.mk|1 -
  onenand_ipl/board/vpac270/u-boot.onenand.lds   |   51 ---
  48 files changed, 851 insertions(+), 704 deletions(-)
  create mode 100644 arch/arm/cpu/pxa/cpuinfo.c
  rename arch/arm/cpu/pxa/{cpu.c =  pxa2xx.c} (76%)
  rename onenand_ipl/board/vpac270/vpac270.c =  arch/arm/include/asm/arch-
pxa/pxa.h (54%)
  rename board/{ =  toradex}/colibri_pxa270/Makefile (100%)
  rename board/{ =  toradex}/colibri_pxa270/colibri_pxa270.c (81%)
  create mode 100644 board/vpac270/onenand.c
  create mode 100644 board/vpac270/u-boot-spl.lds
  create mode 100644 include/configs/pxa-common.h
  delete mode 100644 onenand_ipl/board/vpac270/Makefile
  delete mode 100644 onenand_ipl/board/vpac270/config.mk
  delete mode 100644 

Re: [U-Boot] [PULL] u-boot-pxa / master

2011-12-02 Thread Marek Vasut
I see no comments on my patchset for a while, so:

The following changes since commit f2695a272849764cda09bcce6f86d03105e9e46d:

  PXA: Drop XM250 board (2011-11-25 20:44:24 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master

Marek Vasut (19):
  PXA: Rework start.S to be closer to other ARMs
  PXA: Re-add the Dcache locking as RAM for pxa250
  PXA: Fixup PXA25x boards after start.S update
  PXA: Drop Voipac PXA270 OneNAND IPL
  PXA: Adapt Voipac PXA270 to OneNAND SPL
  PXA: Enable command line editing for vpac270
  PXA: Unify vpac270 environment size
  PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
  PXA: Separate PXA2xx CPU init
  PXA: Add cpuinfo display for PXA2xx
  PXA: Replace timer driver
  PXA: Cleanup Colibri PXA270
  PXA: Export cpu_is_ and pxa_dram_init functions
  PXA: Squash extern pxa_dram_init()
  PXA: Rename pxa_dram_init to pxa2xx_dram_init
  PXA: Introduce common configuration header for PXA
  PXA: Flip colibri_pxa27x to pxa-common.h
  PXA: Move colibri_pxa270 to board/toradex/
  GCC4.6: PXA: Squash warning in xaeniax

 arch/arm/cpu/pxa/Makefile  |7 +-
 arch/arm/cpu/pxa/cpuinfo.c |  132 ++
 arch/arm/cpu/pxa/{cpu.c = pxa2xx.c}   |  119 ++
 arch/arm/cpu/pxa/start.S   |  456 ++--
 arch/arm/cpu/pxa/timer.c   |   91 ++---
 arch/arm/cpu/pxa/u-boot.lds|6 +
 arch/arm/cpu/pxa/usb.c |   12 +-
 arch/arm/include/asm/arch-pxa/pxa-regs.h   |   48 +-
 .../arm/include/asm/arch-pxa/pxa.h |   31 +-
 board/balloon3/balloon3.c  |4 +-
 board/lubbock/lubbock.c|4 +-
 board/palmld/palmld.c  |4 +-
 board/palmtc/palmtc.c  |4 +-
 board/pxa255_idp/pxa_idp.c |4 +-
 board/{ = toradex}/colibri_pxa270/Makefile|0
 .../{ = toradex}/colibri_pxa270/colibri_pxa270.c  |   36 +-
 board/trizepsiv/conxs.c|4 +-
 board/vpac270/Makefile |4 +
 board/vpac270/onenand.c|   65 +++
 board/vpac270/u-boot-spl.lds   |   92 
 board/vpac270/vpac270.c|6 +-
 board/xaeniax/flash.c  |7 +-
 board/xaeniax/xaeniax.c|4 +-
 board/zipitz2/zipitz2.c|4 +-
 boards.cfg |2 +-
 common/lcd.c   |   14 +-
 drivers/mmc/pxa_mmc.c  |7 +-
 drivers/mmc/pxa_mmc_gen.c  |4 +-
 drivers/net/lan91c96.h |4 +-
 drivers/net/smc9.h |6 +-
 drivers/serial/serial_pxa.c|4 +-
 drivers/serial/usbtty.h|2 +-
 drivers/usb/gadget/Makefile|2 +-
 include/configs/balloon3.h |2 +-
 include/configs/colibri_pxa270.h   |  103 ++---
 include/configs/lubbock.h  |4 +-
 include/configs/palmld.h   |2 +-
 include/configs/palmtc.h   |4 +-
 include/configs/pxa-common.h   |   60 +++
 include/configs/pxa255_idp.h   |4 +-
 include/configs/trizepsiv.h|2 +-
 include/configs/vpac270.h  |   43 ++-
 include/configs/xaeniax.h  |4 +-
 include/configs/zipitz2.h  |2 +-
 include/lcd.h  |5 +-
 onenand_ipl/board/vpac270/Makefile |   79 
 onenand_ipl/board/vpac270/config.mk|1 -
 onenand_ipl/board/vpac270/u-boot.onenand.lds   |   51 ---
 48 files changed, 851 insertions(+), 704 deletions(-)
 create mode 100644 arch/arm/cpu/pxa/cpuinfo.c
 rename arch/arm/cpu/pxa/{cpu.c = pxa2xx.c} (76%)
 rename onenand_ipl/board/vpac270/vpac270.c = arch/arm/include/asm/arch-
pxa/pxa.h (54%)
 rename board/{ = toradex}/colibri_pxa270/Makefile (100%)
 rename board/{ = toradex}/colibri_pxa270/colibri_pxa270.c (81%)
 create mode 100644 board/vpac270/onenand.c
 create mode 100644 board/vpac270/u-boot-spl.lds
 create mode 100644 include/configs/pxa-common.h
 delete mode 100644 onenand_ipl/board/vpac270/Makefile
 delete mode 100644 onenand_ipl/board/vpac270/config.mk
 delete mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Marek Vasut
The following changes since commit 19cdfd3e84bff108febb127b598ac3f1634c768c:

  Ethernut 5 board support (2011-11-21 17:51:06 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master

Marek Vasut (4):
  PXA: Drop CERF250 board
  PXA: Drop CRADLE board
  PXA: Drop PLEB2 board
  PXA: Drop XM250 board

 MAINTAINERS   |5 -
 board/cerf250/Makefile|   43 ---
 board/cerf250/cerf250.c   |   85 -
 board/cerf250/flash.c |  429 
 board/cradle/Makefile |   43 ---
 board/cradle/cradle.c |  236 -
 board/cradle/flash.c  |  361 
 board/pleb2/Makefile  |   44 ---
 board/pleb2/flash.c   |  814 -
 board/pleb2/pleb2.c   |   71 
 board/xm250/Makefile  |   43 ---
 board/xm250/flash.c   |  535 -
 board/xm250/xm250.c   |   95 --
 boards.cfg|4 -
 doc/README.scrapyard  |4 +
 include/configs/cerf250.h |  229 -
 include/configs/cradle.h  |  358 
 include/configs/pleb2.h   |  266 ---
 include/configs/xm250.h   |  369 
 19 files changed, 4 insertions(+), 4030 deletions(-)
 delete mode 100644 board/cerf250/Makefile
 delete mode 100644 board/cerf250/cerf250.c
 delete mode 100644 board/cerf250/flash.c
 delete mode 100644 board/cradle/Makefile
 delete mode 100644 board/cradle/cradle.c
 delete mode 100644 board/cradle/flash.c
 delete mode 100644 board/pleb2/Makefile
 delete mode 100644 board/pleb2/flash.c
 delete mode 100644 board/pleb2/pleb2.c
 delete mode 100644 board/xm250/Makefile
 delete mode 100644 board/xm250/flash.c
 delete mode 100644 board/xm250/xm250.c
 delete mode 100644 include/configs/cerf250.h
 delete mode 100644 include/configs/cradle.h
 delete mode 100644 include/configs/pleb2.h
 delete mode 100644 include/configs/xm250.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Albert ARIBAUD

Hi Marek,

Le 25/11/2011 19:56, Marek Vasut a écrit :

The following changes since commit 19cdfd3e84bff108febb127b598ac3f1634c768c:

   Ethernut 5 board support (2011-11-21 17:51:06 +0100)

are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git master

Marek Vasut (4):
   PXA: Drop CERF250 board
   PXA: Drop CRADLE board
   PXA: Drop PLEB2 board
   PXA: Drop XM250 board


Applied to u-boot-arm/master, thanks!

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


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Albert ARIBAUD

Hi Marek, Anatolij,

Le 25/11/2011 20:46, Albert ARIBAUD a écrit :

Hi Marek,

Le 25/11/2011 19:56, Marek Vasut a écrit :

The following changes since commit
19cdfd3e84bff108febb127b598ac3f1634c768c:

Ethernut 5 board support (2011-11-21 17:51:06 +0100)

are available in the git repository at:
git://git.denx.de/u-boot-pxa.git master

Marek Vasut (4):
PXA: Drop CERF250 board
PXA: Drop CRADLE board
PXA: Drop PLEB2 board
PXA: Drop XM250 board


Applied to u-boot-arm/master, thanks!


Wait... Anatolij submitted patches to add machine ID back to these boards.

Anatolij, do you intend to take maintainership of these boards ?

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


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Marek Vasut
 Hi Marek, Anatolij,
 
 Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
  Hi Marek,
  
  Le 25/11/2011 19:56, Marek Vasut a écrit :
  The following changes since commit
  19cdfd3e84bff108febb127b598ac3f1634c768c:
  
  Ethernut 5 board support (2011-11-21 17:51:06 +0100)
  
  are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master
  
  Marek Vasut (4):
  PXA: Drop CERF250 board
  PXA: Drop CRADLE board
  PXA: Drop PLEB2 board
  PXA: Drop XM250 board
  
  Applied to u-boot-arm/master, thanks!
 
 Wait... Anatolij submitted patches to add machine ID back to these boards.
 
 Anatolij, do you intend to take maintainership of these boards ?
 
 Amicalement,

I saw the patches and replied to these. I'd take much more than to add the 
machine ID back to consider there maintained.

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


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Anatolij Gustschin
Hi Albert,

On Fri, 25 Nov 2011 20:50:55 +0100
Albert ARIBAUD albert.u.b...@aribaud.net wrote:

 Hi Marek, Anatolij,
 
 Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
  Hi Marek,
 
  Le 25/11/2011 19:56, Marek Vasut a écrit :
  The following changes since commit
  19cdfd3e84bff108febb127b598ac3f1634c768c:
 
  Ethernut 5 board support (2011-11-21 17:51:06 +0100)
 
  are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master
 
  Marek Vasut (4):
  PXA: Drop CERF250 board
  PXA: Drop CRADLE board
  PXA: Drop PLEB2 board
  PXA: Drop XM250 board
 
  Applied to u-boot-arm/master, thanks!
 
 Wait... Anatolij submitted patches to add machine ID back to these boards.
 
 Anatolij, do you intend to take maintainership of these boards ?

I do not have any of these boards, so I can't really maintain
the code for them. Also I'm not sure whether the current U-Boot
runs on these boards (I've seen patches to fix PXA relocation [1]).

Does it make sense to keep them?

Thanks,
Anatolij

[1] http://patchwork.ozlabs.org/patch/120240
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Marek Vasut
 Hi Albert,
 
 On Fri, 25 Nov 2011 20:50:55 +0100
 
 Albert ARIBAUD albert.u.b...@aribaud.net wrote:
  Hi Marek, Anatolij,
  
  Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
   Hi Marek,
   
   Le 25/11/2011 19:56, Marek Vasut a écrit :
   The following changes since commit
   19cdfd3e84bff108febb127b598ac3f1634c768c:
   
   Ethernut 5 board support (2011-11-21 17:51:06 +0100)
   
   are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git master
   
   Marek Vasut (4):
   PXA: Drop CERF250 board
   PXA: Drop CRADLE board
   PXA: Drop PLEB2 board
   PXA: Drop XM250 board
   
   Applied to u-boot-arm/master, thanks!
  
  Wait... Anatolij submitted patches to add machine ID back to these
  boards.
  
  Anatolij, do you intend to take maintainership of these boards ?
 
 I do not have any of these boards, so I can't really maintain
 the code for them. Also I'm not sure whether the current U-Boot
 runs on these boards (I've seen patches to fix PXA relocation [1]).
 
 Does it make sense to keep them?

Not even the original maintainer responds by now. So I think they are dead now.

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


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Albert ARIBAUD

Le 25/11/2011 22:13, Marek Vasut a écrit :

Hi Albert,

On Fri, 25 Nov 2011 20:50:55 +0100

Albert ARIBAUDalbert.u.b...@aribaud.net  wrote:

Hi Marek, Anatolij,

Le 25/11/2011 20:46, Albert ARIBAUD a écrit :

Hi Marek,

Le 25/11/2011 19:56, Marek Vasut a écrit :

The following changes since commit
19cdfd3e84bff108febb127b598ac3f1634c768c:

Ethernut 5 board support (2011-11-21 17:51:06 +0100)

are available in the git repository at:
git://git.denx.de/u-boot-pxa.git master

Marek Vasut (4):
PXA: Drop CERF250 board
PXA: Drop CRADLE board
PXA: Drop PLEB2 board
PXA: Drop XM250 board


Applied to u-boot-arm/master, thanks!


Wait... Anatolij submitted patches to add machine ID back to these
boards.

Anatolij, do you intend to take maintainership of these boards ?


I do not have any of these boards, so I can't really maintain
the code for them. Also I'm not sure whether the current U-Boot
runs on these boards (I've seen patches to fix PXA relocation [1]).

Does it make sense to keep them?


Not even the original maintainer responds by now. So I think they are dead now.

M



Ok, so I consider those four as dead, I confirm your pull request as 
accepted and I mark Anatolij's patches as rejected.


Anatolij, what about your other machine ID addition patches?

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


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-25 Thread Anatolij Gustschin
On Fri, 25 Nov 2011 22:29:59 +0100
Albert ARIBAUD albert.u.b...@aribaud.net wrote:

 Le 25/11/2011 22:13, Marek Vasut a écrit :
...
 Ok, so I consider those four as dead, I confirm your pull request as 
 accepted and I mark Anatolij's patches as rejected.
 
 Anatolij, what about your other machine ID addition patches?

I've found another older mach-id patch for a320evb board [1] and
queued it in my staging branch. So my mach-id patch for a320evb can
be marked as rejected, too.

The remaining two patches [2] and [3] should be applied, I think.

[1] http://patchwork.ozlabs.org/patch/124269/
[2] http://patchwork.ozlabs.org/patch/126542/
[3] http://patchwork.ozlabs.org/patch/126546/

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


Re: [U-Boot] [PULL] u-boot-pxa / master

2011-11-15 Thread Albert ARIBAUD
Hi Marek,

Le 12/11/2011 03:44, Marek Vasut a écrit :
 Hi Albert,

 I chose a few significant patches that should make it to .12.

 The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:

da850: add new config file for AM18xx (2011-11-10 16:30:41 +0100)

 are available in the git repository at:
git://git.denx.de/u-boot-pxa.git master

 Marek Vasut (6):
PXA: Drop csb226 and innokom boards (unmaintained)
PXA: Cleanup serial_pxa
PXA: vpac270: Enable the new generic MMC driver
OneNAND: Add simple OneNAND SPL
GCC4.6: Fix common/usb.c on xscale
GCC4.6: Squash warnings in onenand_base.c

   MAINTAINERS   |5 -
   arch/arm/include/asm/arch-pxa/pxa-regs.h  |  111 ---
   arch/arm/include/asm/arch-pxa/regs-uart.h |  109 ++
   board/csb226/Makefile |   43 ---
   board/csb226/csb226.c |  166 --
   board/csb226/flash.c  |  368 -
   board/innokom/Makefile|   43 ---
   board/innokom/flash.c |  421 
   board/innokom/innokom.c   |  190 ---
   board/vpac270/vpac270.c   |9 +
   boards.cfg|2 -
   common/usb.c  |   13 +-
   drivers/mtd/onenand/Makefile  |4 +
   drivers/mtd/onenand/onenand_base.c|   18 +-
   drivers/mtd/onenand/onenand_spl.c |  146 +
   drivers/serial/serial_pxa.c   |  464 +++
   include/configs/csb226.h  |  506 
 
   include/configs/innokom.h |  507 
 -
   include/configs/vpac270.h |3 +-
   include/onenand_uboot.h   |3 +
   spl/Makefile  |1 +
   21 files changed, 478 insertions(+), 2654 deletions(-)
   create mode 100644 arch/arm/include/asm/arch-pxa/regs-uart.h
   delete mode 100644 board/csb226/Makefile
   delete mode 100644 board/csb226/csb226.c
   delete mode 100644 board/csb226/flash.c
   delete mode 100644 board/innokom/Makefile
   delete mode 100644 board/innokom/flash.c
   delete mode 100644 board/innokom/innokom.c
   create mode 100644 drivers/mtd/onenand/onenand_spl.c
   delete mode 100644 include/configs/csb226.h
   delete mode 100644 include/configs/innokom.h

Applied to u-boot-arm/master, thanks.

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


[U-Boot] [PULL] u-boot-pxa / master

2011-11-11 Thread Marek Vasut
Hi Albert,

I chose a few significant patches that should make it to .12.

The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:

  da850: add new config file for AM18xx (2011-11-10 16:30:41 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master

Marek Vasut (6):
  PXA: Drop csb226 and innokom boards (unmaintained)
  PXA: Cleanup serial_pxa
  PXA: vpac270: Enable the new generic MMC driver
  OneNAND: Add simple OneNAND SPL
  GCC4.6: Fix common/usb.c on xscale
  GCC4.6: Squash warnings in onenand_base.c

 MAINTAINERS   |5 -
 arch/arm/include/asm/arch-pxa/pxa-regs.h  |  111 ---
 arch/arm/include/asm/arch-pxa/regs-uart.h |  109 ++
 board/csb226/Makefile |   43 ---
 board/csb226/csb226.c |  166 --
 board/csb226/flash.c  |  368 -
 board/innokom/Makefile|   43 ---
 board/innokom/flash.c |  421 
 board/innokom/innokom.c   |  190 ---
 board/vpac270/vpac270.c   |9 +
 boards.cfg|2 -
 common/usb.c  |   13 +-
 drivers/mtd/onenand/Makefile  |4 +
 drivers/mtd/onenand/onenand_base.c|   18 +-
 drivers/mtd/onenand/onenand_spl.c |  146 +
 drivers/serial/serial_pxa.c   |  464 +++
 include/configs/csb226.h  |  506 
 include/configs/innokom.h |  507 -
 include/configs/vpac270.h |3 +-
 include/onenand_uboot.h   |3 +
 spl/Makefile  |1 +
 21 files changed, 478 insertions(+), 2654 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-pxa/regs-uart.h
 delete mode 100644 board/csb226/Makefile
 delete mode 100644 board/csb226/csb226.c
 delete mode 100644 board/csb226/flash.c
 delete mode 100644 board/innokom/Makefile
 delete mode 100644 board/innokom/flash.c
 delete mode 100644 board/innokom/innokom.c
 create mode 100644 drivers/mtd/onenand/onenand_spl.c
 delete mode 100644 include/configs/csb226.h
 delete mode 100644 include/configs/innokom.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot PXA

2011-08-28 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201108280639.56242.marek.va...@gmail.com you wrote:
 
 I prepared a branch for you to pull containing PXA fixes:
 
 Cheers
 
 The following changes since commit 6e8a3951f7656958cefccab55945604a8bbc43e7:
 
   Merge branch 'master' of git://git.denx.de/u-boot (2011-08-28 01:36:27 
 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git for-arm-fix
 
 Marek Vasut (3):
   PXA: Fix Lubbock, remove redundant parenthesis
   PXA: Fix CSB226, fix monitor length
   PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE

Again, what a mess... Why are you selecting just 3 commits from a 6
patches series?  This makes no sense.


Either these are separate, independent patches, then submit
separately.  Or they form a series, with patches depending on each
other, then obviously you want to include ALL of them? Ok, # 3 and 4
are for other custodians, but there is still # 6 missing here?

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 Stanford research group advertised for participants in a  study  of
obsessive-compulsive  disorder. They were looking for therapy clients
who had been diagnosed with this disorder. The  response  was  grati-
fying;  they  got  3,000 responses about three days after the ad came
out. All from the same person.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot PXA

2011-08-28 Thread Marek Vasut
On Sunday, August 28, 2011 12:20:34 PM Wolfgang Denk wrote:
 Dear Marek Vasut,
 
 In message 201108280639.56242.marek.va...@gmail.com you wrote:
  I prepared a branch for you to pull containing PXA fixes:
  
  Cheers
  
  The following changes since commit 6e8a3951f7656958cefccab55945604a8bbc43e7:
Merge branch 'master' of git://git.denx.de/u-boot (2011-08-28 01:36:27
+0200)
  
  are available in the git repository at:
git://git.denx.de/u-boot-pxa.git for-arm-fix
  
  Marek Vasut (3):
PXA: Fix Lubbock, remove redundant parenthesis
PXA: Fix CSB226, fix monitor length
PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE
 
 Again, what a mess... Why are you selecting just 3 commits from a 6
 patches series?  This makes no sense.
 
Because Albert wanted me to send a pull rq with the PXA fixes. I don't know if 
he 
hand-picked them already or not, but if not, here's a pull request.

 
 Either these are separate, independent patches, then submit
 separately.  Or they form a series, with patches depending on each
 other, then obviously you want to include ALL of them? Ok, # 3 and 4
 are for other custodians, but there is still # 6 missing here?
 
 Best regards,
 
 Wolfgang Denk

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


Re: [U-Boot] [PULL] U-Boot PXA

2011-08-28 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201108282049.02428.marek.va...@gmail.com you wrote:

  Again, what a mess... Why are you selecting just 3 commits from a 6
  patches series?  This makes no sense.
  
 Because Albert wanted me to send a pull rq with the PXA fixes. I don't know 
 if he 
 hand-picked them already or not, but if not, here's a pull request.

I think you did not understand what I mean.

My question was why (1) you send a patch series which is obviously
not really a set of patches that depend on each other (these should
be submitted as separate patches then), and (2) why you did not
inclyde the 4th PXA related patch into the pull request.

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
Artificial Intelligence is the study of how to  make  real  computers
act like the ones in movies.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot PXA

2011-08-28 Thread Marek Vasut
On Sunday, August 28, 2011 10:55:33 PM Wolfgang Denk wrote:
 Dear Marek Vasut,
 
 In message 201108282049.02428.marek.va...@gmail.com you wrote:
   Again, what a mess... Why are you selecting just 3 commits from a 6
   patches series?  This makes no sense.
  
  Because Albert wanted me to send a pull rq with the PXA fixes. I don't
  know if he hand-picked them already or not, but if not, here's a pull
  request.
 
 I think you did not understand what I mean.
 
 My question was why (1) you send a patch series which is obviously
 not really a set of patches that depend on each other (these should
 be submitted as separate patches then), and

Ok, I get what you mean.

 (2) why you did not
 inclyde the 4th PXA related patch into the pull request.

Because that's really something I want to be tested properly. I want to avoid 
breakage.

Cheers

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


[U-Boot] [PULL] U-Boot PXA

2011-08-27 Thread Marek Vasut
Dear Albert ARIBAUD,

I prepared a branch for you to pull containing PXA fixes:

Cheers

The following changes since commit 6e8a3951f7656958cefccab55945604a8bbc43e7:

  Merge branch 'master' of git://git.denx.de/u-boot (2011-08-28 01:36:27 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git for-arm-fix

Marek Vasut (3):
  PXA: Fix Lubbock, remove redundant parenthesis
  PXA: Fix CSB226, fix monitor length
  PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE

 board/lubbock/flash.c |2 +-
 include/configs/csb226.h  |2 +-
 include/configs/vpac270.h |1 -
 3 files changed, 2 insertions(+), 3 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot-pxa pull request

2011-06-23 Thread Albert ARIBAUD
Le 27/05/2011 16:56, Marek Vasut a écrit :
 Hi,
 please pull my git://git.denx.de/u-boot-pxa ixp branch into your u-
 boot/master branch. Thanks

 These are mostly the IXP changes + I added the fix I promissed you half a year
 ago ... damn the time runs fast :-/

 Cheers

 The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:

.gitignore: update list of u-boot.* files and add *.bin (2011-05-22 
 23:46:26
 +0200)

 are available in the git repository at:
git://git.denx.de/u-boot-pxa.git ixp

 Marek Vasut (1):
Move wepep250,delta,xsengine to scrapyard

 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   |   49 ++--
   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 +-
   doc/README.scrapyard  |3 +
   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 +-
   47 files changed, 1692 insertions(+), 1588 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 (with a trivial merge on boards.cfg), thanks, and apologies for 
missing this!

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


[U-Boot] [PULL] U-Boot-pxa pull request

2011-05-27 Thread Marek Vasut
Hi,
please pull my git://git.denx.de/u-boot-pxa ixp branch into your u-
boot/master branch. Thanks

These are mostly the IXP changes + I added the fix I promissed you half a year 
ago ... damn the time runs fast :-/

Cheers

The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:

  .gitignore: update list of u-boot.* files and add *.bin (2011-05-22 23:46:26 
+0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git ixp

Marek Vasut (1):
  Move wepep250,delta,xsengine to scrapyard

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   |   49 ++--
 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 +-
 doc/README.scrapyard  |3 +
 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 +-
 47 files changed, 1692 insertions(+), 1588 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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-10-29 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201010280005.26816.marek.va...@gmail.com you wrote:
 Hi,
 please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
 boot/master branch. Thanks
 
 The following changes since commit 908614f20f7f0f5df736eed21b88e81ebbf14e86:
 
   Prepare v2010.12-rc1 (2010-10-27 22:49:13 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git for-wd-master
 
 Mikhail Kshevetskiy (1):
   arm/pxa: remove unused arch-pxa/macro.h
 
  arch/arm/cpu/pxa/start.S  |1 -
  arch/arm/include/asm/arch-pxa/macro.h |  328 
 -
  onenand_ipl/board/vpac270/Makefile|5 -
  onenand_ipl/board/vpac270/lowlevel_init.S |   34 ---
  4 files changed, 0 insertions(+), 368 deletions(-)
  delete mode 100644 arch/arm/include/asm/arch-pxa/macro.h
  delete mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S

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
It is impractical for  the  standard  to  attempt  to  constrain  the
behavior  of code that does not obey the constraints of the standard.
  - Doug Gwyn
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] U-Boot-pxa pull request

2010-10-27 Thread Marek Vasut
Hi,
please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
boot/master branch. Thanks

The following changes since commit 908614f20f7f0f5df736eed21b88e81ebbf14e86:

  Prepare v2010.12-rc1 (2010-10-27 22:49:13 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git for-wd-master

Mikhail Kshevetskiy (1):
  arm/pxa: remove unused arch-pxa/macro.h

 arch/arm/cpu/pxa/start.S  |1 -
 arch/arm/include/asm/arch-pxa/macro.h |  328 -
 onenand_ipl/board/vpac270/Makefile|5 -
 onenand_ipl/board/vpac270/lowlevel_init.S |   34 ---
 4 files changed, 0 insertions(+), 368 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-pxa/macro.h
 delete mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-10-23 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201010220141.33121.marek.va...@gmail.com you wrote:
 Hi,
 please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
 boot/master branch. Thanks
 
 The following changes since commit fff6ec382c139eb242bd85356e66a0bc43becb63:
 
   Fix building for 83xx boards with USB support (2010-10-21 20:00:41 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git for-wd-master
 
 Marek Vasut (20):
   PXA: Implement ELF relocation
   PXA: Use pxa-regs.h register definitions in start.S
   PXA: cerf250: Fix for reloc
   PXA: colibri_pxa270: Fix for reloc
   PXA: cradle: Fix for reloc
   PXA: csb226: Fix for reloc
   PXA: innokom: Fix for reloc
   PXA: lubbock: Fix for reloc
   PXA: palmld: Fix for reloc
   PXA: palmtc: Fix for reloc
   PXA: pleb2: Fix for reloc
   PXA: pxa255_idp: Fix for reloc
   PXA: trizepsiv: Fix for reloc
   PXA: xaeniax: Fix for reloc
   PXA: xm250: Fix for reloc
   PXA: vpac270: Add missing CONFIG_SYS_TEXT_BASE
   PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE
   PXA: Remove delta board
   PXA: Remove wepep250 board
   PXA: Remove xsengine board
 
  arch/arm/cpu/pxa/start.S  |  149 +-
  arch/arm/cpu/pxa/u-boot.lds   |   19 +-
  board/cerf250/Makefile|   10 +-
  board/cerf250/cerf250.c   |   22 +-
  board/cerf250/config.mk   |5 -
  board/cerf250/lowlevel_init.S |  411 
  board/colibri_pxa270/Makefile |   10 +-
  board/colibri_pxa270/colibri_pxa270.c |   18 +-
  board/colibri_pxa270/config.mk|1 -
  board/colibri_pxa270/lowlevel_init.S  |   36 ---
  board/cradle/Makefile |   10 +-
  board/cradle/config.mk|2 -
  board/cradle/cradle.c |   30 +-
  board/cradle/lowlevel_init.S  |  515 --
  board/csb226/Makefile |   10 +-
  board/csb226/config.mk|   15 -
  board/csb226/csb226.c |   22 +-
  board/csb226/lowlevel_init.S  |  437 --
  board/delta/Makefile  |   52 ---
  board/delta/config.mk |1 -
  board/delta/delta.c   |  378 --
  board/delta/lowlevel_init.S   |  146 -
  board/delta/nand.c|  558 
 -
  board/innokom/Makefile|   10 +-
  board/innokom/config.mk   |   15 -
  board/innokom/innokom.c   |   23 +-
  board/innokom/lowlevel_init.S |  437 --
  board/lubbock/Makefile|   10 +-
  board/lubbock/config.mk   |3 -
  board/lubbock/lowlevel_init.S |  411 
  board/lubbock/lubbock.c   |   22 +-
  board/palmld/Makefile |   10 +-
  board/palmld/config.mk|1 -
  board/palmld/lowlevel_init.S  |   45 ---
  board/palmld/palmld.c |   16 +-
  board/palmld/u-boot.lds   |   56 
  board/palmtc/Makefile |9 +-
  board/palmtc/config.mk|1 -
  board/palmtc/lowlevel_init.S  |   39 ---
  board/palmtc/palmtc.c |   13 +-
  board/palmtc/u-boot.lds   |   56 
  board/pleb2/Makefile  |   10 +-
  board/pleb2/config.mk |3 -
  board/pleb2/lowlevel_init.S   |  488 
  board/pleb2/pleb2.c   |   22 +-
  board/pxa255_idp/Makefile |   10 +-
  board/pxa255_idp/config.mk|3 -
  board/pxa255_idp/lowlevel_init.S  |  496 -
  board/pxa255_idp/pxa_idp.c|   23 +-
  board/trizepsiv/Makefile  |   10 +-
  board/trizepsiv/config.mk |3 -
  board/trizepsiv/conxs.c   |   23 +-
  board/trizepsiv/lowlevel_init.S   |  503 -
  board/trizepsiv/pxavoltage.S  |   29 --
  board/wepep250/Makefile   |   51 ---
  board/wepep250/config.mk  |   11 -
  board/wepep250/flash.c|  324 ---
  board/wepep250/intel.h|   99 --
  board/wepep250/lowlevel_init.S|  145 -
  board/wepep250/wepep250.c |   68 
  board/xaeniax/Makefile|   10 +-
  board/xaeniax/config.mk   |2 -
  board/xaeniax/lowlevel_init.S |  424 -
  board/xaeniax/xaeniax.c   |   22 +-
  board/xm250/Makefile  |   10 +-
  board/xm250/config.mk |   35 --
  board/xm250/lowlevel_init.S   |  519 --
  board/xm250/xm250.c   |   27 +-
  

[U-Boot] [PULL] U-Boot-pxa pull request

2010-10-21 Thread Marek Vasut
Hi,
please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
boot/master branch. Thanks

The following changes since commit fff6ec382c139eb242bd85356e66a0bc43becb63:

  Fix building for 83xx boards with USB support (2010-10-21 20:00:41 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git for-wd-master

Marek Vasut (20):
  PXA: Implement ELF relocation
  PXA: Use pxa-regs.h register definitions in start.S
  PXA: cerf250: Fix for reloc
  PXA: colibri_pxa270: Fix for reloc
  PXA: cradle: Fix for reloc
  PXA: csb226: Fix for reloc
  PXA: innokom: Fix for reloc
  PXA: lubbock: Fix for reloc
  PXA: palmld: Fix for reloc
  PXA: palmtc: Fix for reloc
  PXA: pleb2: Fix for reloc
  PXA: pxa255_idp: Fix for reloc
  PXA: trizepsiv: Fix for reloc
  PXA: xaeniax: Fix for reloc
  PXA: xm250: Fix for reloc
  PXA: vpac270: Add missing CONFIG_SYS_TEXT_BASE
  PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE
  PXA: Remove delta board
  PXA: Remove wepep250 board
  PXA: Remove xsengine board

 arch/arm/cpu/pxa/start.S  |  149 +-
 arch/arm/cpu/pxa/u-boot.lds   |   19 +-
 board/cerf250/Makefile|   10 +-
 board/cerf250/cerf250.c   |   22 +-
 board/cerf250/config.mk   |5 -
 board/cerf250/lowlevel_init.S |  411 
 board/colibri_pxa270/Makefile |   10 +-
 board/colibri_pxa270/colibri_pxa270.c |   18 +-
 board/colibri_pxa270/config.mk|1 -
 board/colibri_pxa270/lowlevel_init.S  |   36 ---
 board/cradle/Makefile |   10 +-
 board/cradle/config.mk|2 -
 board/cradle/cradle.c |   30 +-
 board/cradle/lowlevel_init.S  |  515 --
 board/csb226/Makefile |   10 +-
 board/csb226/config.mk|   15 -
 board/csb226/csb226.c |   22 +-
 board/csb226/lowlevel_init.S  |  437 --
 board/delta/Makefile  |   52 ---
 board/delta/config.mk |1 -
 board/delta/delta.c   |  378 --
 board/delta/lowlevel_init.S   |  146 -
 board/delta/nand.c|  558 -
 board/innokom/Makefile|   10 +-
 board/innokom/config.mk   |   15 -
 board/innokom/innokom.c   |   23 +-
 board/innokom/lowlevel_init.S |  437 --
 board/lubbock/Makefile|   10 +-
 board/lubbock/config.mk   |3 -
 board/lubbock/lowlevel_init.S |  411 
 board/lubbock/lubbock.c   |   22 +-
 board/palmld/Makefile |   10 +-
 board/palmld/config.mk|1 -
 board/palmld/lowlevel_init.S  |   45 ---
 board/palmld/palmld.c |   16 +-
 board/palmld/u-boot.lds   |   56 
 board/palmtc/Makefile |9 +-
 board/palmtc/config.mk|1 -
 board/palmtc/lowlevel_init.S  |   39 ---
 board/palmtc/palmtc.c |   13 +-
 board/palmtc/u-boot.lds   |   56 
 board/pleb2/Makefile  |   10 +-
 board/pleb2/config.mk |3 -
 board/pleb2/lowlevel_init.S   |  488 
 board/pleb2/pleb2.c   |   22 +-
 board/pxa255_idp/Makefile |   10 +-
 board/pxa255_idp/config.mk|3 -
 board/pxa255_idp/lowlevel_init.S  |  496 -
 board/pxa255_idp/pxa_idp.c|   23 +-
 board/trizepsiv/Makefile  |   10 +-
 board/trizepsiv/config.mk |3 -
 board/trizepsiv/conxs.c   |   23 +-
 board/trizepsiv/lowlevel_init.S   |  503 -
 board/trizepsiv/pxavoltage.S  |   29 --
 board/wepep250/Makefile   |   51 ---
 board/wepep250/config.mk  |   11 -
 board/wepep250/flash.c|  324 ---
 board/wepep250/intel.h|   99 --
 board/wepep250/lowlevel_init.S|  145 -
 board/wepep250/wepep250.c |   68 
 board/xaeniax/Makefile|   10 +-
 board/xaeniax/config.mk   |2 -
 board/xaeniax/lowlevel_init.S |  424 -
 board/xaeniax/xaeniax.c   |   22 +-
 board/xm250/Makefile  |   10 +-
 board/xm250/config.mk |   35 --
 board/xm250/lowlevel_init.S   |  519 --
 board/xm250/xm250.c   |   27 +-
 board/xsengine/Makefile   |   51 ---
 board/xsengine/config.mk  |1 -
 board/xsengine/flash.c|  470 ---
 board/xsengine/lowlevel_init.S  

[U-Boot] [PULL] U-Boot-pxa pull request

2010-10-19 Thread Marek Vasut
Hi,
please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
boot-testing/Makefile-cleanup branch. Thanks

The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:

  Makefile: move all Power Architecture boards into boards.cfg (2010-10-17 
01:34:08 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git for-wd-testing

Marek Vasut (19):
  PXA: pxafb: Fix indent problems
  PXA: pxa-regs.h cleanup
  PXA: pxafb: Add ACX517AKN support
  PXA: pxafb: Add support for Sharp LQ038J7DH53
  PXA: pxafb: Marvell Littleton LCD definition
  common: Enable serial for PXA250
  PXA: Palm Tungsten|C Support
  PXA: Add initial Palm LifeDrive support
  PXA: Voipac270 improvements
  PXA: Balloon3 board support
  PXA: Add missing MAINTAINERS entries
  PXA: Add necessary information for RELOC
  PXA: Fix reloc, Push lowlevel init into C code
  PXA: Fix vpac270 for Reloc
  PXA: Fix ZipitZ2 for Reloc
  PXA: Fix Balloon3 for Reloc
  PXA: Fix vpac270 OneNAND booter
  Build: PXA: Fix Vpac270 build variants
  Build: PXA: Fix TrizepsIV build variants

Mikhail Kshevetskiy (4):
  PXA: remove unused u-boot.lds from board/vpac270
  PXA: cleanup vpac270 config and set CONFIG_SYS_HZ to 1000
  PXA: fix environment sector size, kernel and environment location for 
vpac270
  PXA: fix MDREFR[APD] bit setting

 MAINTAINERS   |9 +
 MAKEALL   |7 +-
 Makefile  |   17 -
 arch/arm/cpu/pxa/cpu.c|  255 +++-
 arch/arm/cpu/pxa/i2c.c|   69 +-
 arch/arm/cpu/pxa/pxafb.c  |  365 +++--
 arch/arm/cpu/pxa/start.S  |  346 ++---
 arch/arm/cpu/pxa/timer.c  |7 +-
 arch/arm/cpu/pxa/usb.c|   61 +-
 arch/arm/include/asm/arch-pxa/hardware.h  |   61 +-
 arch/arm/include/asm/arch-pxa/macro.h |   20 +-
 arch/arm/include/asm/arch-pxa/pxa-regs.h  | 2688 +++--
 board/balloon3/Makefile   |   47 +
 board/balloon3/balloon3.c |  238 +++
 board/colibri_pxa270/colibri_pxa270.c |   33 +-
 board/cradle/cradle.c |5 +-
 board/cradle/lowlevel_init.S  |4 +-
 board/csb226/csb226.c |   13 +-
 board/delta/delta.c   |   37 +-
 board/delta/nand.c|  110 +-
 board/innokom/innokom.c   |   14 +-
 board/palmld/Makefile |   49 +
 board/palmld/config.mk|1 +
 board/{zipitz2 = palmld}/lowlevel_init.S |9 +-
 board/palmld/palmld.c |   69 +
 board/{vpac270 = palmld}/u-boot.lds  |7 +-
 board/palmtc/Makefile |   49 +
 board/palmtc/config.mk|1 +
 board/{vpac270 = palmtc}/lowlevel_init.S |3 +-
 board/palmtc/palmtc.c |   59 +
 board/{vpac270 = palmtc}/u-boot.lds  |7 +-
 board/pxa255_idp/pxa_idp.c|   27 +-
 board/trizepsiv/conxs.c   |   35 +-
 board/vpac270/Makefile|   17 +-
 board/vpac270/config.mk   |1 -
 board/vpac270/vpac270.c   |   92 +-
 board/wepep250/wepep250.c |   11 +-
 board/zipitz2/Makefile|   10 +-
 board/zipitz2/config.mk   |1 -
 board/zipitz2/zipitz2.c   |   57 +-
 board/zylonite/nand.c |  110 +-
 boards.cfg|8 +
 common/serial.c   |2 +-
 drivers/mmc/pxa_mmc.c |   98 +-
 drivers/serial/serial_pxa.c   |   94 +-
 include/configs/balloon3.h|  274 +++
 include/configs/cerf250.h |3 +
 include/configs/colibri_pxa270.h  |3 +
 include/configs/cradle.h  |5 +-
 include/configs/csb226.h  |3 +
 include/configs/delta.h   |4 +
 include/configs/innokom.h |3 +
 include/configs/lubbock.h |3 +
 include/configs/palmld.h  |  276 +++
 include/configs/palmtc.h  |  248 +++
 include/configs/pleb2.h   |3 +
 include/configs/pxa255_idp.h  |3 +
 include/configs/trizepsiv.h   |3 +
 include/configs/vpac270.h |  138 +-
 include/configs/wepep250.h|4 +
 include/configs/xaeniax.h |3 +
 include/configs/xm250.h   |3 +
 include/configs/xsengine.h|3 +
 include/configs/zipitz2.h |   10 +-
 include/configs/zylonite.h|3 +
 onenand_ipl/board/vpac270/Makefile|5 +-
 66 files changed, 4017 insertions(+), 

Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-10-19 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201010192228.34814.marek.va...@gmail.com you wrote:
 Hi,
 please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
 boot-testing/Makefile-cleanup branch. Thanks
 
 The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:
 
   Makefile: move all Power Architecture boards into boards.cfg (2010-10-17 
 01:34:08 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git for-wd-testing

I send you the result of the pull off list.

You really need to reabse your tree:

- cd u-boot-arm/
- git remote update
...
- git pull u-boot-pxa.git for-wd-testing
From git://git.denx.de/u-boot-pxa
 * branchfor-wd-testing - FETCH_HEAD
CONFLICT (rename/rename): Rename 
board/LEOX/elpt860/config.mk-board/ttcontrol/vision2/Makefile in branch 
HEAD rename board/LEOX/elpt860/config.mk-board/balloon3/Makefile in 
8e3615e158283ff8463710aff12747dc60bb1a07
CONFLICT (rename/delete): Rename 
board/Marvell/db64360/config.mk-board/isee/igep0030/config.mk in HEAD and 
deleted in 8e3615e158283ff8463710aff12747dc60bb1a07
CONFLICT (rename/delete): Rename 
board/RPXlite_dw/config.mk-board/ttcontrol/vision2/config.mk in HEAD and 
deleted in 8e3615e158283ff8463710aff12747dc60bb1a07
CONFLICT (rename/delete): Rename board/a3000/config.mk-board/palmtc/Makefile 
in 8e3615e158283ff8463710aff12747dc60bb1a07 and deleted in HEAD
CONFLICT (rename/delete): Rename 
board/amcc/makalu/config.mk-board/armltd/vexpress/config.mk in HEAD and 
deleted in 8e3615e158283ff8463710aff12747dc60bb1a07
Renaming board/fads/config.mk = board/armltd/vexpress/Makefile
Auto-merging board/armltd/vexpress/Makefile
CONFLICT (rename/modify): Merge conflict in board/armltd/vexpress/Makefile
Renaming board/galaxy5200/config.mk = board/isee/igep0030/Makefile
Auto-merging board/isee/igep0030/Makefile
CONFLICT (rename/modify): Merge conflict in board/isee/igep0030/Makefile
CONFLICT (rename/rename): Rename 
board/logodl/Makefile-board/a4m072/Makefile in branch HEAD rename 
board/logodl/Makefile-board/palmld/Makefile in 
8e3615e158283ff8463710aff12747dc60bb1a07
Renaming board/matrix_vision/mvbc_p/config.mk = board/a4m072/config.mk
Auto-merging board/a4m072/config.mk
CONFLICT (rename/modify): Merge conflict in board/a4m072/config.mk
CONFLICT (rename/delete): Rename 
board/pdm360ng/config.mk-board/isee/igep0020/config.mk in HEAD and deleted in 
8e3615e158283ff8463710aff12747dc60bb1a07
CONFLICT (rename/delete): Rename 
board/siemens/IAD210/config.mk-board/isee/igep0020/Makefile in HEAD and 
deleted in 8e3615e158283ff8463710aff12747dc60bb1a07
Auto-merging MAINTAINERS
Auto-merging MAKEALL
Auto-merging Makefile
Auto-merging README
Auto-merging arch/arm/cpu/arm1136/start.S
CONFLICT (content): Merge conflict in arch/arm/cpu/arm1136/start.S
Auto-merging arch/arm/cpu/arm1176/start.S
Auto-merging arch/arm/cpu/arm720t/start.S
Auto-merging arch/arm/cpu/arm920t/start.S
Auto-merging arch/arm/cpu/arm925t/start.S
Auto-merging arch/arm/cpu/arm926ejs/start.S
CONFLICT (content): Merge conflict in arch/arm/cpu/arm926ejs/start.S
Auto-merging arch/arm/cpu/arm946es/start.S
Auto-merging arch/arm/cpu/arm_intcm/start.S
Auto-merging arch/arm/cpu/armv7/start.S
Auto-merging arch/arm/cpu/ixp/start.S
Auto-merging arch/arm/cpu/lh7a40x/start.S
Auto-merging arch/arm/cpu/pxa/start.S
CONFLICT (content): Merge conflict in arch/arm/cpu/pxa/start.S
Auto-merging arch/arm/cpu/s3c44b0/start.S
Auto-merging arch/arm/cpu/sa1100/start.S
Auto-merging arch/microblaze/cpu/start.S
Auto-merging arch/microblaze/lib/board.c
Auto-merging arch/powerpc/cpu/mpc85xx/start.S
Auto-merging arch/powerpc/cpu/mpc86xx/start.S
Auto-merging arch/powerpc/lib/board.c
Auto-merging board/LaCie/edminiv2/config.mk
CONFLICT (content): Merge conflict in board/LaCie/edminiv2/config.mk
CONFLICT (delete/modify): board/alaska/config.mk deleted in HEAD and modified 
in 8e3615e158283ff8463710aff12747dc60bb1a07. Version 
8e3615e158283ff8463710aff12747dc60bb1a07 of board/alaska/config.mk left in tree.
Auto-merging board/atmel/at91rm9200ek/config.mk
CONFLICT (content): Merge conflict in board/atmel/at91rm9200ek/config.mk
CONFLICT (delete/modify): board/bc3450/config.mk deleted in HEAD and modified 
in 8e3615e158283ff8463710aff12747dc60bb1a07. Version 
8e3615e158283ff8463710aff12747dc60bb1a07 of board/bc3450/config.mk left in tree.
CONFLICT (delete/modify): board/canmb/config.mk deleted in HEAD and modified in 
8e3615e158283ff8463710aff12747dc60bb1a07. Version 
8e3615e158283ff8463710aff12747dc60bb1a07 of board/canmb/config.mk left in tree.
CONFLICT (delete/modify): board/cm5200/config.mk deleted in HEAD and modified 
in 8e3615e158283ff8463710aff12747dc60bb1a07. Version 
8e3615e158283ff8463710aff12747dc60bb1a07 of board/cm5200/config.mk left in tree.
CONFLICT (delete/modify): board/digsy_mtc/config.mk deleted in HEAD and 
modified in 8e3615e158283ff8463710aff12747dc60bb1a07. Version 
8e3615e158283ff8463710aff12747dc60bb1a07 of board/digsy_mtc/config.mk left in 

Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-10-19 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201010192228.34814.marek.va...@gmail.com you wrote:
 Hi,
 please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
 boot-testing/Makefile-cleanup branch. Thanks
 
 The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:
 
   Makefile: move all Power Architecture boards into boards.cfg (2010-10-17 
 01:34:08 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git for-wd-testing
 
 Marek Vasut (19):
   PXA: pxafb: Fix indent problems
   PXA: pxa-regs.h cleanup
   PXA: pxafb: Add ACX517AKN support
   PXA: pxafb: Add support for Sharp LQ038J7DH53
   PXA: pxafb: Marvell Littleton LCD definition
   common: Enable serial for PXA250
   PXA: Palm Tungsten|C Support
   PXA: Add initial Palm LifeDrive support
   PXA: Voipac270 improvements
   PXA: Balloon3 board support
   PXA: Add missing MAINTAINERS entries
   PXA: Add necessary information for RELOC
   PXA: Fix reloc, Push lowlevel init into C code
   PXA: Fix vpac270 for Reloc
   PXA: Fix ZipitZ2 for Reloc
   PXA: Fix Balloon3 for Reloc
   PXA: Fix vpac270 OneNAND booter
   Build: PXA: Fix Vpac270 build variants
   Build: PXA: Fix TrizepsIV build variants
 
 Mikhail Kshevetskiy (4):
   PXA: remove unused u-boot.lds from board/vpac270
   PXA: cleanup vpac270 config and set CONFIG_SYS_HZ to 1000
   PXA: fix environment sector size, kernel and environment location for 
 vpac270
   PXA: fix MDREFR[APD] bit setting
 
  MAINTAINERS   |9 +
  MAKEALL   |7 +-
  Makefile  |   17 -
  arch/arm/cpu/pxa/cpu.c|  255 +++-
  arch/arm/cpu/pxa/i2c.c|   69 +-
  arch/arm/cpu/pxa/pxafb.c  |  365 +++--
  arch/arm/cpu/pxa/start.S  |  346 ++---
  arch/arm/cpu/pxa/timer.c  |7 +-
  arch/arm/cpu/pxa/usb.c|   61 +-
  arch/arm/include/asm/arch-pxa/hardware.h  |   61 +-
  arch/arm/include/asm/arch-pxa/macro.h |   20 +-
  arch/arm/include/asm/arch-pxa/pxa-regs.h  | 2688 
 +++--
  board/balloon3/Makefile   |   47 +
  board/balloon3/balloon3.c |  238 +++
  board/colibri_pxa270/colibri_pxa270.c |   33 +-
  board/cradle/cradle.c |5 +-
  board/cradle/lowlevel_init.S  |4 +-
  board/csb226/csb226.c |   13 +-
  board/delta/delta.c   |   37 +-
  board/delta/nand.c|  110 +-
  board/innokom/innokom.c   |   14 +-
  board/palmld/Makefile |   49 +
  board/palmld/config.mk|1 +
  board/{zipitz2 = palmld}/lowlevel_init.S |9 +-
  board/palmld/palmld.c |   69 +
  board/{vpac270 = palmld}/u-boot.lds  |7 +-
  board/palmtc/Makefile |   49 +
  board/palmtc/config.mk|1 +
  board/{vpac270 = palmtc}/lowlevel_init.S |3 +-
  board/palmtc/palmtc.c |   59 +
  board/{vpac270 = palmtc}/u-boot.lds  |7 +-
  board/pxa255_idp/pxa_idp.c|   27 +-
  board/trizepsiv/conxs.c   |   35 +-
  board/vpac270/Makefile|   17 +-
  board/vpac270/config.mk   |1 -
  board/vpac270/vpac270.c   |   92 +-
  board/wepep250/wepep250.c |   11 +-
  board/zipitz2/Makefile|   10 +-
  board/zipitz2/config.mk   |1 -
  board/zipitz2/zipitz2.c   |   57 +-
  board/zylonite/nand.c |  110 +-
  boards.cfg|8 +
  common/serial.c   |2 +-
  drivers/mmc/pxa_mmc.c |   98 +-
  drivers/serial/serial_pxa.c   |   94 +-
  include/configs/balloon3.h|  274 +++
  include/configs/cerf250.h |3 +
  include/configs/colibri_pxa270.h  |3 +
  include/configs/cradle.h  |5 +-
  include/configs/csb226.h  |3 +
  include/configs/delta.h   |4 +
  include/configs/innokom.h |3 +
  include/configs/lubbock.h |3 +
  include/configs/palmld.h  |  276 +++
  include/configs/palmtc.h  |  248 +++
  include/configs/pleb2.h   |3 +
  include/configs/pxa255_idp.h  |3 +
  include/configs/trizepsiv.h   |3 +
  include/configs/vpac270.h |  138 +-
  include/configs/wepep250.h|4 +
  include/configs/xaeniax.h |3 +
  include/configs/xm250.h   |3 +
  include/configs/xsengine.h|3 +
  

Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-09-07 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201008201158.10826.marek.va...@gmail.com you wrote:
 Hi, please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into 
 your -
 master branch. Thanks
 
 The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:
 
   Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 
 21:16:35 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git for-wd-master
 
 Marek Vasut (8):
   PXA: pxafb: Add ACX517AKN support

You probably should have asked for Anatolij's ACK for this patch.

   common: Enable serial for PXA250
   PXA: Palm Tungsten|C Support
   PXA: pxafb: Add support for Sharp LQ038J7DH53

And for this one, too.

   PXA: Add initial Palm LifeDrive support
   PXA: Voipac270 improvements

I have some issues with this commit.

   PXA: Balloon3 board support

And with this one.

   PXA: Add missing MAINTAINERS entries


Waiting for feedback, not pulled.

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
News is what a chap who doesn't care much  about  anything  wants  to
read. And it's only news until he's read it. After that it's dead.
   - Evelyn Waugh _Scoop_ (1938) bk. 1, ch. 5
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] U-Boot-pxa pull request

2010-08-20 Thread Marek Vasut
Hi, please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your -
master branch. Thanks

The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:

  Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 
21:16:35 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git for-wd-master

Marek Vasut (8):
  PXA: pxafb: Add ACX517AKN support
  common: Enable serial for PXA250
  PXA: Palm Tungsten|C Support
  PXA: pxafb: Add support for Sharp LQ038J7DH53
  PXA: Add initial Palm LifeDrive support
  PXA: Voipac270 improvements
  PXA: Balloon3 board support
  PXA: Add missing MAINTAINERS entries

 MAINTAINERS|9 ++
 MAKEALL|6 +-
 Makefile   |7 +-
 arch/arm/cpu/pxa/pxafb.c   |   68 ++
 board/balloon3/Makefile|   49 +++
 board/balloon3/balloon3.c  |  224 
 board/balloon3/config.mk   |1 +
 board/balloon3/lowlevel_init.S |   36 ++
 board/balloon3/u-boot.lds  |   55 
 board/palmld/Makefile  |   49 +++
 board/palmld/config.mk |1 +
 board/palmld/lowlevel_init.S   |   45 +++
 board/palmld/palmld.c  |   68 ++
 board/palmld/u-boot.lds|   56 
 board/palmtc/Makefile  |   49 +++
 board/palmtc/config.mk |1 +
 board/palmtc/lowlevel_init.S   |   39 ++
 board/palmtc/palmtc.c  |   58 +
 board/palmtc/u-boot.lds|   56 
 board/vpac270/Makefile |7 +-
 board/vpac270/lowlevel_init.S  |1 -



 board/vpac270/vpac270.c|   41 +++  



 boards.cfg |3 +



 common/serial.c|2 +-   



 include/configs/balloon3.h |  269 +++  



 include/configs/palmld.h   |  273  



 include/configs/palmtc.h   |  247  



 include/configs/vpac270.h  |  106 +--- 



 28 files changed, 1746 insertions(+), 80 deletions(-)  



 create mode 100644 board/balloon3/Makefile 



 create mode 100644 board/balloon3/balloon3.c   



 create mode 100644 board/balloon3/config.mk



 create mode 100644 board/balloon3/lowlevel_init.S  



 create mode 100644 board/balloon3/u-boot.lds   

Re: [U-Boot] [PULL] U-Boot-pxa

2010-08-03 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201007221701.37914.marek.va...@gmail.com you wrote:
 Hi, please merge my for-wd-master branch into u-boot.git master branch. 
 Thanks
 
 The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:
 
   Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 
 20:49:59 
 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git for-wd-master
 
 Marek Vasut (8):
   ARM: Define __raw_readX and __raw_writeX
   PXA: pxafb: Add ACX517AKN support
   common: Enable serial for PXA250
   PXA: Palm Tungsten|C Support
   PXA: pxafb: Add support for Sharp LQ038J7DH53
   PXA: Add initial Palm LifeDrive support
   Merge branch 'palm' into for-wd-master
   PXA: Vpac270 config fixes

Sorry. Please do not send the pull request at the same time (or
actually _before_) the patches. Please allow for a couple of days of
review time.

Some patches need rework, not pulled because of that.

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] [PULL] U-Boot-pxa

2010-08-03 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201007290314.39806.marek.va...@gmail.com you wrote:

 I added two more patches. Here's a revised pull request, please merge my for-
 wd-master branch into u-boot.git master branch.

I don't see any trace of these patches on the mailing list.


I will not pull any such stuff.

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 is a theory which states that if ever anyone discovers  exactly
what  the  Universe is for and why it is here, it will instantly dis-
appear and be replaced by something even more  bizarre  and  inexpli-
cable.  There  is  another  theory which states that this has already
happened.-- Douglas Adams, The Hitchhiker's Guide to the Galaxy
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot-pxa

2010-07-28 Thread Marek Vasut
Dne Čt 22. července 2010 17:01:37 Marek Vasut napsal(a):
 Hi, please merge my for-wd-master branch into u-boot.git master branch.
 Thanks

Hi Wolfgang,

I added two more patches. Here's a revised pull request, please merge my for-
wd-master branch into u-boot.git master branch.

Thanks!

The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59 
+0200)

are available in the git repository at:

  http://git.denx.de/u-boot-pxa.git for-wd-master

Marek Vasut (9):
  ARM: Define __raw_readX and __raw_writeX
  PXA: pxafb: Add ACX517AKN support
  common: Enable serial for PXA250
  PXA: Palm Tungsten|C Support
  PXA: pxafb: Add support for Sharp LQ038J7DH53
  PXA: Add initial Palm LifeDrive support
  PXA: Vpac270 config fixes
  PXA: Balloon3 board support
  PXA: Voipac270 128MB module support

 MAKEALL|3 +-
 Makefile   |7 +-
 arch/arm/cpu/pxa/pxafb.c   |   68 +
 arch/arm/include/asm/io.h  |   46 ++-
 board/balloon3/Makefile|   48 +++
 board/balloon3/balloon3.c  |  244 
 board/balloon3/config.mk   |1 +
 board/balloon3/lowlevel_init.S |   40 ++
 board/balloon3/u-boot.lds  |   55 +++
 board/palmld/Makefile  |   54 +++
 board/palmld/config.mk |1 +
 board/palmld/lowlevel_init.S   |   46 ++
 board/palmld/palmld.c  |   81 +++
 board/palmld/u-boot.lds|   56 
 board/palmtc/Makefile  |   54 +++
 board/palmtc/config.mk |3 +
 board/palmtc/lowlevel_init.S   |   40 ++
 board/palmtc/palmtc.c  |   77 ++
 board/palmtc/u-boot.lds|   56 
 board/vpac270/vpac270.c|7 +-
 boards.cfg |3 +
 common/serial.c|2 +-
 include/configs/balloon3.h |  303 
 include/configs/palmld.h   |  275 
 include/configs/palmtc.h   |  250 +
 include/configs/vpac270.h  |   32 -
 26 files changed, 1839 insertions(+), 13 deletions(-)
 create mode 100644 board/balloon3/Makefile
 create mode 100644 board/balloon3/balloon3.c
 create mode 100644 board/balloon3/config.mk
 create mode 100644 board/balloon3/lowlevel_init.S
 create mode 100644 board/balloon3/u-boot.lds
 create mode 100644 board/palmld/Makefile
 create mode 100644 board/palmld/config.mk
 create mode 100644 board/palmld/lowlevel_init.S
 create mode 100644 board/palmld/palmld.c
 create mode 100644 board/palmld/u-boot.lds
 create mode 100644 board/palmtc/Makefile
 create mode 100644 board/palmtc/config.mk
 create mode 100644 board/palmtc/lowlevel_init.S
 create mode 100644 board/palmtc/palmtc.c
 create mode 100644 board/palmtc/u-boot.lds
 create mode 100644 include/configs/balloon3.h
 create mode 100644 include/configs/palmld.h
 create mode 100644 include/configs/palmtc.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] U-Boot-pxa

2010-07-22 Thread Marek Vasut
Hi, please merge my for-wd-master branch into u-boot.git master branch. 
Thanks

The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59 
+0200)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git for-wd-master

Marek Vasut (8):
  ARM: Define __raw_readX and __raw_writeX
  PXA: pxafb: Add ACX517AKN support
  common: Enable serial for PXA250
  PXA: Palm Tungsten|C Support
  PXA: pxafb: Add support for Sharp LQ038J7DH53
  PXA: Add initial Palm LifeDrive support
  Merge branch 'palm' into for-wd-master
  PXA: Vpac270 config fixes

 arch/arm/cpu/pxa/pxafb.c |   68 +++
 arch/arm/include/asm/io.h|   46 ++-
 board/palmld/Makefile|   54 
 board/palmld/config.mk   |1 +
 board/palmld/lowlevel_init.S |   46 +++
 board/palmld/palmld.c|   81 
 board/palmld/u-boot.lds  |   56 +
 board/palmtc/Makefile|   54 
 board/palmtc/config.mk   |3 +
 board/palmtc/lowlevel_init.S |   40 ++
 board/palmtc/palmtc.c|   77 
 board/palmtc/u-boot.lds  |   56 +
 boards.cfg   |2 +
 common/serial.c  |2 +-
 include/configs/palmld.h |  275 ++
 include/configs/palmtc.h |  250 ++
 include/configs/vpac270.h|   12 ++-
 17 files changed, 1115 insertions(+), 8 deletions(-)
 create mode 100644 board/palmld/Makefile
 create mode 100644 board/palmld/config.mk
 create mode 100644 board/palmld/lowlevel_init.S
 create mode 100644 board/palmld/palmld.c
 create mode 100644 board/palmld/u-boot.lds
 create mode 100644 board/palmtc/Makefile
 create mode 100644 board/palmtc/config.mk
 create mode 100644 board/palmtc/lowlevel_init.S
 create mode 100644 board/palmtc/palmtc.c
 create mode 100644 board/palmtc/u-boot.lds
 create mode 100644 include/configs/palmld.h
 create mode 100644 include/configs/palmtc.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot-pxa

2010-07-15 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201007142341.38179.marek.va...@gmail.com you wrote:
 Please merge into -master.
 
 The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:
 
   Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14 22:07:41 
 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-pxa.git master
 
 Marek Vasut (9):
   Enable PXAFB for PXA27X and PXA3XX
   PXA: Add hardware init helper macros
   PXA: Add PWM2 and PWM3 regs to pxa-regs.h
   PXA: Add OneNAND booting support to start.S
   Voipac PXA270 LCD Support
   PXA: Add support for LMS285GF05 into pxafb
   PXA: Voipac PXA270 Support
   PXA: Toradex Colibri PXA270 support
   PXA: ZipitZ2 support
 
  MAKEALL  |4 +
  Makefile |9 +
  arch/arm/cpu/pxa/pxafb.c |   76 ++-
  arch/arm/cpu/pxa/start.S |   48 -
  arch/arm/include/asm/arch-pxa/macro.h|  324 
 ++
  arch/arm/include/asm/arch-pxa/pxa-regs.h |   10 +-
  board/colibri_pxa270/Makefile|   45 
  board/colibri_pxa270/colibri_pxa270.c|  118 ++
  board/colibri_pxa270/config.mk   |1 +
  board/colibri_pxa270/lowlevel_init.S |   36 +++
  board/vpac270/Makefile   |   48 
  board/vpac270/config.mk  |1 +
  board/vpac270/lowlevel_init.S|   40 
  board/vpac270/u-boot.lds |   55 +
  board/vpac270/vpac270.c  |  127 ++
  board/zipitz2/Makefile   |   54 +
  board/zipitz2/config.mk  |1 +
  board/zipitz2/lowlevel_init.S|   40 
  board/zipitz2/u-boot.lds |   56 +
  board/zipitz2/zipitz2.c  |  213 +
  boards.cfg   |2 +
  common/lcd.c |   12 +-
  include/configs/colibri_pxa270.h |  278 ++
  include/configs/vpac270.h|  323 +
  include/configs/zipitz2.h|  259 
  include/lcd.h|2 +-
  onenand_ipl/board/vpac270/Makefile   |   83 +++
  onenand_ipl/board/vpac270/config.mk  |1 +
  onenand_ipl/board/vpac270/lowlevel_init.S|   34 +++
  onenand_ipl/board/vpac270/u-boot.onenand.lds |   51 
  onenand_ipl/board/vpac270/vpac270.c  |   42 
  31 files changed, 2379 insertions(+), 14 deletions(-)
  create mode 100644 arch/arm/include/asm/arch-pxa/macro.h
  create mode 100644 board/colibri_pxa270/Makefile
  create mode 100644 board/colibri_pxa270/colibri_pxa270.c
  create mode 100644 board/colibri_pxa270/config.mk
  create mode 100644 board/colibri_pxa270/lowlevel_init.S
  create mode 100644 board/vpac270/Makefile
  create mode 100644 board/vpac270/config.mk
  create mode 100644 board/vpac270/lowlevel_init.S
  create mode 100644 board/vpac270/u-boot.lds
  create mode 100644 board/vpac270/vpac270.c
  create mode 100644 board/zipitz2/Makefile
  create mode 100644 board/zipitz2/config.mk
  create mode 100644 board/zipitz2/lowlevel_init.S
  create mode 100644 board/zipitz2/u-boot.lds
  create mode 100644 board/zipitz2/zipitz2.c
  create mode 100644 include/configs/colibri_pxa270.h
  create mode 100644 include/configs/vpac270.h
  create mode 100644 include/configs/zipitz2.h
  create mode 100644 onenand_ipl/board/vpac270/Makefile
  create mode 100644 onenand_ipl/board/vpac270/config.mk
  create mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S
  create mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds
  create mode 100644 onenand_ipl/board/vpac270/vpac270.c

Pulled into u-boot-arm #master. 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
An Ada exception is when a routine gets in trouble and says
'Beam me up, Scotty'.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] U-Boot-pxa

2010-07-15 Thread Paulraj, Sandeep


 Dear Marek Vasut,
 
 In message 201007142341.38179.marek.va...@gmail.com you wrote:
  Please merge into -master.
 
  The following changes since commit
 d6f324d03d7829a1da1dee8b60f91b173a3976f0:
 
Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14
 22:07:41
  +0200)
 
  are available in the git repository at:
 
git://git.denx.de/u-boot-pxa.git master
 
  Marek Vasut (9):
Enable PXAFB for PXA27X and PXA3XX
PXA: Add hardware init helper macros
PXA: Add PWM2 and PWM3 regs to pxa-regs.h
PXA: Add OneNAND booting support to start.S
Voipac PXA270 LCD Support
PXA: Add support for LMS285GF05 into pxafb
PXA: Voipac PXA270 Support
PXA: Toradex Colibri PXA270 support
PXA: ZipitZ2 support
 
 
 Pulled into u-boot-arm #master. Thanks
 
 Best regards,
 
 Wolfgang Denk


Just curious to know

Who will send the ARM pull request?

Regards,
Sandeep

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


Re: [U-Boot] [PULL] U-Boot-pxa

2010-07-15 Thread Wolfgang Denk
Dear Paulraj, Sandeep,

In message 0554bef07d437848af01b9c9b5f0bc5d9f3e6...@dlee01.ent.ti.com you 
wrote:
 
 Just curious to know
 
 Who will send the ARM pull request?

The officiating ARM custodian,of course :-)

[i. e. me]

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
Morality is one thing.  Ratings are everything.
- A Network 23 executive on Max Headroom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa next-mmc

2010-07-14 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201007060323.26001.marek.va...@gmail.com you wrote:
 Hey, this is the new PXA mmc driver. This is against u-boot.git master 
 branch. 
 Please pull, thanks.
 
 ---
 
 The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
 
   Make sure that argv[] argument pointers are not modified. (2010-07-04 
 23:55:42 
 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git next-mmc
 
 Marek Vasut (1):
   PXA: New MMC driver
 
  drivers/mmc/Makefile  |1 +
  drivers/mmc/pxa_mmc_gen.c |  352 
 +
  2 files changed, 353 insertions(+), 0 deletions(-)
  create mode 100644 drivers/mmc/pxa_mmc_gen.c

You should send this to the MMC custodian (on Cc:), not to me.

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 failure will not appear until a unit has passed final inspection.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201007060323.39074.marek.va...@gmail.com you wrote:
 Hey, these are some new boards with PXA cpus. This is against u-boot.git 
 master 
 branch. Please pull, thanks.
 
 ---
 
 The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
 
   Make sure that argv[] argument pointers are not modified. (2010-07-04 
 23:55:42 
 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git next-plat

OK, and what am I supposed to do with that now?

I have no idea what next-plat might be, and the subject line refers
to a next branch whhich we don;t have at this time of the release
schedule.

Please see http://www.denx.de/wiki/U-Boot/CustodianGitTrees :

... Branch usage convention:

* master - Changes that the repository owner wishes to be pulled
  into the master u-boot repository. 

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
No journaling file system can recover your data if the disk dies.
 - Steve Rago in d4cw1p@plc.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201007060323.45787.marek.va...@gmail.com you wrote:
 Hey, these are some additions and fixes. This is against u-boot.git master 
 branch. Please pull, thanks.
 
 ---
 
 The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
 
   Make sure that argv[] argument pointers are not modified. (2010-07-04 
 23:55:42 
 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-pxa.git next

I cannot make head nor tail of the next/next branch references.

What am I supposed to do with that? There is no next branch ATM.

 Compulab uboot (1):
   PXA: PXA3xx NAND Driver

This has to go through the NAND custodian.

 Marek Vasut (4):
   Enable PXAFB for PXA27X and PXA3XX
   PXA: Add hardware init helper macros
   PXA: Add PWM2 and PWM3 regs to pxa-regs.h
   PXA: Add OneNAND booting support to start.S

Ditto.

  arch/arm/cpu/pxa/pxafb.c |9 +-
  arch/arm/cpu/pxa/start.S |   48 ++-
  arch/arm/include/asm/arch-pxa/macro.h|  324 
  arch/arm/include/asm/arch-pxa/pxa-regs.h |   10 +-
  common/lcd.c |   12 +-
  drivers/mtd/nand/Makefile|1 +
  drivers/mtd/nand/pxa3xx_nand.c   |  848 
 ++
  include/lcd.h|2 +-
  8 files changed, 1240 insertions(+), 14 deletions(-)
  create mode 100644 arch/arm/include/asm/arch-pxa/macro.h
  create mode 100644 drivers/mtd/nand/pxa3xx_nand.c
 

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
CAUTION:  The Mass of This Product Contains the Energy Equivalent  of
85 Million Tons of TNT per Net Ounce of Weight.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Scott Wood
On Wed, 14 Jul 2010 21:18:48 +0200
Wolfgang Denk w...@denx.de wrote:

 Dear Marek Vasut,
 
 In message 201007060323.45787.marek.va...@gmail.com you wrote:
  Hey, these are some additions and fixes. This is against u-boot.git master 
  branch. Please pull, thanks.
  
  ---
  
  The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
  
Make sure that argv[] argument pointers are not modified. (2010-07-04 
  23:55:42 
  +0200)
  
  are available in the git repository at:
git://git.denx.de/u-boot-pxa.git next
 
 I cannot make head nor tail of the next/next branch references.
 
 What am I supposed to do with that? There is no next branch ATM.
 
  Compulab uboot (1):
PXA: PXA3xx NAND Driver
 
 This has to go through the NAND custodian.

I've provided comments on this patch.

  Marek Vasut (4):
Enable PXAFB for PXA27X and PXA3XX
PXA: Add hardware init helper macros
PXA: Add PWM2 and PWM3 regs to pxa-regs.h
PXA: Add OneNAND booting support to start.S
 
 Ditto.

This one is just touching ARM init code.  It isn't really NAND stuff
(or OneNAND, for that matter), NAND boot (or other such multistage
booting) is just the motivation for it.

-Scott

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


Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Wolfgang Denk
Dear Scott Wood,

In message 20100714143151.3cea3...@schlenkerla.am.freescale.net you wrote:

  This has to go through the NAND custodian.
 
 I've provided comments on this patch.

Sorry if I missed this.

 This one is just touching ARM init code.  It isn't really NAND stuff
 (or OneNAND, for that matter), NAND boot (or other such multistage
 booting) is just the motivation for it.

OK. But then, I do not see your Acked-By: message in Marex' tree...

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
If you think the problem is bad now, just wait until we've solved it.
Epstein's Law
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Scott Wood
On Wed, 14 Jul 2010 22:43:49 +0200
Wolfgang Denk w...@denx.de wrote:

 Dear Scott Wood,
 
 In message 20100714143151.3cea3...@schlenkerla.am.freescale.net you wrote:
 
   This has to go through the NAND custodian.
  
  I've provided comments on this patch.
 
 Sorry if I missed this.

http://lists.denx.de/pipermail/u-boot/2010-July/073761.html

  This one is just touching ARM init code.  It isn't really NAND stuff
  (or OneNAND, for that matter), NAND boot (or other such multistage
  booting) is just the motivation for it.
 
 OK. But then, I do not see your Acked-By: message in Marex' tree...

OK, here it is:
Acked-by: Scott Wood scottw...@freescale.com

-Scott

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


Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Marek Vasut
Dne St 14. července 2010 21:31:51 Scott Wood napsal(a):
 On Wed, 14 Jul 2010 21:18:48 +0200
 
 Wolfgang Denk w...@denx.de wrote:
  Dear Marek Vasut,
  
  In message 201007060323.45787.marek.va...@gmail.com you wrote:
   Hey, these are some additions and fixes. This is against u-boot.git
   master branch. Please pull, thanks.
   
   ---
   
   
   The following changes since commit 
54841ab50c20d6fa6c9cc3eb826989da3a22d934:
 Make sure that argv[] argument pointers are not modified. (2010-07-04
 23:55:42
   
   +0200)
   
   are available in the git repository at:
 git://git.denx.de/u-boot-pxa.git next
  
  I cannot make head nor tail of the next/next branch references.
  
  What am I supposed to do with that? There is no next branch ATM.
  
   Compulab uboot (1):
 PXA: PXA3xx NAND Driver
  
  This has to go through the NAND custodian.
 
 I've provided comments on this patch.
 
   Marek Vasut (4):
 Enable PXAFB for PXA27X and PXA3XX
 PXA: Add hardware init helper macros
 PXA: Add PWM2 and PWM3 regs to pxa-regs.h
 PXA: Add OneNAND booting support to start.S
  
  Ditto.
 
 This one is just touching ARM init code.  It isn't really NAND stuff
 (or OneNAND, for that matter), NAND boot (or other such multistage
 booting) is just the motivation for it.

Can I get a formal Ack on this then? Thanks
 
 -Scott
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Marek Vasut
Dne St 14. července 2010 22:54:55 Marek Vasut napsal(a):
 Dne St 14. července 2010 21:31:51 Scott Wood napsal(a):
  On Wed, 14 Jul 2010 21:18:48 +0200
  
  Wolfgang Denk w...@denx.de wrote:
   Dear Marek Vasut,
   
   In message 201007060323.45787.marek.va...@gmail.com you wrote:
Hey, these are some additions and fixes. This is against u-boot.git
master branch. Please pull, thanks.

-
-- 

The following changes since commit
 
 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
  Make sure that argv[] argument pointers are not modified.
  (2010-07-04 23:55:42

+0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git next
   
   I cannot make head nor tail of the next/next branch references.
   
   What am I supposed to do with that? There is no next branch ATM.
   
Compulab uboot (1):
  PXA: PXA3xx NAND Driver
   
   This has to go through the NAND custodian.
  
  I've provided comments on this patch.
  
Marek Vasut (4):
  Enable PXAFB for PXA27X and PXA3XX
  PXA: Add hardware init helper macros
  PXA: Add PWM2 and PWM3 regs to pxa-regs.h
  PXA: Add OneNAND booting support to start.S
   
   Ditto.
  
  This one is just touching ARM init code.  It isn't really NAND stuff
  (or OneNAND, for that matter), NAND boot (or other such multistage
  booting) is just the motivation for it.
 
 Can I get a formal Ack on this then? Thanks

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


[U-Boot] [PULL] U-Boot-pxa

2010-07-14 Thread Marek Vasut
Please merge into -master.

The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:

  Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14 22:07:41 
+0200)

are available in the git repository at:

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

Marek Vasut (9):
  Enable PXAFB for PXA27X and PXA3XX
  PXA: Add hardware init helper macros
  PXA: Add PWM2 and PWM3 regs to pxa-regs.h
  PXA: Add OneNAND booting support to start.S
  Voipac PXA270 LCD Support
  PXA: Add support for LMS285GF05 into pxafb
  PXA: Voipac PXA270 Support
  PXA: Toradex Colibri PXA270 support
  PXA: ZipitZ2 support

 MAKEALL  |4 +
 Makefile |9 +
 arch/arm/cpu/pxa/pxafb.c |   76 ++-
 arch/arm/cpu/pxa/start.S |   48 -
 arch/arm/include/asm/arch-pxa/macro.h|  324 ++
 arch/arm/include/asm/arch-pxa/pxa-regs.h |   10 +-
 board/colibri_pxa270/Makefile|   45 
 board/colibri_pxa270/colibri_pxa270.c|  118 ++
 board/colibri_pxa270/config.mk   |1 +
 board/colibri_pxa270/lowlevel_init.S |   36 +++
 board/vpac270/Makefile   |   48 
 board/vpac270/config.mk  |1 +
 board/vpac270/lowlevel_init.S|   40 
 board/vpac270/u-boot.lds |   55 +
 board/vpac270/vpac270.c  |  127 ++
 board/zipitz2/Makefile   |   54 +
 board/zipitz2/config.mk  |1 +
 board/zipitz2/lowlevel_init.S|   40 
 board/zipitz2/u-boot.lds |   56 +
 board/zipitz2/zipitz2.c  |  213 +
 boards.cfg   |2 +
 common/lcd.c |   12 +-
 include/configs/colibri_pxa270.h |  278 ++
 include/configs/vpac270.h|  323 +
 include/configs/zipitz2.h|  259 
 include/lcd.h|2 +-
 onenand_ipl/board/vpac270/Makefile   |   83 +++
 onenand_ipl/board/vpac270/config.mk  |1 +
 onenand_ipl/board/vpac270/lowlevel_init.S|   34 +++
 onenand_ipl/board/vpac270/u-boot.onenand.lds |   51 
 onenand_ipl/board/vpac270/vpac270.c  |   42 
 31 files changed, 2379 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-pxa/macro.h
 create mode 100644 board/colibri_pxa270/Makefile
 create mode 100644 board/colibri_pxa270/colibri_pxa270.c
 create mode 100644 board/colibri_pxa270/config.mk
 create mode 100644 board/colibri_pxa270/lowlevel_init.S
 create mode 100644 board/vpac270/Makefile
 create mode 100644 board/vpac270/config.mk
 create mode 100644 board/vpac270/lowlevel_init.S
 create mode 100644 board/vpac270/u-boot.lds
 create mode 100644 board/vpac270/vpac270.c
 create mode 100644 board/zipitz2/Makefile
 create mode 100644 board/zipitz2/config.mk
 create mode 100644 board/zipitz2/lowlevel_init.S
 create mode 100644 board/zipitz2/u-boot.lds
 create mode 100644 board/zipitz2/zipitz2.c
 create mode 100644 include/configs/colibri_pxa270.h
 create mode 100644 include/configs/vpac270.h
 create mode 100644 include/configs/zipitz2.h
 create mode 100644 onenand_ipl/board/vpac270/Makefile
 create mode 100644 onenand_ipl/board/vpac270/config.mk
 create mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S
 create mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds
 create mode 100644 onenand_ipl/board/vpac270/vpac270.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] u-boot-pxa next-mmc

2010-07-05 Thread Marek Vasut
Hey, this is the new PXA mmc driver. This is against u-boot.git master branch. 
Please pull, thanks.

---

The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:

  Make sure that argv[] argument pointers are not modified. (2010-07-04 
23:55:42 
+0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git next-mmc

Marek Vasut (1):
  PXA: New MMC driver

 drivers/mmc/Makefile  |1 +
 drivers/mmc/pxa_mmc_gen.c |  352 +
 2 files changed, 353 insertions(+), 0 deletions(-)
 create mode 100644 drivers/mmc/pxa_mmc_gen.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] u-boot-pxa next

2010-07-05 Thread Marek Vasut
Hey, these are some new boards with PXA cpus. This is against u-boot.git master 
branch. Please pull, thanks.

---

The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:

  Make sure that argv[] argument pointers are not modified. (2010-07-04 
23:55:42 
+0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git next-plat

Marek Vasut (5):
  Voipac PXA270 LCD Support
  PXA: Add support for LMS285GF05 into pxafb
  PXA: Voipac PXA270 Support
  PXA: Toradex Colibri PXA270 support
  PXA: ZipitZ2 support

 MAKEALL  |4 +
 Makefile |9 +
 arch/arm/cpu/pxa/pxafb.c |   67 ++
 board/colibri_pxa270/Makefile|   45 
 board/colibri_pxa270/colibri_pxa270.c|  118 +
 board/colibri_pxa270/config.mk   |1 +
 board/colibri_pxa270/lowlevel_init.S |   36 +++
 board/vpac270/Makefile   |   48 
 board/vpac270/config.mk  |1 +
 board/vpac270/lowlevel_init.S|   40 +++
 board/vpac270/u-boot.lds |   55 +
 board/vpac270/vpac270.c  |  127 ++
 board/zipitz2/Makefile   |   54 +
 board/zipitz2/config.mk  |1 +
 board/zipitz2/lowlevel_init.S|   40 +++
 board/zipitz2/u-boot.lds |   56 +
 board/zipitz2/zipitz2.c  |  213 +
 boards.cfg   |2 +
 include/configs/colibri_pxa270.h |  283 ++
 include/configs/vpac270.h|  328 ++
 include/configs/zipitz2.h|  259 
 onenand_ipl/board/vpac270/Makefile   |   83 +++
 onenand_ipl/board/vpac270/config.mk  |1 +
 onenand_ipl/board/vpac270/lowlevel_init.S|   34 +++
 onenand_ipl/board/vpac270/u-boot.onenand.lds |   51 
 onenand_ipl/board/vpac270/vpac270.c  |   42 
 26 files changed, 1998 insertions(+), 0 deletions(-)
 create mode 100644 board/colibri_pxa270/Makefile
 create mode 100644 board/colibri_pxa270/colibri_pxa270.c
 create mode 100644 board/colibri_pxa270/config.mk
 create mode 100644 board/colibri_pxa270/lowlevel_init.S
 create mode 100644 board/vpac270/Makefile
 create mode 100644 board/vpac270/config.mk
 create mode 100644 board/vpac270/lowlevel_init.S
 create mode 100644 board/vpac270/u-boot.lds
 create mode 100644 board/vpac270/vpac270.c
 create mode 100644 board/zipitz2/Makefile
 create mode 100644 board/zipitz2/config.mk
 create mode 100644 board/zipitz2/lowlevel_init.S
 create mode 100644 board/zipitz2/u-boot.lds
 create mode 100644 board/zipitz2/zipitz2.c
 create mode 100644 include/configs/colibri_pxa270.h
 create mode 100644 include/configs/vpac270.h
 create mode 100644 include/configs/zipitz2.h
 create mode 100644 onenand_ipl/board/vpac270/Makefile
 create mode 100644 onenand_ipl/board/vpac270/config.mk
 create mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S
 create mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds
 create mode 100644 onenand_ipl/board/vpac270/vpac270.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] u-boot-pxa next

2010-07-05 Thread Marek Vasut
Hey, these are some additions and fixes. This is against u-boot.git master 
branch. Please pull, thanks.

---

The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:

  Make sure that argv[] argument pointers are not modified. (2010-07-04 
23:55:42 
+0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git next

Compulab uboot (1):
  PXA: PXA3xx NAND Driver

Marek Vasut (4):
  Enable PXAFB for PXA27X and PXA3XX
  PXA: Add hardware init helper macros
  PXA: Add PWM2 and PWM3 regs to pxa-regs.h
  PXA: Add OneNAND booting support to start.S

 arch/arm/cpu/pxa/pxafb.c |9 +-
 arch/arm/cpu/pxa/start.S |   48 ++-
 arch/arm/include/asm/arch-pxa/macro.h|  324 
 arch/arm/include/asm/arch-pxa/pxa-regs.h |   10 +-
 common/lcd.c |   12 +-
 drivers/mtd/nand/Makefile|1 +
 drivers/mtd/nand/pxa3xx_nand.c   |  848 ++
 include/lcd.h|2 +-
 8 files changed, 1240 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-pxa/macro.h
 create mode 100644 drivers/mtd/nand/pxa3xx_nand.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot