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


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


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 |  

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


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


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


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


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


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