Re: [U-Boot] Pull request: u-boot-arm/master

2016-02-01 Thread Tom Rini
On Sun, Jan 31, 2016 at 09:40:04PM +0100, Albert ARIBAUD wrote:

> Hello Tom,
> 
> The following changes since commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:
> 
>   video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 735b1a2e5a61401868bb35702b6e5e18bce6eb97:
> 
>   arm: novena: Fix EEPROM i2c configuration (2016-01-31 16:32:56 +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 request: u-boot-arm/master

2016-01-31 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:

  video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)

are available in the git repository at:

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

for you to fetch changes up to 735b1a2e5a61401868bb35702b6e5e18bce6eb97:

  arm: novena: Fix EEPROM i2c configuration (2016-01-31 16:32:56 +0100)


Albert ARIBAUD (1):
  armv7: add cacheline sizes where missing

Marek Vasut (4):
  arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7
  arm: Remove S bit from MMU section entry
  arm: cache: Implement cache range check for v7
  arm: novena: Fix EEPROM i2c configuration

Peng Fan (1):
  arm: config: enforce -fno-pic for gcc

Wang Dongsheng (1):
  ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE 
isn't defined

 arch/arm/config.mk  |  1 +
 arch/arm/cpu/armv7/cache_v7.c   | 21 +
 arch/arm/cpu/u-boot.lds | 27 ++-
 arch/arm/include/asm/system.h   |  7 +++
 arch/arm/lib/cache-cp15.c   |  2 +-
 include/configs/am3517_crane.h  |  2 ++
 include/configs/am3517_evm.h|  2 ++
 include/configs/at91-sama5_common.h |  2 ++
 include/configs/bcm_ep_board.h  |  1 +
 include/configs/cm_t35.h|  2 ++
 include/configs/cm_t3517.h  |  2 ++
 include/configs/colibri_vf.h|  2 ++
 include/configs/kzm9g.h |  2 ++
 include/configs/nokia_rx51.h|  2 ++
 include/configs/novena.h|  3 ++-
 include/configs/pcm052.h|  2 ++
 include/configs/rcar-gen2-common.h  |  2 ++
 include/configs/rk3036_common.h |  2 ++
 include/configs/rk3288_common.h |  2 ++
 include/configs/s5p_goni.h  |  2 ++
 include/configs/smdkc100.h  |  2 ++
 include/configs/tao3530.h   |  2 ++
 include/configs/ti814x_evm.h|  2 ++
 include/configs/ti816x_evm.h|  2 ++
 include/configs/ti_omap3_common.h   |  5 +
 include/configs/tricorder.h |  2 ++
 include/configs/vexpress_common.h   |  2 ++
 include/configs/vf610twr.h  |  2 ++
 28 files changed, 88 insertions(+), 19 deletions(-)

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


[U-Boot] Pull request: u-boot-arm/master

2015-11-10 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit e490ad25eb3dc4f075ed33b4b00b1f97071fcf3d:

  ARM64: zynqmp: Sync zynq_sdhci_init() declaration (2015-11-07 08:17:54 -0500)

are available in the git repository at:

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

for you to fetch changes up to 5e68ff3949a3eebf62ba639171814f39c8e46a84:

  ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere (2015-11-10 
18:04:30 +0100)

Note that OpenRD builds but will fail to run with gcc 5.2.1 due to this
version of GCC interacting badly with arch_setup_gd(). This is a known
issue which we have at least two solutions for, either reverting commit
5ba534d2 or polishing http://patchwork.ozlabs.org/patch/542076/ and
applying it; in any case, that will be sorted out before v2016.01.


Albert ARIBAUD (5):
  stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
  arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
  tricorder: switch to CONFIG_SYS_THUMB_BUILD
  kirkwood: support CONFIG_SYS_THUMB_BUILD
  Revive OpenRD targets

Fabio Estevam (1):
  ls1043ardb: Add missing config entries to MAINTAINERS

Stephen Warren (4):
  armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORY
  armv8: allow custom MMU setup routines on ARMv8
  ARM: tegra: add custom MMU setup on ARMv8
  ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere

Tom Rini (1):
  board/ti: Update MAINTAINERS entries with more boards

Vadzim Dambrouski (4):
  arm: add support for semihosting for ARMv7M targets
  arm: fix compile warnings when semihosting is enabled on ARMv7M target.
  arm: stm32f4: fix a bug when only first sector gets erased
  arm: stm32f4: fix a bug when a random sector gets erased

 Makefile   |   2 ++
 arch/arm/Kconfig   |   5 
 arch/arm/cpu/arm926ejs/Makefile|  11 +
 arch/arm/cpu/arm926ejs/cache.c |   5 
 arch/arm/cpu/armv7m/stm32f4/flash.c|   5 +++-
 arch/arm/cpu/armv8/cache_v8.c  |   2 +-
 arch/arm/include/asm/arch-stm32f4/stm32.h  |   1 +
 arch/arm/include/asm/cache.h   |   4 +++
 arch/arm/include/asm/system.h  |  11 +
 arch/arm/lib/Makefile  |  24 ++
 arch/arm/lib/cache.c   |  11 +
 arch/arm/lib/memcpy.S  |   4 +--
 arch/arm/lib/memset.S  |   2 +-
 arch/arm/lib/semihosting.c |   6 +++--
 arch/arm/mach-kirkwood/Kconfig |   4 +++
 arch/arm/mach-kirkwood/Makefile|   6 +
 arch/arm/mach-orion5x/Makefile |  10 
 arch/arm/mach-tegra/Makefile   |   1 +
 arch/arm/mach-tegra/arm64-mmu.c| 131 

 arch/arm/thumb1/include/asm/proc-armv/system.h |  69 
+++
 board/Marvell/openrd/Kconfig   |  12 +
 board/Marvell/openrd/MAINTAINERS   |  12 +
 board/Marvell/openrd/Makefile  |  14 +++
 board/Marvell/openrd/kwbimage.cfg  | 152 

 board/Marvell/openrd/openrd.c  | 160 
++
 board/Marvell/openrd/openrd.h  |  30 ++
 board/freescale/ls1043ardb/MAINTAINERS |   2 ++
 board/ti/am335x/MAINTAINERS|   1 +
 board/ti/am43xx/MAINTAINERS|   2 ++
 board/ti/dra7xx/MAINTAINERS|   2 ++
 configs/openrd_base_defconfig  |   7 ++
 configs/openrd_client_defconfig|   7 ++
 configs/openrd_ultimate_defconfig  |   7 ++
 doc/README.scrapyard   |   3 ---
 examples/standalone/Makefile   |  10 
 include/configs/openrd.h   | 138 
+
 include/configs/stm32f429-discovery.h  |   1 +
 include/configs/tegra-common-post.h|   2 --
 include/configs/tricorder.h|   1 +
 39 files changed, 860 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm/mach-tegra/arm64-mmu.c
 create mode 100644 arch/arm/thumb1/include/asm/proc-armv/system.h
 create mode 100644 board/Marvell/openrd/Kconfig
 create mode 100644 board/Marvell/openrd/MAINTAINERS
 create mode 100644 board/Marvell/openrd/Makefile
 create mode 100644 board/Marvell/openrd/kwbimage.cfg
 create mode 100644 

Re: [U-Boot] Pull request: u-boot-arm/master

2015-11-10 Thread Tom Rini
On Tue, Nov 10, 2015 at 06:45:40PM +0100, Albert ARIBAUD wrote:

> Hello Tom,
> 
> The following changes since commit e490ad25eb3dc4f075ed33b4b00b1f97071fcf3d:
> 
>   ARM64: zynqmp: Sync zynq_sdhci_init() declaration (2015-11-07 08:17:54 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 5e68ff3949a3eebf62ba639171814f39c8e46a84:
> 
>   ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere (2015-11-10 
> 18:04:30 +0100)
> 
> Note that OpenRD builds but will fail to run with gcc 5.2.1 due to this
> version of GCC interacting badly with arch_setup_gd(). This is a known
> issue which we have at least two solutions for, either reverting commit
> 5ba534d2 or polishing http://patchwork.ozlabs.org/patch/542076/ and
> applying it; in any case, that will be sorted out before v2016.01.
> 

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 request: u-boot-arm/master

2015-10-15 Thread Tom Rini
On Thu, Oct 15, 2015 at 11:19:58PM +0200, Albert ARIBAUD wrote:

> Hello,
> 
> The following changes since commit 297faccca2235e359012118495b9b73451d54bb9:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2015-10-13 
> 08:37:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to b1964c72bdb9ca44de3a56d40927409b8cab2a76:
> 
>   armv8/gic: Fix GIC v2 initialization (2015-10-15 14:47:03 +0200)
> 
> These are all trivial changes or bugfixes.
> 

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 request: u-boot-arm/master

2015-10-15 Thread Albert ARIBAUD
Hello,

The following changes since commit 297faccca2235e359012118495b9b73451d54bb9:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2015-10-13 
08:37:38 -0400)

are available in the git repository at:

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

for you to fetch changes up to b1964c72bdb9ca44de3a56d40927409b8cab2a76:

  armv8/gic: Fix GIC v2 initialization (2015-10-15 14:47:03 +0200)

These are all trivial changes or bugfixes.


Albert ARIBAUD (1):
  Merge remote-tracking branch 'u-boot/master'

Peng Fan (1):
  arm: armv8 correct value passed to __asm_dcache_all

Simon Glass (1):
  arm: Correct comments in crt0.S for the recent SPL improvements

Thierry Reding (3):
  armv8/mmu: Clean up TCR programming
  armv8/mmu: Set bits marked RES1 in TCR
  armv8/gic: Fix GIC v2 initialization

 arch/arm/cpu/armv8/cache.S   |  2 +-
 arch/arm/cpu/armv8/cache_v8.c|  6 +++---
 arch/arm/include/asm/armv8/mmu.h |  8 ++--
 arch/arm/lib/crt0.S  | 26 --
 arch/arm/lib/crt0_64.S   | 30 --
 arch/arm/lib/gic_64.S| 10 +-
 6 files changed, 55 insertions(+), 27 deletions(-)


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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-08-01 Thread Tom Rini
On Fri, Jul 31, 2015 at 03:06:49AM +0200, Albert ARIBAUD wrote:

 Hello,
 
 The following changes since commit cc35734358540a1bbaf042fdf9f4cb2de17389ed:
 
   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-07-29 
 18:58:39 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to dad17fd51027ad02ac8f02deed186d08109d61fd:
 
   armv8: caches: Added routine to set non cacheable region (2015-07-31 
 01:38:12 +0200)
 
 This is just so that the patch below enters mainline to unblock other patches.
 

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 request: u-boot-arm/master

2015-07-30 Thread Albert ARIBAUD
Hello,

The following changes since commit cc35734358540a1bbaf042fdf9f4cb2de17389ed:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-07-29 18:58:39 
-0400)

are available in the git repository at:

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

for you to fetch changes up to dad17fd51027ad02ac8f02deed186d08109d61fd:

  armv8: caches: Added routine to set non cacheable region (2015-07-31 01:38:12 
+0200)

This is just so that the patch below enters mainline to unblock other patches.


Siva Durga Prasad Paladugu (1):
  armv8: caches: Added routine to set non cacheable region

 arch/arm/cpu/armv8/cache_v8.c | 36 
 arch/arm/include/asm/system.h | 29 +++--
 2 files changed, 55 insertions(+), 10 deletions(-)


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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-07 Thread Albert ARIBAUD
Hello Tom,

On Mon, 6 Jul 2015 19:59:20 -0400, Tom Rini tr...@konsulko.com wrote:
 On Tue, Jul 07, 2015 at 12:09:49AM +0200, Albert ARIBAUD wrote:

 With ELDK-5.5:

ELDK 5.5.3, default target of armv7a-hf?

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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-06 Thread Tom Rini
On Mon, Jul 06, 2015 at 05:20:02PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:
 
   Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 5d2f3ad37aa91ce5ebba108c0b1112db08ff8498:
 
   openrd: switch to CONFIG_SYS_THUMB_BUILD (2015-07-06 13:49:35 +0200)
 
 This ARM PR supersedes the previous one and adds the thumb-1 support
 series which fixes axm, taurus, and stm32f429-discovery WRT Commit
 ecaf902 ('arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally').
  
 
 Albert ARIBAUD (5):
   Merge branch 'u-boot/master' into 'u-boot-arm/master'
   stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
   arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
   kirkwood: support CONFIG_SYS_THUMB_BUILD
   openrd: switch to CONFIG_SYS_THUMB_BUILD

OK, I jsut checked my local build results and it looks like this didn't
get pushed out really?  I don't have the thumb fixes so a bunch of
things are still breaking, same as before.  And I don't see those
commits.. :(

-- 
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 request: u-boot-arm/master

2015-07-06 Thread Tom Rini
On Tue, Jul 07, 2015 at 12:09:49AM +0200, Albert ARIBAUD wrote:
 Hello Tom,
 
 On Mon, 6 Jul 2015 17:15:49 -0400, Tom Rini tr...@konsulko.com wrote:
  On Mon, Jul 06, 2015 at 05:20:02PM +0200, Albert ARIBAUD wrote:
  
   Hello Tom,
   
   The following changes since commit 
   9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:
   
 Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)
   
   are available in the git repository at:
   
 git://git.denx.de/u-boot-arm master
   
   for you to fetch changes up to 5d2f3ad37aa91ce5ebba108c0b1112db08ff8498:
   
 openrd: switch to CONFIG_SYS_THUMB_BUILD (2015-07-06 13:49:35 +0200)
   
   This ARM PR supersedes the previous one and adds the thumb-1 support
   series which fixes axm, taurus, and stm32f429-discovery WRT Commit
   ecaf902 ('arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally').

   
   Albert ARIBAUD (5):
 Merge branch 'u-boot/master' into 'u-boot-arm/master'
 stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
 arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
 kirkwood: support CONFIG_SYS_THUMB_BUILD
 openrd: switch to CONFIG_SYS_THUMB_BUILD
  
  OK, I jsut checked my local build results and it looks like this didn't
  get pushed out really?  I don't have the thumb fixes so a bunch of
  things are still breaking, same as before.  And I don't see those
  commits.. :(
 
 Argh. Fixed. Now I'll go and hide in shame for, say, 6 hours.

With ELDK-5.5:
(venice2,seaboard,nyan-big,jetson-tk1) arm-linux-gnueabi-ld.bfd: SPL
image plus BSS too big
(axm,taurus) arm-linux-gnueabi-ld.bfd: SPL image too big
And also:
(openrd_base,openrd_ultimate,openrd_client) arm-linux-gnueabi-ld.bfd:
error:
/opt/eldk-5.5.3/armv7a-hf/sysroots/armv7ahf-vfp-neon-linux-gnueabi/usr/lib/arm-linux-gnueabi/4.8.1/libgcc.a(_muldi3.o)
uses VFP register arguments, u-boot does not

I think we need to push off the memcpy/memset (and related thumb bits)
until the new MW.

-- 
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 request: u-boot-arm/master

2015-07-06 Thread Albert ARIBAUD
Hello Tom,

On Mon, 6 Jul 2015 17:15:49 -0400, Tom Rini tr...@konsulko.com wrote:
 On Mon, Jul 06, 2015 at 05:20:02PM +0200, Albert ARIBAUD wrote:
 
  Hello Tom,
  
  The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:
  
Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm master
  
  for you to fetch changes up to 5d2f3ad37aa91ce5ebba108c0b1112db08ff8498:
  
openrd: switch to CONFIG_SYS_THUMB_BUILD (2015-07-06 13:49:35 +0200)
  
  This ARM PR supersedes the previous one and adds the thumb-1 support
  series which fixes axm, taurus, and stm32f429-discovery WRT Commit
  ecaf902 ('arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally').
   
  
  Albert ARIBAUD (5):
Merge branch 'u-boot/master' into 'u-boot-arm/master'
stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
kirkwood: support CONFIG_SYS_THUMB_BUILD
openrd: switch to CONFIG_SYS_THUMB_BUILD
 
 OK, I jsut checked my local build results and it looks like this didn't
 get pushed out really?  I don't have the thumb fixes so a bunch of
 things are still breaking, same as before.  And I don't see those
 commits.. :(

Argh. Fixed. Now I'll go and hide in shame for, say, 6 hours.

 -- 
 Tom

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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-06 Thread Albert ARIBAUD
Hello Tom,

On Mon, 6 Jul 2015 19:59:20 -0400, Tom Rini tr...@konsulko.com wrote:
 On Tue, Jul 07, 2015 at 12:09:49AM +0200, Albert ARIBAUD wrote:
  Hello Tom,
  
  On Mon, 6 Jul 2015 17:15:49 -0400, Tom Rini tr...@konsulko.com wrote:
   On Mon, Jul 06, 2015 at 05:20:02PM +0200, Albert ARIBAUD wrote:
   
Hello Tom,

The following changes since commit 
9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:

  Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5d2f3ad37aa91ce5ebba108c0b1112db08ff8498:

  openrd: switch to CONFIG_SYS_THUMB_BUILD (2015-07-06 13:49:35 +0200)

This ARM PR supersedes the previous one and adds the thumb-1 support
series which fixes axm, taurus, and stm32f429-discovery WRT Commit
ecaf902 ('arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally').
 

Albert ARIBAUD (5):
  Merge branch 'u-boot/master' into 'u-boot-arm/master'
  stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
  arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
  kirkwood: support CONFIG_SYS_THUMB_BUILD
  openrd: switch to CONFIG_SYS_THUMB_BUILD
   
   OK, I jsut checked my local build results and it looks like this didn't
   get pushed out really?  I don't have the thumb fixes so a bunch of
   things are still breaking, same as before.  And I don't see those
   commits.. :(
  
  Argh. Fixed. Now I'll go and hide in shame for, say, 6 hours.
 
 With ELDK-5.5:
 (venice2,seaboard,nyan-big,jetson-tk1) arm-linux-gnueabi-ld.bfd: SPL
 image plus BSS too big
 (axm,taurus) arm-linux-gnueabi-ld.bfd: SPL image too big
 And also:
 (openrd_base,openrd_ultimate,openrd_client) arm-linux-gnueabi-ld.bfd:
 error:
 /opt/eldk-5.5.3/armv7a-hf/sysroots/armv7ahf-vfp-neon-linux-gnueabi/usr/lib/arm-linux-gnueabi/4.8.1/libgcc.a(_muldi3.o)
 uses VFP register arguments, u-boot does not
 
 I think we need to push off the memcpy/memset (and related thumb bits)
 until the new MW.

Agreed. I'll respin my master branch w/o these.

 -- 
 Tom

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


[U-Boot] Pull request: u-boot-arm/master

2015-07-06 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:

  Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5d2f3ad37aa91ce5ebba108c0b1112db08ff8498:

  openrd: switch to CONFIG_SYS_THUMB_BUILD (2015-07-06 13:49:35 +0200)

This ARM PR supersedes the previous one and adds the thumb-1 support
series which fixes axm, taurus, and stm32f429-discovery WRT Commit
ecaf902 ('arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally').
 

Albert ARIBAUD (5):
  Merge branch 'u-boot/master' into 'u-boot-arm/master'
  stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
  arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
  kirkwood: support CONFIG_SYS_THUMB_BUILD
  openrd: switch to CONFIG_SYS_THUMB_BUILD

Lokesh Vutla (1):
  board: am43xx: Add maintainer information

Masahiro Yamada (1):
  ARM: disable HAVE_PRIVATE_LIBGCC for ARM64

Pavel Machek (1):
  armv7: better comment in start.S

Simon Glass (2):
  arm: Add ENTRY/ENDPROC to private libgcc functions
  Revert break build if it would produce broken binary

Siva Durga Prasad Paladugu (1):
  arm: dcc: Add uart dcc support for armv8

Tom Rini (1):
  arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally

Yegor Yefremov (1):
  board: baltos - add maintainer information

 Makefile   |  2 ++
 arch/Kconfig   |  2 +-
 arch/arm/Kconfig   |  5 +
 arch/arm/cpu/arm926ejs/Makefile| 11 +++
 arch/arm/cpu/arm926ejs/cache.c |  5 +
 arch/arm/cpu/armv7/start.S |  7 +++
 arch/arm/include/asm/cache.h   |  4 
 arch/arm/include/asm/u-boot.h  |  4 
 arch/arm/lib/Makefile  | 28 
++--
 arch/arm/lib/_ashldi3.S|  6 --
 arch/arm/lib/_ashrdi3.S|  6 --
 arch/arm/lib/_divsi3.S |  6 --
 arch/arm/lib/_lshrdi3.S|  6 --
 arch/arm/lib/_modsi3.S |  7 ---
 arch/arm/lib/_udivsi3.S| 10 ++
 arch/arm/lib/_umodsi3.S|  6 --
 arch/arm/lib/cache.c   | 11 +++
 arch/arm/lib/memcpy.S  |  6 +++---
 arch/arm/lib/memset.S  |  4 ++--
 arch/arm/mach-kirkwood/Makefile|  6 ++
 arch/arm/mach-orion5x/Makefile | 10 ++
 arch/arm/thumb1/include/asm/proc-armv/system.h | 69 
+
 board/quipos/cairo/MAINTAINERS |  6 ++
 board/ti/am43xx/MAINTAINERS|  2 ++
 board/vscom/baltos/MAINTAINERS |  6 ++
 drivers/gpio/lpc32xx_gpio.c| 39 
+++
 drivers/serial/arm_dcc.c   | 16 
 examples/api/Makefile  |  3 ++-
 examples/standalone/Makefile   | 10 ++
 include/config_fallbacks.h |  5 +
 include/configs/openrd.h   |  1 +
 include/configs/stm32f429-discovery.h  |  1 +
 scripts/Makefile.lib   |  3 ++-
 33 files changed, 258 insertions(+), 55 deletions(-)
 create mode 100644 arch/arm/thumb1/include/asm/proc-armv/system.h
 create mode 100644 board/quipos/cairo/MAINTAINERS
 create mode 100644 board/vscom/baltos/MAINTAINERS


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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-05 Thread Albert ARIBAUD
Hello Tom,

On Thu, 2 Jul 2015 18:55:04 -0400, Tom Rini tr...@konsulko.com wrote:
 On Thu, Jul 02, 2015 at 11:27:20PM +0200, Albert ARIBAUD wrote:
 
  Hello Tom,
  
  The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:
  
Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm master
  
  for you to fetch changes up to d6f9f69632754f03d064cc9b302c9e1552249258:
  
arm: dcc: Add uart dcc support for armv8 (2015-07-02 23:24:24 +0200)
  
  
  Albert ARIBAUD (1):
Merge branch 'u-boot/master' into 'u-boot-arm/master'
  
  Axel Lin (1):
gpio: lpc32xx: Use priv_data instead of platdata
  
  Pavel Machek (1):
armv7: better comment in start.S
  
  Simon Glass (2):
arm: Add ENTRY/ENDPROC to private libgcc functions
Revert break build if it would produce broken binary
  
  Siva Durga Prasad Paladugu (1):
arm: dcc: Add uart dcc support for armv8
  
  Tom Rini (1):
arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally
 
 I see thumb related breakage on axm, taurus, and stm32f429-discovery
 now.  We probably need the patch you posted that forces the right thumb
 mode on arch/arm/lib/mem{set,cpy}.S ?

Sorry for missing that.

Commit ecaf902 ('arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally')
actually broke these boards, and I did not notice it from the buildman
summary. The breaking occurs because of the following:

- taurus and its derivative axm are the only two Thumb-1-only targets
  which enable CONFIG_SYS_THUMB_BUILD (for their) SPL; but memset.S and
  memcpy.S can only assemble for ARM or Thumb-2, not Thumb-1.

- stm32f429-discovery is the only armV7-m / CPU_V7M (Thumb1 and Thumb2
  only) target in U-boot... yet does not define CONFIG_SYS_THUMB_BUILD,
  which makes memset.S / memcpy.S assume that they should build for ARM,
  not Thumb2; the assembler correctly refuses that.

My thumb patch fixes taurus and axm as it prevents memset.S and memcpy.S
from trying to assemble for Thumb-1, but does not fix stm32f429-discovery,
for which the fix is to properly announce CONFIG_SYS_THUMB_BUILD in the 
config header file.

Sending v4 of my Thumb-1 patch ASAP.

 -- 
 Tom

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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-02 Thread Tom Rini
On Thu, Jul 02, 2015 at 11:27:20PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:
 
   Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to d6f9f69632754f03d064cc9b302c9e1552249258:
 
   arm: dcc: Add uart dcc support for armv8 (2015-07-02 23:24:24 +0200)
 
 
 Albert ARIBAUD (1):
   Merge branch 'u-boot/master' into 'u-boot-arm/master'
 
 Axel Lin (1):
   gpio: lpc32xx: Use priv_data instead of platdata
 
 Pavel Machek (1):
   armv7: better comment in start.S
 
 Simon Glass (2):
   arm: Add ENTRY/ENDPROC to private libgcc functions
   Revert break build if it would produce broken binary
 
 Siva Durga Prasad Paladugu (1):
   arm: dcc: Add uart dcc support for armv8
 
 Tom Rini (1):
   arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally

I see thumb related breakage on axm, taurus, and stm32f429-discovery
now.  We probably need the patch you posted that forces the right thumb
mode on arch/arm/lib/mem{set,cpy}.S ?

-- 
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 request: u-boot-arm/master

2015-07-02 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd:

  Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to d6f9f69632754f03d064cc9b302c9e1552249258:

  arm: dcc: Add uart dcc support for armv8 (2015-07-02 23:24:24 +0200)


Albert ARIBAUD (1):
  Merge branch 'u-boot/master' into 'u-boot-arm/master'

Axel Lin (1):
  gpio: lpc32xx: Use priv_data instead of platdata

Pavel Machek (1):
  armv7: better comment in start.S

Simon Glass (2):
  arm: Add ENTRY/ENDPROC to private libgcc functions
  Revert break build if it would produce broken binary

Siva Durga Prasad Paladugu (1):
  arm: dcc: Add uart dcc support for armv8

Tom Rini (1):
  arm: Enable CONFIG_USE_ARCH_MEMSET/MEMCPY globally

 arch/arm/cpu/armv7/start.S|  7 +++
 arch/arm/include/asm/u-boot.h |  4 
 arch/arm/lib/Makefile |  4 ++--
 arch/arm/lib/_ashldi3.S   |  6 --
 arch/arm/lib/_ashrdi3.S   |  6 --
 arch/arm/lib/_divsi3.S|  6 --
 arch/arm/lib/_lshrdi3.S   |  6 --
 arch/arm/lib/_modsi3.S|  7 ---
 arch/arm/lib/_udivsi3.S   | 10 ++
 arch/arm/lib/_umodsi3.S   |  6 --
 arch/arm/lib/memcpy.S |  2 +-
 arch/arm/lib/memset.S |  2 +-
 drivers/gpio/lpc32xx_gpio.c   | 39 +++
 drivers/serial/arm_dcc.c  | 16 
 examples/api/Makefile |  3 ++-
 include/config_fallbacks.h|  5 +
 16 files changed, 79 insertions(+), 50 deletions(-)


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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-05-05 Thread Tom Rini
On Tue, May 05, 2015 at 11:30:11AM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
 
   Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 
 06:46:33 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to b939689c7b87773c44275a578ffc8674a867e39d:
 
   Merge branch 'u-boot/master' into 'u-boot-arm/master' (2015-05-05 10:09:06 
 +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 request: u-boot-arm/master

2015-05-05 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:

  Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 
06:46:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to b939689c7b87773c44275a578ffc8674a867e39d:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2015-05-05 10:09:06 
+0200)


Albert ARIBAUD (1):
  Merge branch 'u-boot/master' into 'u-boot-arm/master'

Alexander Merkle (2):
  fix ARM DCC support for ARMv7 based cores (e.g. CortexA)
  fix ARM DCC support for ARMv7 based cores (e.g. CortexA)

Bryan Brinsko (1):
  ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching

David Feng (1):
  Armv8: Initializing CNTVOFF_EL2

Valentine Barshak (1):
  ARM: cpu: Add ARMv7 barrier operations support

Vitaly Andrianov (1):
  arm: implement find_next_zero_bit function

 arch/arm/cpu/armv7/cache_v7.c | 14 +++---
 arch/arm/include/asm/armv7.h  | 10 ++
 arch/arm/include/asm/bitops.h | 43 ---
 arch/arm/include/asm/macro.h  |  3 +++
 arch/arm/include/asm/system.h | 37 +
 arch/arm/lib/cache-cp15.c | 14 ++
 drivers/serial/arm_dcc.c  |  4 ++--
 include/configs/zynq-common.h |  1 -
 8 files changed, 113 insertions(+), 13 deletions(-)

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


Re: [U-Boot] Pull request: u-boot-arm/master

2015-01-05 Thread Tom Rini
On Sun, Jan 04, 2015 at 07:11:42PM +0100, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e:
 
   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 
 15:20:02 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to ed710457a52ff09880af52540c997615adbc91ee:
 
   ARM: Implement non-cached memory support (2014-12-18 21:18:43 +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 request: u-boot-arm/master

2015-01-04 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 
15:20:02 -0500)

are available in the git repository at:

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

for you to fetch changes up to ed710457a52ff09880af52540c997615adbc91ee:

  ARM: Implement non-cached memory support (2014-12-18 21:18:43 +0100)


Thierry Reding (1):
  ARM: Implement non-cached memory support

 README| 19 +++
 arch/arm/include/asm/system.h |  5 +
 arch/arm/lib/cache.c  | 44 
 common/board_r.c  | 11 +++
 4 files changed, 79 insertions(+)

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


[U-Boot] Pull request: u-boot-arm/master

2014-11-24 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit 0d485b9095328cdc81b2ee94ff59b988c69b9127:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2014-11-13 10:35:13 
-0500)

are available in the git repository at:

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

for you to fetch changes up to 8bc347e2ec17bca44b1639a001eeed50d042f0db:

  ARM: bootm: Allow booting in secure mode on hyp capable systems (2014-11-24 
09:09:52 +0100)


Hans de Goede (2):
  ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options
  ARM: bootm: Allow booting in secure mode on hyp capable systems

Tom Rini (1):
  Kconfig: Add EXPERT option

 Kconfig |  8 
 arch/arm/Kconfig|  4 
 arch/arm/cpu/armv7/Kconfig  | 34 ++
 arch/arm/cpu/armv7/exynos/Kconfig   |  2 ++
 arch/arm/lib/bootm.c| 31 ++-
 board/sunxi/Kconfig |  2 ++
 include/configs/arndale.h   |  2 --
 include/configs/sun7i.h |  2 --
 include/configs/vexpress_ca15_tc2.h |  2 --
 9 files changed, 76 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/Kconfig

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


Re: [U-Boot] Pull request: u-boot-arm/master

2014-11-24 Thread Tom Rini
On Mon, Nov 24, 2014 at 06:30:25PM +0100, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit 0d485b9095328cdc81b2ee94ff59b988c69b9127:
 
   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2014-11-13 
 10:35:13 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 8bc347e2ec17bca44b1639a001eeed50d042f0db:
 
   ARM: bootm: Allow booting in secure mode on hyp capable systems (2014-11-24 
 09:09:52 +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 request: u-boot-arm/master

2014-11-12 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 
15:49:10 -0500)

are available in the git repository at:

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

for you to fetch changes up to 8e59f8bb5b197e346e2d6afb0478cadb8cc5d0b9:

  km_arm: convert the km_arm boards to the generic board support (2014-11-12 
10:20:40 +0100)


Thierry Reding (3):
  ARM: cache_v7: Various minor cleanups
  ARM: cache-cp15: Use more accurate types
  malloc: Output region when debugging

Valentin Longchamp (1):
  km_arm: convert the km_arm boards to the generic board support

 arch/arm/cpu/armv7/cache_v7.c | 14 +++---
 arch/arm/include/asm/system.h |  2 +-
 arch/arm/lib/cache-cp15.c |  6 +++---
 common/dlmalloc.c |  3 +++
 include/configs/km/km_arm.h   |  2 ++
 5 files changed, 16 insertions(+), 11 deletions(-)

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


Re: [U-Boot] Pull request: u-boot-arm/master

2014-11-10 Thread Tom Rini
On Sat, Nov 08, 2014 at 01:07:56AM +0100, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e:
 
   kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 
 16:35:12 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 59a9cfdd16ad7ab14f22697bf1e049c6bea0d3e2:
 
   gic: fixed compilation error in GICv2 wait for interrupt macro (2014-10-28 
 07:57:31 +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 request: u-boot-arm/master

2014-11-07 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e:

  kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 16:35:12 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 59a9cfdd16ad7ab14f22697bf1e049c6bea0d3e2:

  gic: fixed compilation error in GICv2 wait for interrupt macro (2014-10-28 
07:57:31 +0100)


Masahiro Yamada (4):
  arm: debug: import debug files from Linux 3.16
  arm: debug: replace license blocks with SPDX
  arm: debug: add Kconfig entries for lowlevel debug
  arm: debug: adjust for U-Boot

Yehuda Yitschak (1):
  gic: fixed compilation error in GICv2 wait for interrupt macro

 arch/arm/Kconfig  |   2 +
 arch/arm/Kconfig.debug|  64 +++
 arch/arm/include/asm/macro.h  |   2 +-
 arch/arm/include/debug/8250.S |  52 ++
 arch/arm/lib/Makefile |   2 +
 arch/arm/lib/debug.S  | 136 
+++
 include/linux/serial_reg.h| 388 
+++
 7 files changed, 645 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/Kconfig.debug
 create mode 100644 arch/arm/include/debug/8250.S
 create mode 100644 arch/arm/lib/debug.S
 create mode 100644 include/linux/serial_reg.h

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


Re: [U-Boot] Pull request: u-boot-arm/master

2014-10-11 Thread Tom Rini
On Sat, Oct 11, 2014 at 02:38:24AM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 db67801bf92f7fae6131dbc0d387131698fb9490:
 
   Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
   (2014-10-10 09:45:16 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 3d420cbd355a5f09e4f113eb10579a264a8ef138:
 
   Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into
   'u-boot-arm/master' (2014-10-11 01:20:55 +0200)
 
 
 
 Albert ARIBAUD (4):
   Merge remote-tracking branch 'u-boot-imx/master'
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   Merge branch 'u-boot/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into
 'u-boot-arm/master'
 
 Andreas Bießmann (2):
   macb: simplify gmac initialisation
   sama5d3xek: run PHY's config
 
 Andrew Ruder (2):
   arm: mx31: use common timer functions
   arm: mx35: use common timer functions
 
 Bo Shen (1):
   ARM: atmel: switch at91sam9263ek to generic board
 
 Christian Gmeiner (1):
   imx6: add Bachmann OT1200 board
 
 Diego Rondini (1):
   nitrogen6x: config: allow boot to USB stick
 
 Eric Nelson (23):
   nitrogen6x: Update DDR timings for 2G memory arrangement
   nitrogen6x: implement board_cfb_skip() to disable text output
   nitrogen6x: configure SD2 pads for SDIO on USDHC2
   nitrogen6x: power-down miscellanous peripherals
   nitrogen6x: staticize board file
   nitrogen6x: prevent warnings about board_ehci* callbacks
   nitrogen6x: display: add qvga panel
   nitrogen6x: display: add support for LG-9.7 LVDS display
   nitrogen6x: display: add LDB-WXGA-S for SPWG 1280x800 displays
   nitrogen6x: display: add support for fusion 7 display
   nitrogen6x: display: add svga display (800x600)
   nitrogen6x: display: add Ampire 1024x600 panel
   nitrogen6x: display: add wvga-lvds panel
   nitrogen6x: display use I2C detect for HDMI
   nitrogen6x: config: add USB Mass Storage (ums) support
   nitrogen6x: config: add initrd_high
   nitrogen6x: config: expose SATA, then MMC over USB
   nitrogen6x: config: enable USB keyboard support
   nitrogen6x: config: add CONFIG_CMD_MEMTEST
   nitrogen6x: config: enable i2c edid
   nitrogen6x: config: disable logo
   nitrogen6x: config: add gpio command
   nitrogen6x: config: enable Android fastboot
 
 Fabio Estevam (9):
   mx6sxsabresd: Staticize i2c_pad_info1
   mx6qsabreauto: Staticize when possible
   cm_fx6: Remove CONFIG_NETMASK
   mx51evk: Fix CONFIG_SYS_FSL_ESDHC_ADDR
   mx51evk: Add generic board support
   mx25pdk: Fix CONFIG_SYS_FSL_ESDHC_ADDR
   mx25pdk: Add generic board support
   wandboard: Select CONFIG_CMD_FUSE
   mx6sxsabresd: Fix PCI reset and power GPIO assignments
 
 Guillaume GARDET (1):
   imx: nitrogen6x: Make use of both uSD and SD slots to load script
 or kernel on Sabrelite board
 
 Heiko Schocher (1):
   arm, at91: add generic board support for the taurus and corvus
 board
 
 Kevin Mihelich (2):
   nitrogen6x: config: use FS_GENERIC load command
   nitrogen6x: config: enable EXT4 filesystem
 
 Marek Vasut (12):
   usb: ehci: mxs: Add board-specific callbacks
   arm: mxs: Wait when disabling VDDMEM current limiter
   arm: mxs: Wait for DRAM to start
   arm: mxs: olinuxino: Enable USB only when needed
   arm: mxs: olinuxino: Fine-tune DRAM configuration
   arm: m28evk: Test if bootscript exists before loading it
   arm: m53evk: Test if bootscript exists before loading it
   arm: m28evk: Enable FS_GENERIC
   arm: m53evk: Enable FS_GENERIC
   arm: m28evk: Zap superfluous tab in env
   arm: m53evk: Zap superfluous tab in env
   arm: socfpga: Use EMAC1 on SoCDK
 
 Masahiro Yamada (1):
   exynos: update maintainer of Snow and SMDK5420 board
 
 Minkyu Kang (3):
   Revert odroid: set MPLL clock to 880MHz
   Merge branch 'master' of http://git.denx.de/u-boot-samsung
   Merge branch 'uboot'
 
 Nikita Kiryanov (1):
   compulab: eeprom: add default eeprom bus
 
 Nitin Garg (3):
   imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board
   imx: Support i.MX6 High Assurance Boot authentication
   imx6sx: Fix i.MX6SX HAB api function table offset
 
 Nobuhiro Iwamatsu (11):
   arm: rmobile: lager: Fix value of CONFIG_SH_SCIF_CLK_FREQ
   arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK
   arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK
   arm: rmobile: koelsch: Update QoS initialization to version 0.334
   arm: rmobile: alt: Update QoS initialization to version 0.11
   arm: rmobile: lager: Update Qos setting to version 0.955
   arm: rmobile: lager: Add Qos setting for ES2
   arm: rmobile: 

[U-Boot] Pull request: u-boot-arm/master

2014-10-10 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
db67801bf92f7fae6131dbc0d387131698fb9490:

  Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
  (2014-10-10 09:45:16 -0400)

are available in the git repository at:


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

for you to fetch changes up to 3d420cbd355a5f09e4f113eb10579a264a8ef138:

  Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into
  'u-boot-arm/master' (2014-10-11 01:20:55 +0200)



Albert ARIBAUD (4):
  Merge remote-tracking branch 'u-boot-imx/master'
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  Merge branch 'u-boot/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into
'u-boot-arm/master'

Andreas Bießmann (2):
  macb: simplify gmac initialisation
  sama5d3xek: run PHY's config

Andrew Ruder (2):
  arm: mx31: use common timer functions
  arm: mx35: use common timer functions

Bo Shen (1):
  ARM: atmel: switch at91sam9263ek to generic board

Christian Gmeiner (1):
  imx6: add Bachmann OT1200 board

Diego Rondini (1):
  nitrogen6x: config: allow boot to USB stick

Eric Nelson (23):
  nitrogen6x: Update DDR timings for 2G memory arrangement
  nitrogen6x: implement board_cfb_skip() to disable text output
  nitrogen6x: configure SD2 pads for SDIO on USDHC2
  nitrogen6x: power-down miscellanous peripherals
  nitrogen6x: staticize board file
  nitrogen6x: prevent warnings about board_ehci* callbacks
  nitrogen6x: display: add qvga panel
  nitrogen6x: display: add support for LG-9.7 LVDS display
  nitrogen6x: display: add LDB-WXGA-S for SPWG 1280x800 displays
  nitrogen6x: display: add support for fusion 7 display
  nitrogen6x: display: add svga display (800x600)
  nitrogen6x: display: add Ampire 1024x600 panel
  nitrogen6x: display: add wvga-lvds panel
  nitrogen6x: display use I2C detect for HDMI
  nitrogen6x: config: add USB Mass Storage (ums) support
  nitrogen6x: config: add initrd_high
  nitrogen6x: config: expose SATA, then MMC over USB
  nitrogen6x: config: enable USB keyboard support
  nitrogen6x: config: add CONFIG_CMD_MEMTEST
  nitrogen6x: config: enable i2c edid
  nitrogen6x: config: disable logo
  nitrogen6x: config: add gpio command
  nitrogen6x: config: enable Android fastboot

Fabio Estevam (9):
  mx6sxsabresd: Staticize i2c_pad_info1
  mx6qsabreauto: Staticize when possible
  cm_fx6: Remove CONFIG_NETMASK
  mx51evk: Fix CONFIG_SYS_FSL_ESDHC_ADDR
  mx51evk: Add generic board support
  mx25pdk: Fix CONFIG_SYS_FSL_ESDHC_ADDR
  mx25pdk: Add generic board support
  wandboard: Select CONFIG_CMD_FUSE
  mx6sxsabresd: Fix PCI reset and power GPIO assignments

Guillaume GARDET (1):
  imx: nitrogen6x: Make use of both uSD and SD slots to load script
or kernel on Sabrelite board

Heiko Schocher (1):
  arm, at91: add generic board support for the taurus and corvus
board

Kevin Mihelich (2):
  nitrogen6x: config: use FS_GENERIC load command
  nitrogen6x: config: enable EXT4 filesystem

Marek Vasut (12):
  usb: ehci: mxs: Add board-specific callbacks
  arm: mxs: Wait when disabling VDDMEM current limiter
  arm: mxs: Wait for DRAM to start
  arm: mxs: olinuxino: Enable USB only when needed
  arm: mxs: olinuxino: Fine-tune DRAM configuration
  arm: m28evk: Test if bootscript exists before loading it
  arm: m53evk: Test if bootscript exists before loading it
  arm: m28evk: Enable FS_GENERIC
  arm: m53evk: Enable FS_GENERIC
  arm: m28evk: Zap superfluous tab in env
  arm: m53evk: Zap superfluous tab in env
  arm: socfpga: Use EMAC1 on SoCDK

Masahiro Yamada (1):
  exynos: update maintainer of Snow and SMDK5420 board

Minkyu Kang (3):
  Revert odroid: set MPLL clock to 880MHz
  Merge branch 'master' of http://git.denx.de/u-boot-samsung
  Merge branch 'uboot'

Nikita Kiryanov (1):
  compulab: eeprom: add default eeprom bus

Nitin Garg (3):
  imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board
  imx: Support i.MX6 High Assurance Boot authentication
  imx6sx: Fix i.MX6SX HAB api function table offset

Nobuhiro Iwamatsu (11):
  arm: rmobile: lager: Fix value of CONFIG_SH_SCIF_CLK_FREQ
  arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK
  arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK
  arm: rmobile: koelsch: Update QoS initialization to version 0.334
  arm: rmobile: alt: Update QoS initialization to version 0.11
  arm: rmobile: lager: Update Qos setting to version 0.955
  arm: rmobile: lager: Add Qos setting for ES2
  arm: rmobile: lager: Fix CPU frequency setting
  arm: rmobile: Remove unnecessary initialization for l2ctlr
  arm: rmobile: r8a7791: Fix initialize L2 cache
  arm: rmobile: r8a7794: Skip initialize L2 

[U-Boot] Pull request: u-boot-arm/master

2014-10-07 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
be9f643ae6aa9044c60fe80e3a2c10be8371c692:

  Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26
  20:10:48 -0400)

are available in the git repository at:


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

for you to fetch changes up to c19a8bc5711ec63e905ef91f045a1489f0aa3cb0:

  vf610twr: Tune DDR initialization settings (2014-10-07 13:08:31 +0200)


Albert ARIBAUD (1):
  Merge branch 'u-boot-marvell/master' into 'u-boot-arm/master'

Anthony Felice (1):
  vf610twr: Tune DDR initialization settings

DrEagle (5):
  ARM: sheevaplug: change env location
  ARM: sheevaplug: add MVSATA driver
  ARM: sheevaplug: add MTD defaults
  ARM: sheevaplug: redefine MTDPARTS
  ARM: sheevaplug: add HUSH parser

Masahiro Yamada (7):
  mtd: denali: add Denali controller configs to Kconfig
  mtd: denali: add Denali NAND driver for SPL
  serial: add UniPhier serial driver
  ARM: UniPhier: add UniPhier SoC support code
  ARM: UniPhier: add Kconfig and defconfig
  MAINTAINERS: add me as a maintainer of UniPhier platform
  git-mailrc: add me as a maintainer of UniPhier platform

Michael Walle (1):
  lsxl: convert to generic board and fix typo

 MAINTAINERS|9 +
 arch/arm/Kconfig   |5 +
 arch/arm/cpu/armv7/uniphier/Kconfig|   32 +
 arch/arm/cpu/armv7/uniphier/Makefile   |   23 +
 arch/arm/cpu/armv7/uniphier/board_common.c |   32 +
 arch/arm/cpu/armv7/uniphier/board_late_init.c  |   91 ++
 arch/arm/cpu/armv7/uniphier/cache_uniphier.c   |  154 +++
 arch/arm/cpu/armv7/uniphier/cmd_pinmon.c   |   33 +
 arch/arm/cpu/armv7/uniphier/cpu_info.c |   59 ++
 arch/arm/cpu/armv7/uniphier/dram_init.c|   37 +
 arch/arm/cpu/armv7/uniphier/init_page_table.c  | 1068
 
 arch/arm/cpu/armv7/uniphier/lowlevel_init.S|  159 +++
 arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile   |   10 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/bcu_init.c |   33 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/board_info.c   |   16
 + .../armv7/uniphier/ph1-ld4/board_postclk_init.c|   42 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/boot-mode.c|1 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/clkrst_init.c  |   29 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/pinctrl.c  |   63 ++
 arch/arm/cpu/armv7/uniphier/ph1-ld4/pll_init.c |  189 
 arch/arm/cpu/armv7/uniphier/ph1-ld4/pll_spectrum.c |1 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/sbc_init.c |   44 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/sg_init.c  |   28 +
 arch/arm/cpu/armv7/uniphier/ph1-ld4/umc_init.c |  162 +++
 arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile  |   10 +
 arch/arm/cpu/armv7/uniphier/ph1-pro4/board_info.c  |   16
 + .../armv7/uniphier/ph1-pro4/board_postclk_init.c   |   39 +
 arch/arm/cpu/armv7/uniphier/ph1-pro4/boot-mode.c   |   66 ++
 arch/arm/cpu/armv7/uniphier/ph1-pro4/clkrst_init.c |   29 +
 arch/arm/cpu/armv7/uniphier/ph1-pro4/pinctrl.c |   45 +
 arch/arm/cpu/armv7/uniphier/ph1-pro4/pll_init.c|  168
 +++ .../arm/cpu/armv7/uniphier/ph1-pro4/pll_spectrum.c |   18 +
 arch/arm/cpu/armv7/uniphier/ph1-pro4/sbc_init.c|   75 ++
 arch/arm/cpu/armv7/uniphier/ph1-pro4/sg_init.c |   28 +
 arch/arm/cpu/armv7/uniphier/ph1-pro4/umc_init.c|  136 +++
 arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile  |   10 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/bcu_init.c|1 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/board_info.c  |   16
 + .../armv7/uniphier/ph1-sld8/board_postclk_init.c   |1 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/boot-mode.c   |1 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/clkrst_init.c |   29 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/pinctrl.c |   57 ++
 arch/arm/cpu/armv7/uniphier/ph1-sld8/pll_init.c|  201
  .../arm/cpu/armv7/uniphier/ph1-sld8/pll_spectrum.c |1 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/sbc_init.c|   51 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/sg_init.c |1 +
 arch/arm/cpu/armv7/uniphier/ph1-sld8/umc_init.c|  142 +++
 arch/arm/cpu/armv7/uniphier/reset.c|   29 +
 arch/arm/cpu/armv7/uniphier/smp.S  |   54 +
 arch/arm/cpu/armv7/uniphier/spl.c  |   17 +
 arch/arm/cpu/armv7/uniphier/support_card.c |  180 
 arch/arm/cpu/armv7/uniphier/timer.c|   39 +
 arch/arm/include/asm/arch-uniphier/arm-mpcore.h|   46 +
 arch/arm/include/asm/arch-uniphier/bcu-regs.h  |   30 +
 arch/arm/include/asm/arch-uniphier/board.h |   35 +
 arch/arm/include/asm/arch-uniphier/boot-device.h   |   20 +
 arch/arm/include/asm/arch-uniphier/led.h   |  101 ++
 arch/arm/include/asm/arch-uniphier/sbc-regs.h  |  108 ++
 arch/arm/include/asm/arch-uniphier/sc-regs.h   |   62 ++
 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-10-07 Thread Tom Rini
On Tue, Oct 07, 2014 at 01:16:00PM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 be9f643ae6aa9044c60fe80e3a2c10be8371c692:
 
   Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26
   20:10:48 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to c19a8bc5711ec63e905ef91f045a1489f0aa3cb0:
 
   vf610twr: Tune DDR initialization settings (2014-10-07 13:08:31 +0200)
 
 
 Albert ARIBAUD (1):
   Merge branch 'u-boot-marvell/master' into 'u-boot-arm/master'
 
 Anthony Felice (1):
   vf610twr: Tune DDR initialization settings
 
 DrEagle (5):
   ARM: sheevaplug: change env location
   ARM: sheevaplug: add MVSATA driver
   ARM: sheevaplug: add MTD defaults
   ARM: sheevaplug: redefine MTDPARTS
   ARM: sheevaplug: add HUSH parser
 
 Masahiro Yamada (7):
   mtd: denali: add Denali controller configs to Kconfig
   mtd: denali: add Denali NAND driver for SPL
   serial: add UniPhier serial driver
   ARM: UniPhier: add UniPhier SoC support code
   ARM: UniPhier: add Kconfig and defconfig
   MAINTAINERS: add me as a maintainer of UniPhier platform
   git-mailrc: add me as a maintainer of UniPhier platform
 
 Michael Walle (1):
   lsxl: convert to generic board and fix typo
 
  MAINTAINERS|9 +
  arch/arm/Kconfig   |5 +
  arch/arm/cpu/armv7/uniphier/Kconfig|   32 +
  arch/arm/cpu/armv7/uniphier/Makefile   |   23 +
  arch/arm/cpu/armv7/uniphier/board_common.c |   32 +
  arch/arm/cpu/armv7/uniphier/board_late_init.c  |   91 ++
  arch/arm/cpu/armv7/uniphier/cache_uniphier.c   |  154 +++
  arch/arm/cpu/armv7/uniphier/cmd_pinmon.c   |   33 +
  arch/arm/cpu/armv7/uniphier/cpu_info.c |   59 ++
  arch/arm/cpu/armv7/uniphier/dram_init.c|   37 +
  arch/arm/cpu/armv7/uniphier/init_page_table.c  | 1068
  
  arch/arm/cpu/armv7/uniphier/lowlevel_init.S|  159 +++
  arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile   |   10 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/bcu_init.c |   33 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/board_info.c   |   16
  + .../armv7/uniphier/ph1-ld4/board_postclk_init.c|   42 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/boot-mode.c|1 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/clkrst_init.c  |   29 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/pinctrl.c  |   63 ++
  arch/arm/cpu/armv7/uniphier/ph1-ld4/pll_init.c |  189 
  arch/arm/cpu/armv7/uniphier/ph1-ld4/pll_spectrum.c |1 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/sbc_init.c |   44 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/sg_init.c  |   28 +
  arch/arm/cpu/armv7/uniphier/ph1-ld4/umc_init.c |  162 +++
  arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile  |   10 +
  arch/arm/cpu/armv7/uniphier/ph1-pro4/board_info.c  |   16
  + .../armv7/uniphier/ph1-pro4/board_postclk_init.c   |   39 +
  arch/arm/cpu/armv7/uniphier/ph1-pro4/boot-mode.c   |   66 ++
  arch/arm/cpu/armv7/uniphier/ph1-pro4/clkrst_init.c |   29 +
  arch/arm/cpu/armv7/uniphier/ph1-pro4/pinctrl.c |   45 +
  arch/arm/cpu/armv7/uniphier/ph1-pro4/pll_init.c|  168
  +++ .../arm/cpu/armv7/uniphier/ph1-pro4/pll_spectrum.c |   18 +
  arch/arm/cpu/armv7/uniphier/ph1-pro4/sbc_init.c|   75 ++
  arch/arm/cpu/armv7/uniphier/ph1-pro4/sg_init.c |   28 +
  arch/arm/cpu/armv7/uniphier/ph1-pro4/umc_init.c|  136 +++
  arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile  |   10 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/bcu_init.c|1 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/board_info.c  |   16
  + .../armv7/uniphier/ph1-sld8/board_postclk_init.c   |1 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/boot-mode.c   |1 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/clkrst_init.c |   29 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/pinctrl.c |   57 ++
  arch/arm/cpu/armv7/uniphier/ph1-sld8/pll_init.c|  201
   .../arm/cpu/armv7/uniphier/ph1-sld8/pll_spectrum.c |1 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/sbc_init.c|   51 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/sg_init.c |1 +
  arch/arm/cpu/armv7/uniphier/ph1-sld8/umc_init.c|  142 +++
  arch/arm/cpu/armv7/uniphier/reset.c|   29 +
  arch/arm/cpu/armv7/uniphier/smp.S  |   54 +
  arch/arm/cpu/armv7/uniphier/spl.c  |   17 +
  arch/arm/cpu/armv7/uniphier/support_card.c |  180 
  arch/arm/cpu/armv7/uniphier/timer.c|   39 +
  arch/arm/include/asm/arch-uniphier/arm-mpcore.h|   46 +
  arch/arm/include/asm/arch-uniphier/bcu-regs.h  |   30 +
  arch/arm/include/asm/arch-uniphier/board.h |   35 +
  arch/arm/include/asm/arch-uniphier/boot-device.h   |   20 +
  arch/arm/include/asm/arch-uniphier/led.h   |  101 

[U-Boot] Pull request: u-boot-arm/master

2014-09-17 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
a7f99bf139b3aaa0d5494693fd0395084355e41a:

  arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG (2014-09-11 18:04:39
  +0200)

are available in the git repository at:

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

for you to fetch changes up to c292adae170fa8c27dca75963bdb0a9afc640e57:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-09-17
  23:35:34 +0200)

NOTE: two boards are broken by this PR, trimslice and cm_fx6, due to
commits in the imx tree depending on some commits in the spi tree. Once
both this PR and the spi commits are in, both boards should build fine
again.



Albert ARIBAUD (1):
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

Fabio Estevam (9):
  net: fec_mxc: Adjust RX DMA alignment for mx6solox
  net: fec_mxc: Poll FEC_TBD_READY after polling TDAR
  tools: imximage: Fix the maximum DCD size for mx53/mx6
  mx6dlsabresd: Use its own DCD table
  mx6qsabreauto: Remove imx6q-sabreauto.dts
  mx6: imx-regs: Provide a structure for GPC registers
  pcie_imx: Add mx6solox support
  mx6sxsabresd: Add PCI support
  README.imximage: Fix the maximum DCD size

Guillaume GARDET (1):
  imx: nitrogen6x: Replace 'fatload' by 'load' command in env
settings to be filesystem independent

Nikita Kiryanov (16):
  mx6: add clock enabling functions
  compulab: eeprom: add support for defining eeprom i2c bus
  sata: dwc_ahsata: implement sata_port_status
  i2c: imx: add macros to setup pads for multiple SoC types
  arm: mx6: ddr: cleanup
  arm: mx6: ddr: do not write into reserved bit
  arm: mx6: ddr: configure MMDC for slow_pd
  arm: mx6: ddr: fix cs0_end calculation
  arm: mx6: add get_cpu_type()
  arm: mx6: add support for Compulab cm-fx6 CoM
  arm: mx6: cm_fx6: add nand support
  arm: mx6: cm_fx6: add ethernet support
  arm: mx6: cm_fx6: add usb support
  arm: mx6: cm_fx6: add i2c support
  arm: mx6: cm_fx6: use eeprom
  arm: mx6: cm_fx6: add sata support

Nikolay Dimitrov (1):
  mx6: Fix ECSPI typo in soc_boot_modes

Stefan Agner (2):
  arm: vf610: lpuart: fix status register handling
  arm: vf610: lpuart: disable FIFO on initializaton

Stefano Babic (1):
  imx: Fix build of mx6sxsabresd

Thierry Reding (1):
  imx: ventana: Avoid undefined behaviour

Tim Harvey (6):
  imx: ventana: updated notes regarding NAND boot errata
  imx: ventana: base SPL MMDC calibration on width and size not
board imx: ventana: add GW5520 support
  imx: ventana: added cputype env var
  pci: add support for board_pci_fixup_dev function
  imx: ventana: add pci fixup for PLX PEX860x switch GPIO

Ye.Li (4):
  iMX6: Disable the L2 before chaning the PL310 latency
  imximage: Fix imximage IVT bug for EIM-NOR boot
  imx: mx6q/dlarm2: Change to use generic board
  imx: mx6slevk: Change to use generic board

 arch/arm/Kconfig|   4 +
 arch/arm/cpu/armv7/mx6/clock.c  | 107 +-
 arch/arm/cpu/armv7/mx6/ddr.c| 277 
 arch/arm/cpu/armv7/mx6/soc.c|  11 +-
 arch/arm/dts/Makefile   |   1 -
 arch/arm/dts/imx6q-sabreauto.dts|  13 -
 arch/arm/include/asm/arch-mx6/clock.h   |   5 +
 arch/arm/include/asm/arch-mx6/imx-regs.h|  13 +
 arch/arm/include/asm/arch-mx6/iomux.h   |   9 +
 arch/arm/include/asm/arch-mx6/sys_proto.h   |   5 +-
 arch/arm/include/asm/imx-common/mxc_i2c.h   |  33 ++
 board/compulab/cm_fx6/Kconfig   |  23 ++
 board/compulab/cm_fx6/MAINTAINERS   |   6 +
 board/compulab/cm_fx6/Makefile  |  12 +
 board/compulab/cm_fx6/cm_fx6.c  | 483
 
 board/compulab/cm_fx6/common.c  |  84 +
 board/compulab/cm_fx6/common.h  |  37 +++
 board/compulab/cm_fx6/imximage.cfg  |   8 +
 board/compulab/cm_fx6/spl.c | 366
 + board/compulab/common/eeprom.c  |
 13 +- board/freescale/mx6sabresd/mx6dlsabresd.cfg | 131 
 board/gateworks/gw_ventana/eeprom.c |   3 +
 board/gateworks/gw_ventana/gsc.c|   4 +
 board/gateworks/gw_ventana/gw_ventana.c | 118 ++-
 board/gateworks/gw_ventana/gw_ventana_spl.c | 189 ++-
 board/gateworks/gw_ventana/ventana_eeprom.h |   1 +
 configs/cm_fx6_defconfig|   4 +
 configs/mx6dlsabresd_defconfig  |   2 +-
 doc/README.imximage |   2 +-
 drivers/block/dwc_ahsata.c  |  17 +
 drivers/net/fec_mxc.c   |  42 ++-
 drivers/pci/pci.c   |   4 +
 drivers/pci/pcie_imx.c  |  40 ++-
 drivers/serial/serial_lpuart.c  |  19 +-
 include/configs/cm_fx6.h| 290 +
 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-09-17 Thread Tom Rini
On Wed, Sep 17, 2014 at 11:40:43PM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 a7f99bf139b3aaa0d5494693fd0395084355e41a:
 
   arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG (2014-09-11 18:04:39
   +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to c292adae170fa8c27dca75963bdb0a9afc640e57:
 
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-09-17
   23:35:34 +0200)
 
 NOTE: two boards are broken by this PR, trimslice and cm_fx6, due to
 commits in the imx tree depending on some commits in the spi tree. Once
 both this PR and the spi commits are in, both boards should build fine
 again.
 
 
 
 Albert ARIBAUD (1):
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
 
 Fabio Estevam (9):
   net: fec_mxc: Adjust RX DMA alignment for mx6solox
   net: fec_mxc: Poll FEC_TBD_READY after polling TDAR
   tools: imximage: Fix the maximum DCD size for mx53/mx6
   mx6dlsabresd: Use its own DCD table
   mx6qsabreauto: Remove imx6q-sabreauto.dts
   mx6: imx-regs: Provide a structure for GPC registers
   pcie_imx: Add mx6solox support
   mx6sxsabresd: Add PCI support
   README.imximage: Fix the maximum DCD size
 
 Guillaume GARDET (1):
   imx: nitrogen6x: Replace 'fatload' by 'load' command in env
 settings to be filesystem independent
 
 Nikita Kiryanov (16):
   mx6: add clock enabling functions
   compulab: eeprom: add support for defining eeprom i2c bus
   sata: dwc_ahsata: implement sata_port_status
   i2c: imx: add macros to setup pads for multiple SoC types
   arm: mx6: ddr: cleanup
   arm: mx6: ddr: do not write into reserved bit
   arm: mx6: ddr: configure MMDC for slow_pd
   arm: mx6: ddr: fix cs0_end calculation
   arm: mx6: add get_cpu_type()
   arm: mx6: add support for Compulab cm-fx6 CoM
   arm: mx6: cm_fx6: add nand support
   arm: mx6: cm_fx6: add ethernet support
   arm: mx6: cm_fx6: add usb support
   arm: mx6: cm_fx6: add i2c support
   arm: mx6: cm_fx6: use eeprom
   arm: mx6: cm_fx6: add sata support
 
 Nikolay Dimitrov (1):
   mx6: Fix ECSPI typo in soc_boot_modes
 
 Stefan Agner (2):
   arm: vf610: lpuart: fix status register handling
   arm: vf610: lpuart: disable FIFO on initializaton
 
 Stefano Babic (1):
   imx: Fix build of mx6sxsabresd
 
 Thierry Reding (1):
   imx: ventana: Avoid undefined behaviour
 
 Tim Harvey (6):
   imx: ventana: updated notes regarding NAND boot errata
   imx: ventana: base SPL MMDC calibration on width and size not
 board imx: ventana: add GW5520 support
   imx: ventana: added cputype env var
   pci: add support for board_pci_fixup_dev function
   imx: ventana: add pci fixup for PLX PEX860x switch GPIO
 
 Ye.Li (4):
   iMX6: Disable the L2 before chaning the PL310 latency
   imximage: Fix imximage IVT bug for EIM-NOR boot
   imx: mx6q/dlarm2: Change to use generic board
   imx: mx6slevk: Change to use generic board
 
  arch/arm/Kconfig|   4 +
  arch/arm/cpu/armv7/mx6/clock.c  | 107 +-
  arch/arm/cpu/armv7/mx6/ddr.c| 277 
  arch/arm/cpu/armv7/mx6/soc.c|  11 +-
  arch/arm/dts/Makefile   |   1 -
  arch/arm/dts/imx6q-sabreauto.dts|  13 -
  arch/arm/include/asm/arch-mx6/clock.h   |   5 +
  arch/arm/include/asm/arch-mx6/imx-regs.h|  13 +
  arch/arm/include/asm/arch-mx6/iomux.h   |   9 +
  arch/arm/include/asm/arch-mx6/sys_proto.h   |   5 +-
  arch/arm/include/asm/imx-common/mxc_i2c.h   |  33 ++
  board/compulab/cm_fx6/Kconfig   |  23 ++
  board/compulab/cm_fx6/MAINTAINERS   |   6 +
  board/compulab/cm_fx6/Makefile  |  12 +
  board/compulab/cm_fx6/cm_fx6.c  | 483
  
  board/compulab/cm_fx6/common.c  |  84 +
  board/compulab/cm_fx6/common.h  |  37 +++
  board/compulab/cm_fx6/imximage.cfg  |   8 +
  board/compulab/cm_fx6/spl.c | 366
  + board/compulab/common/eeprom.c  |
  13 +- board/freescale/mx6sabresd/mx6dlsabresd.cfg | 131 
  board/gateworks/gw_ventana/eeprom.c |   3 +
  board/gateworks/gw_ventana/gsc.c|   4 +
  board/gateworks/gw_ventana/gw_ventana.c | 118 ++-
  board/gateworks/gw_ventana/gw_ventana_spl.c | 189 ++-
  board/gateworks/gw_ventana/ventana_eeprom.h |   1 +
  configs/cm_fx6_defconfig|   4 +
  configs/mx6dlsabresd_defconfig  |   2 +-
  doc/README.imximage |   2 +-
  drivers/block/dwc_ahsata.c  |  17 +
  drivers/net/fec_mxc.c   |  42 ++-
  drivers/pci/pci.c   |   4 

[U-Boot] Pull request: u-boot-arm/master

2014-09-12 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:

  Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)

are available in the git repository at:

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

for you to fetch changes up to a7f99bf139b3aaa0d5494693fd0395084355e41a:

  arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG (2014-09-11 18:04:39
  +0200)

NOTE that 7 boards still fail building, two with warnings (k2e_evm
k2hk_evm), five with errors (openrd_client tricorder_flash tricorder
openrd_ultimate openrd_base).


Ajay Kumar (8):
  exynos_fb: Remove usage of static defines
  arm: exynos: Add RPLL for Exynos5420
  arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for
Exynos5420 video: exynos_fimd: Add framework to disable FIMD sysmmu
  ARM: exynos: Add missing declaration for gpio_direction_input
  exynos5420: add callbacks needed for exynos_fb driver
  ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge
chip CONFIGS: peach-pit: Enable display for peach_pit board

Albert ARIBAUD (2):
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'

Benoît Thébaudeau (2):
  arm: Make reset position-independent
  arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG

Enric Balletbo i Serra (1):
  AM335x: igep0033: Convert to generic board and use
ti_am335x_common.h.

FUKAUMI Naoki (1):
  sun7i: Add support for Olimex A20-OLinuXino-LIME

Guillaume GARDET (1):
  omap3_beagle: Add boot script support to omap3 beagle board

Ian Campbell (1):
  sunxi: Correct typo CONFIG_FTDFILE = CONFIG_FDTFILE

Jeroen Hofstee (8):
  board_r: ARM[64] do not set gd again
  ARM: SPL: do not set gd again
  cc-option: also detect unsupported warnings options
  ARM: make gd a function for clang
  eabi_compat: add __aeabi_memcpy __aeabi_memset
  clang: workaround for generated constants
  Makefile: default to cc for host compiler
  README.clang: build command with clang

Khoronzhuk, Ivan (3):
  ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0
  keystone2: use readl/writel functions instead of redefinition
  mtd: nand: davinci_nand: correct keystone RBL layout definition

Masahiro Yamada (3):
  arm: am335x: add Kconfig range attribute to prevent invalid
CONS_INDEX MAINTAINERS: update the maintainer of Arndale board
  kconfig: remove redundant SPL from CONFIG_SYS_EXTRA_OPTIONS

Przemyslaw Marczak (13):
  samsung: misc: fix soc revision setting in the set_board_info()
  exynos: pinmux: fix the gpio names for exynos4x12 mmc
  arch:exynos: boot mode: add get_boot_mode(), code cleanup
  board:samsung: check the boot device and init the right mmc
driver. samsung: misc: add function for setting $dfu_alt_info
  samsung:board: misc_init_r: call set_dfu_alt_info()
  arm:reset: call the reset_misc() before the cpu reset
  samsung: board: enable support of multiple board types
  samsung: misc: use board specific functions to set env board info
  odroid: add board file for Odroid X2/U3 based on Samsung
Exynos4412 odroid: add odroid U3/X2 device tree description
  odroid: kconfig: add odroid_defconfig
  odroid: set MPLL clock to 880MHz

R Sricharan (1):
  ARM: DRA72: DDR3: Add emif settings for 666MHz clock

Rostislav Lisovy (2):
  mtd: nand: omap_gpmc: Enable multiple NAND flash devices
  mtd: nand: omap_gpmc: Fix 'bit-flip' errors

Vadim Bendebury (1):
  video: Add driver for Parade PS8625 dP to LVDS bridge

 Kbuild |   3 +-
 Makefile   |   4 +-
 arch/arm/cpu/armv7/exynos/Kconfig  |   4 +
 arch/arm/cpu/armv7/exynos/clock.c  |  83
 +++-- arch/arm/cpu/armv7/exynos/clock_init.h
 |   3 + arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |  13 
 arch/arm/cpu/armv7/exynos/exynos5_setup.h  |   2 +-
 arch/arm/cpu/armv7/exynos/pinmux.c |   4 +-
 arch/arm/cpu/armv7/exynos/power.c  |   7 ++
 arch/arm/cpu/armv7/exynos/spl_boot.c   |   7 +-
 arch/arm/cpu/armv7/keystone/clock.c|   2 +-
 arch/arm/cpu/armv7/keystone/psc.c  |  44 +--
 arch/arm/cpu/armv7/omap5/hw_data.c |  39 +-
 arch/arm/cpu/armv7/omap5/sdram.c   |  60 ++-
 arch/arm/dts/Makefile  |   3 +-
 arch/arm/dts/exynos4412-odroid.dts |  70 ++
 arch/arm/dts/exynos5420-peach-pit.dts  |  30 
 arch/arm/dts/exynos54xx.dtsi   |  10 +++
 arch/arm/include/asm/arch-exynos/clk.h |   1 +
 arch/arm/include/asm/arch-exynos/gpio.h|   1 +
 arch/arm/include/asm/arch-exynos/power.h   |  21 ++
 arch/arm/include/asm/arch-exynos/spl.h |  17 +
 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-09-12 Thread Tom Rini
On Fri, Sep 12, 2014 at 03:42:19PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:
 
   Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to a7f99bf139b3aaa0d5494693fd0395084355e41a:
 
   arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG (2014-09-11 18:04:39
   +0200)
 
 NOTE that 7 boards still fail building, two with warnings (k2e_evm
 k2hk_evm), five with errors (openrd_client tricorder_flash tricorder
 openrd_ultimate openrd_base).
 
 
 Ajay Kumar (8):
   exynos_fb: Remove usage of static defines
   arm: exynos: Add RPLL for Exynos5420
   arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for
 Exynos5420 video: exynos_fimd: Add framework to disable FIMD sysmmu
   ARM: exynos: Add missing declaration for gpio_direction_input
   exynos5420: add callbacks needed for exynos_fb driver
   ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge
 chip CONFIGS: peach-pit: Enable display for peach_pit board
 
 Albert ARIBAUD (2):
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
 
 Benoît Thébaudeau (2):
   arm: Make reset position-independent
   arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG
 
 Enric Balletbo i Serra (1):
   AM335x: igep0033: Convert to generic board and use
 ti_am335x_common.h.
 
 FUKAUMI Naoki (1):
   sun7i: Add support for Olimex A20-OLinuXino-LIME
 
 Guillaume GARDET (1):
   omap3_beagle: Add boot script support to omap3 beagle board
 
 Ian Campbell (1):
   sunxi: Correct typo CONFIG_FTDFILE = CONFIG_FDTFILE
 
 Jeroen Hofstee (8):
   board_r: ARM[64] do not set gd again
   ARM: SPL: do not set gd again
   cc-option: also detect unsupported warnings options
   ARM: make gd a function for clang
   eabi_compat: add __aeabi_memcpy __aeabi_memset
   clang: workaround for generated constants
   Makefile: default to cc for host compiler
   README.clang: build command with clang
 
 Khoronzhuk, Ivan (3):
   ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0
   keystone2: use readl/writel functions instead of redefinition
   mtd: nand: davinci_nand: correct keystone RBL layout definition
 
 Masahiro Yamada (3):
   arm: am335x: add Kconfig range attribute to prevent invalid
 CONS_INDEX MAINTAINERS: update the maintainer of Arndale board
   kconfig: remove redundant SPL from CONFIG_SYS_EXTRA_OPTIONS
 
 Przemyslaw Marczak (13):
   samsung: misc: fix soc revision setting in the set_board_info()
   exynos: pinmux: fix the gpio names for exynos4x12 mmc
   arch:exynos: boot mode: add get_boot_mode(), code cleanup
   board:samsung: check the boot device and init the right mmc
 driver. samsung: misc: add function for setting $dfu_alt_info
   samsung:board: misc_init_r: call set_dfu_alt_info()
   arm:reset: call the reset_misc() before the cpu reset
   samsung: board: enable support of multiple board types
   samsung: misc: use board specific functions to set env board info
   odroid: add board file for Odroid X2/U3 based on Samsung
 Exynos4412 odroid: add odroid U3/X2 device tree description
   odroid: kconfig: add odroid_defconfig
   odroid: set MPLL clock to 880MHz
 
 R Sricharan (1):
   ARM: DRA72: DDR3: Add emif settings for 666MHz clock
 
 Rostislav Lisovy (2):
   mtd: nand: omap_gpmc: Enable multiple NAND flash devices
   mtd: nand: omap_gpmc: Fix 'bit-flip' errors
 
 Vadim Bendebury (1):
   video: Add driver for Parade PS8625 dP to LVDS bridge
 
  Kbuild |   3 +-
  Makefile   |   4 +-
  arch/arm/cpu/armv7/exynos/Kconfig  |   4 +
  arch/arm/cpu/armv7/exynos/clock.c  |  83
  +++-- arch/arm/cpu/armv7/exynos/clock_init.h
  |   3 + arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |  13 
  arch/arm/cpu/armv7/exynos/exynos5_setup.h  |   2 +-
  arch/arm/cpu/armv7/exynos/pinmux.c |   4 +-
  arch/arm/cpu/armv7/exynos/power.c  |   7 ++
  arch/arm/cpu/armv7/exynos/spl_boot.c   |   7 +-
  arch/arm/cpu/armv7/keystone/clock.c|   2 +-
  arch/arm/cpu/armv7/keystone/psc.c  |  44 +--
  arch/arm/cpu/armv7/omap5/hw_data.c |  39 +-
  arch/arm/cpu/armv7/omap5/sdram.c   |  60 ++-
  arch/arm/dts/Makefile  |   3 +-
  arch/arm/dts/exynos4412-odroid.dts |  70 ++
  arch/arm/dts/exynos5420-peach-pit.dts  |  30 
  arch/arm/dts/exynos54xx.dtsi   |  10 +++
  arch/arm/include/asm/arch-exynos/clk.h |   1 +

[U-Boot] Pull request: u-boot-arm/master

2014-07-29 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
772e173802627a1917a3f5878ad4b9b920089a33:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2014-07-25
  15:05:09 -0400)

are available in the git repository at:


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

for you to fetch changes up to 9d195a546179bc732aba9eacccf0a9a3db591288:

  ARM: HYP/non-sec: remove MIDR check to validate CBAR (2014-07-28
  17:19:55 +0200)


Albert ARIBAUD (4):
  Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
  Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'

Andreas Bießmann (1):
  tricorder: convert to generic board

Chen-Yu Tsai (1):
  sunxi: Add support for using MII phy-s with the GMAC nic

Hans de Goede (12):
  sunxi: mksunxiboot: Fix loading of files with a size which is not
a multiple of 4 sunxi: Fix u-boot-spl.lds to refer to .vectors
  sunxi: Remove mmc DMA support
  sunxi: Implement reset_cpu
  sunxi: Add sun4i support
  sunxi: Add sun5i support
  sunxi: Add emac glue, enable emac on the cubieboard
  sunxi: Add Ian Campbell and Hans de Goede as cubietruck
board-maintainers mvtwsi: convert to CONFIG_SYS_I2C framework
  sunxi: Add i2c support
  sunxi: Add axp152 pmic support
  sunxi: Fix reset hang on sun5i

Hao Zhang (10):
  keystone2: ddr: add DDR3 PHY configs updated for PG 2.0
  keystone2: move cpu_to_bus() to keystone.c
  keystone2: add possibility to turn off all dsps
  ARM: keystone2: move K2HK board files to common KS2 board
directory configs: k2hk_evm: config: add common EVM configuration header
  keystone: ddr3: move K2HK DDR3 configuration to a common file
  ARM: keystone2: add K2E SoC hardware definitions
  ARM: keystone2: clock: add K2E clock support
  ARM: keystone2: add MSMC cache coherency support for K2E SOC
  board: k2e-evm: add board support

Henrik Nordstrom (1):
  sunxi: Add axp209 pmic support

Ian Campbell (4):
  sunxi: Avoid unused variable warning.
  sunxi: add Cubieboard2 support
  sunxi: add gpio driver
  sunxi: use setbits_le32 to enable the DMA clock

Jonathan Liu (1):
  sunxi: use random parts of SID to set ethaddr

Khoronzhuk, Ivan (10):
  mtd: nand: davinci: add opportunity to write keystone U-boot image
  keystone: add support for NAND gpheader image
  k2hk_evm: add script to automate NAND flash process
  ARM: keystone2: psc: use common PSC base
  keystone: ddr3: add ddr3.h to hold ddr3 API
  ARM: keystone2: keystone_nav: make it dependent on keystone driver
  k2hk: use common KS2_ prefix for all hardware definitions
  ARM: keystone: clock: move K2HK SoC dependent code in separate
file keystone2: use CONFIG_SOC_KEYSTONE in common places
  ARM: keystone2: spl: add K2E SoC support

Ma Haijun (1):
  ARM: convert arch_fixup_memory_node to a generic FDT fixup
function

Marc Zyngier (10):
  ARM: HYP/non-sec: move switch to non-sec to the last boot phase
  ARM: HYP/non-sec: add a barrier after setting SCR.NS==1
  ARM: non-sec: reset CNTVOFF to zero
  ARM: add missing HYP mode constant
  ARM: HYP/non-sec: add separate section for secure code
  ARM: HYP/non-sec: allow relocation to secure RAM
  ARM: HYP/non-sec: add generic ARMv7 PSCI code
  ARM: HYP/non-sec: add the option for a second-stage monitor
  ARM: HYP/non-sec/PSCI: emit DT nodes
  ARM: HYP/non-sec: remove MIDR check to validate CBAR

Masahiro Yamada (1):
  zynq: disable -Wstrict-prototypes option for ps7_init.c

Michal Simek (2):
  ARM: zynq: Enable generic board for Xilinx Zynq
  ARM: zynq: Show ECC status on the same line as DRAM size

Mugunthan V N (3):
  drivers: net: cpsw: add support for using second port as ethernet
  ARM: DRA7xx: Add cpsw second port pinmux
  ARM: dra7_evm: Add Ethernet support for dra72x platform

Murali Karicheri (1):
  keystone2: add env option to do unitrd dt fixup

Nobuhiro Iwamatsu (4):
  net: sh-eth: Add support R8A7794
  serial: sh: Add support R8A7794
  arm: rmobile: Add support R8A7794
  arm: rmobile: Add support Alt board

Rajendra Nayak (1):
  ARM: OMAP: Fix handling of errata i727

Stefan Roese (4):
  net: Rename and cleanup sunxi (Allwinner) emac driver
  ARM: omap: Fix GPMC init for OMAP3 platforms
  ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c
  ARM: omap: tao3530: Convert to generic board

Tom Rini (3):
  power/pmic.h: Add prototype for power_init_board.
  tps65218/am43xx_evm: Add power framework support to TPS65218
  am335x_evm / gumstix pepper: Correct DDR settings

pekon gupta (3):
  ARM: omap: fix GPMC address-map size for NAND and NOR devices
  ARM: omap: clean redundant PISMO_xx macros used in 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-07-29 Thread Tom Rini
On Tue, Jul 29, 2014 at 03:08:16PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 772e173802627a1917a3f5878ad4b9b920089a33:
 
   Merge branch 'master' of git://git.denx.de/u-boot-sh (2014-07-25
   15:05:09 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 9d195a546179bc732aba9eacccf0a9a3db591288:
 
   ARM: HYP/non-sec: remove MIDR check to validate CBAR (2014-07-28
   17:19:55 +0200)
 
 
 Albert ARIBAUD (4):
   Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
   Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
 
 Andreas Bießmann (1):
   tricorder: convert to generic board
 
 Chen-Yu Tsai (1):
   sunxi: Add support for using MII phy-s with the GMAC nic
 
 Hans de Goede (12):
   sunxi: mksunxiboot: Fix loading of files with a size which is not
 a multiple of 4 sunxi: Fix u-boot-spl.lds to refer to .vectors
   sunxi: Remove mmc DMA support
   sunxi: Implement reset_cpu
   sunxi: Add sun4i support
   sunxi: Add sun5i support
   sunxi: Add emac glue, enable emac on the cubieboard
   sunxi: Add Ian Campbell and Hans de Goede as cubietruck
 board-maintainers mvtwsi: convert to CONFIG_SYS_I2C framework
   sunxi: Add i2c support
   sunxi: Add axp152 pmic support
   sunxi: Fix reset hang on sun5i
 
 Hao Zhang (10):
   keystone2: ddr: add DDR3 PHY configs updated for PG 2.0
   keystone2: move cpu_to_bus() to keystone.c
   keystone2: add possibility to turn off all dsps
   ARM: keystone2: move K2HK board files to common KS2 board
 directory configs: k2hk_evm: config: add common EVM configuration header
   keystone: ddr3: move K2HK DDR3 configuration to a common file
   ARM: keystone2: add K2E SoC hardware definitions
   ARM: keystone2: clock: add K2E clock support
   ARM: keystone2: add MSMC cache coherency support for K2E SOC
   board: k2e-evm: add board support
 
 Henrik Nordstrom (1):
   sunxi: Add axp209 pmic support
 
 Ian Campbell (4):
   sunxi: Avoid unused variable warning.
   sunxi: add Cubieboard2 support
   sunxi: add gpio driver
   sunxi: use setbits_le32 to enable the DMA clock
 
 Jonathan Liu (1):
   sunxi: use random parts of SID to set ethaddr
 
 Khoronzhuk, Ivan (10):
   mtd: nand: davinci: add opportunity to write keystone U-boot image
   keystone: add support for NAND gpheader image
   k2hk_evm: add script to automate NAND flash process
   ARM: keystone2: psc: use common PSC base
   keystone: ddr3: add ddr3.h to hold ddr3 API
   ARM: keystone2: keystone_nav: make it dependent on keystone driver
   k2hk: use common KS2_ prefix for all hardware definitions
   ARM: keystone: clock: move K2HK SoC dependent code in separate
 file keystone2: use CONFIG_SOC_KEYSTONE in common places
   ARM: keystone2: spl: add K2E SoC support
 
 Ma Haijun (1):
   ARM: convert arch_fixup_memory_node to a generic FDT fixup
 function
 
 Marc Zyngier (10):
   ARM: HYP/non-sec: move switch to non-sec to the last boot phase
   ARM: HYP/non-sec: add a barrier after setting SCR.NS==1
   ARM: non-sec: reset CNTVOFF to zero
   ARM: add missing HYP mode constant
   ARM: HYP/non-sec: add separate section for secure code
   ARM: HYP/non-sec: allow relocation to secure RAM
   ARM: HYP/non-sec: add generic ARMv7 PSCI code
   ARM: HYP/non-sec: add the option for a second-stage monitor
   ARM: HYP/non-sec/PSCI: emit DT nodes
   ARM: HYP/non-sec: remove MIDR check to validate CBAR
 
 Masahiro Yamada (1):
   zynq: disable -Wstrict-prototypes option for ps7_init.c
 
 Michal Simek (2):
   ARM: zynq: Enable generic board for Xilinx Zynq
   ARM: zynq: Show ECC status on the same line as DRAM size
 
 Mugunthan V N (3):
   drivers: net: cpsw: add support for using second port as ethernet
   ARM: DRA7xx: Add cpsw second port pinmux
   ARM: dra7_evm: Add Ethernet support for dra72x platform
 
 Murali Karicheri (1):
   keystone2: add env option to do unitrd dt fixup
 
 Nobuhiro Iwamatsu (4):
   net: sh-eth: Add support R8A7794
   serial: sh: Add support R8A7794
   arm: rmobile: Add support R8A7794
   arm: rmobile: Add support Alt board
 
 Rajendra Nayak (1):
   ARM: OMAP: Fix handling of errata i727
 
 Stefan Roese (4):
   net: Rename and cleanup sunxi (Allwinner) emac driver
   ARM: omap: Fix GPMC init for OMAP3 platforms
   ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c
   ARM: omap: tao3530: Convert to generic board
 
 Tom Rini (3):
   power/pmic.h: Add prototype for power_init_board.
   tps65218/am43xx_evm: Add power framework support to TPS65218

[U-Boot] Pull request: u-boot-arm/master

2014-07-05 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
4009bed4694892716d280fcb088899b566c5c986:

  Reformat boards.cfg (2014-07-05 00:36:57 +0200)

are available in the git repository at:

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

for you to fetch changes up to 23f23f23d509e8e873797884456070c8a47d72b2:

  socfpga: Relocate arch common functions away from board (2014-07-05
  10:14:46 +0200)


Chin Liang See (1):
  socfpga: Relocate arch common functions away from board

Christian Riesch (1):
  arm, calimain: Add CONFIG_SYS_GENERIC_BOARD

Jeroen Hofstee (1):
  arm: spl: fix include guard

Linus Walleij (1):
  integrator: switch to generic board

Shaibal.Dutta (1):
  arm: Fix armv8 compilation error

Stephen Warren (1):
  ARM: rpi_b: enable GENERIC_BOARD

Łukasz Dałek (1):
  arm:board:h2200: Add CONFIG_SYS_GENERIC_BOARD

 arch/arm/cpu/armv7/socfpga/misc.c| 24 
 arch/arm/include/asm/arch-keystone/spl.h |  2 +-
 arch/arm/include/asm/arch-sunxi/spl.h|  2 +-
 arch/arm/include/asm/proc-armv/system.h  |  2 +-
 board/altera/socfpga/socfpga_cyclone5.c  | 23 ---
 include/configs/calimain.h   |  3 ++-
 include/configs/h2200.h  |  1 +
 include/configs/integrator-common.h  |  1 +
 include/configs/rpi_b.h  |  1 +
 9 files changed, 32 insertions(+), 27 deletions(-)

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


Re: [U-Boot] Pull request: u-boot-arm/master - please hold on

2014-07-05 Thread Albert ARIBAUD
Hi Tom,

On Sat, 5 Jul 2014 10:18:48 +0200, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:

 Hi Tom,
 
 The following changes since commit
 4009bed4694892716d280fcb088899b566c5c986:
 
   Reformat boards.cfg (2014-07-05 00:36:57 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 23f23f23d509e8e873797884456070c8a47d72b2:
 
   socfpga: Relocate arch common functions away from board (2014-07-05
   10:14:46 +0200)

Please wait before applying this one, as I'll proably be adding
Jeroen's extern-to-static patch, in which case I'll send an updated PR.

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


Re: [U-Boot] Pull request: u-boot-arm/master - can be applied

2014-07-05 Thread Albert ARIBAUD
Hi Tom,

On Sat, 5 Jul 2014 14:45:04 +0200, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:

 Hi Tom,
 
 On Sat, 5 Jul 2014 10:18:48 +0200, Albert ARIBAUD
 albert.u.b...@aribaud.net wrote:
 
  Hi Tom,
  
  The following changes since commit
  4009bed4694892716d280fcb088899b566c5c986:
  
Reformat boards.cfg (2014-07-05 00:36:57 +0200)
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm master
  
  for you to fetch changes up to 23f23f23d509e8e873797884456070c8a47d72b2:
  
socfpga: Relocate arch common functions away from board (2014-07-05
10:14:46 +0200)
 
 Please wait before applying this one, as I'll proably be adding
 Jeroen's extern-to-static patch, in which case I'll send an updated PR.

Jeroen's patch will wait until after 2014.07, so you can take my PR as
it is now.

 Amicalement,

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


Re: [U-Boot] Pull request: u-boot-arm/master

2014-07-05 Thread Tom Rini
On Sat, Jul 05, 2014 at 10:18:48AM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 4009bed4694892716d280fcb088899b566c5c986:
 
   Reformat boards.cfg (2014-07-05 00:36:57 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 23f23f23d509e8e873797884456070c8a47d72b2:
 
   socfpga: Relocate arch common functions away from board (2014-07-05
   10:14:46 +0200)
 
 
 Chin Liang See (1):
   socfpga: Relocate arch common functions away from board
 
 Christian Riesch (1):
   arm, calimain: Add CONFIG_SYS_GENERIC_BOARD
 
 Jeroen Hofstee (1):
   arm: spl: fix include guard
 
 Linus Walleij (1):
   integrator: switch to generic board
 
 Shaibal.Dutta (1):
   arm: Fix armv8 compilation error
 
 Stephen Warren (1):
   ARM: rpi_b: enable GENERIC_BOARD
 
 Łukasz Dałek (1):
   arm:board:h2200: Add CONFIG_SYS_GENERIC_BOARD
 
  arch/arm/cpu/armv7/socfpga/misc.c| 24 
  arch/arm/include/asm/arch-keystone/spl.h |  2 +-
  arch/arm/include/asm/arch-sunxi/spl.h|  2 +-
  arch/arm/include/asm/proc-armv/system.h  |  2 +-
  board/altera/socfpga/socfpga_cyclone5.c  | 23 ---
  include/configs/calimain.h   |  3 ++-
  include/configs/h2200.h  |  1 +
  include/configs/integrator-common.h  |  1 +
  include/configs/rpi_b.h  |  1 +
  9 files changed, 32 insertions(+), 27 deletions(-)

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 request: u-boot-arm/master

2014-07-04 Thread Albert ARIBAUD
Hello,

The following changes since commit
fe8b3212b7938861eacdefe6115810303a96f9cc:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-07-02
  16:38:02 -0400)

are available in the git repository at:


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

for you to fetch changes up to 4009bed4694892716d280fcb088899b566c5c986:

  Reformat boards.cfg (2014-07-05 00:36:57 +0200)


Albert ARIBAUD (1):
  Reformat boards.cfg

Axel Lin (1):
  gpio: spear_gpio: Fix gpio_set_value() implementation

Chin Liang See (3):
  watchdog/denali: Adding DesignWare watchdog driver support
  socfpga: Adding DesignWare watchdog support
  socfpga: Adding Scan Manager driver

Darwin Rambo (1):
  arm: Add support for semihosting for armv8 fastmodel targets.

J. German Rivera (2):
  Added 64-bit MMIO accessors for ARMv8
  armv8/fsl-lsch3: Add support to load and start MC Firmware

Jeroen Hofstee (1):
  ARM: cache_v7: use __weak

Sergey Kostanbaev (1):
  arm: ep9315: Return back Cirrus Logic EDB9315A board support

York Sun (3):
  ARMv8: Adjust MMU setup
  ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC
  ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board
support

 README |  27 +
 arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S| 463
 -
 arch/arm/cpu/armv7/cache_v7.c  |  45 ++--
 arch/arm/cpu/armv7/socfpga/Makefile|   2 +-
 arch/arm/cpu/armv7/socfpga/scan_manager.c  | 209
 +++
 arch/arm/cpu/armv7/socfpga/spl.c   |   4 +
 arch/arm/cpu/armv8/cache_v8.c  |  57
 +- arch/arm/cpu/armv8/fsl-lsch3/Makefile  |
 9 ++ arch/arm/cpu/armv8/fsl-lsch3/README|  10 ++
 arch/arm/cpu/armv8/fsl-lsch3/cpu.c | 436
 +
 arch/arm/cpu/armv8/fsl-lsch3/cpu.h |   7 ++
 arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S|  65
 +++ arch/arm/cpu/armv8/fsl-lsch3/speed.c   |
 176 ++
 arch/arm/cpu/armv8/fsl-lsch3/speed.h   |   7 ++
 arch/arm/include/asm/arch-ep93xx/ep93xx.h  |  85
 +++ arch/arm/include/asm/arch-fsl-lsch3/clock.h
 |  23  arch/arm/include/asm/arch-fsl-lsch3/config.h   |
 65 +++ arch/arm/include/asm/arch-fsl-lsch3/gpio.h
 |   9 ++ arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h  | 116
 
 arch/arm/include/asm/arch-fsl-lsch3/imx-regs.h |  13 +++
 arch/arm/include/asm/arch-socfpga/scan_manager.h   |  90
 +++ arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
 |   2 + arch/arm/include/asm/armv8/mmu.h   |  24
  arch/arm/include/asm/cache.h   |   3 +
 arch/arm/include/asm/config.h  |   4 +
 arch/arm/include/asm/io.h  |   8 ++
 arch/arm/include/asm/semihosting.h |  21 
 arch/arm/include/asm/system.h  |   2 +
 arch/arm/lib/Makefile  |   1 +
 arch/arm/lib/cache-cp15.c  |   9 +-
 arch/arm/lib/cache.c   |  13 +--
 arch/arm/lib/semihosting.c | 233
 +++
 board/altera/socfpga/iocsr_config.c| 657
 
++
 board/altera/socfpga/iocsr_config.h|  17 +++
 board/armltd/vexpress64/vexpress64.c   | 101
 -
 board/cirrus/edb93xx/Makefile  |  11 ++
 board/cirrus/edb93xx/edb93xx.c | 382
 
 board/cirrus/edb93xx/u-boot.lds| 115
 
 board/freescale/ls2085a/Makefile   |   8 ++
 board/freescale/ls2085a/README |  16 +++
 board/freescale/ls2085a/ddr.c  | 175
 ++
 board/freescale/ls2085a/ddr.h  |  57
 ++ board/freescale/ls2085a/ls2085a.c  |
 100 +
 boards.cfg |  17 ++-
 doc/README.semihosting |  54 +
 drivers/gpio/spear_gpio.c  |   5 +-
 drivers/i2c/mxc_i2c.c  |   5 +
 drivers/net/Makefile   |   1 +
 drivers/net/fsl_mc/Makefile  

Re: [U-Boot] Pull request: u-boot-arm/master

2014-07-04 Thread Tom Rini
On Sat, Jul 05, 2014 at 12:57:22AM +0200, Albert ARIBAUD wrote:

 Hello,
 
 The following changes since commit
 fe8b3212b7938861eacdefe6115810303a96f9cc:
 
   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-07-02
   16:38:02 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 4009bed4694892716d280fcb088899b566c5c986:
 
   Reformat boards.cfg (2014-07-05 00:36:57 +0200)
 
 
 Albert ARIBAUD (1):
   Reformat boards.cfg
 
 Axel Lin (1):
   gpio: spear_gpio: Fix gpio_set_value() implementation
 
 Chin Liang See (3):
   watchdog/denali: Adding DesignWare watchdog driver support
   socfpga: Adding DesignWare watchdog support
   socfpga: Adding Scan Manager driver
 
 Darwin Rambo (1):
   arm: Add support for semihosting for armv8 fastmodel targets.
 
 J. German Rivera (2):
   Added 64-bit MMIO accessors for ARMv8
   armv8/fsl-lsch3: Add support to load and start MC Firmware
 
 Jeroen Hofstee (1):
   ARM: cache_v7: use __weak
 
 Sergey Kostanbaev (1):
   arm: ep9315: Return back Cirrus Logic EDB9315A board support
 
 York Sun (3):
   ARMv8: Adjust MMU setup
   ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC
   ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board
 support
 
  README |  27 +
  arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S| 463
  -
  arch/arm/cpu/armv7/cache_v7.c  |  45 ++--
  arch/arm/cpu/armv7/socfpga/Makefile|   2 +-
  arch/arm/cpu/armv7/socfpga/scan_manager.c  | 209
  +++
  arch/arm/cpu/armv7/socfpga/spl.c   |   4 +
  arch/arm/cpu/armv8/cache_v8.c  |  57
  +- arch/arm/cpu/armv8/fsl-lsch3/Makefile  |
  9 ++ arch/arm/cpu/armv8/fsl-lsch3/README|  10 ++
  arch/arm/cpu/armv8/fsl-lsch3/cpu.c | 436
  +
  arch/arm/cpu/armv8/fsl-lsch3/cpu.h |   7 ++
  arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S|  65
  +++ arch/arm/cpu/armv8/fsl-lsch3/speed.c   |
  176 ++
  arch/arm/cpu/armv8/fsl-lsch3/speed.h   |   7 ++
  arch/arm/include/asm/arch-ep93xx/ep93xx.h  |  85
  +++ arch/arm/include/asm/arch-fsl-lsch3/clock.h
  |  23  arch/arm/include/asm/arch-fsl-lsch3/config.h   |
  65 +++ arch/arm/include/asm/arch-fsl-lsch3/gpio.h
  |   9 ++ arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h  | 116
  
  arch/arm/include/asm/arch-fsl-lsch3/imx-regs.h |  13 +++
  arch/arm/include/asm/arch-socfpga/scan_manager.h   |  90
  +++ arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
  |   2 + arch/arm/include/asm/armv8/mmu.h   |  24
   arch/arm/include/asm/cache.h   |   3 +
  arch/arm/include/asm/config.h  |   4 +
  arch/arm/include/asm/io.h  |   8 ++
  arch/arm/include/asm/semihosting.h |  21 
  arch/arm/include/asm/system.h  |   2 +
  arch/arm/lib/Makefile  |   1 +
  arch/arm/lib/cache-cp15.c  |   9 +-
  arch/arm/lib/cache.c   |  13 +--
  arch/arm/lib/semihosting.c | 233
  +++
  board/altera/socfpga/iocsr_config.c| 657
  
 ++
  board/altera/socfpga/iocsr_config.h|  17 +++
  board/armltd/vexpress64/vexpress64.c   | 101
  -
  board/cirrus/edb93xx/Makefile  |  11 ++
  board/cirrus/edb93xx/edb93xx.c | 382
  
  board/cirrus/edb93xx/u-boot.lds| 115
  
  board/freescale/ls2085a/Makefile   |   8 ++
  board/freescale/ls2085a/README |  16 +++
  board/freescale/ls2085a/ddr.c  | 175
  ++
  board/freescale/ls2085a/ddr.h  |  57
  ++ board/freescale/ls2085a/ls2085a.c  |
  100 +
  boards.cfg |  17 ++-
  doc/README.semihosting |  54 +
  drivers/gpio/spear_gpio.c  |  

[U-Boot] Pull request: u-boot-arm/master

2014-07-02 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab:

  Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-06-24
  14:06:22 -0400)

are available in the git repository at:


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

for you to fetch changes up to 304f936aeaab0c3cc9d5af438fd3498ac7682991:

  Merge remote-tracking branch 'u-boot-samsung/master' (2014-07-01
  20:52:51 +0200)



Akshay Saraswat (9):
  Exynos5: DMC: Modify the definition of ddr3_mem_ctrl_init
  Exynos5420: Remove code for enabling read leveling
  Exynos5420: DMC: Add software read leveling
  Exynos: SPI: Fix reading data from SPI flash
  Exynos5420: Let macros be used for exynos5420
  Exynos5420: Introduce support for the Peach-Pit board
  Exynos5: Config: Place environment at the end of SPI flash
  Exynos5: Config: Increase SPL footprint for Exynos5420
  Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs

Albert ARIBAUD (8):
  Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
  Merge branch 'u-boot/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
  Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
  Merge remote-tracking branch 'u-boot-samsung/master'

Alison Wang (2):
  arm: vf610: Add QSPI driver support
  arm: imx: Add two macros for VF610 in IOMUX_PAD structure

Andreas Bießmann (2):
  avr32: migrate cache functions
  macb: make checkpatch clean

Ash Charles (3):
  omap: Don't enable GPMC CS0 with nothing attached
  omap4: duovero: Correct name of default device tree
  omap3: overo: Select fdtfile for expansion board

Axel Lin (1):
  spi: davinci: Fix register address for SPI1_BUS

Chao Fu (1):
  arm: vf610: Add QSPI support for VF610TWR

Doug Anderson (1):
  DMC: exynos5420: Gate CLKM to when reading PHY_CON13

Eric Nelson (1):
  serial_mxc: disable new features of autobaud detection

Fabio Estevam (10):
  mx6sabreauto: Add the mx6dual-lite variant
  mx6sabred: Add PFUZE100 PMIC support
  mx25pdk: Add generic board support
  mx6: Fix definition of IOMUXC_GPR12_DEVICE_TYPE_RC
  embestmx6boards: Fix CONFIG_CONSOLE_DEV
  embestmx6boards: Fix the dtb file name for riotboard
  mx28evk: Fix warning when CONFIG_ENV_IS_IN_SPI_FLASH is selected
  mx28evk: Add a target for SPI NOR boot
  mx28evk: Add documentation on how to boot from SPI NOR
  mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD

Felipe Balbi (5):
  board: ti: am43xx: print unsupported board name
  cpu: armv7: am33x: ddr: write emif ref_ctrl_shadow register
  board: ti: am43xx: add support for AM43xx Starter Kit
  board: ti: am43xx: add AM437x SK PHY Address
  board: ti: am43xx: enable QSPI and Gbit Ethernet on AM437x SK

Jeroen Hofstee (4):
  tegra20: display: fix checking of return value
  ARM: tegra: fix include guard
  omap3: board: trivial: add void for no args
  PMIC: MAX77686: fix invalid bus check

Khoronzhuk, Ivan (2):
  mtd: nand: davinci: add header file for driver definitions
  ARM: keystone: aemif: move aemif driver to
drivers/memory/ti-aemif.c

Marek Vasut (1):
  arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK

Mark Rutland (1):
  arm64: zero cntvoff_el2

Masahiro Yamada (3):
  spl: consolidate arch/arm/include/asm/arch-*/spl.h
  arm: fix a double-definition error of _start symbol
  arm: zynq: fix a bug in Zynq linker script

Michael Pratt (1):
  Exynos: Split 5250 and 5420 memory bank configuration

Minkyu Kang (1):
  Revert exynos: Enable PSHOLD in SPL

Nobuhiro Iwamatsu (2):
  arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfg
  arm: rmobile: lager: Remove NOR-Flash support from boards.cfg

Przemyslaw Marczak (2):
  trats/trats2: exynos_power_init: return 0 if no battery detected.
  Samsung: Goni: change maintainer to Robert Baldyga

Shawn Guo (1):
  mx6: drop ARM errata 742230

Stefano Babic (4):
  MX25: fix build due to missing sys_proto.h
  imx: correct HAB status for new chip TO
  OMAP: disable gpmc timeout safely for reenabling
  vf610: fix build due to missing sys_proto.h

Stephen Warren (2):
  ARM: tegra: fix extlinux.conf search location
  ARM: tegra: set initrd_high so boot scripts work

Steve Rae (1):
  arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

Tim Harvey (12):
  spl: nand: add support for mxs nand
  mx6: add common SPL configuration
  mx6: add boot device support for SPL
  imx: add comments and remove unused struct fields
  mx6: add structs for mmdc and ddr iomux registers
  mx6: add mmdc configuration 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-07-02 Thread Tom Rini
On Wed, Jul 02, 2014 at 10:33:16PM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab:
 
   Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-06-24
   14:06:22 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 304f936aeaab0c3cc9d5af438fd3498ac7682991:
 
   Merge remote-tracking branch 'u-boot-samsung/master' (2014-07-01
   20:52:51 +0200)
 
 
 
 Akshay Saraswat (9):
   Exynos5: DMC: Modify the definition of ddr3_mem_ctrl_init
   Exynos5420: Remove code for enabling read leveling
   Exynos5420: DMC: Add software read leveling
   Exynos: SPI: Fix reading data from SPI flash
   Exynos5420: Let macros be used for exynos5420
   Exynos5420: Introduce support for the Peach-Pit board
   Exynos5: Config: Place environment at the end of SPI flash
   Exynos5: Config: Increase SPL footprint for Exynos5420
   Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs
 
 Albert ARIBAUD (8):
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
   Merge branch 'u-boot/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
   Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
   Merge remote-tracking branch 'u-boot-samsung/master'
 
 Alison Wang (2):
   arm: vf610: Add QSPI driver support
   arm: imx: Add two macros for VF610 in IOMUX_PAD structure
 
 Andreas Bießmann (2):
   avr32: migrate cache functions
   macb: make checkpatch clean
 
 Ash Charles (3):
   omap: Don't enable GPMC CS0 with nothing attached
   omap4: duovero: Correct name of default device tree
   omap3: overo: Select fdtfile for expansion board
 
 Axel Lin (1):
   spi: davinci: Fix register address for SPI1_BUS
 
 Chao Fu (1):
   arm: vf610: Add QSPI support for VF610TWR
 
 Doug Anderson (1):
   DMC: exynos5420: Gate CLKM to when reading PHY_CON13
 
 Eric Nelson (1):
   serial_mxc: disable new features of autobaud detection
 
 Fabio Estevam (10):
   mx6sabreauto: Add the mx6dual-lite variant
   mx6sabred: Add PFUZE100 PMIC support
   mx25pdk: Add generic board support
   mx6: Fix definition of IOMUXC_GPR12_DEVICE_TYPE_RC
   embestmx6boards: Fix CONFIG_CONSOLE_DEV
   embestmx6boards: Fix the dtb file name for riotboard
   mx28evk: Fix warning when CONFIG_ENV_IS_IN_SPI_FLASH is selected
   mx28evk: Add a target for SPI NOR boot
   mx28evk: Add documentation on how to boot from SPI NOR
   mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD
 
 Felipe Balbi (5):
   board: ti: am43xx: print unsupported board name
   cpu: armv7: am33x: ddr: write emif ref_ctrl_shadow register
   board: ti: am43xx: add support for AM43xx Starter Kit
   board: ti: am43xx: add AM437x SK PHY Address
   board: ti: am43xx: enable QSPI and Gbit Ethernet on AM437x SK
 
 Jeroen Hofstee (4):
   tegra20: display: fix checking of return value
   ARM: tegra: fix include guard
   omap3: board: trivial: add void for no args
   PMIC: MAX77686: fix invalid bus check
 
 Khoronzhuk, Ivan (2):
   mtd: nand: davinci: add header file for driver definitions
   ARM: keystone: aemif: move aemif driver to
 drivers/memory/ti-aemif.c
 
 Marek Vasut (1):
   arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK
 
 Mark Rutland (1):
   arm64: zero cntvoff_el2
 
 Masahiro Yamada (3):
   spl: consolidate arch/arm/include/asm/arch-*/spl.h
   arm: fix a double-definition error of _start symbol
   arm: zynq: fix a bug in Zynq linker script
 
 Michael Pratt (1):
   Exynos: Split 5250 and 5420 memory bank configuration
 
 Minkyu Kang (1):
   Revert exynos: Enable PSHOLD in SPL
 
 Nobuhiro Iwamatsu (2):
   arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfg
   arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
 
 Przemyslaw Marczak (2):
   trats/trats2: exynos_power_init: return 0 if no battery detected.
   Samsung: Goni: change maintainer to Robert Baldyga
 
 Shawn Guo (1):
   mx6: drop ARM errata 742230
 
 Stefano Babic (4):
   MX25: fix build due to missing sys_proto.h
   imx: correct HAB status for new chip TO
   OMAP: disable gpmc timeout safely for reenabling
   vf610: fix build due to missing sys_proto.h
 
 Stephen Warren (2):
   ARM: tegra: fix extlinux.conf search location
   ARM: tegra: set initrd_high so boot scripts work
 
 Steve Rae (1):
   arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
 
 Tim Harvey (12):
   spl: nand: add support for mxs nand
   mx6: add common 

[U-Boot] Pull request: u-boot-arm/master

2014-06-08 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
9637a1bb896efe392a58dd2772e2c3fcb646409d:

  ARM: at91sam9m10g45ek: add mmc environment configuration support
  (2014-05-27 00:10:55 +0200)

are available in the git repository at:

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

for you to fetch changes up to 5ed28948a3ffe6c735386e59c132989869beaa3e:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-06-08
  09:14:19 +0200)



Aaron Durbin (3):
  exynos5: Enable tps65090 on exynos5-dt
  power: Explicitly select pmic device's bus
  exynos5: support tps65090 pmic

Albert ARIBAUD (2):
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'

Beomho Seo (3):
  arm: exynos: pinmux: add sdmmc4 gpio configratuion
  arm: exynos: clock: Remove exynos4x12_set_mmc_clk function
  board: trats2: Enable device tree on Trats2

Brian Norris (2):
  mtd: nand: don't use read_buf for 8-bit ONFI transfers
  mtd: nand: force NAND_CMD_READID onto 8-bit bus

David Mosberger (1):
  mtd: nand: fix GET/SET_FEATURES address on 16-bit devices

Doug Anderson (1):
  Exynos: Make sure ps_hold gets set in the SPL

Hannes Petermaier (6):
  arch-am33xx: Add defines for timer0-7
  board/BuR/common: introduce usage of CONFIG_SYS_GENERIC_BOARD
  board/BuR/tseries: Add support for using 8-bit on eMMC
  board/BuR/tseries: only run gpmc_init(...) in NAND-build
  board/BuR/common: Add CONFIG_CMD_I2C
  board/BuR/tseries: cosmetic changes

Jaehoon Chung (12):
  ARM: exynos: board: change the mmc/sd init sequence
  ARM: exynos: clock: modify the set_mmc_clk for exynos4
  ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC
  mmc: exynos_dw_mmc: restore the property into host
  mmc: remove the unnecessary define and fix the wrong bit control
  mmc: support the DDR mode for eMMC
  mmc: dw_mmc: support the DDR mode
  ARM: dts: exnyos: enable dw-mmc controller
  mmc: exynos_dw_mmc: enable the DDR mode
  ARM: exynos4: enable the dwmmc configuration
  mmc: s5p_sdhci: add the s5p_sdhci_core_init function
  ARM: exynos5420: removed undefined gpio structure

Jeroen Hofstee (1):
  tam3517: fix NAND detection

Lokesh Vutla (2):
  ARM: AM43xx: Fix mmcboot command in EXTRA_ENV_SETTINGS
  ARM: AM43xx: Fix UART clocks enabling

Mateusz Zalega (4):
  arm: goni: Update configuration for Goni target
  arm: goni: dfu: Add support for DFU to Goni target
  arm: goni: enable GPT command
  arm: goni: enable USB Mass Storage

Murali Karicheri (1):
  keystone: init: enable UART1 to be able use it from kernel

Piotr Wilczek (1):
  arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD

Simon Glass (8):
  exynos: dts: Correct EC interrupt GPIO
  exynos: Drop old smdk5250.c file
  power: Rename CONFIG_PMIC_... to CONFIG_POWER_...
  power: Add PMIC_ prefix to CHARGER_EN/DISABLE
  exynos: Enable PSHOLD in SPL
  exynos: dts: Enable LCD for snow
  exynos: Enable the LCD backlight for snow
  initcall: Improve debugging support

Sourav Poddar (2):
  am43xx_evm: Add qspiboot target
  ti: qspi: populate slave device to set flash quad bit.

Stephen Warren (1):
  ARM: tegra: enable USB device mode and UMS on some boards

Tom Rini (6):
  arm:am33xx: Make dram_init call sdram_init() in some contexts
  arm:am33xx: Rework s_init and add board_early_init_f
  am43xx: Only read the MPU frequency bits of CTRL_DEV_ATTR
  arm:am33xx: Add a scale_vcores() hook
  power: Add support for the TPS65218 PMIC
  arm:am43xx: Add TPS65218 support to scale voltages up

Tom Wai-Hong Tam (1):
  power: Add support for TPS65090 PMU chip.

WingMan Kwok (1):
  keystone: k2hk: enable support of nand ecclayout command

pekon gupta (12):
  mtd: nand: omap_elm: remove #include omap_gpmc.h
  mtd: nand: omap_elm: use bch_type instead of nibble count to
differentiate between BCH4/BCH8/BCH16 mtd: nand: omap_elm: use macros
for register definitions mtd: nand: omap_gpmc: remove unused members of
'struct nand_bch_priv' mtd: nand: omap_gpmc: rename struct
nand_bch_priv to struct omap_nand_info mtd: nand: omap_gpmc: minor
cleanup of omap_correct_data_bch mtd: nand: omap: fix error-codes
returned from omap-elm driver mtd: nand: omap: add
CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width omap3:
remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and
GPMC_NAND_ECC_LP_x16_LAYOUT mtd: nand: omap_gpmc: use macro for
register definitions mtd: nand: omap: add support for BCH16_ECC - NAND
driver updates am335x: update README for BCH16

 arch/arm/cpu/armv7/am33xx/board.c  |  20 +-
 arch/arm/cpu/armv7/am33xx/clock.c  |  11 +
 arch/arm/cpu/armv7/am33xx/clock_am43xx.c   |   9 +
 arch/arm/cpu/armv7/am33xx/emif4.c  

Re: [U-Boot] Pull request: u-boot-arm/master

2014-06-08 Thread Tom Rini
On Sun, Jun 08, 2014 at 09:51:16AM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 9637a1bb896efe392a58dd2772e2c3fcb646409d:
 
   ARM: at91sam9m10g45ek: add mmc environment configuration support
   (2014-05-27 00:10:55 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 5ed28948a3ffe6c735386e59c132989869beaa3e:
 
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-06-08
   09:14:19 +0200)
 
 
 
 Aaron Durbin (3):
   exynos5: Enable tps65090 on exynos5-dt
   power: Explicitly select pmic device's bus
   exynos5: support tps65090 pmic
 
 Albert ARIBAUD (2):
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
 
 Beomho Seo (3):
   arm: exynos: pinmux: add sdmmc4 gpio configratuion
   arm: exynos: clock: Remove exynos4x12_set_mmc_clk function
   board: trats2: Enable device tree on Trats2
 
 Brian Norris (2):
   mtd: nand: don't use read_buf for 8-bit ONFI transfers
   mtd: nand: force NAND_CMD_READID onto 8-bit bus
 
 David Mosberger (1):
   mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
 
 Doug Anderson (1):
   Exynos: Make sure ps_hold gets set in the SPL
 
 Hannes Petermaier (6):
   arch-am33xx: Add defines for timer0-7
   board/BuR/common: introduce usage of CONFIG_SYS_GENERIC_BOARD
   board/BuR/tseries: Add support for using 8-bit on eMMC
   board/BuR/tseries: only run gpmc_init(...) in NAND-build
   board/BuR/common: Add CONFIG_CMD_I2C
   board/BuR/tseries: cosmetic changes
 
 Jaehoon Chung (12):
   ARM: exynos: board: change the mmc/sd init sequence
   ARM: exynos: clock: modify the set_mmc_clk for exynos4
   ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC
   mmc: exynos_dw_mmc: restore the property into host
   mmc: remove the unnecessary define and fix the wrong bit control
   mmc: support the DDR mode for eMMC
   mmc: dw_mmc: support the DDR mode
   ARM: dts: exnyos: enable dw-mmc controller
   mmc: exynos_dw_mmc: enable the DDR mode
   ARM: exynos4: enable the dwmmc configuration
   mmc: s5p_sdhci: add the s5p_sdhci_core_init function
   ARM: exynos5420: removed undefined gpio structure
 
 Jeroen Hofstee (1):
   tam3517: fix NAND detection
 
 Lokesh Vutla (2):
   ARM: AM43xx: Fix mmcboot command in EXTRA_ENV_SETTINGS
   ARM: AM43xx: Fix UART clocks enabling
 
 Mateusz Zalega (4):
   arm: goni: Update configuration for Goni target
   arm: goni: dfu: Add support for DFU to Goni target
   arm: goni: enable GPT command
   arm: goni: enable USB Mass Storage
 
 Murali Karicheri (1):
   keystone: init: enable UART1 to be able use it from kernel
 
 Piotr Wilczek (1):
   arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD
 
 Simon Glass (8):
   exynos: dts: Correct EC interrupt GPIO
   exynos: Drop old smdk5250.c file
   power: Rename CONFIG_PMIC_... to CONFIG_POWER_...
   power: Add PMIC_ prefix to CHARGER_EN/DISABLE
   exynos: Enable PSHOLD in SPL
   exynos: dts: Enable LCD for snow
   exynos: Enable the LCD backlight for snow
   initcall: Improve debugging support
 
 Sourav Poddar (2):
   am43xx_evm: Add qspiboot target
   ti: qspi: populate slave device to set flash quad bit.
 
 Stephen Warren (1):
   ARM: tegra: enable USB device mode and UMS on some boards
 
 Tom Rini (6):
   arm:am33xx: Make dram_init call sdram_init() in some contexts
   arm:am33xx: Rework s_init and add board_early_init_f
   am43xx: Only read the MPU frequency bits of CTRL_DEV_ATTR
   arm:am33xx: Add a scale_vcores() hook
   power: Add support for the TPS65218 PMIC
   arm:am43xx: Add TPS65218 support to scale voltages up
 
 Tom Wai-Hong Tam (1):
   power: Add support for TPS65090 PMU chip.
 
 WingMan Kwok (1):
   keystone: k2hk: enable support of nand ecclayout command
 
 pekon gupta (12):
   mtd: nand: omap_elm: remove #include omap_gpmc.h
   mtd: nand: omap_elm: use bch_type instead of nibble count to
 differentiate between BCH4/BCH8/BCH16 mtd: nand: omap_elm: use macros
 for register definitions mtd: nand: omap_gpmc: remove unused members of
 'struct nand_bch_priv' mtd: nand: omap_gpmc: rename struct
 nand_bch_priv to struct omap_nand_info mtd: nand: omap_gpmc: minor
 cleanup of omap_correct_data_bch mtd: nand: omap: fix error-codes
 returned from omap-elm driver mtd: nand: omap: add
 CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width omap3:
 remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and
 GPMC_NAND_ECC_LP_x16_LAYOUT mtd: nand: omap_gpmc: use macro for
 register definitions mtd: nand: omap: add support for BCH16_ECC - NAND
 driver updates am335x: update README for BCH16
 
  

[U-Boot] Pull request: u-boot-arm/master

2014-05-30 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
9665fa8f9e1488209d5e01d0792c243e0a220c5a:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-24
  06:34:08 -0400)

are available in the git repository at:


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

for you to fetch changes up to 9637a1bb896efe392a58dd2772e2c3fcb646409d:

  ARM: at91sam9m10g45ek: add mmc environment configuration support
  (2014-05-27 00:10:55 +0200)


Andreas Bießmann (4):
  corvus: remove unneeded CONFIG_AT91_LEGACY
  mkimage: add atmelimage
  arm:at91: enable ROM loadable atmel image
  sama5d3xek: enable PMECC header generation

Bo Shen (6):
  ARM: atmel: switch to main crystal osc for SPL boot
  ARM: atmel: enable SPL on sama5d3_xplained board
  ARM: atmel: sama5d3xek: convert to generic board
  ARM: atmel: sama5d3_xplained: convert to generic board
  ARM: atmel: at91sam9m10g45ek: convert to generic board
  ARM: atmel: at91sam9x5ek: convert to generic board

David Feng (1):
  Arm64 fix a bug of vbar_el3 initialization

Ian Campbell (12):
  sunxi: add sun7i clocks and timer support.
  sunxi: add sun7i pinmux and gpio support
  sunxi: add sun7i dram setup support
  sunxi: add sun7i cpu, board and start of day support
  sunxi: add support for Cubietruck booting in FEL mode
  sunxi: add gmac Ethernet support
  sunxi: mmc support
  sunxi: non-FEL SPL boot support for sun7i
  net/designware: ensure device private data is DMA aligned.
  net/designware: ensure cache invalidations are aligned to
ARCH_DMA_MINALIGN net/designware: reorder struct dw_eth_dev to pack
more efficiently. net/designware: Make DMA burst length configurable
and reduce by default

Michael Walle (2):
  lsxl: use 64bit for LBA48 to support 4 TB drives
  lsxl: rework boot scripts

Rob Herring (2):
  ARM: highbank: convert to generic board
  boards.cfg: update highbank maintainer email

Stefan Agner (1):
  arm: vf610: add DDR_SEL_PAD_CONTR register

Wu, Josh (8):
  gpio: at91: add sanity check for the NULL pointer
  mmc: atmel_mci: fix print incorrect buffer content for debug
  ARM: at91: remove AT91X40 macro since it is not use any more
  ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header
  at91: remove redundant AT91FAMILY definition in board config file
  ARM: at91: remove redundant ARM926EJS definition in board config
files ARM: at91sam9m10g45ek: enable mci0 support
  ARM: at91sam9m10g45ek: add mmc environment configuration support

 Makefile |  10 ++
 arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c |  17 
 arch/arm/cpu/armv7/Makefile  |   2 +-
 arch/arm/cpu/armv7/at91/config.mk|  10 ++
 arch/arm/cpu/armv7/sunxi/Makefile|  25 +
 arch/arm/cpu/armv7/sunxi/board.c | 111
 +
 arch/arm/cpu/armv7/sunxi/clock.c |  25 +
 arch/arm/cpu/armv7/sunxi/clock_sun4i.c   | 188
 
 arch/arm/cpu/armv7/sunxi/config.mk   |   8 ++
 arch/arm/cpu/armv7/sunxi/cpu_info.c  |  19 
 arch/arm/cpu/armv7/sunxi/dram.c  | 593
 

 arch/arm/cpu/armv7/sunxi/pinmux.c|  61
  arch/arm/cpu/armv7/sunxi/start.c |
 1 + arch/arm/cpu/armv7/sunxi/timer.c | 113
 ++
 arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds  |  77
 +++ arch/arm/cpu/armv7/sunxi/u-boot-spl.lds
 |  52 ++ arch/arm/cpu/armv8/start.S
 |   4 +- arch/arm/cpu/at91-common/spl.c   |  39
  arch/arm/include/asm/arch-at91/at91_pmc.h|   4 +
 arch/arm/include/asm/arch-at91/at91sam9x5.h  |   3 +
 arch/arm/include/asm/arch-at91/hardware.h|   2 -
 arch/arm/include/asm/arch-sunxi/clock.h  |  29 ++
 arch/arm/include/asm/arch-sunxi/clock_sun4i.h| 256
 
 arch/arm/include/asm/arch-sunxi/cpu.h| 122
 +++
 arch/arm/include/asm/arch-sunxi/dram.h   | 179
 ++
 arch/arm/include/asm/arch-sunxi/gpio.h   | 147
 
 arch/arm/include/asm/arch-sunxi/mmc.h| 124
 
 arch/arm/include/asm/arch-sunxi/spl.h|  20 
 arch/arm/include/asm/arch-sunxi/sys_proto.h  |  16 +++
 arch/arm/include/asm/arch-sunxi/timer.h  |  88
 + arch/arm/include/asm/arch-vf610/imx-regs.h
 |   1 + board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c  |  10 ++
 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-05-30 Thread Tom Rini
On Fri, May 30, 2014 at 05:20:48PM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 9665fa8f9e1488209d5e01d0792c243e0a220c5a:
 
   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-24
   06:34:08 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 9637a1bb896efe392a58dd2772e2c3fcb646409d:
 
   ARM: at91sam9m10g45ek: add mmc environment configuration support
   (2014-05-27 00:10:55 +0200)
 
 
 Andreas Bießmann (4):
   corvus: remove unneeded CONFIG_AT91_LEGACY
   mkimage: add atmelimage
   arm:at91: enable ROM loadable atmel image
   sama5d3xek: enable PMECC header generation
 
 Bo Shen (6):
   ARM: atmel: switch to main crystal osc for SPL boot
   ARM: atmel: enable SPL on sama5d3_xplained board
   ARM: atmel: sama5d3xek: convert to generic board
   ARM: atmel: sama5d3_xplained: convert to generic board
   ARM: atmel: at91sam9m10g45ek: convert to generic board
   ARM: atmel: at91sam9x5ek: convert to generic board
 
 David Feng (1):
   Arm64 fix a bug of vbar_el3 initialization
 
 Ian Campbell (12):
   sunxi: add sun7i clocks and timer support.
   sunxi: add sun7i pinmux and gpio support
   sunxi: add sun7i dram setup support
   sunxi: add sun7i cpu, board and start of day support
   sunxi: add support for Cubietruck booting in FEL mode
   sunxi: add gmac Ethernet support
   sunxi: mmc support
   sunxi: non-FEL SPL boot support for sun7i
   net/designware: ensure device private data is DMA aligned.
   net/designware: ensure cache invalidations are aligned to
 ARCH_DMA_MINALIGN net/designware: reorder struct dw_eth_dev to pack
 more efficiently. net/designware: Make DMA burst length configurable
 and reduce by default
 
 Michael Walle (2):
   lsxl: use 64bit for LBA48 to support 4 TB drives
   lsxl: rework boot scripts
 
 Rob Herring (2):
   ARM: highbank: convert to generic board
   boards.cfg: update highbank maintainer email
 
 Stefan Agner (1):
   arm: vf610: add DDR_SEL_PAD_CONTR register
 
 Wu, Josh (8):
   gpio: at91: add sanity check for the NULL pointer
   mmc: atmel_mci: fix print incorrect buffer content for debug
   ARM: at91: remove AT91X40 macro since it is not use any more
   ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header
   at91: remove redundant AT91FAMILY definition in board config file
   ARM: at91: remove redundant ARM926EJS definition in board config
 files ARM: at91sam9m10g45ek: enable mci0 support
   ARM: at91sam9m10g45ek: add mmc environment configuration support
 
  Makefile |  10 ++
  arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c |  17 
  arch/arm/cpu/armv7/Makefile  |   2 +-
  arch/arm/cpu/armv7/at91/config.mk|  10 ++
  arch/arm/cpu/armv7/sunxi/Makefile|  25 +
  arch/arm/cpu/armv7/sunxi/board.c | 111
  +
  arch/arm/cpu/armv7/sunxi/clock.c |  25 +
  arch/arm/cpu/armv7/sunxi/clock_sun4i.c   | 188
  
  arch/arm/cpu/armv7/sunxi/config.mk   |   8 ++
  arch/arm/cpu/armv7/sunxi/cpu_info.c  |  19 
  arch/arm/cpu/armv7/sunxi/dram.c  | 593
  
 
  arch/arm/cpu/armv7/sunxi/pinmux.c|  61
   arch/arm/cpu/armv7/sunxi/start.c |
  1 + arch/arm/cpu/armv7/sunxi/timer.c | 113
  ++
  arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds  |  77
  +++ arch/arm/cpu/armv7/sunxi/u-boot-spl.lds
  |  52 ++ arch/arm/cpu/armv8/start.S
  |   4 +- arch/arm/cpu/at91-common/spl.c   |  39
   arch/arm/include/asm/arch-at91/at91_pmc.h|   4 +
  arch/arm/include/asm/arch-at91/at91sam9x5.h  |   3 +
  arch/arm/include/asm/arch-at91/hardware.h|   2 -
  arch/arm/include/asm/arch-sunxi/clock.h  |  29 ++
  arch/arm/include/asm/arch-sunxi/clock_sun4i.h| 256
  
  arch/arm/include/asm/arch-sunxi/cpu.h| 122
  +++
  arch/arm/include/asm/arch-sunxi/dram.h   | 179
  ++
  arch/arm/include/asm/arch-sunxi/gpio.h   | 147
  
  arch/arm/include/asm/arch-sunxi/mmc.h| 124
  
  arch/arm/include/asm/arch-sunxi/spl.h|  20 
  arch/arm/include/asm/arch-sunxi/sys_proto.h  |  16 +++
  

[U-Boot] Pull request: u-boot-arm/master

2014-05-24 Thread Albert ARIBAUD
Hello Tom (and sorry for the duplicate),

The following changes since commit
10dc77716f41979e03baf3b847b97dc7279ef30d:

  esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not set
  (2014-05-23 09:19:05 -0400)

are available in the git repository at:

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

for you to fetch changes up to 33144ea443c298ac9d6f04926a02881a5bae91a3:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-05-24
  09:50:00 +0200)



Albert ARIBAUD (3):
  Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
  Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'

Ash Charles (9):
  omap: overo: allow the use of a plain text env file instead boot
scripts OMAP3: overo: add command support for mtd and ubi
  OMAP3: overo: eliminate hard-coded partition offsets
  arm: omap3: Fix omap3_overo SPL boot hangup
  Add Board Revision for Wireless chip
  OMAP3: overo: add some Gumstix expansion boards
  Allow overo to boot with device tree
  omap3: overo: Use common configurations for Overo
  omap4: duovero: Add Gumstix DuoVero machine.

Dmitry Lifshitz (3):
  cm-t54: add cm-t54 board support
  cm-t54: add EEPROM support and MAC address handling
  cm-t54: add environment partition runtime detection

Heiko Schocher (1):
  arm, am33xx: Enable CONFIG_SYS_GENERIC_BOARD for siemens boards

Igor Grinberg (1):
  compulab: eeprom: add default eeprom address

Ilya Ledvich (1):
  compulab: eeprom: enable any i2c driver

Keerthy (1):
  ARM: DRA72x: volt: Update the pmic offsets

Lokesh Vutla (5):
  ARM: DRA72x: Add Silicon ID support
  ARM: DRA72x: clocks: Update the hwdata
  ARM: DRA72x: Update EMIF data
  ARM: DRA7xx: ctrl: Fix efuse register addresses
  ARM: OMAP: Fix omap_sdram_size calculation

Masahiro Yamada (7):
  zynq: add empty xil_io.h to avoid compile error
  zynq: treat ps7_init.c/h as external files to ignore them
  build: support a new image u-boot-dtb.img
  zynq: load u-boot-dtb.img if CONFIG_OF_SEPARATE is defined
  zynq: import zynq-7000.dtsi from Linux Kernel
  zynq: add memory nodes to device tree to initialize DRAM with OF
  zynq: add UART nodes to device tree to initialize UART with OF

Michal Simek (12):
  ARM: zynq: Fix sparse warnings in slcr.c
  ARM: zynq: Fix sparse warning in ddrc.c
  ARM: zynq: Remove sparse warnings
  ARM: zynq: Do not use half memory size for ECC case
  ARM: zynq: Call zynq board_init() in SPL
  ARM: zynq: slcr: Fix incorrect commentary
  ARM: zynq: Setup correct slcr_lock value
  ARM: zynq: Fix building SPL without FPGA support
  ARM: zynq: Extend kernel image size to 60MB
  ARM: zynq: Add MIO detection code
  ARM: zynq: ehci: Added USB host driver support
  ARM: zynq: Extend maximum number of command arguments

Mike Looijmans (1):
  ARM: zynq: Fix bootmode mask

Nobuhiro Iwamatsu (20):
  arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791
  arm: rmobile: koelsch: Remove define of SCIF register
  arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
  arm: rmobile: koelsch: Enable optimization of thumb
  arm: rmobile: lager: Remove define of SCIF register
  arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
  arm: rmobile: lager: Enable optimization of thumb
  gpio: r8a7791-gpio: Fix typo in macro
  gpio: r8a7790-gpio: Fix typo in macro
  arm: rmobile: koelsch: Add support USB controller
  arm: rmobile: koelsch: Add support command and filesystems of VFAT
  arm: rmobile: lager: Add support USB controller
  arm: rmobile: lager: Add support command and filesystems of VFAT
  arm: rmobile: lager: Add support ext4/fat write command
  arm: rmobile: koelsch: Add support ext4/fat write command
  arm: rmobile: r8a7791: Fix MOD_SEL3 function table about
FN_SEL_IEB arm: rmobile: koelsch: Fix QoS revision 0.240 and 0.320
  arm: rmobile: armadillo800eva: Enable CONFIG_SYS_GENERIC_BOARD
  arm: rmobile: koelsch: Enable CONFIG_SYS_GENERIC_BOARD
  arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD

Peter A. Bigot (1):
  OMAP3: overo: increase linux partition to 8 MiB

Sergey Alyoshin (1):
  am33xx: report silicon revision instead of code

Siva Durga Prasad Paladugu (5):
  ARM: zynq: Added efuse status register base address
  ARM: zynq: Added USB host support for zynq boards
  ARM: zynq: Enable the FAT write capability
  ARM: zynq: Move USB/SD/MMC common FAT configs
  ARM: zynq: Enable EXT4 configs

Tom Rini (1):
  armv7:TI: Add asm/ti-common/sys_proto.h and migrate
omap_hw_init_context

pekon gupta (3):
  ARM: omap4: add platform specific info for GPMC and ELM
controllers ARM: omap5: add platform specific info for 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-05-24 Thread Tom Rini
On Sat, May 24, 2014 at 11:32:00AM +0200, Albert ARIBAUD wrote:

 Hello Tom (and sorry for the duplicate),
 
 The following changes since commit
 10dc77716f41979e03baf3b847b97dc7279ef30d:
 
   esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not set
   (2014-05-23 09:19:05 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 33144ea443c298ac9d6f04926a02881a5bae91a3:
 
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-05-24
   09:50:00 +0200)
 
 
 
 Albert ARIBAUD (3):
   Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
   Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
 
 Ash Charles (9):
   omap: overo: allow the use of a plain text env file instead boot
 scripts OMAP3: overo: add command support for mtd and ubi
   OMAP3: overo: eliminate hard-coded partition offsets
   arm: omap3: Fix omap3_overo SPL boot hangup
   Add Board Revision for Wireless chip
   OMAP3: overo: add some Gumstix expansion boards
   Allow overo to boot with device tree
   omap3: overo: Use common configurations for Overo
   omap4: duovero: Add Gumstix DuoVero machine.
 
 Dmitry Lifshitz (3):
   cm-t54: add cm-t54 board support
   cm-t54: add EEPROM support and MAC address handling
   cm-t54: add environment partition runtime detection
 
 Heiko Schocher (1):
   arm, am33xx: Enable CONFIG_SYS_GENERIC_BOARD for siemens boards
 
 Igor Grinberg (1):
   compulab: eeprom: add default eeprom address
 
 Ilya Ledvich (1):
   compulab: eeprom: enable any i2c driver
 
 Keerthy (1):
   ARM: DRA72x: volt: Update the pmic offsets
 
 Lokesh Vutla (5):
   ARM: DRA72x: Add Silicon ID support
   ARM: DRA72x: clocks: Update the hwdata
   ARM: DRA72x: Update EMIF data
   ARM: DRA7xx: ctrl: Fix efuse register addresses
   ARM: OMAP: Fix omap_sdram_size calculation
 
 Masahiro Yamada (7):
   zynq: add empty xil_io.h to avoid compile error
   zynq: treat ps7_init.c/h as external files to ignore them
   build: support a new image u-boot-dtb.img
   zynq: load u-boot-dtb.img if CONFIG_OF_SEPARATE is defined
   zynq: import zynq-7000.dtsi from Linux Kernel
   zynq: add memory nodes to device tree to initialize DRAM with OF
   zynq: add UART nodes to device tree to initialize UART with OF
 
 Michal Simek (12):
   ARM: zynq: Fix sparse warnings in slcr.c
   ARM: zynq: Fix sparse warning in ddrc.c
   ARM: zynq: Remove sparse warnings
   ARM: zynq: Do not use half memory size for ECC case
   ARM: zynq: Call zynq board_init() in SPL
   ARM: zynq: slcr: Fix incorrect commentary
   ARM: zynq: Setup correct slcr_lock value
   ARM: zynq: Fix building SPL without FPGA support
   ARM: zynq: Extend kernel image size to 60MB
   ARM: zynq: Add MIO detection code
   ARM: zynq: ehci: Added USB host driver support
   ARM: zynq: Extend maximum number of command arguments
 
 Mike Looijmans (1):
   ARM: zynq: Fix bootmode mask
 
 Nobuhiro Iwamatsu (20):
   arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791
   arm: rmobile: koelsch: Remove define of SCIF register
   arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
   arm: rmobile: koelsch: Enable optimization of thumb
   arm: rmobile: lager: Remove define of SCIF register
   arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
   arm: rmobile: lager: Enable optimization of thumb
   gpio: r8a7791-gpio: Fix typo in macro
   gpio: r8a7790-gpio: Fix typo in macro
   arm: rmobile: koelsch: Add support USB controller
   arm: rmobile: koelsch: Add support command and filesystems of VFAT
   arm: rmobile: lager: Add support USB controller
   arm: rmobile: lager: Add support command and filesystems of VFAT
   arm: rmobile: lager: Add support ext4/fat write command
   arm: rmobile: koelsch: Add support ext4/fat write command
   arm: rmobile: r8a7791: Fix MOD_SEL3 function table about
 FN_SEL_IEB arm: rmobile: koelsch: Fix QoS revision 0.240 and 0.320
   arm: rmobile: armadillo800eva: Enable CONFIG_SYS_GENERIC_BOARD
   arm: rmobile: koelsch: Enable CONFIG_SYS_GENERIC_BOARD
   arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD
 
 Peter A. Bigot (1):
   OMAP3: overo: increase linux partition to 8 MiB
 
 Sergey Alyoshin (1):
   am33xx: report silicon revision instead of code
 
 Siva Durga Prasad Paladugu (5):
   ARM: zynq: Added efuse status register base address
   ARM: zynq: Added USB host support for zynq boards
   ARM: zynq: Enable the FAT write capability
   ARM: zynq: Move USB/SD/MMC common FAT configs
   ARM: zynq: Enable EXT4 configs
 
 Tom Rini (1):
   armv7:TI: Add 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-05-22 Thread Tom Rini
On Tue, May 20, 2014 at 10:57:08AM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 d7782d06534fe4fa47a49fa7c106de5ba85a9687:
 
   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-16
   18:30:33 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 05d134b084590684bcf4d832c0035952727b7cd9:
 
   Merge remote-tracking branch 'u-boot/master' (2014-05-20 10:05:42
   +0200)
 
 Note: there still is a Zynq PR pending right now, but I wanted
 to get re-synchronized with mainline first; a further PR with Zynq
 and individual patches will arrive soon.
 
 
 
 Akshay Saraswat (3):
   Exynos5: config: Enable FIT
   S5P: Exynos: Add GPIO pin numbering and rename definitions
   S5P: Exynos: Config: Enable GPIO CMD config
 
 Albert ARIBAUD (12):
   arm1136: move cache code from start.S to cache.c
   arm: move reset_cpu from start.S into cpu.c
   arm: pxa: move SP check from start.S to cpuinfo.c
   arm: remove unused _end_vect and _vectors_end symbols
   arm: move exception handling out of start.S files
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge remote-tracking branch 'u-boot-sh/rmobile'
   boards.cfg: reformat
   Merge remote-tracking branch 'u-boot/master'
 
 Ash Charles (1):
   am335x: pepper: Add Gumstix Pepper AM335x-based machine
 
 Belisko Marek (1):
   mtd: nand: omap_gpmc: Fix update of read_ecc in oob
 
 Christian Riesch (1):
   arm, davinci: Use CONFIG_SPL_PAD_TO for padding the SPL in an ais
 image
 
 Dmitry Lifshitz (3):
   ARM: OMAP5: add UART4 support
   ARM: OMAP5: Power: add LDO2 support for Palmas driver
   ARM: OMAP5: add CKO buffer control mask
 
 Egli, Samuel (7):
   siemens: cosmetic: remove unused and rename defines
   siemens: update DDR3 parameters for dxr2
   siemens: add led cmd for flexible LED control
   siemens: change LED indication in DFU mode
   siemens: cosmetic: rename project_dir
   siemens:cosmetic, dxr2: rename dxr2 to draco
   siemens, draco: add new target
 
 Eric Benard (8):
   imx-common: add board_video_skip
   nitrogen6x: use common board_video_skip
   mx6sabresd: use common board_video_skip
   RiOTboard and MarSBoard: add new boards support
   imx-common/video: add detect_hdmi
   nitrogen6x: use common detect_hdmi
   mx6sabresd: use common detect_hdmi
   embest/mx6boards: use common detect_hdmi
 
 Eric Nelson (1):
   ARM: imx6: nitrogen6x: Enable CONFIG_SYS_GENERIC_BOARD
 
 Fabio Estevam (11):
   wandboard: Convert to generic board
   mx53loco: Convert to generic board
   mx6sabre_common: Convert to generic board
   mx53ard: Convert to generic board
   mx53smd: Convert to generic board
   mx53evk: Convert to generic board
   udoo: Convert to generic board
   hummingboard: Convert to generic board
   mx6slevk: Add SPI NOR flash support
   nitrogen6x: Fix the PAD settings for the ECSPI chipselect
   iomux-v3: Add support for mx6sl LVE bit
 
 Inha Song (1):
   samsung: misc: add env default option to lcd menu
 
 Jaehoon Chung (1):
   ARM: exynos: remove the unused code
 
 Khoronzhuk, Ivan (1):
   config: k2hk_evm: Add generic board support
 
 Marek Vasut (1):
   arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD
 
 Mateusz Zalega (1):
   ARM: Samsung: s5p_goni: maintainer update
 
 Nobuhiro Iwamatsu (22):
   arm: rmobile: Coordinate the common part of the header file of
 r8a7790 and r8a7791 arm: rmobile: r8a779x: Fix L2 cache init and
 latency setting arm: rmobile: koelsch: Change name of structure
   arm: rmobile: koelsch: Remove NOR-Flash support
   arm: rmobile: lager: Change name of the structure
   arm: rmobile: lager: Remove NOR-Flash support
   arm: rmobile: Merge functions to get the CPU information of
 R8A7790 and R8A7791 arm: rmobile: Add 1 to value of the CPU revision in
 rmobile_get_cpu_rev_integer() arm: rmobile: Add
 rmobile_get_cpu_rev_fraction() for R-Car SoCs arm: rmobile: Add
 prototype for function to get the CPU information to rmobile.h arm:
 rmobile: Update print_cpuinfo function arm: rmobile: r8a7790: Add
 support ES2 revision arm: rmobile: r8a7791: Add support ES2 revision
   arm: rmobile: keolsch: Add support ES2 revision of R8A7791
   arm: rmobile: lager: Update QoS initialization to version 0.955
   arm: rmobile: koelsch: Update QoS initialization
   arm: rmobile: koelsch: Update calculation of
 CONFIG_SH_TMU_CLK_FREQ arm: rmobile: Add register infomation of PLL
 regsiter arm: rmobile: koelsch: Change to maximum CPU frequency
 

[U-Boot] Pull request: u-boot-arm/master

2014-05-20 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
d7782d06534fe4fa47a49fa7c106de5ba85a9687:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-16
  18:30:33 -0400)

are available in the git repository at:


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

for you to fetch changes up to 05d134b084590684bcf4d832c0035952727b7cd9:

  Merge remote-tracking branch 'u-boot/master' (2014-05-20 10:05:42
  +0200)

Note: there still is a Zynq PR pending right now, but I wanted
to get re-synchronized with mainline first; a further PR with Zynq
and individual patches will arrive soon.



Akshay Saraswat (3):
  Exynos5: config: Enable FIT
  S5P: Exynos: Add GPIO pin numbering and rename definitions
  S5P: Exynos: Config: Enable GPIO CMD config

Albert ARIBAUD (12):
  arm1136: move cache code from start.S to cache.c
  arm: move reset_cpu from start.S into cpu.c
  arm: pxa: move SP check from start.S to cpuinfo.c
  arm: remove unused _end_vect and _vectors_end symbols
  arm: move exception handling out of start.S files
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge remote-tracking branch 'u-boot-sh/rmobile'
  boards.cfg: reformat
  Merge remote-tracking branch 'u-boot/master'

Ash Charles (1):
  am335x: pepper: Add Gumstix Pepper AM335x-based machine

Belisko Marek (1):
  mtd: nand: omap_gpmc: Fix update of read_ecc in oob

Christian Riesch (1):
  arm, davinci: Use CONFIG_SPL_PAD_TO for padding the SPL in an ais
image

Dmitry Lifshitz (3):
  ARM: OMAP5: add UART4 support
  ARM: OMAP5: Power: add LDO2 support for Palmas driver
  ARM: OMAP5: add CKO buffer control mask

Egli, Samuel (7):
  siemens: cosmetic: remove unused and rename defines
  siemens: update DDR3 parameters for dxr2
  siemens: add led cmd for flexible LED control
  siemens: change LED indication in DFU mode
  siemens: cosmetic: rename project_dir
  siemens:cosmetic, dxr2: rename dxr2 to draco
  siemens, draco: add new target

Eric Benard (8):
  imx-common: add board_video_skip
  nitrogen6x: use common board_video_skip
  mx6sabresd: use common board_video_skip
  RiOTboard and MarSBoard: add new boards support
  imx-common/video: add detect_hdmi
  nitrogen6x: use common detect_hdmi
  mx6sabresd: use common detect_hdmi
  embest/mx6boards: use common detect_hdmi

Eric Nelson (1):
  ARM: imx6: nitrogen6x: Enable CONFIG_SYS_GENERIC_BOARD

Fabio Estevam (11):
  wandboard: Convert to generic board
  mx53loco: Convert to generic board
  mx6sabre_common: Convert to generic board
  mx53ard: Convert to generic board
  mx53smd: Convert to generic board
  mx53evk: Convert to generic board
  udoo: Convert to generic board
  hummingboard: Convert to generic board
  mx6slevk: Add SPI NOR flash support
  nitrogen6x: Fix the PAD settings for the ECSPI chipselect
  iomux-v3: Add support for mx6sl LVE bit

Inha Song (1):
  samsung: misc: add env default option to lcd menu

Jaehoon Chung (1):
  ARM: exynos: remove the unused code

Khoronzhuk, Ivan (1):
  config: k2hk_evm: Add generic board support

Marek Vasut (1):
  arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD

Mateusz Zalega (1):
  ARM: Samsung: s5p_goni: maintainer update

Nobuhiro Iwamatsu (22):
  arm: rmobile: Coordinate the common part of the header file of
r8a7790 and r8a7791 arm: rmobile: r8a779x: Fix L2 cache init and
latency setting arm: rmobile: koelsch: Change name of structure
  arm: rmobile: koelsch: Remove NOR-Flash support
  arm: rmobile: lager: Change name of the structure
  arm: rmobile: lager: Remove NOR-Flash support
  arm: rmobile: Merge functions to get the CPU information of
R8A7790 and R8A7791 arm: rmobile: Add 1 to value of the CPU revision in
rmobile_get_cpu_rev_integer() arm: rmobile: Add
rmobile_get_cpu_rev_fraction() for R-Car SoCs arm: rmobile: Add
prototype for function to get the CPU information to rmobile.h arm:
rmobile: Update print_cpuinfo function arm: rmobile: r8a7790: Add
support ES2 revision arm: rmobile: r8a7791: Add support ES2 revision
  arm: rmobile: keolsch: Add support ES2 revision of R8A7791
  arm: rmobile: lager: Update QoS initialization to version 0.955
  arm: rmobile: koelsch: Update QoS initialization
  arm: rmobile: koelsch: Update calculation of
CONFIG_SH_TMU_CLK_FREQ arm: rmobile: Add register infomation of PLL
regsiter arm: rmobile: koelsch: Change to maximum CPU frequency
  arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ
  arm: rmobile: lager: Change to maximum CPU frequency
  arm: rmobile: lager: Remove MACH_TYPE_LAGER and 

[U-Boot] Pull request: u-boot-arm/master

2014-05-09 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
173d294b94cfec10063a5be40934d6d8fb7981ce:

  Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze
  (2014-05-06 14:55:45 -0400)

are available in the git repository at:


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

for you to fetch changes up to d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:

  Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200)

Note that there was a trivial merge conflict between ARM and mainline
trees on drivers/net/Makefile:

 HEAD
obj-$(CONFIG_INCA_IP_SWITCH) += inca-ip_sw.o
obj-$(CONFIG_DRIVER_TI_KEYSTONE_NET) += keystone_net.o
===
 u-boot/master

This is solved in the ARM ToT commit d2a3e911.



Albert ARIBAUD (3):
  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot/master'

Karicheri, Muralidharan (6):
  tools: mkimage: add support for gpimage format
  NAND: DaVinci: allow forced disable of subpage writes
  i2c, davinci: move i2c_defs.h to the drivers/i2c directory
  spi: davinci: add support for multiple bus and chip select
  k2hk-evm: add configuration for spi1 and spi2 support
  keystone2: net: add keystone ethernet driver

Manish Badarkhe (1):
  arm, da850: staticize funtions

Nishanth Menon (11):
  OMAP: common: consolidate fake USB ethernet MAC address creation
  omap3/sys_info: provide interface to read die id
  OMAP3: beagle-xm: generate fake USB ethernet MAC address from
dieid omap3: zoom1: enable CONFIG_SYS_GENERIC_BOARD
  OMAP3: zoom1: Configure GPMC for Ethernet
  OMAP3: zoom1: enable LAN9211
  omap3: zoom1: enable common network commands
  omap3: zoom1: disable JFFS2 and enable FS_GENERIC
  omap3: zoom1: enable bootz
  omap3: zoom1: fix default console
  omap3: zoom1: switch to generic ti_omap3_common config header

Poddar, Sourav (1):
  spi: ti_qspi: Add delay for successful bulk erase.

Rob Herring (2):
  ARM: highbank: use config_distro_defaults.h
  ARM: highbank: use default prompt

Stefan Agner (3):
  usb: tegra: fix USB2 powerdown for Tegra30 and later
  usb: tegra: fix PHY configuration
  usb: tegra: combine header file

Stephen Warren (14):
  ARM: tegra: pinctrl: remove func_safe
  ARM: tegra: pinctrl: remove vddio
  ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20
  ARM: tegra: prototype pinmux_init() in board.h
  ARM: tegra: use apb_misc.h in more places
  ARM: tegra: pinctrl: remove duplication
  ARM: tegra: reduce public pinmux API
  ARM: tegra: pinmux naming consistency fixes
  ARM: tegra: Tegra20 pinmux cleanup
  ARM: tegra: Tegra30 pinmux cleanup
  ARM: tegra: Tegra114 pinmux cleanup
  ARM: tegra: Tegra124 pinmux cleanup
  ARM: tegra: add Jetson TK1 board
  ARM: tegra: pack pinmux data tables tighter

Tom Rini (22):
  fw_env.c: Switch get_config to use '%ms' in sscanf
  env_mmc.c: Allow environment to be used within SPL
  env_mmc.c: Remove NULL check on tmp_env1/2
  mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem
in SPL mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL
  am335x_evm: Make SPL_OS also check the boot_os variable for
falcon mode README: Add CONFIG_SPL_OS_BOOT to README
  README.falcon: Document environment variables for falcon mode
  a3m071: Make spl_start_uboot test like getenv_yesno does
  spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what
to boot TI: Add, use a DEFAULT_LINUX_BOOT_ENV environment string
  am335x_evm: Update the ramdisk args, we pass things in just fine
via DT am43xx_evm: Update the ramdisk args, we pass things in just fine
via DT TI:omap5: Move CONFIG_ENV_SIZE to board config files
  TI:armv7: Change Falcon Mode DT load address
  am335x_evm: Drop SPI SPL support from the default build
  SPL:SPI: Add Falcon Mode support
  dra7xx_evm: Add QSPI_4 support, qspiboot build target
  TI:armv7: Switch to CONFIG_SYS_BOARD_GENERIC
  TI:omap3: Convert omap3_beagle to ti_omap3_common.h
  am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or
NOR_BOOT am43xx_evm: Drop SPI SPL

Vitaly Andrianov (5):
  fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()
  arm: add support for arch timer
  i2c, davinci: convert driver to new mutlibus/mutliadapter
framework k2hk: add support for k2hk SOC and EVM
  keystone2: add keystone multicore navigator driver

Wolfgang Denk (3):
  ARM: OMAP: remove sr32() from OMAP board code
  ARM: OMAP: hide custom bit manipulation function sr32()
  ARM: OMAP: replace custom sr32() by standard I/O accessors

 Makefile |  10 ++
 README   |  13 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-05-09 Thread Tom Rini
On Fri, May 09, 2014 at 11:56:56AM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 173d294b94cfec10063a5be40934d6d8fb7981ce:
 
   Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze
   (2014-05-06 14:55:45 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:
 
   Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200)
 
 Note that there was a trivial merge conflict between ARM and mainline
 trees on drivers/net/Makefile:
 
HEAD
   obj-$(CONFIG_INCA_IP_SWITCH) += inca-ip_sw.o
   obj-$(CONFIG_DRIVER_TI_KEYSTONE_NET) += keystone_net.o
   ===
u-boot/master
 
 This is solved in the ARM ToT commit d2a3e911.
 
 
 
 Albert ARIBAUD (3):
   Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot/master'
 
 Karicheri, Muralidharan (6):
   tools: mkimage: add support for gpimage format
   NAND: DaVinci: allow forced disable of subpage writes
   i2c, davinci: move i2c_defs.h to the drivers/i2c directory
   spi: davinci: add support for multiple bus and chip select
   k2hk-evm: add configuration for spi1 and spi2 support
   keystone2: net: add keystone ethernet driver
 
 Manish Badarkhe (1):
   arm, da850: staticize funtions
 
 Nishanth Menon (11):
   OMAP: common: consolidate fake USB ethernet MAC address creation
   omap3/sys_info: provide interface to read die id
   OMAP3: beagle-xm: generate fake USB ethernet MAC address from
 dieid omap3: zoom1: enable CONFIG_SYS_GENERIC_BOARD
   OMAP3: zoom1: Configure GPMC for Ethernet
   OMAP3: zoom1: enable LAN9211
   omap3: zoom1: enable common network commands
   omap3: zoom1: disable JFFS2 and enable FS_GENERIC
   omap3: zoom1: enable bootz
   omap3: zoom1: fix default console
   omap3: zoom1: switch to generic ti_omap3_common config header
 
 Poddar, Sourav (1):
   spi: ti_qspi: Add delay for successful bulk erase.
 
 Rob Herring (2):
   ARM: highbank: use config_distro_defaults.h
   ARM: highbank: use default prompt
 
 Stefan Agner (3):
   usb: tegra: fix USB2 powerdown for Tegra30 and later
   usb: tegra: fix PHY configuration
   usb: tegra: combine header file
 
 Stephen Warren (14):
   ARM: tegra: pinctrl: remove func_safe
   ARM: tegra: pinctrl: remove vddio
   ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20
   ARM: tegra: prototype pinmux_init() in board.h
   ARM: tegra: use apb_misc.h in more places
   ARM: tegra: pinctrl: remove duplication
   ARM: tegra: reduce public pinmux API
   ARM: tegra: pinmux naming consistency fixes
   ARM: tegra: Tegra20 pinmux cleanup
   ARM: tegra: Tegra30 pinmux cleanup
   ARM: tegra: Tegra114 pinmux cleanup
   ARM: tegra: Tegra124 pinmux cleanup
   ARM: tegra: add Jetson TK1 board
   ARM: tegra: pack pinmux data tables tighter
 
 Tom Rini (22):
   fw_env.c: Switch get_config to use '%ms' in sscanf
   env_mmc.c: Allow environment to be used within SPL
   env_mmc.c: Remove NULL check on tmp_env1/2
   mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem
 in SPL mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL
   am335x_evm: Make SPL_OS also check the boot_os variable for
 falcon mode README: Add CONFIG_SPL_OS_BOOT to README
   README.falcon: Document environment variables for falcon mode
   a3m071: Make spl_start_uboot test like getenv_yesno does
   spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what
 to boot TI: Add, use a DEFAULT_LINUX_BOOT_ENV environment string
   am335x_evm: Update the ramdisk args, we pass things in just fine
 via DT am43xx_evm: Update the ramdisk args, we pass things in just fine
 via DT TI:omap5: Move CONFIG_ENV_SIZE to board config files
   TI:armv7: Change Falcon Mode DT load address
   am335x_evm: Drop SPI SPL support from the default build
   SPL:SPI: Add Falcon Mode support
   dra7xx_evm: Add QSPI_4 support, qspiboot build target
   TI:armv7: Switch to CONFIG_SYS_BOARD_GENERIC
   TI:omap3: Convert omap3_beagle to ti_omap3_common.h
   am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or
 NOR_BOOT am43xx_evm: Drop SPI SPL
 
 Vitaly Andrianov (5):
   fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()
   arm: add support for arch timer
   i2c, davinci: convert driver to new mutlibus/mutliadapter
 framework k2hk: add support for k2hk SOC and EVM
   keystone2: add keystone multicore navigator driver
 
 Wolfgang Denk (3):
   ARM: OMAP: remove sr32() from OMAP board code
   ARM: OMAP: hide custom bit manipulation function sr32()
   ARM: OMAP: replace 

[U-Boot] Pull request: u-boot-arm/master

2014-04-08 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
04d2f0a9f33112bd70ce4d9c451fdca1682e3a59:

  Revert Start the deprecation process for generic board (2014-04-04
  10:09:19 -0400)

are available in the git repository at:

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

for you to fetch changes up to 519fdde9e6a6ebce7dc743b4f5621503d25b7a45:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-04-08
  09:25:08 +0200)



Albert ARIBAUD (6):
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  Merge branch 'u-boot/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'u-boot/master' into 'u-boot-arm/master'

Andreas Färber (1):
  arm: Handle .gnu.hash section in ldscripts

Chin Liang See (1):
  socfpga: Adding Clock Manager driver

David Feng (1):
  arm64 patch: gicv3 support

Eric Nelson (1):
  ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x

Fabio Estevam (7):
  wandboard: Staticize usdhc1_pads
  mmc: Add a prototype for board_mmc_init()
  wandboard: Fix sparse warning
  wandboard: Include input.h
  fb: Add a prototype for board_video_skip()
  mx25pdk: Align the environment with other FSL boards
  woodburn_sd: Remove CONFIG_BOOT_INTERNAL

Hannes Petermaier (2):
  board/BuR/kwb: fix usage of 'i2c_set_bus_speed'
  board: enable 32kHz RTC OSC at BR boards

Ilya Ledvich (1):
  drivers: net: cpsw: init phy with gigabit features

Leo Yan (1):
  ARMv8: fix bug for flush data cache by set/way

Marcel Ziswiler (4):
  arm: vf610: fix anadig register struct
  arm: vf610: add uart0 clock/iomux definitions
  arm: vf610: add enet1 support
  arm: vf610: fix double iomux configuration for vf610twr board

Marek Vasut (13):
  arm: exynos: Squash bogus warnings in pinmux
  arm: mxs: Adjust the load address of U-Boot and SPL for HAB
  arm: mxs: Add support for generating signed BootStream
  ARM: mxs: Add OCOTP driver
  pci: mx6: Implement power callback
  ARM: mx6: Add PCIe on SabreSDP
  arm: mx5: Fix memory slowness on MX53QSB
  arm: mx5: Avoid hardcoding memory sizes on MX53QSB
  arm: mx5: Fix memory slowness on M53EVK
  arm: mx5: Avoid hardcoding memory sizes on M53EVK
  arm: mxs: Properly set GD pointer in SPL
  arm: mxs: Add serial console support into SPL
  arm: mxs: Add support for generating signed BootStream

Mela Custodio (1):
  bootstage: arm: fix fdt stashing code

Nitin Garg (3):
  ARM: Add workaround for Cortex-A9 errata 794072
  ARM: Add workaround for Cortex-A9 errata 761320
  MX6: Enable ARM errata workaround 794072 and 761320

Piotr Wilczek (12):
  exynos4:pinmux:fdt: decode peripheral id
  video:mipidsim:fdt: Add DT support for mipi dsim driver
  video:exynos_fb:fdt: add additional fdt data
  drivers:mmc:sdhci: enable support for DT
  board:samsung: move checkboard to common file
  arm:exynos: add common DTS file for exynos 4
  board:samsung:common: move max77686 init function
  arm:exynos: enable sdhci and misc_init to common board
  board:origen: Enable device tree on Origen
  board:universal: Enable device tree on Universal
  board:trats: Enable device tree on Trats
  board:trats2: Enable device tree on Trats2

Przemyslaw Marczak (2):
  Trats/Trats2: Update Tizen partitions layout and dfu entities
  usb: dfu: add static alt num count in dfu_config_entities()

Stefan Roese (2):
  arm: omap: cm_t35: Fix: Re-add GPMC_NAND_ECC_LP_x8_LAYOUT
  arm: am335x: DXR2: Move unconditional LAN9303 reset into command

Stefano Babic (6):
  Merge branch 'master' of git://git.denx.de/u-boot-arm
  mxs: fix warning in SPL with console support
  imx: add rules for U-Boot DTB support
  mx6: add example DTB for mx6qsabreauto
  Revert arm: mxs: Add support for generating signed BootStream
  Merge branch 'master' of git://git.denx.de/u-boot-arm into master

Stephen Warren (1):
  ARM: tegra: make all I2C ports open-drain

Tim Harvey (2):
  power: add PFUZE100 PMIC driver
  ventana: Add Gateworks Ventana family support

Tom Rini (2):
  am33xx: Rework #ifdef's around s_init for clarity
  am335x_evm: Remove SPI SPL from NOR support target

Vasili Galka (1):
  drivers/spi/omap3: Bug fix of premature write transfer completion

York Sun (4):
  armv8/cache: Consolidate setting for MAIR and TCR
  armv8/cache: Flush D-cache, invalidate I-cache for relocation
  armv8/cache: Change cache invalidate and flush function
  armv8: Flush dcache before switching to EL2

Łukasz Majewski (2):
  config:trats2: Change u-boot's TEXT_BASE from 0x7810 to
0x43e0 build:arm: Remove setting of CROSS_COMPILE 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-04-08 Thread Tom Rini
On Tue, Apr 08, 2014 at 01:40:10PM +0200, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 04d2f0a9f33112bd70ce4d9c451fdca1682e3a59:
 
   Revert Start the deprecation process for generic board (2014-04-04
   10:09:19 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 519fdde9e6a6ebce7dc743b4f5621503d25b7a45:
 
   Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-04-08
   09:25:08 +0200)
 
 
 
 Albert ARIBAUD (6):
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   Merge branch 'u-boot/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge branch 'u-boot/master' into 'u-boot-arm/master'
 
 Andreas Färber (1):
   arm: Handle .gnu.hash section in ldscripts
 
 Chin Liang See (1):
   socfpga: Adding Clock Manager driver
 
 David Feng (1):
   arm64 patch: gicv3 support
 
 Eric Nelson (1):
   ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x
 
 Fabio Estevam (7):
   wandboard: Staticize usdhc1_pads
   mmc: Add a prototype for board_mmc_init()
   wandboard: Fix sparse warning
   wandboard: Include input.h
   fb: Add a prototype for board_video_skip()
   mx25pdk: Align the environment with other FSL boards
   woodburn_sd: Remove CONFIG_BOOT_INTERNAL
 
 Hannes Petermaier (2):
   board/BuR/kwb: fix usage of 'i2c_set_bus_speed'
   board: enable 32kHz RTC OSC at BR boards
 
 Ilya Ledvich (1):
   drivers: net: cpsw: init phy with gigabit features
 
 Leo Yan (1):
   ARMv8: fix bug for flush data cache by set/way
 
 Marcel Ziswiler (4):
   arm: vf610: fix anadig register struct
   arm: vf610: add uart0 clock/iomux definitions
   arm: vf610: add enet1 support
   arm: vf610: fix double iomux configuration for vf610twr board
 
 Marek Vasut (13):
   arm: exynos: Squash bogus warnings in pinmux
   arm: mxs: Adjust the load address of U-Boot and SPL for HAB
   arm: mxs: Add support for generating signed BootStream
   ARM: mxs: Add OCOTP driver
   pci: mx6: Implement power callback
   ARM: mx6: Add PCIe on SabreSDP
   arm: mx5: Fix memory slowness on MX53QSB
   arm: mx5: Avoid hardcoding memory sizes on MX53QSB
   arm: mx5: Fix memory slowness on M53EVK
   arm: mx5: Avoid hardcoding memory sizes on M53EVK
   arm: mxs: Properly set GD pointer in SPL
   arm: mxs: Add serial console support into SPL
   arm: mxs: Add support for generating signed BootStream
 
 Mela Custodio (1):
   bootstage: arm: fix fdt stashing code
 
 Nitin Garg (3):
   ARM: Add workaround for Cortex-A9 errata 794072
   ARM: Add workaround for Cortex-A9 errata 761320
   MX6: Enable ARM errata workaround 794072 and 761320
 
 Piotr Wilczek (12):
   exynos4:pinmux:fdt: decode peripheral id
   video:mipidsim:fdt: Add DT support for mipi dsim driver
   video:exynos_fb:fdt: add additional fdt data
   drivers:mmc:sdhci: enable support for DT
   board:samsung: move checkboard to common file
   arm:exynos: add common DTS file for exynos 4
   board:samsung:common: move max77686 init function
   arm:exynos: enable sdhci and misc_init to common board
   board:origen: Enable device tree on Origen
   board:universal: Enable device tree on Universal
   board:trats: Enable device tree on Trats
   board:trats2: Enable device tree on Trats2
 
 Przemyslaw Marczak (2):
   Trats/Trats2: Update Tizen partitions layout and dfu entities
   usb: dfu: add static alt num count in dfu_config_entities()
 
 Stefan Roese (2):
   arm: omap: cm_t35: Fix: Re-add GPMC_NAND_ECC_LP_x8_LAYOUT
   arm: am335x: DXR2: Move unconditional LAN9303 reset into command
 
 Stefano Babic (6):
   Merge branch 'master' of git://git.denx.de/u-boot-arm
   mxs: fix warning in SPL with console support
   imx: add rules for U-Boot DTB support
   mx6: add example DTB for mx6qsabreauto
   Revert arm: mxs: Add support for generating signed BootStream
   Merge branch 'master' of git://git.denx.de/u-boot-arm into master
 
 Stephen Warren (1):
   ARM: tegra: make all I2C ports open-drain
 
 Tim Harvey (2):
   power: add PFUZE100 PMIC driver
   ventana: Add Gateworks Ventana family support
 
 Tom Rini (2):
   am33xx: Rework #ifdef's around s_init for clarity
   am335x_evm: Remove SPI SPL from NOR support target
 
 Vasili Galka (1):
   drivers/spi/omap3: Bug fix of premature write transfer completion
 
 York Sun (4):
   armv8/cache: Consolidate setting for MAIR and TCR
   armv8/cache: Flush D-cache, invalidate I-cache for relocation
   armv8/cache: Change cache invalidate and flush function
  

[U-Boot] Pull request: u-boot-arm/master

2014-03-10 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
eeb72e67619b98d2502fe634a3a5d9953de92ad0:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26
  16:49:58 -0500)

are available in the git repository at:


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

for you to fetch changes up to 27019e4a949fc3be2e895ac20839c4d4d119f902:

  arm: atmel: sama5d3: add nand spl boot support (2014-03-09 19:19:13
  +0100)


Albert ARIBAUD (1):
  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'

Andreas Henriksson (2):
  at91sam9263ek: add mmc support
  at91 gpio: fix typo in compatibility macro

Bo Shen (4):
  ARM: atmel: add sama5d3 Xplained board support
  arm: atmel: sama5d3: add spi spl boot support
  mtd: nand: atmel: prepare for nand spl boot support
  arm: atmel: sama5d3: add nand spl boot support

Dave Gerlach (3):
  ARM: AM43xx: EMIF: configure self-refresh entry delay
  ARM: AM43xx: Write sdram_config to secure_emif_sdram_config
  ARM: AM43xx: Change DDR3 Reset Value

Enric Balletbo i Serra (1):
  OMAP3: igep00x0: Enable required clocks for GPIO that are used.

Hannes Petermaier (1):
  board/BuR/common: fix phy addresses

Lokesh Vutla (1):
  ARM: AM4372: Update EMIF registers for DDR3

Mugunthan V N (6):
  drivers: net: cpsw: add support to have phy address from cpsw
platform data ARM: AM43xx: clocks: Enable CPGMAC clock control
  ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM
  ARM: AM335x: add support for reading cpsw 2nd mac address from
efuse ARM: DRA7xx: add support for reading cpsw 2nd mac from efuse
  ARM: AM43xx: Add Ethernet boot support to SPL

Stefan Roese (1):
  arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup

Stephen Warren (8):
  ARM: tegra: move CONFIG_TEGRAnn
  ARM: tegra: fix pmc_pwrgate_timer_mult register definition
  ARM: tegra: fix NV_PA_CSITE_BASE for Tegra124
  ARM: tegra: simplify halt_avp()
  ARM: tegra: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
  ARM: tegra: convert tegra to use distro defaults
  ARM: tegra: rework boot scripts
  ARM: tegra: implement bootcmd_pxe

 arch/arm/cpu/arm720t/tegra-common/cpu.c   |   5 ++-
 arch/arm/cpu/arm720t/tegra124/cpu.c   |   4 +--
 arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c |  25 ++
 arch/arm/cpu/armv7/am33xx/clock_am43xx.c  |   1 +
 arch/arm/cpu/armv7/am33xx/ddr.c   |   5 +--
 arch/arm/cpu/armv7/am33xx/emif4.c |   2 +-
 arch/arm/cpu/at91-common/spl.c|   4 +++
 arch/arm/include/asm/arch-at91/gpio.h |   2 +-
 arch/arm/include/asm/arch-at91/spl.h  |   4 +++
 arch/arm/include/asm/arch-tegra/pmc.h |  11 +++
 arch/arm/include/asm/arch-tegra/tegra.h   |   5 +++
 arch/arm/include/asm/arch-tegra114/tegra.h|   2 ++
 arch/arm/include/asm/arch-tegra124/tegra.h|   2 ++
 arch/arm/include/asm/arch-tegra20/tegra.h |   2 ++
 arch/arm/include/asm/arch-tegra30/tegra.h |   2 ++
 board/BuR/common/common.c |   4 +--
 board/atmel/at91sam9263ek/at91sam9263ek.c |  10 ++
 board/atmel/sama5d3_xplained/Makefile |  15 +
 board/atmel/sama5d3_xplained/sama5d3_xplained.c   | 130
 
 board/atmel/sama5d3xek/sama5d3xek.c   |   4 +++
 board/compulab/cm_t335/cm_t335.c  |   2 +-
 board/isee/igep0033/board.c   |   2 +-
 board/phytec/pcm051/board.c   |   4 +--
 board/siemens/dxr2/board.c|   9 -
 board/siemens/dxr2/mux.c  |   2 ++
 board/siemens/pxm2/board.c|   4 +--
 board/siemens/rut/board.c |   4 +--
 board/silica/pengwyn/board.c  |   4 +--
 board/ti/am335x/board.c   |  19 +--
 board/ti/am43xx/board.c   | 100
 ++-
 board/ti/am43xx/mux.c |  44
 +++--
 board/ti/dra7xx/evm.c |  19 +--
 board/ti/ti814x/evm.c |   4 +--
 boards.cfg|   2 ++
 drivers/mtd/nand/atmel_nand.c | 208
 
+++
 drivers/net/cpsw.c|   4 +--
 include/configs/am335x_evm.h  |   1 -
 include/configs/am335x_igep0033.h |   1 -
 include/configs/am43xx_evm.h  |  26
 +++ include/configs/at91sam9263ek.h   |
 13  include/configs/bur_am335x_common.h 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-03-10 Thread Tom Rini
On Mon, Mar 10, 2014 at 07:16:44PM +0100, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 eeb72e67619b98d2502fe634a3a5d9953de92ad0:
 
   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26
   16:49:58 -0500)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 27019e4a949fc3be2e895ac20839c4d4d119f902:
 
   arm: atmel: sama5d3: add nand spl boot support (2014-03-09 19:19:13
   +0100)
 
 
 Albert ARIBAUD (1):
   Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
 
 Andreas Henriksson (2):
   at91sam9263ek: add mmc support
   at91 gpio: fix typo in compatibility macro
 
 Bo Shen (4):
   ARM: atmel: add sama5d3 Xplained board support
   arm: atmel: sama5d3: add spi spl boot support
   mtd: nand: atmel: prepare for nand spl boot support
   arm: atmel: sama5d3: add nand spl boot support
 
 Dave Gerlach (3):
   ARM: AM43xx: EMIF: configure self-refresh entry delay
   ARM: AM43xx: Write sdram_config to secure_emif_sdram_config
   ARM: AM43xx: Change DDR3 Reset Value
 
 Enric Balletbo i Serra (1):
   OMAP3: igep00x0: Enable required clocks for GPIO that are used.
 
 Hannes Petermaier (1):
   board/BuR/common: fix phy addresses
 
 Lokesh Vutla (1):
   ARM: AM4372: Update EMIF registers for DDR3
 
 Mugunthan V N (6):
   drivers: net: cpsw: add support to have phy address from cpsw
 platform data ARM: AM43xx: clocks: Enable CPGMAC clock control
   ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM
   ARM: AM335x: add support for reading cpsw 2nd mac address from
 efuse ARM: DRA7xx: add support for reading cpsw 2nd mac from efuse
   ARM: AM43xx: Add Ethernet boot support to SPL
 
 Stefan Roese (1):
   arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
 
 Stephen Warren (8):
   ARM: tegra: move CONFIG_TEGRAnn
   ARM: tegra: fix pmc_pwrgate_timer_mult register definition
   ARM: tegra: fix NV_PA_CSITE_BASE for Tegra124
   ARM: tegra: simplify halt_avp()
   ARM: tegra: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
   ARM: tegra: convert tegra to use distro defaults
   ARM: tegra: rework boot scripts
   ARM: tegra: implement bootcmd_pxe
 
  arch/arm/cpu/arm720t/tegra-common/cpu.c   |   5 ++-
  arch/arm/cpu/arm720t/tegra124/cpu.c   |   4 +--
  arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c |  25 ++
  arch/arm/cpu/armv7/am33xx/clock_am43xx.c  |   1 +
  arch/arm/cpu/armv7/am33xx/ddr.c   |   5 +--
  arch/arm/cpu/armv7/am33xx/emif4.c |   2 +-
  arch/arm/cpu/at91-common/spl.c|   4 +++
  arch/arm/include/asm/arch-at91/gpio.h |   2 +-
  arch/arm/include/asm/arch-at91/spl.h  |   4 +++
  arch/arm/include/asm/arch-tegra/pmc.h |  11 +++
  arch/arm/include/asm/arch-tegra/tegra.h   |   5 +++
  arch/arm/include/asm/arch-tegra114/tegra.h|   2 ++
  arch/arm/include/asm/arch-tegra124/tegra.h|   2 ++
  arch/arm/include/asm/arch-tegra20/tegra.h |   2 ++
  arch/arm/include/asm/arch-tegra30/tegra.h |   2 ++
  board/BuR/common/common.c |   4 +--
  board/atmel/at91sam9263ek/at91sam9263ek.c |  10 ++
  board/atmel/sama5d3_xplained/Makefile |  15 +
  board/atmel/sama5d3_xplained/sama5d3_xplained.c   | 130
  
  board/atmel/sama5d3xek/sama5d3xek.c   |   4 +++
  board/compulab/cm_t335/cm_t335.c  |   2 +-
  board/isee/igep0033/board.c   |   2 +-
  board/phytec/pcm051/board.c   |   4 +--
  board/siemens/dxr2/board.c|   9 -
  board/siemens/dxr2/mux.c  |   2 ++
  board/siemens/pxm2/board.c|   4 +--
  board/siemens/rut/board.c |   4 +--
  board/silica/pengwyn/board.c  |   4 +--
  board/ti/am335x/board.c   |  19 +--
  board/ti/am43xx/board.c   | 100
  ++-
  board/ti/am43xx/mux.c |  44
  +++--
  board/ti/dra7xx/evm.c |  19 +--
  board/ti/ti814x/evm.c |   4 +--
  boards.cfg|   2 ++
  drivers/mtd/nand/atmel_nand.c | 208
  
 +++
  drivers/net/cpsw.c|   4 +--
  include/configs/am335x_evm.h  |   1 -
  include/configs/am335x_igep0033.h |   1 -

[U-Boot] Pull request: u-boot-arm/master

2014-02-26 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
3e11350255d9c5d4bd03c2a65769da84c05d3294:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-02-20
  13:16:05 +0100)

are available in the git repository at:


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

for you to fetch changes up to 1551df35f296f0a8df32f4f2054254f46e8be252:

  arm: Switch to -mno-unaligned-access when supported by the compiler
  (2014-02-26 21:19:32 +0100)


Albert ARIBAUD (4):
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  cm_t335: fix linker file to produce full ELF
  arm: make _end compiler-generated
  arm: remove unneeded symbol offsets and _TEXT_BASE

Darwin Rambo (6):
  arch: kona: Initial commit of kona-common architecture code
  arch: bcm281xx: Initial commit of bcm281xx architecture code
  gpio: kona: Add Kona gpio driver
  i2c: kona: Add Kona I2C driver
  mmc: kona: Add Kona mmc driver
  board: bcm28155_ap: Add board files

Dave Gerlach (1):
  ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control

Hannes Petermaier (2):
  board: Add support for BR T-Series Motherboard
  Add support for BR KWB Motherboard

Janne Grunau (1):
  ARM: OMAP4: fix DDR timings for OMAP4430 ES2.0

Lothar Felten (1):
  am335x: Initial support for Silica Pengwyn board

Måns Rullgård (1):
  ti814x: Fix illegal use of FP ops in clock_ti814x.c

Nishanth Menon (2):
  DRA7: fix ABB efuse offset for OPP_NOM
  omap4_common: config: remove I2C for SPL mode

Stefan Roese (2):
  arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not
enabled) arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT
Linux booting

Stefano Babic (3):
  OMAP3: add missing gpio clock init and fix NAND SPL for mcx board
  omap3: fix pinmux for mcx board
  OMAP3: fix default environment for mcx board

Stephen Warren (4):
  pxe: allow compilation when !defined(CONFIG_CMD_NET)
  ARM: rpi_b: convert to use distro defaults
  ARM: rpi_b: load /uEnv.txt from MMC at startup
  ARM: rpi_b: rework boot scripts, enable sysboot

Tom Rini (5):
  am335x_evm: Enable GPT commands
  am43xx_evm: Enable GPT commands
  dra7xx_evm: Enable GPT commands
  checkpatch.pl: Add warning for new __packed additions
  arm: Switch to -mno-unaligned-access when supported by the
compiler

 README |   8 +-
 arch/arm/cpu/arm1136/start.S   |  27 -
 arch/arm/cpu/arm1136/u-boot-spl.lds|   6 +-
 arch/arm/cpu/arm1176/start.S   |  27 -
 arch/arm/cpu/arm720t/start.S   |  26 -
 arch/arm/cpu/arm920t/ep93xx/u-boot.lds |   5 +-
 arch/arm/cpu/arm920t/start.S   |  26 -
 arch/arm/cpu/arm926ejs/at91/lowlevel_init.S|  14 +--
 arch/arm/cpu/arm926ejs/mxs/start.S |  27 -
 arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds  |   9 +-
 arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds|   9 +-
 arch/arm/cpu/arm926ejs/start.S |  27 -
 arch/arm/cpu/arm946es/start.S  |  26 -
 arch/arm/cpu/arm_intcm/start.S |  26 -
 arch/arm/cpu/armv7/Makefile|   1 +
 arch/arm/cpu/armv7/am33xx/board.c  |   6 +-
 arch/arm/cpu/armv7/am33xx/clock_am43xx.c   |   2 +
 arch/arm/cpu/armv7/am33xx/clock_ti814x.c   |   5 +-
 arch/arm/cpu/armv7/am33xx/u-boot-spl.lds   |   6 +-
 arch/arm/cpu/armv7/bcm281xx/Makefile   |  11 ++
 arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c | 523
 

 arch/arm/cpu/armv7/bcm281xx/clk-bsc.c  |  52 +
 arch/arm/cpu/armv7/bcm281xx/clk-core.c | 513
 
+++
 arch/arm/cpu/armv7/bcm281xx/clk-core.h | 495
 

 arch/arm/cpu/armv7/bcm281xx/clk-sdio.c |  73 
 arch/arm/cpu/armv7/bcm281xx/reset.c|  27 +
 arch/arm/cpu/armv7/config.mk   |   7 +-
 arch/arm/cpu/armv7/kona-common/Makefile|   9 ++
 arch/arm/cpu/armv7/kona-common/clk-stubs.c |  21 
 arch/arm/cpu/armv7/kona-common/hwinit-common.c |  16 +++
 arch/arm/cpu/armv7/kona-common/s_init.c|  12 ++
 arch/arm/cpu/armv7/omap-common/u-boot-spl.lds  |   6 +-
 arch/arm/cpu/armv7/omap3/lowlevel_init.S   |   3 -
 arch/arm/cpu/armv7/omap4/hw_data.c |  18 +++
 arch/arm/cpu/armv7/omap5/prcm-regs.c   |   2 +-
 arch/arm/cpu/armv7/socfpga/u-boot-spl.lds  |   6 +-
 arch/arm/cpu/armv7/start.S |  23 
 arch/arm/cpu/armv7/zynq/u-boot.lds |   7 +-
 arch/arm/cpu/armv8/config.mk   |   5 +-
 arch/arm/cpu/at91-common/u-boot-spl.lds

Re: [U-Boot] Pull request: u-boot-arm/master

2014-02-26 Thread Tom Rini
On Wed, Feb 26, 2014 at 10:40:13PM +0100, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 3e11350255d9c5d4bd03c2a65769da84c05d3294:
 
   Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-02-20
   13:16:05 +0100)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 1551df35f296f0a8df32f4f2054254f46e8be252:
 
   arm: Switch to -mno-unaligned-access when supported by the compiler
   (2014-02-26 21:19:32 +0100)
 
 
 Albert ARIBAUD (4):
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   cm_t335: fix linker file to produce full ELF
   arm: make _end compiler-generated
   arm: remove unneeded symbol offsets and _TEXT_BASE
 
 Darwin Rambo (6):
   arch: kona: Initial commit of kona-common architecture code
   arch: bcm281xx: Initial commit of bcm281xx architecture code
   gpio: kona: Add Kona gpio driver
   i2c: kona: Add Kona I2C driver
   mmc: kona: Add Kona mmc driver
   board: bcm28155_ap: Add board files
 
 Dave Gerlach (1):
   ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control
 
 Hannes Petermaier (2):
   board: Add support for BR T-Series Motherboard
   Add support for BR KWB Motherboard
 
 Janne Grunau (1):
   ARM: OMAP4: fix DDR timings for OMAP4430 ES2.0
 
 Lothar Felten (1):
   am335x: Initial support for Silica Pengwyn board
 
 Måns Rullgård (1):
   ti814x: Fix illegal use of FP ops in clock_ti814x.c
 
 Nishanth Menon (2):
   DRA7: fix ABB efuse offset for OPP_NOM
   omap4_common: config: remove I2C for SPL mode
 
 Stefan Roese (2):
   arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not
 enabled) arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT
 Linux booting
 
 Stefano Babic (3):
   OMAP3: add missing gpio clock init and fix NAND SPL for mcx board
   omap3: fix pinmux for mcx board
   OMAP3: fix default environment for mcx board
 
 Stephen Warren (4):
   pxe: allow compilation when !defined(CONFIG_CMD_NET)
   ARM: rpi_b: convert to use distro defaults
   ARM: rpi_b: load /uEnv.txt from MMC at startup
   ARM: rpi_b: rework boot scripts, enable sysboot
 
 Tom Rini (5):
   am335x_evm: Enable GPT commands
   am43xx_evm: Enable GPT commands
   dra7xx_evm: Enable GPT commands
   checkpatch.pl: Add warning for new __packed additions
   arm: Switch to -mno-unaligned-access when supported by the
 compiler
 
  README |   8 +-
  arch/arm/cpu/arm1136/start.S   |  27 -
  arch/arm/cpu/arm1136/u-boot-spl.lds|   6 +-
  arch/arm/cpu/arm1176/start.S   |  27 -
  arch/arm/cpu/arm720t/start.S   |  26 -
  arch/arm/cpu/arm920t/ep93xx/u-boot.lds |   5 +-
  arch/arm/cpu/arm920t/start.S   |  26 -
  arch/arm/cpu/arm926ejs/at91/lowlevel_init.S|  14 +--
  arch/arm/cpu/arm926ejs/mxs/start.S |  27 -
  arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds  |   9 +-
  arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds|   9 +-
  arch/arm/cpu/arm926ejs/start.S |  27 -
  arch/arm/cpu/arm946es/start.S  |  26 -
  arch/arm/cpu/arm_intcm/start.S |  26 -
  arch/arm/cpu/armv7/Makefile|   1 +
  arch/arm/cpu/armv7/am33xx/board.c  |   6 +-
  arch/arm/cpu/armv7/am33xx/clock_am43xx.c   |   2 +
  arch/arm/cpu/armv7/am33xx/clock_ti814x.c   |   5 +-
  arch/arm/cpu/armv7/am33xx/u-boot-spl.lds   |   6 +-
  arch/arm/cpu/armv7/bcm281xx/Makefile   |  11 ++
  arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c | 523
  
 
  arch/arm/cpu/armv7/bcm281xx/clk-bsc.c  |  52 +
  arch/arm/cpu/armv7/bcm281xx/clk-core.c | 513
  
 +++
  arch/arm/cpu/armv7/bcm281xx/clk-core.h | 495
  
 
  arch/arm/cpu/armv7/bcm281xx/clk-sdio.c |  73 
  arch/arm/cpu/armv7/bcm281xx/reset.c|  27 +
  arch/arm/cpu/armv7/config.mk   |   7 +-
  arch/arm/cpu/armv7/kona-common/Makefile|   9 ++
  arch/arm/cpu/armv7/kona-common/clk-stubs.c |  21 
  arch/arm/cpu/armv7/kona-common/hwinit-common.c |  16 +++
  arch/arm/cpu/armv7/kona-common/s_init.c|  12 ++
  arch/arm/cpu/armv7/omap-common/u-boot-spl.lds  |   6 +-
  arch/arm/cpu/armv7/omap3/lowlevel_init.S   |   3 -
  arch/arm/cpu/armv7/omap4/hw_data.c |  18 +++
  arch/arm/cpu/armv7/omap5/prcm-regs.c   |   2 +-
  arch/arm/cpu/armv7/socfpga/u-boot-spl.lds  |   6 +-
  arch/arm/cpu/armv7/start.S 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-02-18 Thread Tom Rini
On Thu, Feb 13, 2014 at 06:43:41PM +0100, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 0876703cf2ee107372b56037d4eeeb7604c56796:
 
   boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 9c134e189a95c976dab94d4f28444a5398627188:
 
   arm/km: introduce kmsugp1 target (2014-02-13 17:45:36 +0100)
 
 
 Albert ARIBAUD (3):
   Merge branch 'u-boot-arm/next' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
 
 Enric Balletbò i Serra (7):
   ARM: OMAP4: Rename to ti_omap4_common.h
   ARM: OMAP5: Rename to ti_omap5_common.h
   TI: armv7: Move ELM support to SoC configuration file.
   TI: armv7: Do not define the number DRAM banks if is already
 defined. ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_*
   TI: OMAP3: Create common config files for TI OMAP3 platforms.
   OMAP3: igep00x0: Convert to ti_omap3_common.h.
 
 Gerlando Falauto (3):
   arm/km: enable FDT for km_kirwkood
   arm/km: define fdt_high env variable and allow backwards
 compatibility arm/km: introduce kmsugp1 target
 
 Holger Brunck (5):
   arm/km: drop unneeded define
   arm/km: make local function startup_allowed static
   arm/km/suv31: switch to 256MB RAM
   arm/km: add CONFIG_KM_BOARD_EXTRA_ENV to default environment
   arm/km: fix wrong error handling
 
 Inha Song (3):
   serial: s5p: set automatically clears after resetting Rx FIFO
   exynos: clock: fixed that cfg is set to wrong value.
   exynos: clock: use the clear and set bits macros.
 
 Jassi Brar (2):
   ARM: OMAP4/5: Remove dead code against
 CONFIG_SYS_CLOCKS_ENABLE_ALL ARM: OMAP4/5: Remove dead code against
 CONFIG_SYS_ENABLE_PADS_ALL
 
 Jim Lin (1):
   ARM: tegra: fix bootp issue for Tegra124 too
 
 Jimmy Zhang (1):
   ARM: tegra: don't exceed AVP limits when configuring PLLP
 
 Linus Walleij (2):
   ARM: versatile: pass correct machine type for Versatile AB
   ARM: versatile: pass console setting to the kernel
 
 Lokesh Vutla (1):
   ARM: AM43xx: Enable DDR dynamic IO power down for DDR3
 
 Masahiro Yamada (1):
   relocate-rela: replace a magic number with sizeof(Elf64_Rela)
 
 Michal Simek (2):
   zynq: Use full tftpboot command instead of shortcut tftp
   zynq: Fix elf header generation
 
 Minkyu Kang (3):
   exynos: pinmux: sort the list of peripherals
   exynos: pinmux: remove unnecessary define
   exynos: pinmux: remove unnecessary routine
 
 Nishanth Menon (2):
   DRA7: Add support for ES1.1 silicon ID code
   DRA7: add ABB setup for MPU voltage domain
 
 Piotr Wilczek (8):
   arm:exynos: add cpu revision
   arm:s5pc110: add cpu revision
   board:samsung:common: set envs with board unified information
   board:samsung:goni: add env variables describing platform
   board:samsung:universal: add env variables describing platform
   board:samsung:trats: add env variables describing platform
   board:samsung:trats2: add env variables describing platform
   board:samsung:trats/trats2: enable boot with appended and
 separated DTB
 
 Przemyslaw Marczak (12):
   s5p: gpio: change gpio coding method for s5p gpio.
   trats2: Code cleanup.
   samsung: common: Add file for common functions, draw_logo()
 cleanup. common: lcd.c: fix data abort exception when try to access bmp
 header lib: tizen: change Tizen logo with the new one.
   video: exynos: fimd: add support for various display color modes
   samsung: boards: update display configs with 16bpp mode.
   samsung: misc: Add LCD download menu.
   trats: add LCD download menu support
   trats2: add LCD download menu support
   universal: add LCD download menu support
   config: trats: trats2: extend dfu_alt_info by env update settings
 
 Satyanarayana, Sandhya (1):
   ARM: AM335x: Enable DDR dynamic IO power down
 
 Stephen Warren (16):
   ARM: tegra: accept any SKU ID for most chips
   ARM: tegra: set env vars to indicate Cardhu A04 support
   ARM: tegra: clear $usb_need_init each boot
   ARM: tegra: rename MASK_BITS_29_28 to MASK_BITS_31_28
   ARM: tegra: rename OUT_CLK_SOURCE_*
   ARM: tegra: use MASK_BITS_* macros everywhere
   ARM: tegra: MASK_BITS_ no longer needs specific values
   ARM: tegra: amend pmc.h for Tegra114+
   mmc: tegra: support Tegra124
   ARM: tegra: misc cleanups triggered by Tegra124 review
   ARM: tegra: pass just partition ID to power_partition()
   ARM: tegra: enable PLLX only once it's been fully configured
   ARM: tegra: remove a conditional for CSITE rate
   ARM: tegra: fix a typo in the tegra114.dtsi
   ARM: rpi_b: set 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-02-18 Thread Stephen Warren
On 02/18/2014 10:50 AM, Tom Rini wrote:
 On Thu, Feb 13, 2014 at 06:43:41PM +0100, Albert ARIBAUD wrote:
 
 Hi Tom,

 The following changes since commit
 0876703cf2ee107372b56037d4eeeb7604c56796:

   boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)

 are available in the git repository at:

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

 for you to fetch changes up to 9c134e189a95c976dab94d4f28444a5398627188:

   arm/km: introduce kmsugp1 target (2014-02-13 17:45:36 +0100)
...
 Applied to u-boot/master, thanks!

How often does u-boot/master get pushed, and is there any replication
delay once it does?

The most recent commit I see in u-boot/master was committed on Feb 7.
Since these emails are a trigger for me and others to go grab the latest
commits, it'd be nice if there was at most a very tiny delay between
receiving the email, and actually being able to pull the commits. Last
time I had this issue, I think I had to wait over 24 hours for the push
or replication delay, which was a bit annoying, since I needed to
remember to go back and check every so often.

If it's replication delay, perhaps the Linux Foundation's kernel.org
code could be stolen; that does (almost?) real-time replication from the
push-to servers to the public r/o-mirrors, triggered by the git push
action. That makes my life a lot easier, since I can git push then
immediately send the applied email.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-arm/master

2014-02-18 Thread Tom Rini
On Tue, Feb 18, 2014 at 11:21:28AM -0700, Stephen Warren wrote:
 On 02/18/2014 10:50 AM, Tom Rini wrote:
  On Thu, Feb 13, 2014 at 06:43:41PM +0100, Albert ARIBAUD wrote:
  
  Hi Tom,
 
  The following changes since commit
  0876703cf2ee107372b56037d4eeeb7604c56796:
 
boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)
 
  are available in the git repository at:
 
git://git.denx.de/u-boot-arm master
 
  for you to fetch changes up to 9c134e189a95c976dab94d4f28444a5398627188:
 
arm/km: introduce kmsugp1 target (2014-02-13 17:45:36 +0100)
 ...
  Applied to u-boot/master, thanks!
 
 How often does u-boot/master get pushed, and is there any replication
 delay once it does?

It gets pushed as often as I spam out accepted messages.  And yes,
there's a replication delay.  I believe it's every 6 hours, starting at
midnight +0200 ?  Wolfgang?

 The most recent commit I see in u-boot/master was committed on Feb 7.
 Since these emails are a trigger for me and others to go grab the latest
 commits, it'd be nice if there was at most a very tiny delay between
 receiving the email, and actually being able to pull the commits. Last
 time I had this issue, I think I had to wait over 24 hours for the push
 or replication delay, which was a bit annoying, since I needed to
 remember to go back and check every so often.

I think there was a human mistake back then.  But yes, would it be
possible to sync things out more automatically Wolfgang?  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 request: u-boot-arm/master

2014-02-18 Thread Albert ARIBAUD
Hi Tom,

On Tue, 18 Feb 2014 12:50:40 -0500, Tom Rini tr...@ti.com wrote:

 On Thu, Feb 13, 2014 at 06:43:41PM +0100, Albert ARIBAUD wrote:
 
  Hi Tom,
  
  The following changes since commit
  0876703cf2ee107372b56037d4eeeb7604c56796:
  
boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm master
  
  for you to fetch changes up to 9c134e189a95c976dab94d4f28444a5398627188:
  
arm/km: introduce kmsugp1 target (2014-02-13 17:45:36 +0100)
  
  
  Albert ARIBAUD (3):
Merge branch 'u-boot-arm/next' into 'u-boot-arm/master'
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  
  Enric Balletbò i Serra (7):
ARM: OMAP4: Rename to ti_omap4_common.h
ARM: OMAP5: Rename to ti_omap5_common.h
TI: armv7: Move ELM support to SoC configuration file.
TI: armv7: Do not define the number DRAM banks if is already
  defined. ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_*
TI: OMAP3: Create common config files for TI OMAP3 platforms.
OMAP3: igep00x0: Convert to ti_omap3_common.h.
  
  Gerlando Falauto (3):
arm/km: enable FDT for km_kirwkood
arm/km: define fdt_high env variable and allow backwards
  compatibility arm/km: introduce kmsugp1 target
  
  Holger Brunck (5):
arm/km: drop unneeded define
arm/km: make local function startup_allowed static
arm/km/suv31: switch to 256MB RAM
arm/km: add CONFIG_KM_BOARD_EXTRA_ENV to default environment
arm/km: fix wrong error handling
  
  Inha Song (3):
serial: s5p: set automatically clears after resetting Rx FIFO
exynos: clock: fixed that cfg is set to wrong value.
exynos: clock: use the clear and set bits macros.
  
  Jassi Brar (2):
ARM: OMAP4/5: Remove dead code against
  CONFIG_SYS_CLOCKS_ENABLE_ALL ARM: OMAP4/5: Remove dead code against
  CONFIG_SYS_ENABLE_PADS_ALL
  
  Jim Lin (1):
ARM: tegra: fix bootp issue for Tegra124 too
  
  Jimmy Zhang (1):
ARM: tegra: don't exceed AVP limits when configuring PLLP
  
  Linus Walleij (2):
ARM: versatile: pass correct machine type for Versatile AB
ARM: versatile: pass console setting to the kernel
  
  Lokesh Vutla (1):
ARM: AM43xx: Enable DDR dynamic IO power down for DDR3
  
  Masahiro Yamada (1):
relocate-rela: replace a magic number with sizeof(Elf64_Rela)
  
  Michal Simek (2):
zynq: Use full tftpboot command instead of shortcut tftp
zynq: Fix elf header generation
  
  Minkyu Kang (3):
exynos: pinmux: sort the list of peripherals
exynos: pinmux: remove unnecessary define
exynos: pinmux: remove unnecessary routine
  
  Nishanth Menon (2):
DRA7: Add support for ES1.1 silicon ID code
DRA7: add ABB setup for MPU voltage domain
  
  Piotr Wilczek (8):
arm:exynos: add cpu revision
arm:s5pc110: add cpu revision
board:samsung:common: set envs with board unified information
board:samsung:goni: add env variables describing platform
board:samsung:universal: add env variables describing platform
board:samsung:trats: add env variables describing platform
board:samsung:trats2: add env variables describing platform
board:samsung:trats/trats2: enable boot with appended and
  separated DTB
  
  Przemyslaw Marczak (12):
s5p: gpio: change gpio coding method for s5p gpio.
trats2: Code cleanup.
samsung: common: Add file for common functions, draw_logo()
  cleanup. common: lcd.c: fix data abort exception when try to access bmp
  header lib: tizen: change Tizen logo with the new one.
video: exynos: fimd: add support for various display color modes
samsung: boards: update display configs with 16bpp mode.
samsung: misc: Add LCD download menu.
trats: add LCD download menu support
trats2: add LCD download menu support
universal: add LCD download menu support
config: trats: trats2: extend dfu_alt_info by env update settings
  
  Satyanarayana, Sandhya (1):
ARM: AM335x: Enable DDR dynamic IO power down
  
  Stephen Warren (16):
ARM: tegra: accept any SKU ID for most chips
ARM: tegra: set env vars to indicate Cardhu A04 support
ARM: tegra: clear $usb_need_init each boot
ARM: tegra: rename MASK_BITS_29_28 to MASK_BITS_31_28
ARM: tegra: rename OUT_CLK_SOURCE_*
ARM: tegra: use MASK_BITS_* macros everywhere
ARM: tegra: MASK_BITS_ no longer needs specific values
ARM: tegra: amend pmc.h for Tegra114+
mmc: tegra: support Tegra124
ARM: tegra: misc cleanups triggered by Tegra124 review
ARM: tegra: pass just partition ID to power_partition()
  

[U-Boot] Pull request: u-boot-arm/master

2014-02-13 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
0876703cf2ee107372b56037d4eeeb7604c56796:

  boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)

are available in the git repository at:

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

for you to fetch changes up to 9c134e189a95c976dab94d4f28444a5398627188:

  arm/km: introduce kmsugp1 target (2014-02-13 17:45:36 +0100)


Albert ARIBAUD (3):
  Merge branch 'u-boot-arm/next' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'

Enric Balletbò i Serra (7):
  ARM: OMAP4: Rename to ti_omap4_common.h
  ARM: OMAP5: Rename to ti_omap5_common.h
  TI: armv7: Move ELM support to SoC configuration file.
  TI: armv7: Do not define the number DRAM banks if is already
defined. ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_*
  TI: OMAP3: Create common config files for TI OMAP3 platforms.
  OMAP3: igep00x0: Convert to ti_omap3_common.h.

Gerlando Falauto (3):
  arm/km: enable FDT for km_kirwkood
  arm/km: define fdt_high env variable and allow backwards
compatibility arm/km: introduce kmsugp1 target

Holger Brunck (5):
  arm/km: drop unneeded define
  arm/km: make local function startup_allowed static
  arm/km/suv31: switch to 256MB RAM
  arm/km: add CONFIG_KM_BOARD_EXTRA_ENV to default environment
  arm/km: fix wrong error handling

Inha Song (3):
  serial: s5p: set automatically clears after resetting Rx FIFO
  exynos: clock: fixed that cfg is set to wrong value.
  exynos: clock: use the clear and set bits macros.

Jassi Brar (2):
  ARM: OMAP4/5: Remove dead code against
CONFIG_SYS_CLOCKS_ENABLE_ALL ARM: OMAP4/5: Remove dead code against
CONFIG_SYS_ENABLE_PADS_ALL

Jim Lin (1):
  ARM: tegra: fix bootp issue for Tegra124 too

Jimmy Zhang (1):
  ARM: tegra: don't exceed AVP limits when configuring PLLP

Linus Walleij (2):
  ARM: versatile: pass correct machine type for Versatile AB
  ARM: versatile: pass console setting to the kernel

Lokesh Vutla (1):
  ARM: AM43xx: Enable DDR dynamic IO power down for DDR3

Masahiro Yamada (1):
  relocate-rela: replace a magic number with sizeof(Elf64_Rela)

Michal Simek (2):
  zynq: Use full tftpboot command instead of shortcut tftp
  zynq: Fix elf header generation

Minkyu Kang (3):
  exynos: pinmux: sort the list of peripherals
  exynos: pinmux: remove unnecessary define
  exynos: pinmux: remove unnecessary routine

Nishanth Menon (2):
  DRA7: Add support for ES1.1 silicon ID code
  DRA7: add ABB setup for MPU voltage domain

Piotr Wilczek (8):
  arm:exynos: add cpu revision
  arm:s5pc110: add cpu revision
  board:samsung:common: set envs with board unified information
  board:samsung:goni: add env variables describing platform
  board:samsung:universal: add env variables describing platform
  board:samsung:trats: add env variables describing platform
  board:samsung:trats2: add env variables describing platform
  board:samsung:trats/trats2: enable boot with appended and
separated DTB

Przemyslaw Marczak (12):
  s5p: gpio: change gpio coding method for s5p gpio.
  trats2: Code cleanup.
  samsung: common: Add file for common functions, draw_logo()
cleanup. common: lcd.c: fix data abort exception when try to access bmp
header lib: tizen: change Tizen logo with the new one.
  video: exynos: fimd: add support for various display color modes
  samsung: boards: update display configs with 16bpp mode.
  samsung: misc: Add LCD download menu.
  trats: add LCD download menu support
  trats2: add LCD download menu support
  universal: add LCD download menu support
  config: trats: trats2: extend dfu_alt_info by env update settings

Satyanarayana, Sandhya (1):
  ARM: AM335x: Enable DDR dynamic IO power down

Stephen Warren (16):
  ARM: tegra: accept any SKU ID for most chips
  ARM: tegra: set env vars to indicate Cardhu A04 support
  ARM: tegra: clear $usb_need_init each boot
  ARM: tegra: rename MASK_BITS_29_28 to MASK_BITS_31_28
  ARM: tegra: rename OUT_CLK_SOURCE_*
  ARM: tegra: use MASK_BITS_* macros everywhere
  ARM: tegra: MASK_BITS_ no longer needs specific values
  ARM: tegra: amend pmc.h for Tegra114+
  mmc: tegra: support Tegra124
  ARM: tegra: misc cleanups triggered by Tegra124 review
  ARM: tegra: pass just partition ID to power_partition()
  ARM: tegra: enable PLLX only once it's been fully configured
  ARM: tegra: remove a conditional for CSITE rate
  ARM: tegra: fix a typo in the tegra114.dtsi
  ARM: rpi_b: set $fdtfile in default environment
  ARM: bcm2835: config.mk isn't needed

Tom Rini (2):
  feature-removal-schedule.txt: Drop
CONFIG_SYS_ENABLE_PADS_ALL/CLOCKS_ENABLE_ALL am43xx_evm.h: 

Re: [U-Boot] Pull request: u-boot-arm/master - UPDATED

2014-01-17 Thread Tom Rini
On Thu, Jan 16, 2014 at 10:47:18AM +0100, Albert ARIBAUD wrote:

 Hello Tom,
 
 This is an update which replaces the previous PR which had only imx
 stuff.
 
 The following changes since commit
 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
 
   arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:
 
   arm: koelsch: Add support QSPI device and enable boot from SPI flash
   (2014-01-16 08:07:20 +0900)
 
 
 Albert ARIBAUD (1):
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
 
 Fabio Estevam (2):
   mx6: clock: Pass the frequency as argument of
 enable_fec_anatop_clock() mx6: Add initial support for the Hummingboard
 solo
 
 Nobuhiro Iwamatsu (6):
   arm: koelsch: Disable TMU0 before OS boot
   arm: lager: Disable TMU0 before OS boot
   arm: rmobile: Add SH QSPI base register address
   spi: sh_qspi: Add header file that defines the address of
 registers arm: lager: Add support QSPI device and enable boot from SPI
 flash arm: koelsch: Add support QSPI device and enable boot from SPI
 flash
 
  arch/arm/cpu/armv7/mx6/clock.c |   8 +-
  arch/arm/include/asm/arch-mx6/clock.h  |   9 +-
  arch/arm/include/asm/arch-mx6/imx-regs.h   |   4 +
  arch/arm/include/asm/arch-rmobile/r8a7790.h|   1 +
  arch/arm/include/asm/arch-rmobile/r8a7791.h|   1 +
  board/freescale/mx6slevk/mx6slevk.c|   2 +-
  board/renesas/koelsch/koelsch.c|   6 +
  board/renesas/lager/lager.c|   6 +
  board/solidrun/hummingboard/Makefile   |   9 +
  board/solidrun/hummingboard/README |  40 
  board/solidrun/hummingboard/hummingboard.c | 187
  + board/solidrun/hummingboard/solo.cfg
  |  25 +++ board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg   |  74
  +++ board/solidrun/mx6-microsom/clocks.cfg |  33 +++
  .../mx6-microsom/ddr-800mhz-32bit-setup.cfg|  76 +++
  boards.cfg |   1 +
  drivers/spi/sh_qspi.c  |   3 +-
  include/configs/hummingboard.h | 226
  +
  include/configs/koelsch.h  |  32 ++-
  include/configs/lager.h|  33 ++- 20 files
  changed, 764 insertions(+), 12 deletions(-) create mode 100644
  board/solidrun/hummingboard/Makefile create mode 100644
  board/solidrun/hummingboard/README create mode 100644
  board/solidrun/hummingboard/hummingboard.c create mode 100644
  board/solidrun/hummingboard/solo.cfg create mode 100644
  board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg create mode 100644
  board/solidrun/mx6-microsom/clocks.cfg create mode 100644
  board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg create mode
  100644 include/configs/hummingboard.h

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 request: u-boot-arm/master - please hold

2014-01-16 Thread Albert ARIBAUD
Hi Tom,

On Wed, 15 Jan 2014 16:16:13 +0100, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:

 Hello Tom,
 
 The following changes since commit
 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
 
   arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to bf46e7d8d134521301ff02b6d97e8998aa10a83d:
 
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-01-15
   15:18:04 +0100)

Adding rmobile patches -- unless Tom objects.

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


[U-Boot] Pull request: u-boot-arm/master - UPDATED

2014-01-16 Thread Albert ARIBAUD
Hello Tom,

This is an update which replaces the previous PR which had only imx
stuff.

The following changes since commit
6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:

  arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)

are available in the git repository at:

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

for you to fetch changes up to c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:

  arm: koelsch: Add support QSPI device and enable boot from SPI flash
  (2014-01-16 08:07:20 +0900)


Albert ARIBAUD (1):
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

Fabio Estevam (2):
  mx6: clock: Pass the frequency as argument of
enable_fec_anatop_clock() mx6: Add initial support for the Hummingboard
solo

Nobuhiro Iwamatsu (6):
  arm: koelsch: Disable TMU0 before OS boot
  arm: lager: Disable TMU0 before OS boot
  arm: rmobile: Add SH QSPI base register address
  spi: sh_qspi: Add header file that defines the address of
registers arm: lager: Add support QSPI device and enable boot from SPI
flash arm: koelsch: Add support QSPI device and enable boot from SPI
flash

 arch/arm/cpu/armv7/mx6/clock.c |   8 +-
 arch/arm/include/asm/arch-mx6/clock.h  |   9 +-
 arch/arm/include/asm/arch-mx6/imx-regs.h   |   4 +
 arch/arm/include/asm/arch-rmobile/r8a7790.h|   1 +
 arch/arm/include/asm/arch-rmobile/r8a7791.h|   1 +
 board/freescale/mx6slevk/mx6slevk.c|   2 +-
 board/renesas/koelsch/koelsch.c|   6 +
 board/renesas/lager/lager.c|   6 +
 board/solidrun/hummingboard/Makefile   |   9 +
 board/solidrun/hummingboard/README |  40 
 board/solidrun/hummingboard/hummingboard.c | 187
 + board/solidrun/hummingboard/solo.cfg
 |  25 +++ board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg   |  74
 +++ board/solidrun/mx6-microsom/clocks.cfg |  33 +++
 .../mx6-microsom/ddr-800mhz-32bit-setup.cfg|  76 +++
 boards.cfg |   1 +
 drivers/spi/sh_qspi.c  |   3 +-
 include/configs/hummingboard.h | 226
 +
 include/configs/koelsch.h  |  32 ++-
 include/configs/lager.h|  33 ++- 20 files
 changed, 764 insertions(+), 12 deletions(-) create mode 100644
 board/solidrun/hummingboard/Makefile create mode 100644
 board/solidrun/hummingboard/README create mode 100644
 board/solidrun/hummingboard/hummingboard.c create mode 100644
 board/solidrun/hummingboard/solo.cfg create mode 100644
 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg create mode 100644
 board/solidrun/mx6-microsom/clocks.cfg create mode 100644
 board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg create mode
 100644 include/configs/hummingboard.h

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


[U-Boot] Pull request: u-boot-arm/master

2014-01-15 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:

  arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)

are available in the git repository at:

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

for you to fetch changes up to bf46e7d8d134521301ff02b6d97e8998aa10a83d:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2014-01-15
  15:18:04 +0100)



Albert ARIBAUD (1):
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

Fabio Estevam (2):
  mx6: clock: Pass the frequency as argument of
enable_fec_anatop_clock() mx6: Add initial support for the Hummingboard
solo

 arch/arm/cpu/armv7/mx6/clock.c |   8 +-
 arch/arm/include/asm/arch-mx6/clock.h  |   9 +-
 arch/arm/include/asm/arch-mx6/imx-regs.h   |   4 +
 board/freescale/mx6slevk/mx6slevk.c|   2 +-
 board/solidrun/hummingboard/Makefile   |   9 +
 board/solidrun/hummingboard/README |  40 
 board/solidrun/hummingboard/hummingboard.c | 187
 + board/solidrun/hummingboard/solo.cfg
 |  25 +++ board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg   |  74
 +++ board/solidrun/mx6-microsom/clocks.cfg |  33 +++
 .../mx6-microsom/ddr-800mhz-32bit-setup.cfg|  76 +++
 boards.cfg |   1 +
 include/configs/hummingboard.h | 226
 + 13 files changed, 691 insertions(+), 3
 deletions(-) create mode 100644 board/solidrun/hummingboard/Makefile
 create mode 100644 board/solidrun/hummingboard/README
 create mode 100644 board/solidrun/hummingboard/hummingboard.c
 create mode 100644 board/solidrun/hummingboard/solo.cfg
 create mode 100644 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg
 create mode 100644 board/solidrun/mx6-microsom/clocks.cfg
 create mode 100644
 board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg create mode
 100644 include/configs/hummingboard.h

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


[U-Boot] Pull request: u-boot-arm/master

2014-01-14 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
4efd69250f6118ebd783867b3809001a1886ce9e:

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

are available in the git repository at:

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

for you to fetch changes up to 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:

  arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)


Albert ARIBAUD (4):
  mini2440: remove board support
  mx1ads: remove board support
  arm: put .hash, .got.plt and .machine_param back in binaries
  Merge 'u-boot-imx/master' into 'u-boot-arm/master'

Andreas Bießmann (1):
  arm: use canonical sub mnemonic

Christian Gmeiner (1):
  imx6: make use of lldiv(..)

Fabio Estevam (7):
  wandboard: Return from cpu_eth_init() directly
  titanium: Return from cpu_eth_init() directly
  mx6qarm2: Remove unneeded error message when cpu_eth_init() fails
  mx6qsabreauto: Return from cpu_eth_init() directly
  mx6sabresd: Return from cpu_eth_init() directly
  mx6slevk: Return from cpu_eth_init() directly
  mx6slevk: Include mx6_common.h

John Weber (1):
  wandboard: Set default environment to use zImage

Otavio Salvador (1):
  mx6sabresd: Add eMMC specific environment to allow U-Boot update

 arch/arm/config.mk|   2 +-
 arch/arm/cpu/armv7/exynos/config.mk   |   7 +
 arch/arm/cpu/armv7/lowlevel_init.S|   2 +-
 arch/arm/cpu/armv7/mx6/clock.c|   3 +-
 arch/arm/cpu/u-boot.lds   |   3 +-
 arch/arm/lib/crt0.S   |   2 +-
 board/barco/titanium/titanium.c   |   8 +-
 board/freescale/mx6qarm2/mx6qarm2.c   |   7 +-
 board/freescale/mx6qsabreauto/mx6qsabreauto.c |   8 +-
 board/freescale/mx6sabresd/mx6sabresd.c   |   8 +-
 board/freescale/mx6slevk/mx6slevk.c   |  10 +-
 board/friendlyarm/mini2440/Makefile   |   8 -
 board/friendlyarm/mini2440/mini2440.c | 118 --
 board/friendlyarm/mini2440/mini2440.h | 144 
 board/mx1ads/Makefile |  16 --
 board/mx1ads/lowlevel_init.S  |  68 --
 board/mx1ads/mx1ads.c | 178 ---
 board/mx1ads/syncflash.c  | 307
 --
 board/wandboard/wandboard.c   |   8 +-
 boards.cfg|   2 -
 doc/README.mini2440   |  28 ---
 doc/README.scrapyard  |   6 +-
 include/configs/mx1ads.h  | 163 --
 include/configs/mx6sabre_common.h |  23 ++
 include/configs/mx6sabresd.h  |   2 +
 include/configs/mx6slevk.h|   1 +
 include/configs/wandboard.h   |  20 +-
 spl/Makefile  |   2 +- 28 files
 changed, 61 insertions(+), 1093 deletions(-) create mode 100644
 arch/arm/cpu/armv7/exynos/config.mk delete mode 100644
 board/friendlyarm/mini2440/Makefile delete mode 100644
 board/friendlyarm/mini2440/mini2440.c delete mode 100644
 board/friendlyarm/mini2440/mini2440.h delete mode 100644
 board/mx1ads/Makefile delete mode 100644 board/mx1ads/lowlevel_init.S
 delete mode 100644 board/mx1ads/mx1ads.c
 delete mode 100644 board/mx1ads/syncflash.c
 delete mode 100644 doc/README.mini2440
 delete mode 100644 include/configs/mx1ads.h

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


Re: [U-Boot] Pull request: u-boot-arm/master

2014-01-14 Thread Tom Rini
On Tue, Jan 14, 2014 at 02:04:08PM +0100, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 4efd69250f6118ebd783867b3809001a1886ce9e:
 
   ARM: pxa: Fix OneNAND window access on VPAC270 (2014-01-13 12:39:10
   +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
 
   arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
 
 
 Albert ARIBAUD (4):
   mini2440: remove board support
   mx1ads: remove board support
   arm: put .hash, .got.plt and .machine_param back in binaries
   Merge 'u-boot-imx/master' into 'u-boot-arm/master'
 
 Andreas Bießmann (1):
   arm: use canonical sub mnemonic
 
 Christian Gmeiner (1):
   imx6: make use of lldiv(..)
 
 Fabio Estevam (7):
   wandboard: Return from cpu_eth_init() directly
   titanium: Return from cpu_eth_init() directly
   mx6qarm2: Remove unneeded error message when cpu_eth_init() fails
   mx6qsabreauto: Return from cpu_eth_init() directly
   mx6sabresd: Return from cpu_eth_init() directly
   mx6slevk: Return from cpu_eth_init() directly
   mx6slevk: Include mx6_common.h
 
 John Weber (1):
   wandboard: Set default environment to use zImage
 
 Otavio Salvador (1):
   mx6sabresd: Add eMMC specific environment to allow U-Boot update
 
  arch/arm/config.mk|   2 +-
  arch/arm/cpu/armv7/exynos/config.mk   |   7 +
  arch/arm/cpu/armv7/lowlevel_init.S|   2 +-
  arch/arm/cpu/armv7/mx6/clock.c|   3 +-
  arch/arm/cpu/u-boot.lds   |   3 +-
  arch/arm/lib/crt0.S   |   2 +-
  board/barco/titanium/titanium.c   |   8 +-
  board/freescale/mx6qarm2/mx6qarm2.c   |   7 +-
  board/freescale/mx6qsabreauto/mx6qsabreauto.c |   8 +-
  board/freescale/mx6sabresd/mx6sabresd.c   |   8 +-
  board/freescale/mx6slevk/mx6slevk.c   |  10 +-
  board/friendlyarm/mini2440/Makefile   |   8 -
  board/friendlyarm/mini2440/mini2440.c | 118 --
  board/friendlyarm/mini2440/mini2440.h | 144 
  board/mx1ads/Makefile |  16 --
  board/mx1ads/lowlevel_init.S  |  68 --
  board/mx1ads/mx1ads.c | 178 ---
  board/mx1ads/syncflash.c  | 307
  --
  board/wandboard/wandboard.c   |   8 +-
  boards.cfg|   2 -
  doc/README.mini2440   |  28 ---
  doc/README.scrapyard  |   6 +-
  include/configs/mx1ads.h  | 163 --
  include/configs/mx6sabre_common.h |  23 ++
  include/configs/mx6sabresd.h  |   2 +
  include/configs/mx6slevk.h|   1 +
  include/configs/wandboard.h   |  20 +-
  spl/Makefile  |   2 +- 28 files
  changed, 61 insertions(+), 1093 deletions(-) create mode 100644
  arch/arm/cpu/armv7/exynos/config.mk delete mode 100644
  board/friendlyarm/mini2440/Makefile delete mode 100644
  board/friendlyarm/mini2440/mini2440.c delete mode 100644
  board/friendlyarm/mini2440/mini2440.h delete mode 100644
  board/mx1ads/Makefile delete mode 100644 board/mx1ads/lowlevel_init.S
  delete mode 100644 board/mx1ads/mx1ads.c
  delete mode 100644 board/mx1ads/syncflash.c
  delete mode 100644 doc/README.mini2440
  delete mode 100644 include/configs/mx1ads.h

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 request: u-boot-arm/master

2014-01-13 Thread Albert ARIBAUD
Hello Tom,

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-arm 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(-)

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


Re: [U-Boot] Pull request: u-boot-arm/master

2014-01-13 Thread Tom Rini
On Mon, Jan 13, 2014 at 07:49:26PM +0100, Albert ARIBAUD wrote:

 Hello Tom,
 
 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-arm 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(-)

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 request: u-boot-arm/master

2014-01-11 Thread Albert ARIBAUD
Hi Tom,

On Fri, 10 Jan 2014 15:03:26 -0500, Tom Rini tr...@ti.com wrote:

 On Fri, Jan 10, 2014 at 04:43:51PM +0100, Albert ARIBAUD wrote:
 
  Hello Tom,
  
  The following changes since commit 4b210ad34282bfd9fc982a8e3c9a9126f4094cdb:
  
Merge branch 'master' of git://git.denx.de/u-boot-arm (2013-12-10 
  17:15:18 -0500)
  
  are available in the git repository at:
  
  
git://git.denx.de/u-boot-arm master
  
  for you to fetch changes up to 10a147bc665367111920be657409a5d56d3c0590:
  
doc: Update the zynq u-boot status (2014-01-10 15:18:33 +0100)

 Applied to u-boot/master, thanks!

Thanks! ARM repo fast-forwared to u-boot/master.

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


[U-Boot] Pull request: u-boot-arm/master

2014-01-10 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit 4b210ad34282bfd9fc982a8e3c9a9126f4094cdb:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2013-12-10 17:15:18 
-0500)

are available in the git repository at:


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

for you to fetch changes up to 10a147bc665367111920be657409a5d56d3c0590:

  doc: Update the zynq u-boot status (2014-01-10 15:18:33 +0100)


Alban Bedel (4):
  ARM: tegra: support SKU b1 of Tegra30
  i2c: tegra: Add the fifth bus on SoC with more than 4 buses
  ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board
  arm: tegra: Fix the CPU complex reset masks

Albert ARIBAUD (8):
  Revert ARM: move interrupt_init to before relocation
  Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
  Merge remote-tracking branch 'u-boot-pxa/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  arm: make 'MAKEALL -a' distinguish between arm and aarch64

Bo Shen (3):
  arm: atmel: at91sam9x5: cleanup cs configure for spi
  arm: atmel: at91sam9x5: cleanup unneeded undef
  arm: atmel: at91sam9x5: move CONFIG_SYS_NO_FLASH to proper position

Dan Murphy (1):
  arm: am437: Fix offset for USB registers

David Feng (7):
  fdt_support: 64bit initrd start address support
  cmd_pxe: remove compiling warnings
  add weak entry definition
  arm64: core support
  arm64: generic board support
  arm64: board support of vexpress_aemv8a
  arm64: MAKEALL, filter armv8 boards from LIST_arm

Eric Nelson (8):
  i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents
  i.MX6DQ/DLS: remove useless mux/pad declarations
  i.MX6DQ: Add Pinmux settings that are present in mainline and 
Dual-Lite/Solo
  i.MX6DQ/DLS: remove unused pad declarations
  i.MX6DQ/DLS: whitespace: Align IOMUX_PAD column in declarations
  imx-common: remove extraneous semicolon from macro
  i.MX6 (DQ/DLS): use macros for mux and pad declarations
  ARM: mx6: Update non-Freescale boards to include CPU errata.

Fabio Estevam (24):
  configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
  wandboard: Return the error immediately when ipuv3_fb_init() fails
  wandboard: Return the error when cpu_eth_init() fails
  titanium: Return the error when cpu_eth_init() fails
  nitrogen6x: Remove unused OCOTP options
  mx51evk: Fix pmic_init() argument
  mx31pdk: Fix pmic_init() argument
  efikamx: Fix pmic_init() argument
  power: power_fsl: Pass p-bus in the same way for SPI and I2C cases
  mx6sabresd: Fix wrong colors in LVDS splash
  mx6sabresd: Add SPI NOR support
  imx: Explicitly pass the I2C bus number in pmic_init()
  configs: imx: Remove CONFIG_SYS_SPD_BUS_NUM option
  mx6: clock: Fix the calculation of PLL_ENET frequency
  mx6sabresd: Allow probing HSYNC, VSYNC and DISP_CLK signals
  mx6sabresd: Fix LVDS width and color format
  doc: README.fuse: Add an example on how to use the fuse API on mx6q
  mx6sabre_common.h: Add CONFIG_CMD_FUSE support
  mx6: soc: Staticize set_vddsoc()
  mx6: soc: Clear the LDO ramp values up prior to setting the LDO voltages
  mx6: soc: Set the VDDSOC at 1.175 V
  mx6: soc: Introduce set_ldo_voltage()
  mx6: soc: Add the required LDO ramp up delay
  mx6: soc: Disable VDDPU regulator

Frank Li (1):
  imx6: fix random hang when download by usb

Giuseppe Pagano (5):
  udoo: Move and optimize platform register setting.
  udoo: Add ethernet support (FEC + Micrel KSZ9031).
  udoo: Fix watchdog during kernel boot.
  nitrogen6x: Move setup_sata to common part
  udoo: Add SATA support on uDoo Board.

Heiko Schocher (1):
  am335x, siemens boards: adapt default environment setting

Holger Brunck (1):
  arm/km: fix i2c mux define for km_kirkwood_128m16 target

Jagannadha Sutradharudu Teki (30):
  zynq: Enable CONFIG_FIT_VERBOSE
  zynq: Enable Boot FreeBSD/vxWorks
  zynq: Cleanup on miscellaneous configs
  zynq: Cleanup on memory configs
  zynq: Minor config cleanup
  zynq: Enable cache options
  zynq: Add UART0, UART1 configs support
  zynq: Add GEM0, GEM1 configs support
  zynq-common: Rename zynq with zynq-common
  doc: zynq: Add information on zynq u-boot
  zynq: Add zynq zc70x board support
  zynq: Add zynq zed board support
  zynq: Move CONFIG_SYS_SDRAM_SIZE to pre-board configs
  zynq-common: Define exact TEXT_BASE
  zynq: zc70x: Add Catalyst 24WC08 EEPROM config support
  zynq: Add zynq microzed board support
  zynq: Add zynq_zc770 xm010 board support
  zynq: Add zynq_zc770 

Re: [U-Boot] Pull request: u-boot-arm/master

2014-01-10 Thread Tom Rini
On Fri, Jan 10, 2014 at 04:43:51PM +0100, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit 4b210ad34282bfd9fc982a8e3c9a9126f4094cdb:
 
   Merge branch 'master' of git://git.denx.de/u-boot-arm (2013-12-10 17:15:18 
 -0500)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 10a147bc665367111920be657409a5d56d3c0590:
 
   doc: Update the zynq u-boot status (2014-01-10 15:18:33 +0100)
 
 
 Alban Bedel (4):
   ARM: tegra: support SKU b1 of Tegra30
   i2c: tegra: Add the fifth bus on SoC with more than 4 buses
   ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board
   arm: tegra: Fix the CPU complex reset masks
 
 Albert ARIBAUD (8):
   Revert ARM: move interrupt_init to before relocation
   Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
   Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
   Merge remote-tracking branch 'u-boot-pxa/master' into 
 'u-boot-arm/master'
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   arm: make 'MAKEALL -a' distinguish between arm and aarch64
 
 Bo Shen (3):
   arm: atmel: at91sam9x5: cleanup cs configure for spi
   arm: atmel: at91sam9x5: cleanup unneeded undef
   arm: atmel: at91sam9x5: move CONFIG_SYS_NO_FLASH to proper position
 
 Dan Murphy (1):
   arm: am437: Fix offset for USB registers
 
 David Feng (7):
   fdt_support: 64bit initrd start address support
   cmd_pxe: remove compiling warnings
   add weak entry definition
   arm64: core support
   arm64: generic board support
   arm64: board support of vexpress_aemv8a
   arm64: MAKEALL, filter armv8 boards from LIST_arm
 
 Eric Nelson (8):
   i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents
   i.MX6DQ/DLS: remove useless mux/pad declarations
   i.MX6DQ: Add Pinmux settings that are present in mainline and 
 Dual-Lite/Solo
   i.MX6DQ/DLS: remove unused pad declarations
   i.MX6DQ/DLS: whitespace: Align IOMUX_PAD column in declarations
   imx-common: remove extraneous semicolon from macro
   i.MX6 (DQ/DLS): use macros for mux and pad declarations
   ARM: mx6: Update non-Freescale boards to include CPU errata.
 
 Fabio Estevam (24):
   configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
   wandboard: Return the error immediately when ipuv3_fb_init() fails
   wandboard: Return the error when cpu_eth_init() fails
   titanium: Return the error when cpu_eth_init() fails
   nitrogen6x: Remove unused OCOTP options
   mx51evk: Fix pmic_init() argument
   mx31pdk: Fix pmic_init() argument
   efikamx: Fix pmic_init() argument
   power: power_fsl: Pass p-bus in the same way for SPI and I2C cases
   mx6sabresd: Fix wrong colors in LVDS splash
   mx6sabresd: Add SPI NOR support
   imx: Explicitly pass the I2C bus number in pmic_init()
   configs: imx: Remove CONFIG_SYS_SPD_BUS_NUM option
   mx6: clock: Fix the calculation of PLL_ENET frequency
   mx6sabresd: Allow probing HSYNC, VSYNC and DISP_CLK signals
   mx6sabresd: Fix LVDS width and color format
   doc: README.fuse: Add an example on how to use the fuse API on mx6q
   mx6sabre_common.h: Add CONFIG_CMD_FUSE support
   mx6: soc: Staticize set_vddsoc()
   mx6: soc: Clear the LDO ramp values up prior to setting the LDO voltages
   mx6: soc: Set the VDDSOC at 1.175 V
   mx6: soc: Introduce set_ldo_voltage()
   mx6: soc: Add the required LDO ramp up delay
   mx6: soc: Disable VDDPU regulator
 
 Frank Li (1):
   imx6: fix random hang when download by usb
 
 Giuseppe Pagano (5):
   udoo: Move and optimize platform register setting.
   udoo: Add ethernet support (FEC + Micrel KSZ9031).
   udoo: Fix watchdog during kernel boot.
   nitrogen6x: Move setup_sata to common part
   udoo: Add SATA support on uDoo Board.
 
 Heiko Schocher (1):
   am335x, siemens boards: adapt default environment setting
 
 Holger Brunck (1):
   arm/km: fix i2c mux define for km_kirkwood_128m16 target
 
 Jagannadha Sutradharudu Teki (30):
   zynq: Enable CONFIG_FIT_VERBOSE
   zynq: Enable Boot FreeBSD/vxWorks
   zynq: Cleanup on miscellaneous configs
   zynq: Cleanup on memory configs
   zynq: Minor config cleanup
   zynq: Enable cache options
   zynq: Add UART0, UART1 configs support
   zynq: Add GEM0, GEM1 configs support
   zynq-common: Rename zynq with zynq-common
   doc: zynq: Add information on zynq u-boot
   zynq: Add zynq zc70x board support
   zynq: Add zynq zed board support
   zynq: Move CONFIG_SYS_SDRAM_SIZE to pre-board configs
   zynq-common: Define exact 

Re: [U-Boot] Pull request: u-boot-arm/master

2013-12-11 Thread Tom Rini
On Tue, Dec 10, 2013 at 11:05:27PM +0100, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 f44483b57c49282299da0e5c10073b909cdad979:
 
   Merge branch 'serial' of git://git.denx.de/u-boot-microblaze
   (2013-12-02 08:48:02 -0500)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to f15ea6e1d67782a1626d4a4922b6c20e380085e5:
 
   Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-12-10
   22:23:59 +0100)
 
 Note: two in-merge fixes were necessary. They are listed in
 f15ea6e1.
 
 
 
 Albert ARIBAUD (7):
   Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   arm: keep all sections in ELF file
   Merge branch 'u-boot/master' into 'u-boot-arm/master'
 
 Andreas Bie??mann (10):
   video: remove AT91 legacy API from bus_vcxk
   i2c: switch from AT91 legacy to ATMEL legacy
   at91sam9m10g45ek: remove unused CONFIG_AT91_LEGACY
   snapper9260: remove unused AT91_LEGACY
   net: remove unused CONFIG_AT91_LEGACY
   at91: remove all occourances of CONFIG_AT91_LEGACY
   at91: add new gpio pin definitions
   at91: redefine legacy GPIO PIN_BASE
   at91: nand: switch atmel_nand to generic GPIO API
   at91: switch coloured LED to gpio API
 
 Andrew Bradford (1):
   am335x_evm: Fix CONS_INDEX numbering
 
 Bo Shen (8):
   arm: atmel: sama5d3: correct the ID for DBGU and PIT
   arm: at91: pm9261: remove undefined bit in mckr
   arm: atmel: sama5d3: correct the error define of DIV
   arm: atmel: sama5d3: the offset of MULA is 18
   arm: atmel: sama5d3: early enable PIO peripherals
   arm: atmel: add ddr2 initialization function
   arm: atmel: sama5d3: spl boot from fat fs SD card
   arm: atmel: sam9m10g45ek: let CONFIG_SYS_NO_FLASH at proper
 position
 
 Chin Liang See (1):
   socfpga: Adding Freeze Controller driver
 
 Hardik Patel (1):
   pandaboard: 1/1] ARM:OMAP4+: panda-es: Support Rev B3 Elpida DDR2
 RAM
 
 Heiko Schocher (6):
   bootcount: store bootcount var in environment
   arm, am33x: make RTC32K OSC enable configurable
   usb, g_dnl: make bcdDevice value configurable
   arm926ejs, at91: add common phy_reset function
   arm, at91: add Siemens board taurus and axm
   arm, at91: add siemens corvus board
 
 Ian Campbell (1):
   vexpress: use correct timer address on extended memory map systems
 
 Igor Grinberg (1):
   cm-t35: use gpio_led driver for status led
 
 Ilya Ledvich (3):
   cm_t335: add cm_t335 board support
   cm_t335: add support for status LED
   cm_t335: add support for pca9555 i2c gpio extender
 
 Jaehoon Chung (3):
   arm: exynos: fix set_mmc_clk for exynos4x12
   arm: exynos/goni: fix the return type for s5p_mmc_init
   arm: exynos: remove the unused define.
 
 Jens Scharsig (BuS Elektronik) (1):
   arm: atmel: eb_cpux9k2: config clean up
 
 Lars Poeschel (1):
   pcm051: Support for revision 3
 
 Lokesh Vutla (1):
   ARM: OMAP5+: Remove unnecessary EFUSE settings
 
 Lubomir Popov (1):
   ARM: OMAP4: Fix bug in omap4470_volts struct
 
 Luka Perkov (1):
   config: arm: exynos5250: remove duplicate defines
 
 Masahiro Yamada (1):
   ARM: align MVBAR on 32 byte boundary
 
 Mateusz Kulikowski (1):
   arm: at91: support for the Calao USB-A9263 board (based on
 AT91SAM9263)
 
 Matt Porter (1):
   boards.cfg: update email address for ti814x_evm maintainer
 
 Michael Trimarchi (2):
   arm: omap3: Add uart4 omap3 adddress
   arm: omap3: Enable clocks for peripherals only if they are used
 
 Michal Simek (1):
   arm: zynq: Do not remap OCM to high address
 
 Minkyu Kang (3):
   arm: exynos: fix the align for exynos4_power structure
   arm: exynos: adds ifdef for spi boot
   arm: arndale: disable spi boot
 
 Nobuhiro Iwamatsu (7):
   arm: rmobile: Move lowlevel_init.o to taget of each CPU
   arm: rmobile: Add support R8A7790
   arm: rmobile: Add support lager board
   arm: rmobile: Add support R8A7791
   arm: rmobile: Add support koelsch board
   arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error
   arm: rmobile: Remove config.mk
 
 Oleg Kosheliev (2):
   ARMV7: OMAP4: Add struct for twl603x data
   ARMV7: OMAP4: Add twl6032 support
 
 Piotr Wilczek (7):
   driver:usb:s3c_udc: add support for Exynos4x12
   trats2: enable ums support on Trats2
   trats2: enable dfu and thor protocol for Tizen download
   board: trats2: remove unused defines from config file
   board: trats2: fix environmental variables
   

[U-Boot] Pull request: u-boot-arm/master

2013-12-10 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
f44483b57c49282299da0e5c10073b909cdad979:

  Merge branch 'serial' of git://git.denx.de/u-boot-microblaze
  (2013-12-02 08:48:02 -0500)

are available in the git repository at:


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

for you to fetch changes up to f15ea6e1d67782a1626d4a4922b6c20e380085e5:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-12-10
  22:23:59 +0100)

Note: two in-merge fixes were necessary. They are listed in
f15ea6e1.



Albert ARIBAUD (7):
  Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
  Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  arm: keep all sections in ELF file
  Merge branch 'u-boot/master' into 'u-boot-arm/master'

Andreas Bießmann (10):
  video: remove AT91 legacy API from bus_vcxk
  i2c: switch from AT91 legacy to ATMEL legacy
  at91sam9m10g45ek: remove unused CONFIG_AT91_LEGACY
  snapper9260: remove unused AT91_LEGACY
  net: remove unused CONFIG_AT91_LEGACY
  at91: remove all occourances of CONFIG_AT91_LEGACY
  at91: add new gpio pin definitions
  at91: redefine legacy GPIO PIN_BASE
  at91: nand: switch atmel_nand to generic GPIO API
  at91: switch coloured LED to gpio API

Andrew Bradford (1):
  am335x_evm: Fix CONS_INDEX numbering

Bo Shen (8):
  arm: atmel: sama5d3: correct the ID for DBGU and PIT
  arm: at91: pm9261: remove undefined bit in mckr
  arm: atmel: sama5d3: correct the error define of DIV
  arm: atmel: sama5d3: the offset of MULA is 18
  arm: atmel: sama5d3: early enable PIO peripherals
  arm: atmel: add ddr2 initialization function
  arm: atmel: sama5d3: spl boot from fat fs SD card
  arm: atmel: sam9m10g45ek: let CONFIG_SYS_NO_FLASH at proper
position

Chin Liang See (1):
  socfpga: Adding Freeze Controller driver

Hardik Patel (1):
  pandaboard: 1/1] ARM:OMAP4+: panda-es: Support Rev B3 Elpida DDR2
RAM

Heiko Schocher (6):
  bootcount: store bootcount var in environment
  arm, am33x: make RTC32K OSC enable configurable
  usb, g_dnl: make bcdDevice value configurable
  arm926ejs, at91: add common phy_reset function
  arm, at91: add Siemens board taurus and axm
  arm, at91: add siemens corvus board

Ian Campbell (1):
  vexpress: use correct timer address on extended memory map systems

Igor Grinberg (1):
  cm-t35: use gpio_led driver for status led

Ilya Ledvich (3):
  cm_t335: add cm_t335 board support
  cm_t335: add support for status LED
  cm_t335: add support for pca9555 i2c gpio extender

Jaehoon Chung (3):
  arm: exynos: fix set_mmc_clk for exynos4x12
  arm: exynos/goni: fix the return type for s5p_mmc_init
  arm: exynos: remove the unused define.

Jens Scharsig (BuS Elektronik) (1):
  arm: atmel: eb_cpux9k2: config clean up

Lars Poeschel (1):
  pcm051: Support for revision 3

Lokesh Vutla (1):
  ARM: OMAP5+: Remove unnecessary EFUSE settings

Lubomir Popov (1):
  ARM: OMAP4: Fix bug in omap4470_volts struct

Luka Perkov (1):
  config: arm: exynos5250: remove duplicate defines

Masahiro Yamada (1):
  ARM: align MVBAR on 32 byte boundary

Mateusz Kulikowski (1):
  arm: at91: support for the Calao USB-A9263 board (based on
AT91SAM9263)

Matt Porter (1):
  boards.cfg: update email address for ti814x_evm maintainer

Michael Trimarchi (2):
  arm: omap3: Add uart4 omap3 adddress
  arm: omap3: Enable clocks for peripherals only if they are used

Michal Simek (1):
  arm: zynq: Do not remap OCM to high address

Minkyu Kang (3):
  arm: exynos: fix the align for exynos4_power structure
  arm: exynos: adds ifdef for spi boot
  arm: arndale: disable spi boot

Nobuhiro Iwamatsu (7):
  arm: rmobile: Move lowlevel_init.o to taget of each CPU
  arm: rmobile: Add support R8A7790
  arm: rmobile: Add support lager board
  arm: rmobile: Add support R8A7791
  arm: rmobile: Add support koelsch board
  arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error
  arm: rmobile: Remove config.mk

Oleg Kosheliev (2):
  ARMV7: OMAP4: Add struct for twl603x data
  ARMV7: OMAP4: Add twl6032 support

Piotr Wilczek (7):
  driver:usb:s3c_udc: add support for Exynos4x12
  trats2: enable ums support on Trats2
  trats2: enable dfu and thor protocol for Tizen download
  board: trats2: remove unused defines from config file
  board: trats2: fix environmental variables
  board: trats2: fix access to samsung registers
  board: trats2: update Tizen partition definitions

Przemyslaw Marczak (1):
  trats: usb: Add usb_cable_connected() function

Radhey Shyam Pandey (1):
  

Re: [U-Boot] Pull request: u-boot-arm/master

2013-11-11 Thread Tom Rini
On Sat, Nov 09, 2013 at 11:53:22PM +0100, Albert ARIBAUD wrote:

 Hi Tom,
 
 The following changes since commit
 15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f:
 
   Merge branch 'master' of git://www.denx.de/git/u-boot-usb (2013-11-08
   15:25:29 -0500)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
 
   Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09
   22:59:47 +0100)
 
 NOTE 1: the top of u-boot-arm/master is a merge from u-boot/master with
   non-trivial conflict resolutions, involving some changes to
   non-conflicting files too. See 'git show 85b8c5c4' for details.
 
 NOTE 2: eleven ARM targets fail with a warning about CONFIG_SYS_HZ:
   omap730p2_cs3boot omap730p2_cs0boot scb9328 palmtc balloon3
   mini2440 zipitz2 palmld omap730p2 omap3_zoom2 mx1ads. These
   failures already happen on u-boot/master and are thus not due
   to the ARM branch.
 
 
 
 Albert ARIBAUD (3):
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge branch 'iu-boot/master' into 'u-boot-arm/master'
 
 Anatolij Gustschin (1):
   imx_watchdog: do not soft-reset while watchdog init
 
 Andreas Bie??mann (10):
   tricorder: update flash partitioning
   tricorder: use generic provided loadaddr
   tricorder: add configuration for a flashcard u-boot
   tricorder: add cmdline history
   tricorder: add mtdparts to environment
   tricorder: add tricordereeprom command
   tricorder: panic() on unknown board
   tricorder: add led support
   tricorder: read kernel directly from NAND
   tricorder: support 256MiB SDRAM on revision  D
 
 Bo Shen (3):
   net: macb: get DMA bus width from design config register
   arm: atmel: at91sam9n12ek: add usb host support
   arm: atmel: get rid of too many ifdeffery
 
 Christoph G. Baumann (1):
   ARM: mxs: Configure 2 Gbit DDR2 RAM for BG0900
 
 Eric Nelson (1):
   i.MX6: nitrogen6x: fix erase size in 6x_upgrade.txt
 
 Fabio Estevam (5):
   udoo: Add initial support for mx6q udoo board
   ARM: mx5: Enable L2 cache
   mx5: lowlevel_init: Remove unused macro
   configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
   wandboard: README: Include the quad version
 
 Heiko Schocher (2):
   nand, davinci: add special UBL ecc position
   arm, da85x: update for the ipam390 board
 
 Igor Grinberg (2):
   cm-t35: move the eeprom code to common place
   cm-t35: move the display code to common place
 
 Javier Martinez Canillas (2):
   ARM: IGEP0033: rename config file to am335x_igep0033.h
   OMAP3: igep00x0: rename config file to omap3_igep00x0.h
 
 Jens Scharsig (BuS Elektronik) (1):
   ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target
 
 Lokesh Vutla (1):
   ARM: OMAP4: Convert to ti_armv7_common.h
 
 Marek Vasut (4):
   ARM: mxs: tools: Use mkimage for BootStream generation
   ARM: mxs: Add PPC-AG BG0900 board
   ARM: mxs: Setup stack in JTAG mode
   ARM: mxs: Enable DCDC converter for battery boot
 
 Michal Simek (1):
   zynq: Use arch_cpu_init() instead of lowlevel_init()
 
 Minal Shah (1):
   dra7xx_evm: Enabled UART-boot mode and add dra7xx_evm_uart3 build
 
 Nikita Kiryanov (3):
   cm_t35: reduce default bootdelay to 3 seconds
   cm_t35: turn on GPIO commands
   cm_t35: update lcd predefines
 
 Otavio Salvador (1):
   mx6: Remove PAD_CTL_DSE_120ohm from i.MX6DL's IPU1_DI0_PIN4 pin
 
 Pierre Aubert (1):
   mx6: compute PLL PFD frequencies rather than using defines
 
 Roger Meier (1):
   at91: add defines for reset type
 
 SRICHARAN R (1):
   ARM: OMAP5: DDR3: Change io settings
 
 Stefan Roese (1):
   arm: Remove IXP425 boards pdnb3 and scpu
 
 Stefano Babic (1):
   Revert configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL
 boards
 
 Thomas Weber (3):
   tricorder: remove lcdmode from bootargs
   tricorder: Make u-boot faster
   tricorder: switch to alternative memtest
 
 Tom Rini (7):
   drivers/rtc/davinci.c: Reference DAVINCI_RTC_BASE more directly
   am33xx, davinci: Create and use asm/davinci_rtc.h
   bootcount_davinci: Switch to scratch register #2
   TI:am33xx: Add bootcount support to ti_am335x_common.h
   am335x: Enable CONFIG_OMAP_WATCHDOG support
   TI:armv7: Change CONFIG_SYS_SPL_ARGS_ADDR to a higher address
   TI:omap5: Add rdaddr, use consistent loadaddr values
 
  arch/arm/cpu/arm926ejs/mxs/Makefile |  10 ++--
  arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg|   4 +-
  arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg|   4 +-
  arch/arm/cpu/arm926ejs/mxs/spl_power_init.c |   2 +
  

[U-Boot] Pull request: u-boot-arm/master

2013-11-09 Thread Albert ARIBAUD
Hi Tom,

The following changes since commit
15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f:

  Merge branch 'master' of git://www.denx.de/git/u-boot-usb (2013-11-08
  15:25:29 -0500)

are available in the git repository at:


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

for you to fetch changes up to 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:

  Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09
  22:59:47 +0100)

NOTE 1: the top of u-boot-arm/master is a merge from u-boot/master with
non-trivial conflict resolutions, involving some changes to
non-conflicting files too. See 'git show 85b8c5c4' for details.

NOTE 2: eleven ARM targets fail with a warning about CONFIG_SYS_HZ:
omap730p2_cs3boot omap730p2_cs0boot scb9328 palmtc balloon3
mini2440 zipitz2 palmld omap730p2 omap3_zoom2 mx1ads. These
failures already happen on u-boot/master and are thus not due
to the ARM branch.



Albert ARIBAUD (3):
  Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'iu-boot/master' into 'u-boot-arm/master'

Anatolij Gustschin (1):
  imx_watchdog: do not soft-reset while watchdog init

Andreas Bießmann (10):
  tricorder: update flash partitioning
  tricorder: use generic provided loadaddr
  tricorder: add configuration for a flashcard u-boot
  tricorder: add cmdline history
  tricorder: add mtdparts to environment
  tricorder: add tricordereeprom command
  tricorder: panic() on unknown board
  tricorder: add led support
  tricorder: read kernel directly from NAND
  tricorder: support 256MiB SDRAM on revision  D

Bo Shen (3):
  net: macb: get DMA bus width from design config register
  arm: atmel: at91sam9n12ek: add usb host support
  arm: atmel: get rid of too many ifdeffery

Christoph G. Baumann (1):
  ARM: mxs: Configure 2 Gbit DDR2 RAM for BG0900

Eric Nelson (1):
  i.MX6: nitrogen6x: fix erase size in 6x_upgrade.txt

Fabio Estevam (5):
  udoo: Add initial support for mx6q udoo board
  ARM: mx5: Enable L2 cache
  mx5: lowlevel_init: Remove unused macro
  configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
  wandboard: README: Include the quad version

Heiko Schocher (2):
  nand, davinci: add special UBL ecc position
  arm, da85x: update for the ipam390 board

Igor Grinberg (2):
  cm-t35: move the eeprom code to common place
  cm-t35: move the display code to common place

Javier Martinez Canillas (2):
  ARM: IGEP0033: rename config file to am335x_igep0033.h
  OMAP3: igep00x0: rename config file to omap3_igep00x0.h

Jens Scharsig (BuS Elektronik) (1):
  ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target

Lokesh Vutla (1):
  ARM: OMAP4: Convert to ti_armv7_common.h

Marek Vasut (4):
  ARM: mxs: tools: Use mkimage for BootStream generation
  ARM: mxs: Add PPC-AG BG0900 board
  ARM: mxs: Setup stack in JTAG mode
  ARM: mxs: Enable DCDC converter for battery boot

Michal Simek (1):
  zynq: Use arch_cpu_init() instead of lowlevel_init()

Minal Shah (1):
  dra7xx_evm: Enabled UART-boot mode and add dra7xx_evm_uart3 build

Nikita Kiryanov (3):
  cm_t35: reduce default bootdelay to 3 seconds
  cm_t35: turn on GPIO commands
  cm_t35: update lcd predefines

Otavio Salvador (1):
  mx6: Remove PAD_CTL_DSE_120ohm from i.MX6DL's IPU1_DI0_PIN4 pin

Pierre Aubert (1):
  mx6: compute PLL PFD frequencies rather than using defines

Roger Meier (1):
  at91: add defines for reset type

SRICHARAN R (1):
  ARM: OMAP5: DDR3: Change io settings

Stefan Roese (1):
  arm: Remove IXP425 boards pdnb3 and scpu

Stefano Babic (1):
  Revert configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL
boards

Thomas Weber (3):
  tricorder: remove lcdmode from bootargs
  tricorder: Make u-boot faster
  tricorder: switch to alternative memtest

Tom Rini (7):
  drivers/rtc/davinci.c: Reference DAVINCI_RTC_BASE more directly
  am33xx, davinci: Create and use asm/davinci_rtc.h
  bootcount_davinci: Switch to scratch register #2
  TI:am33xx: Add bootcount support to ti_am335x_common.h
  am335x: Enable CONFIG_OMAP_WATCHDOG support
  TI:armv7: Change CONFIG_SYS_SPL_ARGS_ADDR to a higher address
  TI:omap5: Add rdaddr, use consistent loadaddr values

 arch/arm/cpu/arm926ejs/mxs/Makefile |  10 ++--
 arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg|   4 +-
 arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg|   4 +-
 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c |   2 +
 arch/arm/cpu/arm926ejs/mxs/start.S  |   9 +++
 arch/arm/cpu/armv7/am33xx/board.c   |   7 ++-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S  |  12 ++--

Re: [U-Boot] Pull request: u-boot-arm/master

2013-10-14 Thread Tom Rini
On Fri, Oct 11, 2013 at 04:33:18PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 572886af5984febafa6f083e6b8af0465f4f5764:
 
   socfpga: Adding pin mux handoff files (2013-10-07 19:32:30 +0200)
 
 are available in the git repository at:
 
   git://git.denx.De/u-boot-arm master
 
 for you to fetch changes up to 5a9120439416a9101dec7c7dc65bb75a5ff09c4e:
 
   Merge branch 'u-boot-samsung/master' into
   'u-boot-arm/master' (2013-10-11 14:47:25 +0200)
 
 
 
 Albert ARIBAUD (1):
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
 
 Piotr Wilczek (4):
   drivers:power:max77693: add support for new multi function pmic
 max77693 power:battery: add battery support for Trats2 board
   samsung:common:i2c: add definions for third soft I2C adapter for
 Trats2 board samsung: trats2: add support for new board Trats2
 
  Makefile   |   1 +
  board/samsung/common/multi_i2c.c   |  12 +
  board/samsung/trats2/Makefile  |  34 +++
  board/samsung/trats2/trats2.c  | 513
  +
  boards.cfg |   1 +
  drivers/power/battery/Makefile |   1 +
  drivers/power/battery/bat_trats2.c |  65 +
  drivers/power/mfd/Makefile |  33 +++
  drivers/power/mfd/fg_max77693.c| 139 ++
  drivers/power/mfd/muic_max77693.c  |  77 ++
  drivers/power/mfd/pmic_max77693.c  |  96 +++
  include/configs/trats2.h   | 311 ++
  include/power/max77693_fg.h|  49 
  include/power/max77693_muic.h  |  74 ++
  include/power/max77693_pmic.h  |  43  15 files changed, 1449
  insertions(+) create mode 100644 board/samsung/trats2/Makefile
  create mode 100644 board/samsung/trats2/trats2.c
  create mode 100644 drivers/power/battery/bat_trats2.c
  create mode 100644 drivers/power/mfd/Makefile
  create mode 100644 drivers/power/mfd/fg_max77693.c
  create mode 100644 drivers/power/mfd/muic_max77693.c
  create mode 100644 drivers/power/mfd/pmic_max77693.c
  create mode 100644 include/configs/trats2.h
  create mode 100644 include/power/max77693_fg.h
  create mode 100644 include/power/max77693_muic.h
  create mode 100644 include/power/max77693_pmic.h

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 request: u-boot-arm/master

2013-10-11 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
572886af5984febafa6f083e6b8af0465f4f5764:

  socfpga: Adding pin mux handoff files (2013-10-07 19:32:30 +0200)

are available in the git repository at:

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

for you to fetch changes up to 5a9120439416a9101dec7c7dc65bb75a5ff09c4e:

  Merge branch 'u-boot-samsung/master' into
  'u-boot-arm/master' (2013-10-11 14:47:25 +0200)



Albert ARIBAUD (1):
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'

Piotr Wilczek (4):
  drivers:power:max77693: add support for new multi function pmic
max77693 power:battery: add battery support for Trats2 board
  samsung:common:i2c: add definions for third soft I2C adapter for
Trats2 board samsung: trats2: add support for new board Trats2

 Makefile   |   1 +
 board/samsung/common/multi_i2c.c   |  12 +
 board/samsung/trats2/Makefile  |  34 +++
 board/samsung/trats2/trats2.c  | 513
 +
 boards.cfg |   1 +
 drivers/power/battery/Makefile |   1 +
 drivers/power/battery/bat_trats2.c |  65 +
 drivers/power/mfd/Makefile |  33 +++
 drivers/power/mfd/fg_max77693.c| 139 ++
 drivers/power/mfd/muic_max77693.c  |  77 ++
 drivers/power/mfd/pmic_max77693.c  |  96 +++
 include/configs/trats2.h   | 311 ++
 include/power/max77693_fg.h|  49 
 include/power/max77693_muic.h  |  74 ++
 include/power/max77693_pmic.h  |  43  15 files changed, 1449
 insertions(+) create mode 100644 board/samsung/trats2/Makefile
 create mode 100644 board/samsung/trats2/trats2.c
 create mode 100644 drivers/power/battery/bat_trats2.c
 create mode 100644 drivers/power/mfd/Makefile
 create mode 100644 drivers/power/mfd/fg_max77693.c
 create mode 100644 drivers/power/mfd/muic_max77693.c
 create mode 100644 drivers/power/mfd/pmic_max77693.c
 create mode 100644 include/configs/trats2.h
 create mode 100644 include/power/max77693_fg.h
 create mode 100644 include/power/max77693_muic.h
 create mode 100644 include/power/max77693_pmic.h

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


Re: [U-Boot] Pull request: u-boot-arm/master

2013-10-08 Thread Tom Rini
On Mon, Oct 07, 2013 at 10:02:08PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 e261c83aa04ce0396d57aaecf8dfe0970ffac03e:
 
   ARM: VExpress: enable ARMv7 virt support for VExpress A15 (2013-10-03
   21:28:57 +0200)
 
 are available in the git repository at:
 
   git://git.denx.De/u-boot-arm master
 
 for you to fetch changes up to 572886af5984febafa6f083e6b8af0465f4f5764:
 
   socfpga: Adding pin mux handoff files (2013-10-07 19:32:30 +0200)
 
 
 Albert ARIBAUD (1):
   omap1510inn: arm925t: remove support
 
 Andrew Murray (1):
   usb: Fix error handling in musb_hcd.c
 
 Chin Liang See (2):
   socfpga: Adding System Manager driver
   socfpga: Adding pin mux handoff files
 
 Enric Balletbo i Serra (1):
   ARM: IGEP0033: Update timing to run DDR at 400MHz.
 
 Lars Poeschel (1):
   pcm051/igep0033: Supply bd_ram_ofs for cpsw driver
 
 Tom Rini (1):
   am335x_evm: Switch to zImage as default rather than uImage
 
  MAKEALL|   1 -
  README |   1 -
  arch/arm/cpu/arm925t/Makefile  |  34 --
  arch/arm/cpu/arm925t/config.mk |  15 -
  arch/arm/cpu/arm925t/cpu.c |  50 ---
  arch/arm/cpu/arm925t/omap925.c |  23 --
  arch/arm/cpu/arm925t/start.S   | 382
  -
  arch/arm/cpu/arm925t/timer.c   | 104 --
  arch/arm/cpu/armv7/socfpga/Makefile|   2 +-
  arch/arm/cpu/armv7/socfpga/spl.c   |   6 +
  arch/arm/cpu/armv7/socfpga/system_manager.c|  27 ++
  arch/arm/include/asm/arch-am33xx/ddr_defs.h|  24
  +- .../include/asm/arch-socfpga/socfpga_base_addrs.h  |   1 +
  arch/arm/include/asm/arch-socfpga/system_manager.h |  22 ++
  board/altera/socfpga/Makefile  |   4 +-
  board/altera/socfpga/pinmux_config.c   | 214 
  board/altera/socfpga/pinmux_config.h   |  54 +++
  board/isee/igep0033/board.c|   5 +-
  board/phytec/pcm051/board.c|   1 +
  board/ti/omap1510inn/Makefile  |  29 --
  board/ti/omap1510inn/config.mk |  25 --
  board/ti/omap1510inn/lowlevel_init.S   | 380
  
  board/ti/omap1510inn/omap1510innovator.c   | 125 ---
  boards.cfg |   1 -
  doc/README.scrapyard   |   3 +-
  drivers/usb/musb/musb_hcd.c|  10 +-
  include/arm925t.h  |  11 -
  include/configs/am335x_evm.h   |  22 +-
  include/configs/omap1510inn.h  | 166 -
  include/configs/socfpga_cyclone5.h |   1 + 30 files
  changed, 363 insertions(+), 1380 deletions(-) delete mode 100644
  arch/arm/cpu/arm925t/Makefile delete mode 100644
  arch/arm/cpu/arm925t/config.mk delete mode 100644
  arch/arm/cpu/arm925t/cpu.c delete mode 100644
  arch/arm/cpu/arm925t/omap925.c delete mode 100644
  arch/arm/cpu/arm925t/start.S delete mode 100644
  arch/arm/cpu/arm925t/timer.c create mode 100644
  arch/arm/cpu/armv7/socfpga/system_manager.c create mode 100644
  arch/arm/include/asm/arch-socfpga/system_manager.h create mode 100644
  board/altera/socfpga/pinmux_config.c create mode 100644
  board/altera/socfpga/pinmux_config.h delete mode 100644
  board/ti/omap1510inn/Makefile delete mode 100644
  board/ti/omap1510inn/config.mk delete mode 100644
  board/ti/omap1510inn/lowlevel_init.S delete mode 100644
  board/ti/omap1510inn/omap1510innovator.c delete mode 100644
  include/arm925t.h delete mode 100644 include/configs/omap1510inn.h

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 request: u-boot-arm/master

2013-10-07 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
e261c83aa04ce0396d57aaecf8dfe0970ffac03e:

  ARM: VExpress: enable ARMv7 virt support for VExpress A15 (2013-10-03
  21:28:57 +0200)

are available in the git repository at:

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

for you to fetch changes up to 572886af5984febafa6f083e6b8af0465f4f5764:

  socfpga: Adding pin mux handoff files (2013-10-07 19:32:30 +0200)


Albert ARIBAUD (1):
  omap1510inn: arm925t: remove support

Andrew Murray (1):
  usb: Fix error handling in musb_hcd.c

Chin Liang See (2):
  socfpga: Adding System Manager driver
  socfpga: Adding pin mux handoff files

Enric Balletbo i Serra (1):
  ARM: IGEP0033: Update timing to run DDR at 400MHz.

Lars Poeschel (1):
  pcm051/igep0033: Supply bd_ram_ofs for cpsw driver

Tom Rini (1):
  am335x_evm: Switch to zImage as default rather than uImage

 MAKEALL|   1 -
 README |   1 -
 arch/arm/cpu/arm925t/Makefile  |  34 --
 arch/arm/cpu/arm925t/config.mk |  15 -
 arch/arm/cpu/arm925t/cpu.c |  50 ---
 arch/arm/cpu/arm925t/omap925.c |  23 --
 arch/arm/cpu/arm925t/start.S   | 382
 -
 arch/arm/cpu/arm925t/timer.c   | 104 --
 arch/arm/cpu/armv7/socfpga/Makefile|   2 +-
 arch/arm/cpu/armv7/socfpga/spl.c   |   6 +
 arch/arm/cpu/armv7/socfpga/system_manager.c|  27 ++
 arch/arm/include/asm/arch-am33xx/ddr_defs.h|  24
 +- .../include/asm/arch-socfpga/socfpga_base_addrs.h  |   1 +
 arch/arm/include/asm/arch-socfpga/system_manager.h |  22 ++
 board/altera/socfpga/Makefile  |   4 +-
 board/altera/socfpga/pinmux_config.c   | 214 
 board/altera/socfpga/pinmux_config.h   |  54 +++
 board/isee/igep0033/board.c|   5 +-
 board/phytec/pcm051/board.c|   1 +
 board/ti/omap1510inn/Makefile  |  29 --
 board/ti/omap1510inn/config.mk |  25 --
 board/ti/omap1510inn/lowlevel_init.S   | 380
 
 board/ti/omap1510inn/omap1510innovator.c   | 125 ---
 boards.cfg |   1 -
 doc/README.scrapyard   |   3 +-
 drivers/usb/musb/musb_hcd.c|  10 +-
 include/arm925t.h  |  11 -
 include/configs/am335x_evm.h   |  22 +-
 include/configs/omap1510inn.h  | 166 -
 include/configs/socfpga_cyclone5.h |   1 + 30 files
 changed, 363 insertions(+), 1380 deletions(-) delete mode 100644
 arch/arm/cpu/arm925t/Makefile delete mode 100644
 arch/arm/cpu/arm925t/config.mk delete mode 100644
 arch/arm/cpu/arm925t/cpu.c delete mode 100644
 arch/arm/cpu/arm925t/omap925.c delete mode 100644
 arch/arm/cpu/arm925t/start.S delete mode 100644
 arch/arm/cpu/arm925t/timer.c create mode 100644
 arch/arm/cpu/armv7/socfpga/system_manager.c create mode 100644
 arch/arm/include/asm/arch-socfpga/system_manager.h create mode 100644
 board/altera/socfpga/pinmux_config.c create mode 100644
 board/altera/socfpga/pinmux_config.h delete mode 100644
 board/ti/omap1510inn/Makefile delete mode 100644
 board/ti/omap1510inn/config.mk delete mode 100644
 board/ti/omap1510inn/lowlevel_init.S delete mode 100644
 board/ti/omap1510inn/omap1510innovator.c delete mode 100644
 include/arm925t.h delete mode 100644 include/configs/omap1510inn.h

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


Re: [U-Boot] Pull request: u-boot-arm/master

2013-10-04 Thread Tom Rini
On Thu, Oct 03, 2013 at 10:42:46PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 f04c53762962280365005c9db12ab561a18f2692:
 
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-10-02
   14:53:27 +0200)
 
 are available in the git repository at:
 
 
   git://git.denx.De/u-boot-arm master
 
 for you to fetch changes up to e261c83aa04ce0396d57aaecf8dfe0970ffac03e:
 
   ARM: VExpress: enable ARMv7 virt support for VExpress A15 (2013-10-03
   21:28:57 +0200)
 
 
 Andre Przywara (8):
   ARM: prepare armv7.h to be included from assembly source
   ARM: add secure monitor handler to switch to non-secure state
   ARM: add assembly routine to switch to non-secure state
   ARM: add C function to switch to non-secure state
   ARM: trigger non-secure state switch during bootm execution
   ARM: add SMP support for non-secure switch
   ARM: extend non-secure switch to also go into HYP mode
   ARM: VExpress: enable ARMv7 virt support for VExpress A15

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 request: u-boot-arm/master

2013-10-03 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
f04c53762962280365005c9db12ab561a18f2692:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-10-02
  14:53:27 +0200)

are available in the git repository at:


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

for you to fetch changes up to e261c83aa04ce0396d57aaecf8dfe0970ffac03e:

  ARM: VExpress: enable ARMv7 virt support for VExpress A15 (2013-10-03
  21:28:57 +0200)


Andre Przywara (8):
  ARM: prepare armv7.h to be included from assembly source
  ARM: add secure monitor handler to switch to non-secure state
  ARM: add assembly routine to switch to non-secure state
  ARM: add C function to switch to non-secure state
  ARM: trigger non-secure state switch during bootm execution
  ARM: add SMP support for non-secure switch
  ARM: extend non-secure switch to also go into HYP mode
  ARM: VExpress: enable ARMv7 virt support for VExpress A15

 arch/arm/cpu/armv7/Makefile |   5 +
 arch/arm/cpu/armv7/nonsec_virt.S| 208
 
 arch/arm/cpu/armv7/virt-v7.c| 173
 ++ arch/arm/include/asm/armv7.h|
 33 - arch/arm/include/asm/gic.h  |  19 +++
 arch/arm/lib/bootm.c|  18 +++
 board/armltd/vexpress/vexpress_common.c |  15 +++
 include/common.h|   2 +
 include/configs/vexpress_ca15_tc2.h |   5 +- 9 files changed, 476
 insertions(+), 2 deletions(-) create mode 100644
 arch/arm/cpu/armv7/nonsec_virt.S create mode 100644
 arch/arm/cpu/armv7/virt-v7.c create mode 100644
 arch/arm/include/asm/gic.h

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


[U-Boot] Pull request: u-boot-arm/master

2013-10-02 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
8386ca8bea7a6a8469c3b6a99313afb642e6cbeb:

  Revert standalone-examples: support custom GCC lib (2013-09-12
  10:27:29 -0400)

are available in the git repository at:

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

for you to fetch changes up to f04c53762962280365005c9db12ab561a18f2692:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-10-02
  14:53:27 +0200)



Albert ARIBAUD (3):
  Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

Andrew Gabbasov (1):
  mx6: Fix calculation of emi_slow clock rate

Elie De Brauwer (1):
  mxs_nand: Fix ECC strength for NAND flash with OOB size of 224

Eric Nelson (2):
  i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10
  i.MX6DQ/DLS: Add pad MX6_PAD_GPIO_1__USB_OTG_ID

Fabio Estevam (17):
  mx6sabresd: Add LVDS splash screen support
  wandboard: Use imx6dl-wandboard.dtb for the solo version
  mx6sabresd: Avoid hang when HDMI cable is not connected
  mx6sabresd: Reset counter to prevent error message
  mmc: fsl_esdhc: Check the result from malloc()
  mx35pdk: Remove CONFIG_SYS_CACHELINE_SIZE
  mx6sabresd: Return error if cpu_eth_init() fails
  mx6qsabreauto: Return error if cpu_eth_init() fails
  net: fec_mxc: Add support for mx6 solo-lite
  mx6slevk: Add Ethernet support
  mx28evk: Fix checkpatch warning
  doc: README.mxs: Add instruction to install 'libssl-dev'
  mx6sabresd: Fix the fdt file for the mx6dl version
  net: fec_mxc: Fix timeouts during tftp transfer
  mx28evk: Propagate the error if cpu_eth_init() fails
  mx28evk: Propagate the error if cpu_eth_init() fails
  mx35pdk: Fix error handling in board_late_init()

Greg Guyotte (1):
  drivers/power/pmic: Add tps65217 driver

Heiko Schocher (1):
  net, phy, cpsw: fix NULL pointer deference

Jens Scharsig (BuS Elektronik) (1):
  arm: atmel: cpux9k2: increase malloc space to fix crash on start
u-boot

Jeroen Hofstee (4):
  arm: prevent using movt/movw address loads
  ARM,relocate: do not use r9
  ARM: use r9 for gd
  README: update ARM register usage

Kuo-Jung Su (1):
  arm: dma_alloc_coherent: malloc() - memalign()

Lokesh Vutla (2):
  ARM: DRA7: Enable saveenv command
  ARM: OMAP5: Avoid writing into LDO SRAM bits

Marek Vasut (6):
  tools: mxsboot: Mark the FCB pages as valid
  ARM: mxs: Sort the mx23evk and mx23_olinuxino
  ARM: mxs: Document the power block initialization
  ARM: mxs: Receive r0 and r1 passed from BootROM
  ARM: mxs: Add Creative ZEN XFi3 board
  ARM: mxs: Add SanDisk Sansa Fuze+ board

Markus Niebel (1):
  ARM: arch-mx6: fix PLL2_PFD2_FREQ

Masahiro Yamada (6):
  arm: spl: Do not set the stack pointer twice
  ARM: s3c44b0: remove remainders of dead board
  drivers: s3c44b0_i2c: delete an unused driver
  drivers: serial_s3c44b0: delete an unused driver
  drivers: s3c44b0_rtc: delete an unused driver
  ARM: refactor compiler options in config.mk

Michal Simek (1):
  arm: zynq: Fix timer loadaddress

Philip, Avinash (1):
  drivers/power/pmic: Add tps65910 driver

Pierre Aubert (1):
  mx6: Fix use of improper value in enable_ipu_clock

Robert P. J. Day (1):
  am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so
should mmcroot.

Robert Winkler (1):
  imx: nitrogen6x/mx6qsabrelite: Fix bug in board_video_skip

Stefano Babic (1):
  Merge branch 'master' of git://git.denx.de/u-boot-arm

Steve Kipisz (1):
  am335x:Handle worst case scenario for Errata 1.0.24

Tom Rini (4):
  spl/Makefile: Add drivers/power/pmic/libpmic to
CONFIG_SPL_POWER_SUPPORT am33xx: Add am33xx_spl_board_init function,
call am33xx: Add the efuse_sma CONTROL_MODULE register
  am335x_evm: am33xx_spl_board_init function and scale core
frequency

York Sun (1):
  tools/imximage.c: Fix compiling warning

trem (3):
  mx27: add missing constant for mx27
  apf27: add support for the armadeus APF27 board
  apf27: add FPGA support for the apf27 board

 README |   9 ++-
 arch/arm/config.mk |  11 ++-
 arch/arm/cpu/arm1136/config.mk |   1 -
 arch/arm/cpu/arm1176/config.mk |   1 -
 arch/arm/cpu/arm720t/config.mk |   2 -
 arch/arm/cpu/arm920t/config.mk |   2 -
 arch/arm/cpu/arm925t/config.mk |   2 -
 arch/arm/cpu/arm926ejs/config.mk   |   2 -
 arch/arm/cpu/arm926ejs/mx27/asm-offsets.c  |   5 ++
 arch/arm/cpu/arm926ejs/mxs/spl_boot.c  |   5 +-
 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c| 209
 

Re: [U-Boot] Pull request: u-boot-arm/master

2013-10-02 Thread Tom Rini
On Wed, Oct 02, 2013 at 05:34:07PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 8386ca8bea7a6a8469c3b6a99313afb642e6cbeb:
 
   Revert standalone-examples: support custom GCC lib (2013-09-12
   10:27:29 -0400)
 
 are available in the git repository at:
 
   git://git.denx.De/u-boot-arm master
 
 for you to fetch changes up to f04c53762962280365005c9db12ab561a18f2692:
 
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-10-02
   14:53:27 +0200)
 
 
 
 Albert ARIBAUD (3):
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
 
 Andrew Gabbasov (1):
   mx6: Fix calculation of emi_slow clock rate
 
 Elie De Brauwer (1):
   mxs_nand: Fix ECC strength for NAND flash with OOB size of 224
 
 Eric Nelson (2):
   i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10
   i.MX6DQ/DLS: Add pad MX6_PAD_GPIO_1__USB_OTG_ID
 
 Fabio Estevam (17):
   mx6sabresd: Add LVDS splash screen support
   wandboard: Use imx6dl-wandboard.dtb for the solo version
   mx6sabresd: Avoid hang when HDMI cable is not connected
   mx6sabresd: Reset counter to prevent error message
   mmc: fsl_esdhc: Check the result from malloc()
   mx35pdk: Remove CONFIG_SYS_CACHELINE_SIZE
   mx6sabresd: Return error if cpu_eth_init() fails
   mx6qsabreauto: Return error if cpu_eth_init() fails
   net: fec_mxc: Add support for mx6 solo-lite
   mx6slevk: Add Ethernet support
   mx28evk: Fix checkpatch warning
   doc: README.mxs: Add instruction to install 'libssl-dev'
   mx6sabresd: Fix the fdt file for the mx6dl version
   net: fec_mxc: Fix timeouts during tftp transfer
   mx28evk: Propagate the error if cpu_eth_init() fails
   mx28evk: Propagate the error if cpu_eth_init() fails
   mx35pdk: Fix error handling in board_late_init()
 
 Greg Guyotte (1):
   drivers/power/pmic: Add tps65217 driver
 
 Heiko Schocher (1):
   net, phy, cpsw: fix NULL pointer deference
 
 Jens Scharsig (BuS Elektronik) (1):
   arm: atmel: cpux9k2: increase malloc space to fix crash on start
 u-boot
 
 Jeroen Hofstee (4):
   arm: prevent using movt/movw address loads
   ARM,relocate: do not use r9
   ARM: use r9 for gd
   README: update ARM register usage
 
 Kuo-Jung Su (1):
   arm: dma_alloc_coherent: malloc() - memalign()
 
 Lokesh Vutla (2):
   ARM: DRA7: Enable saveenv command
   ARM: OMAP5: Avoid writing into LDO SRAM bits
 
 Marek Vasut (6):
   tools: mxsboot: Mark the FCB pages as valid
   ARM: mxs: Sort the mx23evk and mx23_olinuxino
   ARM: mxs: Document the power block initialization
   ARM: mxs: Receive r0 and r1 passed from BootROM
   ARM: mxs: Add Creative ZEN XFi3 board
   ARM: mxs: Add SanDisk Sansa Fuze+ board
 
 Markus Niebel (1):
   ARM: arch-mx6: fix PLL2_PFD2_FREQ
 
 Masahiro Yamada (6):
   arm: spl: Do not set the stack pointer twice
   ARM: s3c44b0: remove remainders of dead board
   drivers: s3c44b0_i2c: delete an unused driver
   drivers: serial_s3c44b0: delete an unused driver
   drivers: s3c44b0_rtc: delete an unused driver
   ARM: refactor compiler options in config.mk
 
 Michal Simek (1):
   arm: zynq: Fix timer loadaddress
 
 Philip, Avinash (1):
   drivers/power/pmic: Add tps65910 driver
 
 Pierre Aubert (1):
   mx6: Fix use of improper value in enable_ipu_clock
 
 Robert P. J. Day (1):
   am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so
 should mmcroot.
 
 Robert Winkler (1):
   imx: nitrogen6x/mx6qsabrelite: Fix bug in board_video_skip
 
 Stefano Babic (1):
   Merge branch 'master' of git://git.denx.de/u-boot-arm
 
 Steve Kipisz (1):
   am335x:Handle worst case scenario for Errata 1.0.24
 
 Tom Rini (4):
   spl/Makefile: Add drivers/power/pmic/libpmic to
 CONFIG_SPL_POWER_SUPPORT am33xx: Add am33xx_spl_board_init function,
 call am33xx: Add the efuse_sma CONTROL_MODULE register
   am335x_evm: am33xx_spl_board_init function and scale core
 frequency
 
 York Sun (1):
   tools/imximage.c: Fix compiling warning
 
 trem (3):
   mx27: add missing constant for mx27
   apf27: add support for the armadeus APF27 board
   apf27: add FPGA support for the apf27 board
 
  README |   9 ++-
  arch/arm/config.mk |  11 ++-
  arch/arm/cpu/arm1136/config.mk |   1 -
  arch/arm/cpu/arm1176/config.mk |   1 -
  arch/arm/cpu/arm720t/config.mk |   2 -
  arch/arm/cpu/arm920t/config.mk |   2 -
  arch/arm/cpu/arm925t/config.mk |   2 -
  arch/arm/cpu/arm926ejs/config.mk 

[U-Boot] Pull request: u-boot-arm/master

2013-09-12 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
68e1747f9c0506159e8ecc9a4feb58e9c65a7b39:

  socfpga: Creating driver for Reset Manager (2013-09-06 12:09:06 +0200)

are available in the git repository at:

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

for you to fetch changes up to 5480ac32171ab0e38c48c9f585fa650c7867f6a1:

  Merge branch 'u-boot-samsung/master' into
  'u-boot-arm/master' (2013-09-11 09:59:27 +0200)



Albert ARIBAUD (1):
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'

Chander Kashyap (3):
  CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and
update Makefiles exynos5250: Add arndale board support
  dts: samsung: arndale: Fix include path

Inderpal Singh (1):
  exynos5250: arndale: Add mmc support

Minkyu Kang (2):
  arm: smdkc100: remove config.mk file
  arm: goni: remove config.mk file

Piotr Wilczek (2):
  arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
  drivers:power:max77686: add function to set voltage and mode

Przemyslaw Marczak (2):
  arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.
  arm:goni:mmc: Add sd card detection and initialization.

 MAINTAINERS  |   4 +
 Makefile |   2 +-
 arch/arm/include/asm/arch-exynos/gpio.h  |  17 ++-
 arch/arm/include/asm/arch-exynos/mmc.h   |   6 +-
 arch/arm/include/asm/arch-s5pc1xx/mmc.h  |   6 +-
 board/samsung/arndale/Makefile   |  34 +
 board/samsung/arndale/arndale.c  | 101 
 board/samsung/arndale/arndale_spl.c  |  50 ++
 board/samsung/dts/exynos5250-arndale.dts |  39 +
 board/samsung/goni/config.mk |  18 ---
 board/samsung/goni/goni.c|  33 +++-
 board/samsung/smdkc100/config.mk |  16 --
 boards.cfg   |   1 +
 drivers/power/pmic/pmic_max77686.c   | 192 +++
 include/configs/arndale.h| 255
 +++
 include/configs/exynos5250-dt.h  |   2 +-
 include/configs/s5p_goni.h   |   3 +
 include/configs/smdkc100.h   |   3 +
 include/power/max77686_pmic.h|  26 
 tools/Makefile   |   3 +- 20 files changed,
 766 insertions(+), 45 deletions(-) create mode 100644
 board/samsung/arndale/Makefile create mode 100644
 board/samsung/arndale/arndale.c create mode 100644
 board/samsung/arndale/arndale_spl.c create mode 100644
 board/samsung/dts/exynos5250-arndale.dts delete mode 100644
 board/samsung/goni/config.mk delete mode 100644
 board/samsung/smdkc100/config.mk create mode 100644
 include/configs/arndale.h

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


Re: [U-Boot] Pull request: u-boot-arm/master

2013-09-12 Thread Albert ARIBAUD
Hi Tom,

On Thu, 12 Sep 2013 11:11:16 -0400, Tom Rini tr...@ti.com wrote:

 On Thu, Sep 12, 2013 at 03:18:51PM +0200, Albert ARIBAUD wrote:
 
  Hello Tom,
  
  The following changes since commit
  68e1747f9c0506159e8ecc9a4feb58e9c65a7b39:
  
socfpga: Creating driver for Reset Manager (2013-09-06 12:09:06 +0200)
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-arm master
  
  for you to fetch changes up to 5480ac32171ab0e38c48c9f585fa650c7867f6a1:
  
Merge branch 'u-boot-samsung/master' into
'u-boot-arm/master' (2013-09-11 09:59:27 +0200)
  
  
  
  Albert ARIBAUD (1):
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  
  Chander Kashyap (3):
CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and
  update Makefiles exynos5250: Add arndale board support
dts: samsung: arndale: Fix include path
  
  Inderpal Singh (1):
exynos5250: arndale: Add mmc support
  
  Minkyu Kang (2):
arm: smdkc100: remove config.mk file
arm: goni: remove config.mk file
  
  Piotr Wilczek (2):
arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
drivers:power:max77686: add function to set voltage and mode
  
  Przemyslaw Marczak (2):
arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.
arm:goni:mmc: Add sd card detection and initialization.
  
   MAINTAINERS  |   4 +
   Makefile |   2 +-
   arch/arm/include/asm/arch-exynos/gpio.h  |  17 ++-
   arch/arm/include/asm/arch-exynos/mmc.h   |   6 +-
   arch/arm/include/asm/arch-s5pc1xx/mmc.h  |   6 +-
   board/samsung/arndale/Makefile   |  34 +
   board/samsung/arndale/arndale.c  | 101 
   board/samsung/arndale/arndale_spl.c  |  50 ++
   board/samsung/dts/exynos5250-arndale.dts |  39 +
   board/samsung/goni/config.mk |  18 ---
   board/samsung/goni/goni.c|  33 +++-
   board/samsung/smdkc100/config.mk |  16 --
   boards.cfg   |   1 +
   drivers/power/pmic/pmic_max77686.c   | 192 +++
   include/configs/arndale.h| 255
   +++
   include/configs/exynos5250-dt.h  |   2 +-
   include/configs/s5p_goni.h   |   3 +
   include/configs/smdkc100.h   |   3 +
   include/power/max77686_pmic.h|  26 
   tools/Makefile   |   3 +- 20 files changed,
   766 insertions(+), 45 deletions(-) create mode 100644
   board/samsung/arndale/Makefile create mode 100644
   board/samsung/arndale/arndale.c create mode 100644
   board/samsung/arndale/arndale_spl.c create mode 100644
   board/samsung/dts/exynos5250-arndale.dts delete mode 100644
   board/samsung/goni/config.mk delete mode 100644
   board/samsung/smdkc100/config.mk create mode 100644
   include/configs/arndale.h
 
 Applied to u-boot/master, thanks!

Thanks. For information, I have merged u-boot/master
back into u-boot-arm/master (fast-forwarded, actually).

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


Re: [U-Boot] Pull request: u-boot-arm/master

2013-09-12 Thread Tom Rini
On Thu, Sep 12, 2013 at 03:18:51PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 68e1747f9c0506159e8ecc9a4feb58e9c65a7b39:
 
   socfpga: Creating driver for Reset Manager (2013-09-06 12:09:06 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 5480ac32171ab0e38c48c9f585fa650c7867f6a1:
 
   Merge branch 'u-boot-samsung/master' into
   'u-boot-arm/master' (2013-09-11 09:59:27 +0200)
 
 
 
 Albert ARIBAUD (1):
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
 
 Chander Kashyap (3):
   CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and
 update Makefiles exynos5250: Add arndale board support
   dts: samsung: arndale: Fix include path
 
 Inderpal Singh (1):
   exynos5250: arndale: Add mmc support
 
 Minkyu Kang (2):
   arm: smdkc100: remove config.mk file
   arm: goni: remove config.mk file
 
 Piotr Wilczek (2):
   arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
   drivers:power:max77686: add function to set voltage and mode
 
 Przemyslaw Marczak (2):
   arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.
   arm:goni:mmc: Add sd card detection and initialization.
 
  MAINTAINERS  |   4 +
  Makefile |   2 +-
  arch/arm/include/asm/arch-exynos/gpio.h  |  17 ++-
  arch/arm/include/asm/arch-exynos/mmc.h   |   6 +-
  arch/arm/include/asm/arch-s5pc1xx/mmc.h  |   6 +-
  board/samsung/arndale/Makefile   |  34 +
  board/samsung/arndale/arndale.c  | 101 
  board/samsung/arndale/arndale_spl.c  |  50 ++
  board/samsung/dts/exynos5250-arndale.dts |  39 +
  board/samsung/goni/config.mk |  18 ---
  board/samsung/goni/goni.c|  33 +++-
  board/samsung/smdkc100/config.mk |  16 --
  boards.cfg   |   1 +
  drivers/power/pmic/pmic_max77686.c   | 192 +++
  include/configs/arndale.h| 255
  +++
  include/configs/exynos5250-dt.h  |   2 +-
  include/configs/s5p_goni.h   |   3 +
  include/configs/smdkc100.h   |   3 +
  include/power/max77686_pmic.h|  26 
  tools/Makefile   |   3 +- 20 files changed,
  766 insertions(+), 45 deletions(-) create mode 100644
  board/samsung/arndale/Makefile create mode 100644
  board/samsung/arndale/arndale.c create mode 100644
  board/samsung/arndale/arndale_spl.c create mode 100644
  board/samsung/dts/exynos5250-arndale.dts delete mode 100644
  board/samsung/goni/config.mk delete mode 100644
  board/samsung/smdkc100/config.mk create mode 100644
  include/configs/arndale.h

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 request: u-boot-arm/master

2013-09-09 Thread Tom Rini
On Sat, Sep 07, 2013 at 12:55:38AM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c:
 
   Prepare v2013.10-rc2 (2013-09-02 14:20:36 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 68e1747f9c0506159e8ecc9a4feb58e9c65a7b39:
 
   socfpga: Creating driver for Reset Manager (2013-09-06 12:09:06 +0200)
 
 
 Albert ARIBAUD (7):
   arm: omap3: fix SRAM copy and execution sequence
   Merge 'u-boot-microblaze/zynq' into (u-boot-arm/master'
   Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
 
 Amaury Pouly (1):
   mmc: mxsmmc: Enable MMC HC support
 
 Andreas Wass (2):
   ARM: mxs: Added application UART driver
   ARM: mxs: Add mx28evk_auart_console target
 
 Bo Shen (11):
   net: macb: fix the following building warning
   arm: atmel: add gmac support for sama5d3xek board
   arm: atmel: add nand trimffs subcommand for at91sam9n12 and
 at91sam9x5 arm: sama5d3: fix smc cs related registers offset
   arm: sama5d3: remove unused define
   arm: atmel: sama5d3: fix typo error for CONFIG_ENV_IS_NOWHERE
   arm: atmel: remove the config.mk file
   gpio: atmel: fix code to use pointer for pio port
   gpio: atmel: add gpio common API support
   gpio: atmel: add copyright and remove error header info
   ARM: atmel: sama5d3: drop unused CONFIG_NET_MULTI
 
 Chin Liang See (2):
   socfpga: Adding configuration for development kit
   socfpga: Creating driver for Reset Manager
 
 Eric Nelson (6):
   i.MX6: nitrogen6x: force HDMI onto IPU0/DI0
   fec_mxc: set ethaddr if fuses burned and not previously set
   i.MX6: Add convenience macros cpu_type(rev) and is_cpu_type(cpu)
   i.MX6: Correct ANATOP_PFD (Phase Fractional Divider) register
 declarations i.MX6: nitrogen6x: Don't bother setting PLL3(480) PFD1
 divisor i.MX6: Set and clear the gating bits for Phase Fractional
 Dividers
 
 Hector Palacios (1):
   ARM: mxs: rename function that sets AUTO_RESTART flag
 
 Heiko Schocher (6):
   arm, am33xx: add defines for gmii_sel_register bits
   arm, am335x: add some missing registers and defines for lcd and
 epwm support arm, spl: add watchdog library to SPL
   arm, am335x: add watchdog support
   video: add formike lcd panel init
   arm, am335x: add support for 3 siemens boards
 
 Javier Martinez Canillas (1):
   ARM: igep00x0.h: Enable raw initrd support
 
 Jens Scharsig (BuS Elektronik) (1):
   arm: atmel: cpux9k2: board update and enhancement
 
 Lubomir Popov (1):
   ARM: OMAP4470: Add Elpida EDB8164B3PF memory configuration
 
 Marek Vasut (3):
   ARM: mxs: tools: Add mkimage support for MXS bootstream
   tools: Sort lists of files in Makefile
   tools: mxsboot: Staticize functions
 
 Michal Simek (4):
   zynq: Add new ddrc driver for ECC support
   zynq: slcr: Wait 100ms till clk is properly setup
   zynq: Enable axi ethernet and emaclite driver initialization
   arm: lds: Remove libgcc eabi exception handling tables
 
 Oleksandr Tyshchenko (1):
   sdp4430: Initialize board id using CONFIG_MACH_TYPE
 
 SARTRE Leo (1):
   ARM: Congatec: README update
 
 Stefano Babic (7):
   tools: imx_header should not include flash_offset
   tools: rename mximage_flash_offset to imximage_ivt_offset
   tools: dynamically allocate imx_header in imximage
   tools: add variable padding of data image in mkimage
   tools: add padding of data image file for imximage
   tools: add support for setting the CSF into imximage
   imx: add status reporting for HAB status
 
 Stephen Warren (1):
   ARM: tegra: support raw ramdisks
 
 Taras Kondratiuk (3):
   ARM: OMAP4470: Add OMAP4470 identification
   ARM: OMAP4470: Add voltage and dpll data
   ARM: OMAP4460: sdp: Limit TPS mux config to 4460
 
 Thierry Reding (2):
   ARM: tegra: Make cache line size SoC specific
   ARM: tegra: Enable data cache on Dalmore
 
 Tom Rini (13):
   am33xx: Correct and expand comments on CONFIG_SPL_MAX_SIZE
   TI:armv7: Move CONFIG_SPL_LIBDISK_SUPPORT to MMC section
   omap5: Expand CONFIG_SPL_MAX_SIZE and comment upon
 SRAM_SCRATCH_SPACE_ADDR TI:am335x: Better comment and organize the
 networking related options am335x_evm: Add comment by SPL SPI support
   am335x_evm: Regroup USB options
   TI:armv7: Re-order slightly the generic CONFIG options, expand
 related comments am335x_evm: Update README for customization
   TI:am33xx: Move SPL YMODEM support to the per-board config

[U-Boot] Pull request: u-boot-arm/master

2013-09-06 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c:

  Prepare v2013.10-rc2 (2013-09-02 14:20:36 -0400)

are available in the git repository at:

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

for you to fetch changes up to 68e1747f9c0506159e8ecc9a4feb58e9c65a7b39:

  socfpga: Creating driver for Reset Manager (2013-09-06 12:09:06 +0200)


Albert ARIBAUD (7):
  arm: omap3: fix SRAM copy and execution sequence
  Merge 'u-boot-microblaze/zynq' into (u-boot-arm/master'
  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'

Amaury Pouly (1):
  mmc: mxsmmc: Enable MMC HC support

Andreas Wass (2):
  ARM: mxs: Added application UART driver
  ARM: mxs: Add mx28evk_auart_console target

Bo Shen (11):
  net: macb: fix the following building warning
  arm: atmel: add gmac support for sama5d3xek board
  arm: atmel: add nand trimffs subcommand for at91sam9n12 and
at91sam9x5 arm: sama5d3: fix smc cs related registers offset
  arm: sama5d3: remove unused define
  arm: atmel: sama5d3: fix typo error for CONFIG_ENV_IS_NOWHERE
  arm: atmel: remove the config.mk file
  gpio: atmel: fix code to use pointer for pio port
  gpio: atmel: add gpio common API support
  gpio: atmel: add copyright and remove error header info
  ARM: atmel: sama5d3: drop unused CONFIG_NET_MULTI

Chin Liang See (2):
  socfpga: Adding configuration for development kit
  socfpga: Creating driver for Reset Manager

Eric Nelson (6):
  i.MX6: nitrogen6x: force HDMI onto IPU0/DI0
  fec_mxc: set ethaddr if fuses burned and not previously set
  i.MX6: Add convenience macros cpu_type(rev) and is_cpu_type(cpu)
  i.MX6: Correct ANATOP_PFD (Phase Fractional Divider) register
declarations i.MX6: nitrogen6x: Don't bother setting PLL3(480) PFD1
divisor i.MX6: Set and clear the gating bits for Phase Fractional
Dividers

Hector Palacios (1):
  ARM: mxs: rename function that sets AUTO_RESTART flag

Heiko Schocher (6):
  arm, am33xx: add defines for gmii_sel_register bits
  arm, am335x: add some missing registers and defines for lcd and
epwm support arm, spl: add watchdog library to SPL
  arm, am335x: add watchdog support
  video: add formike lcd panel init
  arm, am335x: add support for 3 siemens boards

Javier Martinez Canillas (1):
  ARM: igep00x0.h: Enable raw initrd support

Jens Scharsig (BuS Elektronik) (1):
  arm: atmel: cpux9k2: board update and enhancement

Lubomir Popov (1):
  ARM: OMAP4470: Add Elpida EDB8164B3PF memory configuration

Marek Vasut (3):
  ARM: mxs: tools: Add mkimage support for MXS bootstream
  tools: Sort lists of files in Makefile
  tools: mxsboot: Staticize functions

Michal Simek (4):
  zynq: Add new ddrc driver for ECC support
  zynq: slcr: Wait 100ms till clk is properly setup
  zynq: Enable axi ethernet and emaclite driver initialization
  arm: lds: Remove libgcc eabi exception handling tables

Oleksandr Tyshchenko (1):
  sdp4430: Initialize board id using CONFIG_MACH_TYPE

SARTRE Leo (1):
  ARM: Congatec: README update

Stefano Babic (7):
  tools: imx_header should not include flash_offset
  tools: rename mximage_flash_offset to imximage_ivt_offset
  tools: dynamically allocate imx_header in imximage
  tools: add variable padding of data image in mkimage
  tools: add padding of data image file for imximage
  tools: add support for setting the CSF into imximage
  imx: add status reporting for HAB status

Stephen Warren (1):
  ARM: tegra: support raw ramdisks

Taras Kondratiuk (3):
  ARM: OMAP4470: Add OMAP4470 identification
  ARM: OMAP4470: Add voltage and dpll data
  ARM: OMAP4460: sdp: Limit TPS mux config to 4460

Thierry Reding (2):
  ARM: tegra: Make cache line size SoC specific
  ARM: tegra: Enable data cache on Dalmore

Tom Rini (13):
  am33xx: Correct and expand comments on CONFIG_SPL_MAX_SIZE
  TI:armv7: Move CONFIG_SPL_LIBDISK_SUPPORT to MMC section
  omap5: Expand CONFIG_SPL_MAX_SIZE and comment upon
SRAM_SCRATCH_SPACE_ADDR TI:am335x: Better comment and organize the
networking related options am335x_evm: Add comment by SPL SPI support
  am335x_evm: Regroup USB options
  TI:armv7: Re-order slightly the generic CONFIG options, expand
related comments am335x_evm: Update README for customization
  TI:am33xx: Move SPL YMODEM support to the per-board config
  TI:omap5: Clarify comments about SPL and DDR timings in common
config omap5_uevm: Better comment why we have TCA642X and the reset time
  dra7xx_evm: Re-order and comment the 

[U-Boot] Pull request: u-boot-arm/master -- from a temporary repository

2013-08-18 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c:

  Merge branch 'master' of git://git.denx.de/u-boot-nds32 (2013-07-25
  08:51:51 -0400)

are available in the git repository at:

  git://88.191.163.10/u-boot-arm master

for you to fetch changes up to 9ed887caecb9ecb0c68773a1870d143b9f28d3da:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17
  18:24:13 +0200)



Albert ARIBAUD (2):
  Merge branch 'u-boot/master' into u-boot-arm/master
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

Andreas Bießmann (1):
  omap3/sys_info: fix printout of OMAP36XX L3 freqency

Ash Charles (1):
  omap: overo: Use 200MHz SDRC timings for revision 1, 2  3 boards

Christian Riesch (1):
  da850evm: Use clrbits function with correct endianess

Dan Murphy (2):
  gpio: tca642x: Add the tca642x gpio expander driver
  gpio: omap5-uevm: Configure the tca6424 gpio expander

Dinh Nguyen (1):
  socfpga: Move board/socfpga_cyclone5 to board/socfpga

Dirk Behme (1):
  mxc_gpio: Correct the GPIO handling in gpio_direction_output()

Enric Balletbo i Serra (5):
  ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST
  ARM: IGEP0033: Remove CYGNUS name from header.
  ARM: IGEP0033: Add support to boot from NAND.
  ARM: IGEP0033: Remove duplicate / unused #defines.
  ARM: igep00x0.h: Enable the use of CMD_EXT4, CMD_FS_GENERIC and
zImage.

Enric Balletbò i Serra (1):
  ARM: IGEP0033: Add support for Flattened Device Tree.

Eric Nelson (1):
  mxc_ipuv3: fix memory alignment of framebuffer

Fabio Estevam (1):
  mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

Heiko Schocher (6):
  net, phy, cpsw: fix gigabit register access
  ARM: AM33xx: Move s_init to a common place
  arm/davinci/da850: add uart0_pins_rtscts and RMII_MHz_50_CLK in
emac_pins_rmii pinmux bootstage: get more BOOTSTAGE_ID* in
show_boot_progress() arm, da850: enable the correct uart in
arch_cpu_init() arm, da850: add ipam390 board support

Javier Martinez Canillas (1):
  OMAP3: igep00x0: allow booting with a FDT from MMC

Justin Waters (6):
  am335x_evm: Make NAND support modular
  am335x_evm: Add command line editing
  am335x_evm: Rework bootcmd to handle two MMC devs
  Add additional MLO images to .gitignore
  am335x_evm: Add support for eMMC environment
  am335x_evm: Add am335x_boneblack variant

Lokesh Vutla (10):
  ARM: DRA7xx: Lock DPLL_GMAC
  ARM: AM33xx: Cleanup dplls data
  ARM: AM33xx: Cleanup clocks layer
  musb: Disable extra prints
  ARM: AM43xx: Add Board files
  ARM: AM43xx: Add header files
  ARM: AM43xx: clocks: Add dpll and clock data
  ARM: OMAP: Add CONFIG_OMAP_COMMON
  ARM: AM43xx: Add build support
  ARM: AM43xx: Add config file

Marek Vasut (1):
  ARM: mxs: Consolidate configuration options

Masahiro Yamada (1):
  ARM: omap24xx: remove remainders of dead board

Mugunthan V N (6):
  drivers: net: cpsw: remove hard coding bd ram for cpsw
  drivers: net: cpsw: Enable statistics for all port
  ARM: DRA7xx: Enable GMAC clock control
  ARM: DRA7xx: Add CPSW support to DRA7xx EVM
  ARM: DRA7xx: Add CPSW and MDIO pinmux support
  ARM: DRA7xx: Enable CPSW Ethernet support

Naumann Andreas (1):
  ARM: omap3: Implement dpll5 (HSUSB clk) workaround for
OMAP36xx/AM/DM37xx according to errata sprz318e.

Nishanth Menon (6):
  omap3_beagle: remove JFFS2 support.
  omap3_beagle: replace uImage.beagle with generic uImage
  beagleboard: remove RevB support for BeagleBoard Xm
  omap3_beagle: enable CMD_FS_GENERIC and simplify load of
image/ramdisk omap3_beagle: support findfdt and loadfdt for devicetree
support omap3_beagle: support booting from zImage and device tree as
last option

Otavio Salvador (1):
  wandboard: Use splash image at screen center by default

Pardeep Kumar Singla (2):
  mx6: Factor out common HDMI setup code
  mx6qsabresd: Add splash screen support via HDMI

Rob Herring (10):
  ARM: move interrupt_init to before relocation
  net: calxedaxgmac: enable rx cut-thru
  ARM: highbank: update config options
  ARM: highbank: fix get_tbclk value to timer rate
  ARM: highbank: set timer prescaler to 256
  ARM: highbank: avoid bss write in timer_init
  ARM: highbank: enable reset on command timeout
  ARM: highbank: setup peripherals based on power domain status
  ARM: highbank: compile misc_init_r only if CONFIG_MISC_INIT_R
  highbank: enable keyed autoboot stop

Robert Winkler (2):
  imx: Add documentation for imx specific commands
  imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

Stefan Roese (1):
  arm: omap3: spl: Fix problem with 8bit NAND devices

Stefano Babic (1):
  Merge git://git.denx.de/u-boot-arm

Steve Kipisz (2):
  am335x_evm: 

Re: [U-Boot] Pull request: u-boot-arm/master -- from a temporary repository

2013-08-18 Thread Tom Rini
On Sun, Aug 18, 2013 at 02:17:11PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c:
 
   Merge branch 'master' of git://git.denx.de/u-boot-nds32 (2013-07-25
   08:51:51 -0400)
 
 are available in the git repository at:
 
   git://88.191.163.10/u-boot-arm master
 
 for you to fetch changes up to 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
 
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17
   18:24:13 +0200)
 
 
 
 Albert ARIBAUD (2):
   Merge branch 'u-boot/master' into u-boot-arm/master
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
 
 Andreas Bie??mann (1):
   omap3/sys_info: fix printout of OMAP36XX L3 freqency
 
 Ash Charles (1):
   omap: overo: Use 200MHz SDRC timings for revision 1, 2  3 boards
 
 Christian Riesch (1):
   da850evm: Use clrbits function with correct endianess
 
 Dan Murphy (2):
   gpio: tca642x: Add the tca642x gpio expander driver
   gpio: omap5-uevm: Configure the tca6424 gpio expander
 
 Dinh Nguyen (1):
   socfpga: Move board/socfpga_cyclone5 to board/socfpga
 
 Dirk Behme (1):
   mxc_gpio: Correct the GPIO handling in gpio_direction_output()
 
 Enric Balletbo i Serra (5):
   ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST
   ARM: IGEP0033: Remove CYGNUS name from header.
   ARM: IGEP0033: Add support to boot from NAND.
   ARM: IGEP0033: Remove duplicate / unused #defines.
   ARM: igep00x0.h: Enable the use of CMD_EXT4, CMD_FS_GENERIC and
 zImage.
 
 Enric Balletb?? i Serra (1):
   ARM: IGEP0033: Add support for Flattened Device Tree.
 
 Eric Nelson (1):
   mxc_ipuv3: fix memory alignment of framebuffer
 
 Fabio Estevam (1):
   mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x
 
 Heiko Schocher (6):
   net, phy, cpsw: fix gigabit register access
   ARM: AM33xx: Move s_init to a common place
   arm/davinci/da850: add uart0_pins_rtscts and RMII_MHz_50_CLK in
 emac_pins_rmii pinmux bootstage: get more BOOTSTAGE_ID* in
 show_boot_progress() arm, da850: enable the correct uart in
 arch_cpu_init() arm, da850: add ipam390 board support
 
 Javier Martinez Canillas (1):
   OMAP3: igep00x0: allow booting with a FDT from MMC
 
 Justin Waters (6):
   am335x_evm: Make NAND support modular
   am335x_evm: Add command line editing
   am335x_evm: Rework bootcmd to handle two MMC devs
   Add additional MLO images to .gitignore
   am335x_evm: Add support for eMMC environment
   am335x_evm: Add am335x_boneblack variant
 
 Lokesh Vutla (10):
   ARM: DRA7xx: Lock DPLL_GMAC
   ARM: AM33xx: Cleanup dplls data
   ARM: AM33xx: Cleanup clocks layer
   musb: Disable extra prints
   ARM: AM43xx: Add Board files
   ARM: AM43xx: Add header files
   ARM: AM43xx: clocks: Add dpll and clock data
   ARM: OMAP: Add CONFIG_OMAP_COMMON
   ARM: AM43xx: Add build support
   ARM: AM43xx: Add config file
 
 Marek Vasut (1):
   ARM: mxs: Consolidate configuration options
 
 Masahiro Yamada (1):
   ARM: omap24xx: remove remainders of dead board
 
 Mugunthan V N (6):
   drivers: net: cpsw: remove hard coding bd ram for cpsw
   drivers: net: cpsw: Enable statistics for all port
   ARM: DRA7xx: Enable GMAC clock control
   ARM: DRA7xx: Add CPSW support to DRA7xx EVM
   ARM: DRA7xx: Add CPSW and MDIO pinmux support
   ARM: DRA7xx: Enable CPSW Ethernet support
 
 Naumann Andreas (1):
   ARM: omap3: Implement dpll5 (HSUSB clk) workaround for
 OMAP36xx/AM/DM37xx according to errata sprz318e.
 
 Nishanth Menon (6):
   omap3_beagle: remove JFFS2 support.
   omap3_beagle: replace uImage.beagle with generic uImage
   beagleboard: remove RevB support for BeagleBoard Xm
   omap3_beagle: enable CMD_FS_GENERIC and simplify load of
 image/ramdisk omap3_beagle: support findfdt and loadfdt for devicetree
 support omap3_beagle: support booting from zImage and device tree as
 last option
 
 Otavio Salvador (1):
   wandboard: Use splash image at screen center by default
 
 Pardeep Kumar Singla (2):
   mx6: Factor out common HDMI setup code
   mx6qsabresd: Add splash screen support via HDMI
 
 Rob Herring (10):
   ARM: move interrupt_init to before relocation
   net: calxedaxgmac: enable rx cut-thru
   ARM: highbank: update config options
   ARM: highbank: fix get_tbclk value to timer rate
   ARM: highbank: set timer prescaler to 256
   ARM: highbank: avoid bss write in timer_init
   ARM: highbank: enable reset on command timeout
   ARM: highbank: setup peripherals based on power domain status
   ARM: highbank: compile misc_init_r only if CONFIG_MISC_INIT_R
   highbank: enable keyed autoboot stop
 
 Robert Winkler (2):
   imx: Add documentation for imx specific commands
   imx: nitrogen6x: mx6qsabrelite: 

[U-Boot] pull request: u-boot-arm/master

2013-07-10 Thread Albert ARIBAUD
Hello Tom,

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-arm master

for you to fetch changes up to 630aacb0859c6e26b2b0311d8e245da5e5b8ac67:

  Merge branch 'u-boot-samsung/master' into
  'u-boot-arm/master' (2013-07-10 20:40:47 +0200)



Ajay Kumar (1):
  video: exynos_fb: Add the missing #else clause

Albert ARIBAUD (2):
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'

Amar (2):
  EXYNOS5: I2C: Add FDT and non-FDT support for I2C
  EXYNOS: Resolve the i2c compilation error

Axel Lin (3):
  gpio: s3c2440_gpio: Fix wrong writel arguments
  gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code
  ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on
OMAP5

Bernie Thompson (1):
  exynos: Adjust the starting MIF voltage to 1.05v

Dirk Behme (2):
  spi: mxc_spi: Fix pre and post divider calculation
  spi: mxc_spi: Update pre and post divider algorithm

Eric Nelson (1):
  dwc_ahsata: Allow use with dcache enabled

Fabio Estevam (8):
  README: mx28_common: Keep the text within 80 columns
  README: mx28_common: Do not hardcode the SSP port
  README: mx28_common: Fix structure of sentence
  README: mxs: Introduce README.mxs
  mx28evk: Move README file inside board directory
  m28evk: Move README file inside board directory
  MAINTAINERS: Add an entry to the mx6q wandboard variant
  video: mxsfb: Break the line in videomode message

Ilya Ledvich (1):
  am33xx: fix the ddr_cmdtctrl structure

Lokesh Vutla (1):
  ARM: OMAP4+: Fix MA detection during SDRAM_AUTO_DETECTION

Michael Trimarchi (1):
  usb: omap: ulpi: fix ulpi transceiver access

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

Minkyu Kang (1):
  arm: exynos: fix clock calculation

Otavio Salvador (2):
  vf610twr: Add default environment in line with other Freescale
boards vf610twr: Remove SoC name from U-Boot prompt

Pierre Aubert (3):
  imx6: fix GPR2 wrong definition
  imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo
  imx: Add support for the SabreSD shipped with i.MX6DL

Rajeshwari Shinde (9):
  EXYNOS5: FDT: Add compatible strings for Serial
  EXYNOS5: FDT: Add serial device node values
  S5P: Serial: Add fdt support to driver
  CONFIG: EXYNOS5: Enable silent console
  SMDK5250: Remove reduntant code
  EXYNOS: Add API for power reset and exit wakeup
  EXYNOS: LDS file move to common
  EXYNOS4210: Configure GPIO for uart
  EXYNOS: Move files from board/samsung to arch/arm

Robert Winkler (4):
  imx: nitrogen6x: Enabled data cache
  imx: nitrogen6x: Enable bootz
  imx: nitrogen6x: Enable raw initrd
  imx: nitrogen6x: Enable filesystem generic commands

Simon Glass (1):
  exynos: Enable mmc for snow

Tapani Utriainen (1):
  Add support for Wandboard Quad

trem (2):
  mx27: add function enable_caches
  mx27: add i2c clock

Łukasz Majewski (2):
  arm:trats: Increase malloc pool size (for DFU ext4 transfers)
  power:bat:trats: Break battery charging with ctrl+C

 CREDITS|4 +
 MAINTAINERS|7 +-
 arch/arm/cpu/arm926ejs/mx27/generic.c  |   10 +
 arch/arm/cpu/armv7/exynos/Makefile |   17 +-
 arch/arm/cpu/armv7/exynos/clock.c  |   43 +-
 .../arm/cpu/armv7/exynos}/clock_init.h |0
 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c |   95 ++
 .../arm/cpu/armv7/exynos/clock_init_exynos5.c  |   56 +-
 arch/arm/cpu/armv7/exynos/common_setup.h   |   45 +
 .../arm/cpu/armv7/exynos}/dmc_common.c |7 +-
 .../arm/cpu/armv7/exynos}/dmc_init_ddr3.c  |   27 +-
 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c   |  213 +++
 .../arm/cpu/armv7/exynos/exynos4_setup.h   |  397 +++--
 .../arm/cpu/armv7/exynos/exynos5_setup.h   |   28 +-
 arch/arm/cpu/armv7/exynos/lowlevel_init.c  |   73 +
 arch/arm/cpu/armv7/exynos/pinmux.c |   40 +
 arch/arm/cpu/armv7/exynos/power.c  |   50 +
 .../arm/cpu/armv7/exynos}/spl_boot.c   |   84 +-
 arch/arm/cpu/armv7/omap-common/emif-common.c   |3 +
 arch/arm/cpu/armv7/omap5/hw_data.c |2 +
 arch/arm/cpu/armv7/omap5/hwinit.c  |4 +-
 arch/arm/cpu/pxa/config.mk |2 +-
 arch/arm/cpu/pxa/start.S   

Re: [U-Boot] Pull request: u-boot-arm/master

2013-06-24 Thread Tom Rini
On Fri, Jun 21, 2013 at 11:52:51PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 847e6693ccb529bf8346db62876f38f0c4e04ade:
 
   arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12
   +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to fbf87b1823dd5ebc2a384711ea2c677543019ece:
 
   arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)
 
 
 Akshay Saraswat (2):
   Exynos5: clock: Update the equation to calculate PLL output
 frequency Exynos: uart: s5p: enabling the uart tx/rx fifo
 
 Albert ARIBAUD (8):
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
   arm: ensure u-boot only uses relative relocations
   remove all references to .dynsym
   arm: generalize lib/bss.c into lib/sections.c
   arm: make __image_copy_{start, end} compiler-generated
   arm: make __rel_dyn_{start, end} compiler-generated
   arm: optimize relocate_code routine
 
 Amar (9):
   FDT: Add compatible string for DWMMC
   EXYNOS5: FDT: Add DWMMC device node data
   DWMMC: Initialise dwmci and resolve EMMC read write issues
   EXYNOS5: DWMMC: Added FDT support for DWMMC
   EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted
 results. SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT
   MMC: APIs to support resize of EMMC boot partition
   SMDK5250: Enable EMMC booting
   COMMON: MMC: Command to support EMMC booting and to resize EMMC
 boot partition
 
 Arkadiusz Wlodarczyk (1):
   arm:trats: change auto-booting to boot kernel with separate
 device tree blob
 
 Dan Murphy (5):
   arm: omap: Add check for fdtfile in the findfdt macro
   arm: omap5_uevm: Correct the console sys prompt for 5432
   arm: dra7xx: Update the EXTRA_ENV_SETTINGS
   arm: omap4: panda: Add reading of the board revision
   arm: omap4: panda: Fix checkpatch on panda file
 
 Heiko Schocher (3):
   arm, am33xx: move rtc32k_enable() to common place
   arm, am335x: make mpu pll config configurable
   arm, am33xx: move uart soft reset code to common place
 
 Inderpal Singh (3):
   exynos: move tzpc_init to armv7/exynos
   exynos: update tzpc to make it common for exynos4 and exynos5
   exynos: Update origen and smdkv310 to use common tzpc_init
 
 Naveen Krishna Chatradhi (2):
   power: exynos-tmu: fix warnings and clean up code
   power: exynos-tmu: use the mux_addr bit fields in tmu_control
 register
 
 Rajeshwari Shinde (3):
   SF: Add driver for Gigabyte device GD25LQ and GD25Q64B
   SMDK5250: Enable SPI Gigabyte device.
   MMC: DWMMC: Fix FIFO_DEPTH calculation
 
 Simon Guinot (3):
   net2big_v2: initialize I2C fan at startup
   LaCie/common: add support for the CPLD GPIO bus
   net2big_v2: initialize LEDs at startup
 
  Makefile   |   7 +
  arch/arm/config.mk |   5 +
  arch/arm/cpu/arm920t/ep93xx/u-boot.lds |   6 +-
  arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds  |   5 -
  arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds|   5 -
  arch/arm/cpu/armv7/am33xx/board.c  |  40 ++
  arch/arm/cpu/armv7/am33xx/clock_am33xx.c   |   9 +-
  arch/arm/cpu/armv7/exynos/Makefile |   2 +-
  arch/arm/cpu/armv7/exynos/clock.c  |  10 +-
  .../arm/cpu/armv7/exynos/tzpc.c|  25 +-
  arch/arm/cpu/armv7/s5p-common/Makefile |   2 +
  arch/arm/cpu/ixp/u-boot.lds|  20 +-
  arch/arm/cpu/u-boot-spl.lds|   6 +-
  arch/arm/cpu/u-boot.lds|  21 +-
  arch/arm/dts/exynos5250.dtsi   |  33 ++
  arch/arm/include/asm/arch-am33xx/sys_proto.h   |   4 +
  arch/arm/include/asm/arch-exynos/cpu.h |   4 +
  arch/arm/include/asm/arch-exynos/dwmmc.h   |  11 +-
  arch/arm/include/asm/arch-exynos/tmu.h |  58 ++-
  arch/arm/include/asm/arch-exynos/tzpc.h|  20 +
  arch/arm/lib/Makefile  |   2 +-
  arch/arm/lib/relocate.S|  61 +--
  arch/arm/lib/{bss.c = sections.c} |   8 +-
  board/LaCie/common/cpld-gpio-bus.c |  50 +++
  board/LaCie/common/cpld-gpio-bus.h |  24 ++
  board/LaCie/net2big_v2/Makefile|   3 +
  board/LaCie/net2big_v2/net2big_v2.c| 154 +++-
  board/LaCie/net2big_v2/net2big_v2.h|   5 +
  board/actux1/u-boot.lds|  20 +-
  board/actux2/u-boot.lds|  20 +-
  board/actux3/u-boot.lds|  20 +-
  

[U-Boot] Pull request: u-boot-arm/master

2013-06-21 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
847e6693ccb529bf8346db62876f38f0c4e04ade:

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

are available in the git repository at:

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

for you to fetch changes up to fbf87b1823dd5ebc2a384711ea2c677543019ece:

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


Akshay Saraswat (2):
  Exynos5: clock: Update the equation to calculate PLL output
frequency Exynos: uart: s5p: enabling the uart tx/rx fifo

Albert ARIBAUD (8):
  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
  arm: ensure u-boot only uses relative relocations
  remove all references to .dynsym
  arm: generalize lib/bss.c into lib/sections.c
  arm: make __image_copy_{start, end} compiler-generated
  arm: make __rel_dyn_{start, end} compiler-generated
  arm: optimize relocate_code routine

Amar (9):
  FDT: Add compatible string for DWMMC
  EXYNOS5: FDT: Add DWMMC device node data
  DWMMC: Initialise dwmci and resolve EMMC read write issues
  EXYNOS5: DWMMC: Added FDT support for DWMMC
  EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted
results. SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT
  MMC: APIs to support resize of EMMC boot partition
  SMDK5250: Enable EMMC booting
  COMMON: MMC: Command to support EMMC booting and to resize EMMC
boot partition

Arkadiusz Wlodarczyk (1):
  arm:trats: change auto-booting to boot kernel with separate
device tree blob

Dan Murphy (5):
  arm: omap: Add check for fdtfile in the findfdt macro
  arm: omap5_uevm: Correct the console sys prompt for 5432
  arm: dra7xx: Update the EXTRA_ENV_SETTINGS
  arm: omap4: panda: Add reading of the board revision
  arm: omap4: panda: Fix checkpatch on panda file

Heiko Schocher (3):
  arm, am33xx: move rtc32k_enable() to common place
  arm, am335x: make mpu pll config configurable
  arm, am33xx: move uart soft reset code to common place

Inderpal Singh (3):
  exynos: move tzpc_init to armv7/exynos
  exynos: update tzpc to make it common for exynos4 and exynos5
  exynos: Update origen and smdkv310 to use common tzpc_init

Naveen Krishna Chatradhi (2):
  power: exynos-tmu: fix warnings and clean up code
  power: exynos-tmu: use the mux_addr bit fields in tmu_control
register

Rajeshwari Shinde (3):
  SF: Add driver for Gigabyte device GD25LQ and GD25Q64B
  SMDK5250: Enable SPI Gigabyte device.
  MMC: DWMMC: Fix FIFO_DEPTH calculation

Simon Guinot (3):
  net2big_v2: initialize I2C fan at startup
  LaCie/common: add support for the CPLD GPIO bus
  net2big_v2: initialize LEDs at startup

 Makefile   |   7 +
 arch/arm/config.mk |   5 +
 arch/arm/cpu/arm920t/ep93xx/u-boot.lds |   6 +-
 arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds  |   5 -
 arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds|   5 -
 arch/arm/cpu/armv7/am33xx/board.c  |  40 ++
 arch/arm/cpu/armv7/am33xx/clock_am33xx.c   |   9 +-
 arch/arm/cpu/armv7/exynos/Makefile |   2 +-
 arch/arm/cpu/armv7/exynos/clock.c  |  10 +-
 .../arm/cpu/armv7/exynos/tzpc.c|  25 +-
 arch/arm/cpu/armv7/s5p-common/Makefile |   2 +
 arch/arm/cpu/ixp/u-boot.lds|  20 +-
 arch/arm/cpu/u-boot-spl.lds|   6 +-
 arch/arm/cpu/u-boot.lds|  21 +-
 arch/arm/dts/exynos5250.dtsi   |  33 ++
 arch/arm/include/asm/arch-am33xx/sys_proto.h   |   4 +
 arch/arm/include/asm/arch-exynos/cpu.h |   4 +
 arch/arm/include/asm/arch-exynos/dwmmc.h   |  11 +-
 arch/arm/include/asm/arch-exynos/tmu.h |  58 ++-
 arch/arm/include/asm/arch-exynos/tzpc.h|  20 +
 arch/arm/lib/Makefile  |   2 +-
 arch/arm/lib/relocate.S|  61 +--
 arch/arm/lib/{bss.c = sections.c} |   8 +-
 board/LaCie/common/cpld-gpio-bus.c |  50 +++
 board/LaCie/common/cpld-gpio-bus.h |  24 ++
 board/LaCie/net2big_v2/Makefile|   3 +
 board/LaCie/net2big_v2/net2big_v2.c| 154 +++-
 board/LaCie/net2big_v2/net2big_v2.h|   5 +
 board/actux1/u-boot.lds|  20 +-
 board/actux2/u-boot.lds|  20 +-
 board/actux3/u-boot.lds|  20 +-
 board/ait/cam_enc_4xx/u-boot-spl.lds   |   5 -
 board/davinci/da8xxevm/u-boot-spl-da850evm.lds |   5 -
 board/davinci/da8xxevm/u-boot-spl-hawk.lds |   1 -
 board/dvlhost/u-boot.lds   

Re: [U-Boot] Pull request: u-boot-arm/master

2013-06-14 Thread Tom Rini
On Thu, Jun 13, 2013 at 05:49:43PM +0200, Albert ARIBAUD wrote:

 Hello Tom,
 
 The following changes since commit
 4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674:
 
   am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c
   (2013-06-05 08:46:49 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-arm master
 
 for you to fetch changes up to 847e6693ccb529bf8346db62876f38f0c4e04ade:
 
   arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12
   +0200)
 
 
 Albert ARIBAUD (2):
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
 
 Alison Wang (7):
   arm: vf610: Add IOMUX support for Vybrid VF610
   arm: vf610: Add Vybrid VF610 CPU support
   net: fec_mxc: Add support for Vybrid VF610
   arm: vf610: Add watchdog support for Vybrid VF610
   arm: vf610: Add uart support for Vybrid VF610
   arm: vf610: Add Vybrid VF610 to mxc_ocotp document
   arm: vf610: Add basic support for Vybrid VF610TWR board
 
 Andrew Gabbasov (1):
   mx6: mx6qsabrelite/nitrogen6x: Remove incorrect setting of gpio
 CS signal
 
 Andrii Tseglytskyi (2):
   OMAP3+: introduce generic ABB support
   OMAP5: add ABB setup for MPU voltage domain
 
 Balaji T K (1):
   mmc: omap_hsmmc: Update pbias programming
 
 Beno??t Th??baudeau (1):
   imx: spl: Merge libimx-common make rules
 
 Fabio Estevam (7):
   mx28evk: Add splash screen support
   mx23evk: Add splash screen support
   video: mxsfb: Add an entry for mx23evk/mx28vk video modes
   mx6slevk: Allow booting a device tree kernel
   wandboard: Enable HDMI splashscreen
   ARM: imx: Fix incorrect usage of CONFIG_SYS_MMC_ENV_PART
   vf610twr: Drop unneeded 'status' variable
 
 Holger Brunck (1):
   arm/km: make local functions static
 
 Joel A Fernandes (1):
   am33xx: Board: Make CPSW section of ethernet initialization
 depend on CPSW driver
 
 Lokesh Vutla (10):
   ARM: OMAP4+: Cleanup header files
   ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h
   ARM: OMAP4+: pmic: Make generic bus init and write functions
   ARM: DRA7xx: Add control id code for DRA7xx
   ARM: DRA7xx: power Add support for tps659038 PMIC
   ARM: DRA7xx: clocks: Fixing i2c_init for PMIC
   ARM: DRA7xx: Do not enable srcomp for DRA7xx Soc's
   ARM: DRA7xx: Update pinmux data
   ARM: DRA7xx: clocks: Update PLL values
   ARM: DRA7: Add Maintainer
 
 Lubomir Popov (4):
   OMAP5: Fix bug in omap5_es1_prcm struct
   ARM: OMAP5: Power: Add more functionality to Palmas driver
   ARM: OMAP: I2C: New read, write and probe functions
   OMAP5: Enable access to auxclk registers
 
 Luka Perkov (1):
   wandboard: fix typo in README
 
 Marek Vasut (1):
   arm: mxs: Fix vectoring table crafting
 
 Masahiro Yamada (1):
   cosmetic: arm: fix comments in arch/arm/lib/crt0.S
 
 Nishanth Menon (1):
   ARM: OMAP5: DRA7xx: support class 0 optimized voltages
 
 Otavio Salvador (2):
   build: Use generic boot logo matching
   wandboard: Add Boot Splash image with Wandboard logo
 
 Renato Frias (2):
   mx6qsabreauto: Add i2c to mx6qsabreauto board
   mx6qsabreauto: Add Port Expander reset
 
 SARTRE Leo (1):
   Add support for Congatec Conga-QEVAl board
 
 Sergey Yanovich (2):
   arm: pxa: Add support for ICP DAS LP-8x4x
   arm: pxa: config option for PXA270 turbo mode
 
 Sricharan R (5):
   ARM: OMAP5: clocks: Do not enable sgx clocks
   ARM: DRA7xx: Change the Debug UART to UART1
   ARM: DRA7xx: Correct the SYS_CLK to 20MHZ
   ARM: DRA7xx: Correct SRAM END address
   ARM: DRA7xx: EMIF: Change settings required for EVM board
 
 Tom Rini (1):
   arm: Remove OMAP2420H4 and all omap24xx support
 
 Tom Warren (1):
   ARM: tegra: only enable SCU on Tegra20
 
 Vishwanathrao Badarkhe, Manish (2):
   da830: add MMC support
   arm: da830: moved pinmux configurations to the arch tree
 
  MAINTAINERS   |   20 ++-
  Makefile  |2 +-
  arch/arm/cpu/arm1136/start.S  |   18 ---
  arch/arm/cpu/arm926ejs/davinci/Makefile   |1 +
  arch/arm/cpu/arm926ejs/davinci/da830_pinmux.c |  151
  ++
  arch/arm/cpu/arm926ejs/mxs/mxs.c  |   25 +++-
  arch/arm/cpu/armv7/omap-common/Makefile   |1 +
  arch/arm/cpu/armv7/omap-common/abb.c  |  137
  
  arch/arm/cpu/armv7/omap-common/clocks-common.c|  101
  --- arch/arm/cpu/armv7/omap-common/emif-common.c
  |   28 - arch/arm/cpu/armv7/omap-common/hwinit-common.c
  |2 - arch/arm/cpu/armv7/omap-common/timer.c|1
  + arch/arm/cpu/armv7/omap-common/vc.c  

[U-Boot] Pull request: u-boot-arm/master

2013-06-13 Thread Albert ARIBAUD
Hello Tom,

The following changes since commit
4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674:

  am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c
  (2013-06-05 08:46:49 -0400)

are available in the git repository at:

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

for you to fetch changes up to 847e6693ccb529bf8346db62876f38f0c4e04ade:

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


Albert ARIBAUD (2):
  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'

Alison Wang (7):
  arm: vf610: Add IOMUX support for Vybrid VF610
  arm: vf610: Add Vybrid VF610 CPU support
  net: fec_mxc: Add support for Vybrid VF610
  arm: vf610: Add watchdog support for Vybrid VF610
  arm: vf610: Add uart support for Vybrid VF610
  arm: vf610: Add Vybrid VF610 to mxc_ocotp document
  arm: vf610: Add basic support for Vybrid VF610TWR board

Andrew Gabbasov (1):
  mx6: mx6qsabrelite/nitrogen6x: Remove incorrect setting of gpio
CS signal

Andrii Tseglytskyi (2):
  OMAP3+: introduce generic ABB support
  OMAP5: add ABB setup for MPU voltage domain

Balaji T K (1):
  mmc: omap_hsmmc: Update pbias programming

Benoît Thébaudeau (1):
  imx: spl: Merge libimx-common make rules

Fabio Estevam (7):
  mx28evk: Add splash screen support
  mx23evk: Add splash screen support
  video: mxsfb: Add an entry for mx23evk/mx28vk video modes
  mx6slevk: Allow booting a device tree kernel
  wandboard: Enable HDMI splashscreen
  ARM: imx: Fix incorrect usage of CONFIG_SYS_MMC_ENV_PART
  vf610twr: Drop unneeded 'status' variable

Holger Brunck (1):
  arm/km: make local functions static

Joel A Fernandes (1):
  am33xx: Board: Make CPSW section of ethernet initialization
depend on CPSW driver

Lokesh Vutla (10):
  ARM: OMAP4+: Cleanup header files
  ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h
  ARM: OMAP4+: pmic: Make generic bus init and write functions
  ARM: DRA7xx: Add control id code for DRA7xx
  ARM: DRA7xx: power Add support for tps659038 PMIC
  ARM: DRA7xx: clocks: Fixing i2c_init for PMIC
  ARM: DRA7xx: Do not enable srcomp for DRA7xx Soc's
  ARM: DRA7xx: Update pinmux data
  ARM: DRA7xx: clocks: Update PLL values
  ARM: DRA7: Add Maintainer

Lubomir Popov (4):
  OMAP5: Fix bug in omap5_es1_prcm struct
  ARM: OMAP5: Power: Add more functionality to Palmas driver
  ARM: OMAP: I2C: New read, write and probe functions
  OMAP5: Enable access to auxclk registers

Luka Perkov (1):
  wandboard: fix typo in README

Marek Vasut (1):
  arm: mxs: Fix vectoring table crafting

Masahiro Yamada (1):
  cosmetic: arm: fix comments in arch/arm/lib/crt0.S

Nishanth Menon (1):
  ARM: OMAP5: DRA7xx: support class 0 optimized voltages

Otavio Salvador (2):
  build: Use generic boot logo matching
  wandboard: Add Boot Splash image with Wandboard logo

Renato Frias (2):
  mx6qsabreauto: Add i2c to mx6qsabreauto board
  mx6qsabreauto: Add Port Expander reset

SARTRE Leo (1):
  Add support for Congatec Conga-QEVAl board

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

Sricharan R (5):
  ARM: OMAP5: clocks: Do not enable sgx clocks
  ARM: DRA7xx: Change the Debug UART to UART1
  ARM: DRA7xx: Correct the SYS_CLK to 20MHZ
  ARM: DRA7xx: Correct SRAM END address
  ARM: DRA7xx: EMIF: Change settings required for EVM board

Tom Rini (1):
  arm: Remove OMAP2420H4 and all omap24xx support

Tom Warren (1):
  ARM: tegra: only enable SCU on Tegra20

Vishwanathrao Badarkhe, Manish (2):
  da830: add MMC support
  arm: da830: moved pinmux configurations to the arch tree

 MAINTAINERS   |   20 ++-
 Makefile  |2 +-
 arch/arm/cpu/arm1136/start.S  |   18 ---
 arch/arm/cpu/arm926ejs/davinci/Makefile   |1 +
 arch/arm/cpu/arm926ejs/davinci/da830_pinmux.c |  151
 ++
 arch/arm/cpu/arm926ejs/mxs/mxs.c  |   25 +++-
 arch/arm/cpu/armv7/omap-common/Makefile   |1 +
 arch/arm/cpu/armv7/omap-common/abb.c  |  137
 
 arch/arm/cpu/armv7/omap-common/clocks-common.c|  101
 --- arch/arm/cpu/armv7/omap-common/emif-common.c
 |   28 - arch/arm/cpu/armv7/omap-common/hwinit-common.c
 |2 - arch/arm/cpu/armv7/omap-common/timer.c|1
 + arch/arm/cpu/armv7/omap-common/vc.c   |   14 ++-
 arch/arm/cpu/armv7/omap3/clock.c  |2 +-
 arch/arm/cpu/armv7/omap4/hw_data.c|   13 +-
 arch/arm/cpu/armv7/omap4/prcm-regs.c  

  1   2   3   4   >