Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-08-29 Thread Tom Rini
On Wed, Aug 20, 2014 at 09:12:48AM -0700, Tom Warren wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit 1899fac925eda817e12234aef3d01d354788662e:
 
   Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' (2014-08-09
 16:48:34 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra.git master
 
 for you to fetch changes up to a78cf41e79f64fe90f573b07ee3c88be533b97ca:
 
   ARM: tegra: remove custom define for Jetson TK1 (2014-08-19 08:44:03
 -0700)
 
 
 Bryan Wu (1):
   ARM: tegra: Disable VPR
 
 Stefan Agner (1):
   ARM: tegra: add Colibri T30 board support
 
 Stephen Warren (3):
   ARM: tegra: enable DFU too
   ARM: tegra: Use mem size from MC rather than ODMDATA
   ARM: tegra: remove custom define for Jetson TK1
 
  arch/arm/Kconfig   |   4 +
  arch/arm/cpu/tegra-common/Makefile |   1 +
  arch/arm/cpu/tegra-common/ap.c |   3 +
  arch/arm/cpu/tegra-common/board.c  |  18 +-
  arch/arm/cpu/tegra-common/vpr.c|  35 ++
  arch/arm/dts/Makefile  |   1 +
  arch/arm/dts/tegra30-colibri.dts   |  85 +
  arch/arm/include/asm/arch-tegra/ap.h   |   9 +
  arch/arm/include/asm/arch-tegra124/mc.h|  49 +++
  arch/arm/include/asm/mach-types.h  |  13 +
  board/nvidia/venice2/as3722_init.h |   2 +-
  board/toradex/colibri_t30/Kconfig  |  24 ++
  board/toradex/colibri_t30/MAINTAINERS  |   7 +
  board/toradex/colibri_t30/Makefile |   6 +
  board/toradex/colibri_t30/colibri_t30.c|  42 +++
  .../colibri_t30/pinmux-config-colibri_t30.h| 360
 +
  configs/colibri_t30_defconfig  |   3 +
  configs/jetson-tk1_defconfig   |   1 -
  include/configs/beaver.h   |   2 +-
  include/configs/colibri_t30.h  |  67 
  include/configs/jetson-tk1.h   |   2 +-
  ...egra-common-ums.h = tegra-common-usb-gadget.h} |  19 +-
  include/configs/venice2.h  |   2 +-
  23 files changed, 745 insertions(+), 10 deletions(-)
  create mode 100644 arch/arm/cpu/tegra-common/vpr.c
  create mode 100644 arch/arm/dts/tegra30-colibri.dts
  create mode 100644 arch/arm/include/asm/arch-tegra124/mc.h
  create mode 100644 board/toradex/colibri_t30/Kconfig
  create mode 100644 board/toradex/colibri_t30/MAINTAINERS
  create mode 100644 board/toradex/colibri_t30/Makefile
  create mode 100644 board/toradex/colibri_t30/colibri_t30.c
  create mode 100644 board/toradex/colibri_t30/pinmux-config-colibri_t30.h
  create mode 100644 configs/colibri_t30_defconfig
  create mode 100644 include/configs/colibri_t30.h
  rename include/configs/{tegra-common-ums.h = tegra-common-usb-gadget.h}
 (57%)

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 for u-boot-tegra/master into ARM/master

2014-08-20 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit 1899fac925eda817e12234aef3d01d354788662e:

  Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' (2014-08-09
16:48:34 +0200)

are available in the git repository at:

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

for you to fetch changes up to a78cf41e79f64fe90f573b07ee3c88be533b97ca:

  ARM: tegra: remove custom define for Jetson TK1 (2014-08-19 08:44:03
-0700)


Bryan Wu (1):
  ARM: tegra: Disable VPR

Stefan Agner (1):
  ARM: tegra: add Colibri T30 board support

Stephen Warren (3):
  ARM: tegra: enable DFU too
  ARM: tegra: Use mem size from MC rather than ODMDATA
  ARM: tegra: remove custom define for Jetson TK1

 arch/arm/Kconfig   |   4 +
 arch/arm/cpu/tegra-common/Makefile |   1 +
 arch/arm/cpu/tegra-common/ap.c |   3 +
 arch/arm/cpu/tegra-common/board.c  |  18 +-
 arch/arm/cpu/tegra-common/vpr.c|  35 ++
 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/tegra30-colibri.dts   |  85 +
 arch/arm/include/asm/arch-tegra/ap.h   |   9 +
 arch/arm/include/asm/arch-tegra124/mc.h|  49 +++
 arch/arm/include/asm/mach-types.h  |  13 +
 board/nvidia/venice2/as3722_init.h |   2 +-
 board/toradex/colibri_t30/Kconfig  |  24 ++
 board/toradex/colibri_t30/MAINTAINERS  |   7 +
 board/toradex/colibri_t30/Makefile |   6 +
 board/toradex/colibri_t30/colibri_t30.c|  42 +++
 .../colibri_t30/pinmux-config-colibri_t30.h| 360
+
 configs/colibri_t30_defconfig  |   3 +
 configs/jetson-tk1_defconfig   |   1 -
 include/configs/beaver.h   |   2 +-
 include/configs/colibri_t30.h  |  67 
 include/configs/jetson-tk1.h   |   2 +-
 ...egra-common-ums.h = tegra-common-usb-gadget.h} |  19 +-
 include/configs/venice2.h  |   2 +-
 23 files changed, 745 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/cpu/tegra-common/vpr.c
 create mode 100644 arch/arm/dts/tegra30-colibri.dts
 create mode 100644 arch/arm/include/asm/arch-tegra124/mc.h
 create mode 100644 board/toradex/colibri_t30/Kconfig
 create mode 100644 board/toradex/colibri_t30/MAINTAINERS
 create mode 100644 board/toradex/colibri_t30/Makefile
 create mode 100644 board/toradex/colibri_t30/colibri_t30.c
 create mode 100644 board/toradex/colibri_t30/pinmux-config-colibri_t30.h
 create mode 100644 configs/colibri_t30_defconfig
 create mode 100644 include/configs/colibri_t30.h
 rename include/configs/{tegra-common-ums.h = tegra-common-usb-gadget.h}
(57%)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-07-01 Thread Albert ARIBAUD
Hi Tom,

On Thu, 19 Jun 2014 10:53:11 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:
 
   arm: fix a double-definition error of _start symbol (2014-06-09 10:36:40
 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra.git master
 
 for you to fetch changes up to fe7b7cd26683b29bed407bf5ab778e8d80201d73:
 
   ARM: tegra: set initrd_high so boot scripts work (2014-06-19 10:47:20
 -0700)
 
 
 Jeroen Hofstee (2):
   tegra20: display: fix checking of return value
   ARM: tegra: fix include guard
 
 Stephen Warren (2):
   ARM: tegra: fix extlinux.conf search location
   ARM: tegra: set initrd_high so boot scripts work
 
  arch/arm/cpu/armv7/tegra20/display.c | 2 +-
  include/configs/tegra-common-post.h  | 9 +
  include/configs/tegra-common-ums.h   | 2 +-
  3 files changed, 7 insertions(+), 6 deletions(-)

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-06-19 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:

  arm: fix a double-definition error of _start symbol (2014-06-09 10:36:40
+0200)

are available in the git repository at:

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

for you to fetch changes up to fe7b7cd26683b29bed407bf5ab778e8d80201d73:

  ARM: tegra: set initrd_high so boot scripts work (2014-06-19 10:47:20
-0700)


Jeroen Hofstee (2):
  tegra20: display: fix checking of return value
  ARM: tegra: fix include guard

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

 arch/arm/cpu/armv7/tegra20/display.c | 2 +-
 include/configs/tegra-common-post.h  | 9 +
 include/configs/tegra-common-ums.h   | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-06-08 Thread Albert ARIBAUD
Hi Tom,

On Fri, 6 Jun 2014 08:53:39 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit cc49da249cf2f380d2fed5571fad65ce6494fc95:
 
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-06-02
 08:43:48 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra.git master
 
 for you to fetch changes up to e6607cffef965011ef0ddc0fbe6f4b7c0d53aeec:
 
   ARM: tegra: enable USB device mode and UMS on some boards (2014-06-05
 11:25:54 -0700)
 
 
 Stephen Warren (1):
   ARM: tegra: enable USB device mode and UMS on some boards
 
  arch/arm/dts/tegra124-jetson-tk1.dts |  9 -
  arch/arm/dts/tegra124-venice2.dts|  9 -
  arch/arm/dts/tegra30-beaver.dts  |  9 -
  include/configs/beaver.h |  2 ++
  include/configs/jetson-tk1.h |  2 ++
  include/configs/tegra-common-ums.h   | 26 ++
  include/configs/venice2.h|  2 ++
  7 files changed, 56 insertions(+), 3 deletions(-)
  create mode 100644 include/configs/tegra-common-ums.h

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-06-06 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit cc49da249cf2f380d2fed5571fad65ce6494fc95:

  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-06-02
08:43:48 +0200)

are available in the git repository at:

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

for you to fetch changes up to e6607cffef965011ef0ddc0fbe6f4b7c0d53aeec:

  ARM: tegra: enable USB device mode and UMS on some boards (2014-06-05
11:25:54 -0700)


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

 arch/arm/dts/tegra124-jetson-tk1.dts |  9 -
 arch/arm/dts/tegra124-venice2.dts|  9 -
 arch/arm/dts/tegra30-beaver.dts  |  9 -
 include/configs/beaver.h |  2 ++
 include/configs/jetson-tk1.h |  2 ++
 include/configs/tegra-common-ums.h   | 26 ++
 include/configs/venice2.h|  2 ++
 7 files changed, 56 insertions(+), 3 deletions(-)
 create mode 100644 include/configs/tegra-common-ums.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-05-15 Thread Albert ARIBAUD
Hi Tom,

On Tue, 13 May 2014 14:14:42 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:
 
   Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra.git master
 
 for you to fetch changes up to 2364e151e432b4ccf32dc9e6147121253d4ff86d:
 
   ARM: tegra: use a CPU freq that all SKUs can support (2014-05-13 10:41:32
 -0700)
 
 
 Stephen Warren (10):
   ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE
   ARM: tegra: fix CPU VDD comment in Tegra30 CPU init code
   ARM: tegra: allow pinmux mux option not to be set by init tables
   ARM: tegra: add GPIO initialization table function
   ARM: tegra: add function to enable input clamping on tristate
   ARM: tegra: make use of GPIO init table on Jetson TK1
   ARM: tegra: clamp inputs on Jetson TK1
   ARM: tegra: update Venice2 pinmux
   ARM: tegra: Venice2 pinmux spreadsheet updates
   ARM: tegra: use a CPU freq that all SKUs can support
 
  arch/arm/cpu/arm720t/tegra-common/cpu.c|  10 +-
  arch/arm/cpu/arm720t/tegra30/cpu.c |  23 +-
  arch/arm/cpu/tegra-common/pinmux-common.c  |  19 +
  arch/arm/include/asm/arch-tegra/gpio.h |  20 +
  arch/arm/include/asm/arch-tegra/pinmux.h   |   5 +
  arch/arm/include/asm/arch-tegra/tegra_mmc.h|   2 -
  arch/arm/include/asm/arch-tegra114/pinmux.h|   1 +
  arch/arm/include/asm/arch-tegra124/pinmux.h|   1 +
  arch/arm/include/asm/arch-tegra20/pinmux.h |   1 +
  arch/arm/include/asm/arch-tegra30/pinmux.h |   1 +
  board/nvidia/jetson-tk1/jetson-tk1.c   |   6 +
  board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 256 +++---
  board/nvidia/venice2/pinmux-config-venice2.h   | 567
 ++---
  board/nvidia/venice2/venice2.c |  19 +-
  drivers/gpio/tegra_gpio.c  |  20 +
  drivers/mmc/tegra_mmc.c|  13 +-
  include/configs/beaver.h   |   3 +
  include/configs/cardhu.h   |   3 +
  include/configs/tegra-common.h |   7 +
  19 files changed, 565 insertions(+), 412 deletions(-)

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-05-13 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:

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

are available in the git repository at:

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

for you to fetch changes up to 2364e151e432b4ccf32dc9e6147121253d4ff86d:

  ARM: tegra: use a CPU freq that all SKUs can support (2014-05-13 10:41:32
-0700)


Stephen Warren (10):
  ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE
  ARM: tegra: fix CPU VDD comment in Tegra30 CPU init code
  ARM: tegra: allow pinmux mux option not to be set by init tables
  ARM: tegra: add GPIO initialization table function
  ARM: tegra: add function to enable input clamping on tristate
  ARM: tegra: make use of GPIO init table on Jetson TK1
  ARM: tegra: clamp inputs on Jetson TK1
  ARM: tegra: update Venice2 pinmux
  ARM: tegra: Venice2 pinmux spreadsheet updates
  ARM: tegra: use a CPU freq that all SKUs can support

 arch/arm/cpu/arm720t/tegra-common/cpu.c|  10 +-
 arch/arm/cpu/arm720t/tegra30/cpu.c |  23 +-
 arch/arm/cpu/tegra-common/pinmux-common.c  |  19 +
 arch/arm/include/asm/arch-tegra/gpio.h |  20 +
 arch/arm/include/asm/arch-tegra/pinmux.h   |   5 +
 arch/arm/include/asm/arch-tegra/tegra_mmc.h|   2 -
 arch/arm/include/asm/arch-tegra114/pinmux.h|   1 +
 arch/arm/include/asm/arch-tegra124/pinmux.h|   1 +
 arch/arm/include/asm/arch-tegra20/pinmux.h |   1 +
 arch/arm/include/asm/arch-tegra30/pinmux.h |   1 +
 board/nvidia/jetson-tk1/jetson-tk1.c   |   6 +
 board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 256 +++---
 board/nvidia/venice2/pinmux-config-venice2.h   | 567
++---
 board/nvidia/venice2/venice2.c |  19 +-
 drivers/gpio/tegra_gpio.c  |  20 +
 drivers/mmc/tegra_mmc.c|  13 +-
 include/configs/beaver.h   |   3 +
 include/configs/cardhu.h   |   3 +
 include/configs/tegra-common.h |   7 +
 19 files changed, 565 insertions(+), 412 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-04-21 Thread Albert ARIBAUD
Hi Tom,

On Thu, 17 Apr 2014 09:08:50 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit 1b82491ee6ee1e986e5521b33692a00e1f38fe75:
 
   board:tricorder: fixup SPL OOB layout (2014-04-11 10:08:42 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra.git master
 
 for you to fetch changes up to d381294aef4a5b6ddeda3685519330a5b73d884f:
 
   ARM: tegra: pack pinmux data tables tighter (2014-04-17 08:41:06 -0700)
 
 
 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
 
  arch/arm/cpu/arm720t/tegra-common/spl.c|   6 +-
  arch/arm/cpu/arm720t/tegra114/cpu.c|   4 +-
  arch/arm/cpu/arm720t/tegra124/cpu.c|   4 +-
  arch/arm/cpu/tegra-common/Makefile |   6 +-
  arch/arm/cpu/tegra-common/pinmux-common.c  | 508 +++
  arch/arm/cpu/tegra114-common/funcmux.c |  32 +-
  arch/arm/cpu/tegra114-common/pinmux.c  | 895
 +--
  arch/arm/cpu/tegra124-common/funcmux.c |  38 +-
  arch/arm/cpu/tegra124-common/pinmux.c  | 898
 +--
  arch/arm/cpu/tegra20-common/emc.c  |   2 +-
  arch/arm/cpu/tegra20-common/funcmux.c  | 185 ++--
  arch/arm/cpu/tegra20-common/pinmux.c   | 416 +++--
  arch/arm/cpu/tegra20-common/warmboot.c |   8 +-
  arch/arm/cpu/tegra20-common/warmboot_avp.c |   6 +-
  arch/arm/cpu/tegra30-common/funcmux.c  |  20 +-
  arch/arm/cpu/tegra30-common/pinmux.c   | 948
 ++--
  arch/arm/dts/Makefile  |   1 +
  arch/arm/dts/tegra124-jetson-tk1.dts   |  84 ++
  .../asm/{arch-tegra20 = arch-tegra}/apb_misc.h|   2 +
  arch/arm/include/asm/arch-tegra/board.h|   1 +
  arch/arm/include/asm/arch-tegra/pinmux.h   | 185 
  arch/arm/include/asm/arch-tegra/usb.h  | 223 -
  arch/arm/include/asm/arch-tegra114/pinmux.h| 836 ++
  arch/arm/include/asm/arch-tegra114/usb.h   | 156 
  arch/arm/include/asm/arch-tegra124/pinmux.h| 866 +++---
  arch/arm/include/asm/arch-tegra124/usb.h   | 268 --
  arch/arm/include/asm/arch-tegra20/pinmux.h | 372 +++-
  arch/arm/include/asm/arch-tegra20/usb.h| 155 
  arch/arm/include/asm/arch-tegra30/pinmux.h | 963
 -
  arch/arm/include/asm/arch-tegra30/usb.h| 168 
  .../common/pinmux-config-tamonten-ng.h | 492 +--
  board/avionic-design/common/tamonten-ng.c  |  12 +-
  board/avionic-design/common/tamonten.c |   4 +-
  board/compal/paz00/paz00.c |  22 +-
  board/compulab/trimslice/trimslice.c   |   4 +-
  board/nvidia/cardhu/cardhu.c   |   6 +-
  board/nvidia/cardhu/pinmux-config-cardhu.h | 498 +--
  board/nvidia/common/board.c|   9 +-
  board/nvidia/dalmore/dalmore.c |   9 +-
  board/nvidia/dalmore/pinmux-config-dalmore.h   | 388 -
  board/nvidia/harmony/harmony.c |  18 +-
  board/nvidia/jetson-tk1/Makefile   |   9 +
  board/nvidia/jetson-tk1/jetson-tk1.c   |  23 +
  board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 227 +
  board/nvidia/seaboard/seaboard.c   |   6 +-
  board/nvidia/venice2/as3722_init.h |   4 +
  board/nvidia/venice2/pinmux-config-venice2.h   | 360 
  board/nvidia/venice2/venice2.c |  15 +-
  .../colibri_t20-common/colibri_t20-common.c|   8 +-
  board/toradex/colibri_t20_iris/colibri_t20_iris.c  |   4 +-
  boards.cfg |   1 +
  drivers/spi/tegra20_sflash.c   |   6 +-
  

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-04-17 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit 1b82491ee6ee1e986e5521b33692a00e1f38fe75:

  board:tricorder: fixup SPL OOB layout (2014-04-11 10:08:42 -0400)

are available in the git repository at:

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

for you to fetch changes up to d381294aef4a5b6ddeda3685519330a5b73d884f:

  ARM: tegra: pack pinmux data tables tighter (2014-04-17 08:41:06 -0700)


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

 arch/arm/cpu/arm720t/tegra-common/spl.c|   6 +-
 arch/arm/cpu/arm720t/tegra114/cpu.c|   4 +-
 arch/arm/cpu/arm720t/tegra124/cpu.c|   4 +-
 arch/arm/cpu/tegra-common/Makefile |   6 +-
 arch/arm/cpu/tegra-common/pinmux-common.c  | 508 +++
 arch/arm/cpu/tegra114-common/funcmux.c |  32 +-
 arch/arm/cpu/tegra114-common/pinmux.c  | 895
+--
 arch/arm/cpu/tegra124-common/funcmux.c |  38 +-
 arch/arm/cpu/tegra124-common/pinmux.c  | 898
+--
 arch/arm/cpu/tegra20-common/emc.c  |   2 +-
 arch/arm/cpu/tegra20-common/funcmux.c  | 185 ++--
 arch/arm/cpu/tegra20-common/pinmux.c   | 416 +++--
 arch/arm/cpu/tegra20-common/warmboot.c |   8 +-
 arch/arm/cpu/tegra20-common/warmboot_avp.c |   6 +-
 arch/arm/cpu/tegra30-common/funcmux.c  |  20 +-
 arch/arm/cpu/tegra30-common/pinmux.c   | 948
++--
 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/tegra124-jetson-tk1.dts   |  84 ++
 .../asm/{arch-tegra20 = arch-tegra}/apb_misc.h|   2 +
 arch/arm/include/asm/arch-tegra/board.h|   1 +
 arch/arm/include/asm/arch-tegra/pinmux.h   | 185 
 arch/arm/include/asm/arch-tegra/usb.h  | 223 -
 arch/arm/include/asm/arch-tegra114/pinmux.h| 836 ++
 arch/arm/include/asm/arch-tegra114/usb.h   | 156 
 arch/arm/include/asm/arch-tegra124/pinmux.h| 866 +++---
 arch/arm/include/asm/arch-tegra124/usb.h   | 268 --
 arch/arm/include/asm/arch-tegra20/pinmux.h | 372 +++-
 arch/arm/include/asm/arch-tegra20/usb.h| 155 
 arch/arm/include/asm/arch-tegra30/pinmux.h | 963
-
 arch/arm/include/asm/arch-tegra30/usb.h| 168 
 .../common/pinmux-config-tamonten-ng.h | 492 +--
 board/avionic-design/common/tamonten-ng.c  |  12 +-
 board/avionic-design/common/tamonten.c |   4 +-
 board/compal/paz00/paz00.c |  22 +-
 board/compulab/trimslice/trimslice.c   |   4 +-
 board/nvidia/cardhu/cardhu.c   |   6 +-
 board/nvidia/cardhu/pinmux-config-cardhu.h | 498 +--
 board/nvidia/common/board.c|   9 +-
 board/nvidia/dalmore/dalmore.c |   9 +-
 board/nvidia/dalmore/pinmux-config-dalmore.h   | 388 -
 board/nvidia/harmony/harmony.c |  18 +-
 board/nvidia/jetson-tk1/Makefile   |   9 +
 board/nvidia/jetson-tk1/jetson-tk1.c   |  23 +
 board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 227 +
 board/nvidia/seaboard/seaboard.c   |   6 +-
 board/nvidia/venice2/as3722_init.h |   4 +
 board/nvidia/venice2/pinmux-config-venice2.h   | 360 
 board/nvidia/venice2/venice2.c |  15 +-
 .../colibri_t20-common/colibri_t20-common.c|   8 +-
 board/toradex/colibri_t20_iris/colibri_t20_iris.c  |   4 +-
 boards.cfg |   1 +
 drivers/spi/tegra20_sflash.c   |   6 +-
 drivers/usb/host/ehci-tegra.c  |  28 +-
 drivers/video/tegra.c  |   4 +-
 include/configs/jetson-tk1.h   |  79 ++
 55 

Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-04-01 Thread Stephen Warren
On 03/26/2014 04:37 PM, Tom Warren wrote:
 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
...
 Stephen Warren (1):
   ARM: tegra: make all I2C ports open-drain

I'd really like this change to make it into 2014.04. Can it please be
pulled?

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


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-04-01 Thread Albert ARIBAUD
Hi Stephen,

On Tue, 01 Apr 2014 10:33:20 -0600, Stephen Warren
swar...@wwwdotorg.org wrote:

 On 03/26/2014 04:37 PM, Tom Warren wrote:
  Albert,
  
  Please pull u-boot-tegra/master into ARM/master. Thanks!
 ...
  Stephen Warren (1):
ARM: tegra: make all I2C ports open-drain
 
 I'd really like this change to make it into 2014.04. Can it please be
 pulled?

Sorry Stephen, I've been held away from the list for a few days. I am
going through the PRs right now.

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


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-04-01 Thread Tom Warren
Thanks, Albert!

Another PR with Stefan and Stephen's latest Tegra changes should be ready
before the end of the week.

Tom


On Tue, Apr 1, 2014 at 1:11 PM, Albert ARIBAUD albert.u.b...@aribaud.netwrote:

 Hi Tom,

 On Wed, 26 Mar 2014 15:37:07 -0700, Tom Warren
 twarren.nvi...@gmail.com wrote:

  Albert,
 
  Please pull u-boot-tegra/master into ARM/master. Thanks!
 
  ./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm
 only
  shows failures that were already present in ARM/master.
 
  The following changes since commit
 ab6423cae0323e8db2c8fdd0a99138d93fde2137:
 
Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-03-25
  10:53:15 +0100)
 
  are available in the git repository at:
 
git://git.denx.de/u-boot-tegra master
 
  for you to fetch changes up to 352580870ca64b23a485a6b2ba6febc240b10904:
 
ARM: tegra: make all I2C ports open-drain (2014-03-26 15:20:56 -0700)
 
  
  Stephen Warren (1):
ARM: tegra: make all I2C ports open-drain
 
   board/nvidia/dalmore/pinmux-config-dalmore.h | 16 
   board/nvidia/venice2/pinmux-config-venice2.h | 16 
   2 files changed, 16 insertions(+), 16 deletions(-)
 
  Thanks!

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

 Amicalement,
 --
 Albert.

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


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-04-01 Thread Stephen Warren
On 04/01/2014 04:26 PM, Tom Warren wrote:
 Thanks, Albert!
 
 Another PR with Stefan and Stephen's latest Tegra changes should be ready
 before the end of the week.

Well, those other patches (of mine at least) are probably for the next
release, so a PR to Albert probably isn't needed before 2014.04 is
released, unless we still have parallel master/next branches in
u-boot-arm.git?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-04-01 Thread Albert ARIBAUD
Hi Stephen,

On Tue, 01 Apr 2014 17:02:38 -0600, Stephen Warren
swar...@wwwdotorg.org wrote:

 On 04/01/2014 04:26 PM, Tom Warren wrote:
  Thanks, Albert!
  
  Another PR with Stefan and Stephen's latest Tegra changes should be ready
  before the end of the week.
 
 Well, those other patches (of mine at least) are probably for the next
 release, so a PR to Albert probably isn't needed before 2014.04 is
 released, unless we still have parallel master/next branches in
 u-boot-arm.git?

Currently master and next are identical in ARM. You can PR to
u-boot-arm/next if you would like to.

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


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-03-31 Thread Stefan Agner
Am 2014-03-28 16:54, schrieb Tom Warren: 

 Have they all been ACKed? Sorry, been really busy with normal NVIDIA stuff. 
They have been ACKed, see
http://lists.denx.de/pipermail/u-boot/2014-March/175302.html

and tested by Stephen,
http://lists.denx.de/pipermail/u-boot/2014-March/174662.html


 If they're ready, I can apply them with Stephen's pinmux changes and send 
 another PR to Albert.  
That would be great yes.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-03-31 Thread Tom Warren
OK, will do.

Albert - have you pull my latest PR into ARM master yet? Stephen was hoping
to get it in before the next release.

I'll send a new PR with the latest patches, but the first PR still needs to
go in ASAP.

Tom


On Mon, Mar 31, 2014 at 9:25 AM, Stefan Agner ste...@agner.ch wrote:

 Am 2014-03-28 16:54, schrieb Tom Warren:

  Have they all been ACKed? Sorry, been really busy with normal NVIDIA
 stuff.
 They have been ACKed, see
 http://lists.denx.de/pipermail/u-boot/2014-March/175302.html

 and tested by Stephen,
 http://lists.denx.de/pipermail/u-boot/2014-March/174662.html


  If they're ready, I can apply them with Stephen's pinmux changes and
 send another PR to Albert.
 That would be great yes.

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


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-03-28 Thread Tom Warren
Have they all been ACKed? Sorry, been really busy with normal NVIDIA stuff.

If they're ready, I can apply them with Stephen's pinmux changes and send
another PR to Albert.


On Wed, Mar 26, 2014 at 4:15 PM, Stefan Agner ste...@agner.ch wrote:

 Hi Tom,

  Stephen Warren (1):
ARM: tegra: make all I2C ports open-drain
 
   board/nvidia/dalmore/pinmux-config-dalmore.h | 16 
   board/nvidia/venice2/pinmux-config-venice2.h | 16 
   2 files changed, 16 insertions(+), 16 deletions(-)

 Is there something holding you back including my USB changes (v5)?

 --
 Stefan


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


[U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-03-26 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit ab6423cae0323e8db2c8fdd0a99138d93fde2137:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-03-25
10:53:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 352580870ca64b23a485a6b2ba6febc240b10904:

  ARM: tegra: make all I2C ports open-drain (2014-03-26 15:20:56 -0700)


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

 board/nvidia/dalmore/pinmux-config-dalmore.h | 16 
 board/nvidia/venice2/pinmux-config-venice2.h | 16 
 2 files changed, 16 insertions(+), 16 deletions(-)

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


Re: [U-Boot] pull request for u-boot-tegra/master info ARM/master

2014-03-26 Thread Stefan Agner
Hi Tom,

 Stephen Warren (1):
   ARM: tegra: make all I2C ports open-drain
 
  board/nvidia/dalmore/pinmux-config-dalmore.h | 16 
  board/nvidia/venice2/pinmux-config-venice2.h | 16 
  2 files changed, 16 insertions(+), 16 deletions(-)

Is there something holding you back including my USB changes (v5)? 

--
Stefan

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-03-07 Thread Albert ARIBAUD
Hi Tom,

On Thu, 6 Mar 2014 08:39:32 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit cc07294bc704694ae33db75b25ac557e5917a83f:
 
   arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
 (2014-03-04 09:42:07 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to f940c72e16f7bdebaaed79b290c1bcb6dc015053:
 
   ARM: tegra: implement bootcmd_pxe (2014-03-05 16:59:08 -0700)
 
 
 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/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 ++
  include/configs/tegra-common-post.h| 57
 --
  include/configs/tegra-common.h | 20 +++
  include/configs/tegra114-common.h  | 10 +++---
  include/configs/tegra124-common.h  |  6 +---
  include/configs/tegra20-common.h   | 10 +++---
  include/configs/tegra30-common.h   | 10 +++---
  14 files changed, 95 insertions(+), 51 deletions(-)

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-03-06 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit cc07294bc704694ae33db75b25ac557e5917a83f:

  arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
(2014-03-04 09:42:07 -0500)

are available in the git repository at:

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

for you to fetch changes up to f940c72e16f7bdebaaed79b290c1bcb6dc015053:

  ARM: tegra: implement bootcmd_pxe (2014-03-05 16:59:08 -0700)


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/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 ++
 include/configs/tegra-common-post.h| 57
--
 include/configs/tegra-common.h | 20 +++
 include/configs/tegra114-common.h  | 10 +++---
 include/configs/tegra124-common.h  |  6 +---
 include/configs/tegra20-common.h   | 10 +++---
 include/configs/tegra30-common.h   | 10 +++---
 14 files changed, 95 insertions(+), 51 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-02-12 Thread Albert ARIBAUD
Hi Tom,

On Tue, 4 Feb 2014 16:19:20 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit e97f9d817e600cd6f43d1d0da76f5787e33a5c56:
 
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-29
 14:07:50 +0100)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to 7bc5c8c93032a7b86e268a172955e15b84f1aac3:
 
   ARM: tegra: fix bootp issue for Tegra124 too (2014-02-03 09:46:47 -0700)
 
 
 Jim Lin (1):
   ARM: tegra: fix bootp issue for Tegra124 too
 
 Jimmy Zhang (1):
   ARM: tegra: don't exceed AVP limits when configuring PLLP
 
 Stephen Warren (14):
   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
 
 Tom Warren (9):
   ARM: tegra: deduplicate MASK_BITS_xxx clock mux enum
   ARM: tegra: implement MASK_BITS_31_29
   ARM: tegra: only build __pinmux_nand() when it's needed
   ARM: tegra: add/edit headers for Tegra124
   ARM: tegra: add SPL/AVP (arm720t) CPU files for Tegra124
   ARM: tegra: Add CPU (armv7) files for Tegra124
   ARM: tegra: add common (shared) CPU files
   ARM: tegra: add DT files for Tegra124 and Venice2
   ARM: tegra: add Venice2 (Tegra124) board
 
  arch/arm/cpu/arm720t/tegra-common/cpu.c   |  75 +-
  arch/arm/cpu/arm720t/tegra-common/cpu.h   |  12 +-
  arch/arm/cpu/arm720t/tegra114/cpu.c   |  48 +-
  arch/arm/cpu/arm720t/tegra124/Makefile|   8 +
  arch/arm/cpu/arm720t/tegra124/config.mk   |   7 +
  arch/arm/cpu/arm720t/tegra124/cpu.c   | 265 +++
  arch/arm/cpu/arm720t/tegra30/cpu.c|  14 +-
  arch/arm/cpu/armv7/tegra124/Makefile  |   6 +
  arch/arm/cpu/armv7/tegra124/config.mk |  10 +
  arch/arm/cpu/tegra-common/ap.c|  18 +-
  arch/arm/cpu/tegra-common/board.c |  10 +-
  arch/arm/cpu/tegra-common/cache.c |  10 +-
  arch/arm/cpu/tegra-common/clock.c | 128 +++-
  arch/arm/cpu/tegra114-common/clock.c  |  16 +-
  arch/arm/cpu/tegra124-common/Makefile |  10 +
  arch/arm/cpu/tegra124-common/clock.c  | 826
 ++
  arch/arm/cpu/tegra124-common/funcmux.c|  69 ++
  arch/arm/cpu/tegra124-common/pinmux.c | 730 +++
  arch/arm/cpu/tegra20-common/clock.c   |   4 +-
  arch/arm/cpu/tegra30-common/clock.c   |  39 +-
  arch/arm/dts/tegra114.dtsi|   2 +-
  arch/arm/dts/tegra124.dtsi| 250 +++
  arch/arm/include/asm/arch-tegra/clk_rst.h | 187 -
  arch/arm/include/asm/arch-tegra/clock.h   |  17 +
  arch/arm/include/asm/arch-tegra/gp_padctrl.h  |   1 +
  arch/arm/include/asm/arch-tegra/pmc.h | 270 ++-
  arch/arm/include/asm/arch-tegra/tegra.h   |   2 +
  arch/arm/include/asm/arch-tegra124/ahb.h  |  91 +++
  arch/arm/include/asm/arch-tegra124/clock-tables.h | 496 +
  arch/arm/include/asm/arch-tegra124/clock.h|  19 +
  arch/arm/include/asm/arch-tegra124/flow.h |  40 ++
  arch/arm/include/asm/arch-tegra124/funcmux.h  |  23 +
  arch/arm/include/asm/arch-tegra124/gp_padctrl.h   |  74 ++
  arch/arm/include/asm/arch-tegra124/gpio.h | 303 
  arch/arm/include/asm/arch-tegra124/hardware.h |  16 +
  arch/arm/include/asm/arch-tegra124/pinmux.h   | 620 
  arch/arm/include/asm/arch-tegra124/pmu.h  |  14 +
  arch/arm/include/asm/arch-tegra124/spl.h  |  13 +
  arch/arm/include/asm/arch-tegra124/sysctr.h   |  26 +
  arch/arm/include/asm/arch-tegra124/tegra.h|  30 +
  arch/arm/include/asm/arch-tegra124/usb.h  | 268 +++
  board/nvidia/common/board.c   |   2 +
  board/nvidia/dts/tegra124-venice2.dts |  84 +++
  board/nvidia/venice2/Makefile |   9 +
  

Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-02-11 Thread Stephen Warren
On 02/04/2014 04:19 PM, Tom Warren wrote:
 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!

Albert, I have a number of patches that require u-boot-tegra/master to
make its way into u-boot/master, since they rely on patches in both
those branches. Do you know when this pull request will be processed,
and forwarded to u-boot/master?

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-02-11 Thread Albert ARIBAUD
Hi Stephen,

On Tue, 11 Feb 2014 09:42:40 -0700, Stephen Warren
swar...@wwwdotorg.org wrote:

 On 02/04/2014 04:19 PM, Tom Warren wrote:
  Albert,
  
  Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 Albert, I have a number of patches that require u-boot-tegra/master to
 make its way into u-boot/master, since they rely on patches in both
 those branches. Do you know when this pull request will be processed,
 and forwarded to u-boot/master?
 
 Thanks.

I should be through with it tomorrow around 6pm. Is this ok or do you
want me to pull it sooner?

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-02-11 Thread Albert ARIBAUD
Hi Stephen,

On Tue, 11 Feb 2014 08:59:44 -0800, Stephen Warren swar...@nvidia.com
wrote:

 Albert ARIBAUD wrote at Tuesday, February 11, 2014 9:49 AM:
  Hi Stephen,
  
  On Tue, 11 Feb 2014 09:42:40 -0700, Stephen Warren
  swar...@wwwdotorg.org wrote:
  
   On 02/04/2014 04:19 PM, Tom Warren wrote:
Albert,
   
Please pull u-boot-tegra/master into ARM/master. Thanks!
  
   Albert, I have a number of patches that require u-boot-tegra/master to
   make its way into u-boot/master, since they rely on patches in both
   those branches. Do you know when this pull request will be processed,
   and forwarded to u-boot/master?
  
   Thanks.
  
  I should be through with it tomorrow around 6pm. Is this ok or do you
  want me to pull it sooner?
 
 That time tomorrow would be great, thanks.

Ok.

 BTW, email from you directly to me (i.e. not via the U-Boot mailing list)
 is not getting through to my personal email address due to an SPF issue
 with your domain. Mail to my @nvidia.com address gets through. I'll send
 you further details off-list.

Received and acted upon, thanks!

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-02-11 Thread Stephen Warren
Albert ARIBAUD wrote at Tuesday, February 11, 2014 9:49 AM:
 Hi Stephen,
 
 On Tue, 11 Feb 2014 09:42:40 -0700, Stephen Warren
 swar...@wwwdotorg.org wrote:
 
  On 02/04/2014 04:19 PM, Tom Warren wrote:
   Albert,
  
   Please pull u-boot-tegra/master into ARM/master. Thanks!
 
  Albert, I have a number of patches that require u-boot-tegra/master to
  make its way into u-boot/master, since they rely on patches in both
  those branches. Do you know when this pull request will be processed,
  and forwarded to u-boot/master?
 
  Thanks.
 
 I should be through with it tomorrow around 6pm. Is this ok or do you
 want me to pull it sooner?

That time tomorrow would be great, thanks.

BTW, email from you directly to me (i.e. not via the U-Boot mailing list)
is not getting through to my personal email address due to an SPF issue
with your domain. Mail to my @nvidia.com address gets through. I'll send
you further details off-list.

-- 
nvpublic

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-02-04 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit e97f9d817e600cd6f43d1d0da76f5787e33a5c56:

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

are available in the git repository at:


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

for you to fetch changes up to 7bc5c8c93032a7b86e268a172955e15b84f1aac3:

  ARM: tegra: fix bootp issue for Tegra124 too (2014-02-03 09:46:47 -0700)


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

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

Stephen Warren (14):
  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

Tom Warren (9):
  ARM: tegra: deduplicate MASK_BITS_xxx clock mux enum
  ARM: tegra: implement MASK_BITS_31_29
  ARM: tegra: only build __pinmux_nand() when it's needed
  ARM: tegra: add/edit headers for Tegra124
  ARM: tegra: add SPL/AVP (arm720t) CPU files for Tegra124
  ARM: tegra: Add CPU (armv7) files for Tegra124
  ARM: tegra: add common (shared) CPU files
  ARM: tegra: add DT files for Tegra124 and Venice2
  ARM: tegra: add Venice2 (Tegra124) board

 arch/arm/cpu/arm720t/tegra-common/cpu.c   |  75 +-
 arch/arm/cpu/arm720t/tegra-common/cpu.h   |  12 +-
 arch/arm/cpu/arm720t/tegra114/cpu.c   |  48 +-
 arch/arm/cpu/arm720t/tegra124/Makefile|   8 +
 arch/arm/cpu/arm720t/tegra124/config.mk   |   7 +
 arch/arm/cpu/arm720t/tegra124/cpu.c   | 265 +++
 arch/arm/cpu/arm720t/tegra30/cpu.c|  14 +-
 arch/arm/cpu/armv7/tegra124/Makefile  |   6 +
 arch/arm/cpu/armv7/tegra124/config.mk |  10 +
 arch/arm/cpu/tegra-common/ap.c|  18 +-
 arch/arm/cpu/tegra-common/board.c |  10 +-
 arch/arm/cpu/tegra-common/cache.c |  10 +-
 arch/arm/cpu/tegra-common/clock.c | 128 +++-
 arch/arm/cpu/tegra114-common/clock.c  |  16 +-
 arch/arm/cpu/tegra124-common/Makefile |  10 +
 arch/arm/cpu/tegra124-common/clock.c  | 826
++
 arch/arm/cpu/tegra124-common/funcmux.c|  69 ++
 arch/arm/cpu/tegra124-common/pinmux.c | 730 +++
 arch/arm/cpu/tegra20-common/clock.c   |   4 +-
 arch/arm/cpu/tegra30-common/clock.c   |  39 +-
 arch/arm/dts/tegra114.dtsi|   2 +-
 arch/arm/dts/tegra124.dtsi| 250 +++
 arch/arm/include/asm/arch-tegra/clk_rst.h | 187 -
 arch/arm/include/asm/arch-tegra/clock.h   |  17 +
 arch/arm/include/asm/arch-tegra/gp_padctrl.h  |   1 +
 arch/arm/include/asm/arch-tegra/pmc.h | 270 ++-
 arch/arm/include/asm/arch-tegra/tegra.h   |   2 +
 arch/arm/include/asm/arch-tegra124/ahb.h  |  91 +++
 arch/arm/include/asm/arch-tegra124/clock-tables.h | 496 +
 arch/arm/include/asm/arch-tegra124/clock.h|  19 +
 arch/arm/include/asm/arch-tegra124/flow.h |  40 ++
 arch/arm/include/asm/arch-tegra124/funcmux.h  |  23 +
 arch/arm/include/asm/arch-tegra124/gp_padctrl.h   |  74 ++
 arch/arm/include/asm/arch-tegra124/gpio.h | 303 
 arch/arm/include/asm/arch-tegra124/hardware.h |  16 +
 arch/arm/include/asm/arch-tegra124/pinmux.h   | 620 
 arch/arm/include/asm/arch-tegra124/pmu.h  |  14 +
 arch/arm/include/asm/arch-tegra124/spl.h  |  13 +
 arch/arm/include/asm/arch-tegra124/sysctr.h   |  26 +
 arch/arm/include/asm/arch-tegra124/tegra.h|  30 +
 arch/arm/include/asm/arch-tegra124/usb.h  | 268 +++
 board/nvidia/common/board.c   |   2 +
 board/nvidia/dts/tegra124-venice2.dts |  84 +++
 board/nvidia/venice2/Makefile |   9 +
 board/nvidia/venice2/as3722_init.c|  91 +++
 board/nvidia/venice2/as3722_init.h|  38 +
 board/nvidia/venice2/pinmux-config-venice2.h  | 339 +
 

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-12-18 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.

The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:

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

are available in the git repository at:

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

for you to fetch changes up to 766afc3dff35f8f257deb0373735a328c8206880:

  arm: tegra: Fix the CPU complex reset masks (2013-12-18 10:19:49 -0700)


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

Jim Lin (1):
  ARM: config: USB: Tegra30/114: Fix EHCI timeout issue on bootp

Jimmy Zhang (1):
  Tegra114: Fix PLLX M, N, P init settings

Thierry Reding (2):
  Tegra114: Do not program CPCON field for PLLX
  Change maintainer for Avionic Design boards

Vidya Sagar (1):
  tegra: allow build to succeed with SPL disabled

 Makefile   |   2 +
 arch/arm/cpu/arm720t/tegra-common/cpu.c|  89 +++--
 arch/arm/cpu/tegra-common/ap.c |   1 +
 arch/arm/include/asm/arch-tegra/clock.h|   6 +-
 arch/arm/include/asm/arch-tegra/tegra.h|   1 +
 .../common/pinmux-config-tamonten-ng.h | 385
+
 board/avionic-design/common/tamonten-ng.c  |  85 +
 board/avionic-design/dts/tegra30-tamonten.dtsi |  69 
 board/avionic-design/dts/tegra30-tec-ng.dts|  18 +
 board/avionic-design/tec-ng/Makefile   |  12 +
 boards.cfg |   7 +-
 drivers/i2c/tegra_i2c.c|   5 +
 include/configs/tec-ng.h   |  84 +
 include/configs/tegra114-common.h  |   1 +
 include/configs/tegra30-common.h   |   1 +
 15 files changed, 735 insertions(+), 31 deletions(-)
 create mode 100644 board/avionic-design/common/pinmux-config-tamonten-ng.h
 create mode 100644 board/avionic-design/common/tamonten-ng.c
 create mode 100644 board/avionic-design/dts/tegra30-tamonten.dtsi
 create mode 100644 board/avionic-design/dts/tegra30-tec-ng.dts
 create mode 100644 board/avionic-design/tec-ng/Makefile
 create mode 100644 include/configs/tec-ng.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-12-18 Thread Albert ARIBAUD
Hi Tom,

On Wed, 18 Dec 2013 13:06:37 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only
 shows failures that were already present in ARM/master.
 
 The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
 
   ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39
 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to 766afc3dff35f8f257deb0373735a328c8206880:
 
   arm: tegra: Fix the CPU complex reset masks (2013-12-18 10:19:49 -0700)
 
 
 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
 
 Jim Lin (1):
   ARM: config: USB: Tegra30/114: Fix EHCI timeout issue on bootp
 
 Jimmy Zhang (1):
   Tegra114: Fix PLLX M, N, P init settings
 
 Thierry Reding (2):
   Tegra114: Do not program CPCON field for PLLX
   Change maintainer for Avionic Design boards
 
 Vidya Sagar (1):
   tegra: allow build to succeed with SPL disabled
 
  Makefile   |   2 +
  arch/arm/cpu/arm720t/tegra-common/cpu.c|  89 +++--
  arch/arm/cpu/tegra-common/ap.c |   1 +
  arch/arm/include/asm/arch-tegra/clock.h|   6 +-
  arch/arm/include/asm/arch-tegra/tegra.h|   1 +
  .../common/pinmux-config-tamonten-ng.h | 385
 +
  board/avionic-design/common/tamonten-ng.c  |  85 +
  board/avionic-design/dts/tegra30-tamonten.dtsi |  69 
  board/avionic-design/dts/tegra30-tec-ng.dts|  18 +
  board/avionic-design/tec-ng/Makefile   |  12 +
  boards.cfg |   7 +-
  drivers/i2c/tegra_i2c.c|   5 +
  include/configs/tec-ng.h   |  84 +
  include/configs/tegra114-common.h  |   1 +
  include/configs/tegra30-common.h   |   1 +
  15 files changed, 735 insertions(+), 31 deletions(-)
  create mode 100644 board/avionic-design/common/pinmux-config-tamonten-ng.h
  create mode 100644 board/avionic-design/common/tamonten-ng.c
  create mode 100644 board/avionic-design/dts/tegra30-tamonten.dtsi
  create mode 100644 board/avionic-design/dts/tegra30-tec-ng.dts
  create mode 100644 board/avionic-design/tec-ng/Makefile
  create mode 100644 include/configs/tec-ng.h

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

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-12-18 Thread Tom Warren
That was quick! Thanks.


On Wed, Dec 18, 2013 at 2:18 PM, Albert ARIBAUD
albert.u.b...@aribaud.netwrote:

 Hi Tom,

 On Wed, 18 Dec 2013 13:06:37 -0700, Tom Warren
 twarren.nvi...@gmail.com wrote:

  Albert,
 
  Please pull u-boot-tegra/master into ARM/master. Thanks!
 
  ./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm
 only
  shows failures that were already present in ARM/master.
 
  The following changes since commit
 d2c7074b9593d822e2359a09c21747248fdf5fac:
 
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
 17:43:39
  -0500)
 
  are available in the git repository at:
 
git://git.denx.de/u-boot-tegra master
 
  for you to fetch changes up to 766afc3dff35f8f257deb0373735a328c8206880:
 
arm: tegra: Fix the CPU complex reset masks (2013-12-18 10:19:49 -0700)
 
  
  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
 
  Jim Lin (1):
ARM: config: USB: Tegra30/114: Fix EHCI timeout issue on bootp
 
  Jimmy Zhang (1):
Tegra114: Fix PLLX M, N, P init settings
 
  Thierry Reding (2):
Tegra114: Do not program CPCON field for PLLX
Change maintainer for Avionic Design boards
 
  Vidya Sagar (1):
tegra: allow build to succeed with SPL disabled
 
   Makefile   |   2 +
   arch/arm/cpu/arm720t/tegra-common/cpu.c|  89 +++--
   arch/arm/cpu/tegra-common/ap.c |   1 +
   arch/arm/include/asm/arch-tegra/clock.h|   6 +-
   arch/arm/include/asm/arch-tegra/tegra.h|   1 +
   .../common/pinmux-config-tamonten-ng.h | 385
  +
   board/avionic-design/common/tamonten-ng.c  |  85 +
   board/avionic-design/dts/tegra30-tamonten.dtsi |  69 
   board/avionic-design/dts/tegra30-tec-ng.dts|  18 +
   board/avionic-design/tec-ng/Makefile   |  12 +
   boards.cfg |   7 +-
   drivers/i2c/tegra_i2c.c|   5 +
   include/configs/tec-ng.h   |  84 +
   include/configs/tegra114-common.h  |   1 +
   include/configs/tegra30-common.h   |   1 +
   15 files changed, 735 insertions(+), 31 deletions(-)
   create mode 100644
 board/avionic-design/common/pinmux-config-tamonten-ng.h
   create mode 100644 board/avionic-design/common/tamonten-ng.c
   create mode 100644 board/avionic-design/dts/tegra30-tamonten.dtsi
   create mode 100644 board/avionic-design/dts/tegra30-tec-ng.dts
   create mode 100644 board/avionic-design/tec-ng/Makefile
   create mode 100644 include/configs/tec-ng.h

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

 Amicalement,
 --
 Albert.

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-09-04 Thread Albert ARIBAUD
Hi Tom,

On Mon, 19 Aug 2013 15:57:27 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is clean.
 
 TomR - hopefully if Albert can get this in quickly, it can make 2013.10-RC1
 (or 2).
 
 
 The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
 
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17
 18:24:1$
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to 8258c126143034bef2e35e01b2e14f2d90a7e0b5:
 
   ARM: tegra: support raw ramdisks (2013-08-19 15:31:37 -0700)
 
 
 Stephen Warren (1):
   ARM: tegra: support raw ramdisks
 
 Thierry Reding (2):
   ARM: tegra: Make cache line size SoC specific
   ARM: tegra: Enable data cache on Dalmore
 
  include/configs/dalmore.h | 3 ---
  include/configs/tegra-common.h| 3 +--
  include/configs/tegra114-common.h | 3 +++
  include/configs/tegra20-common.h  | 3 +++
  include/configs/tegra30-common.h  | 3 +++
  5 files changed, 10 insertions(+), 5 deletions(-)

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-08-19 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is clean.

TomR - hopefully if Albert can get this in quickly, it can make 2013.10-RC1
(or 2).


The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17
18:24:1$

are available in the git repository at:


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

for you to fetch changes up to 8258c126143034bef2e35e01b2e14f2d90a7e0b5:

  ARM: tegra: support raw ramdisks (2013-08-19 15:31:37 -0700)


Stephen Warren (1):
  ARM: tegra: support raw ramdisks

Thierry Reding (2):
  ARM: tegra: Make cache line size SoC specific
  ARM: tegra: Enable data cache on Dalmore

 include/configs/dalmore.h | 3 ---
 include/configs/tegra-common.h| 3 +--
 include/configs/tegra114-common.h | 3 +++
 include/configs/tegra20-common.h  | 3 +++
 include/configs/tegra30-common.h  | 3 +++
 5 files changed, 10 insertions(+), 5 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-07-12 Thread Albert ARIBAUD
Hi Tom,

On Thu, 11 Jul 2013 15:00:53 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is clean.
 
 The following changes since commit 630aacb0859c6e26b2b0311d8e245da5e5b8ac67:
 
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2013-07-10
 20:4
 0:47 +0200)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e:
 
   ARM: tegra: enable LCD panel on Ventana (2013-07-11 14:15:16 -0700)
 
 
 Jim Lin (3):
   ARM: Tegra: FDT: Add USB EHCI function for T30/T114
   ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114
   Tegra: Config: Enable Tegra30/Tegra114 USB function
 
 Stephen Warren (2):
   ARM: tegra: enable LCD panel on Harmony
   ARM: tegra: enable LCD panel on Ventana
 
  arch/arm/dts/tegra114.dtsi|  27 +++
  arch/arm/dts/tegra30.dtsi |  27 +++
  arch/arm/include/asm/arch-tegra/clk_rst.h |  10 +
  arch/arm/include/asm/arch-tegra/usb.h | 182 +-
  arch/arm/include/asm/arch-tegra114/usb.h  | 156 +++
  arch/arm/include/asm/arch-tegra20/usb.h   | 155 +++
  arch/arm/include/asm/arch-tegra30/usb.h   | 168 +
  board/nvidia/common/board.c   |   1 +
  board/nvidia/dts/tegra114-dalmore.dts |   7 +
  board/nvidia/dts/tegra20-harmony.dts  |  32 
  board/nvidia/dts/tegra20-ventana.dts  |  32 
  board/nvidia/dts/tegra30-beaver.dts   |   6 +
  board/nvidia/dts/tegra30-cardhu.dts   |   6 +
  board/nvidia/harmony/harmony.c|   7 +
  drivers/usb/host/ehci-tegra.c | 304
 ++
  include/configs/beaver.h  |  14 ++
  include/configs/cardhu.h  |  14 ++
  include/configs/dalmore.h |  14 ++
  include/configs/harmony.h |   9 +
  include/configs/tegra114-common.h |   3 +
  include/configs/tegra30-common.h  |   3 +
  include/configs/ventana.h |   9 +
  include/fdtdec.h  |   2 +
  lib/fdtdec.c  |   2 +
  24 files changed, 1015 insertions(+), 175 deletions(-)
  create mode 100644 arch/arm/include/asm/arch-tegra114/usb.h
  create mode 100644 arch/arm/include/asm/arch-tegra20/usb.h
  create mode 100644 arch/arm/include/asm/arch-tegra30/usb.h

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-07-11 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is clean.

The following changes since commit 630aacb0859c6e26b2b0311d8e245da5e5b8ac67:

  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2013-07-10
20:4
0:47 +0200)

are available in the git repository at:


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

for you to fetch changes up to d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e:

  ARM: tegra: enable LCD panel on Ventana (2013-07-11 14:15:16 -0700)


Jim Lin (3):
  ARM: Tegra: FDT: Add USB EHCI function for T30/T114
  ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114
  Tegra: Config: Enable Tegra30/Tegra114 USB function

Stephen Warren (2):
  ARM: tegra: enable LCD panel on Harmony
  ARM: tegra: enable LCD panel on Ventana

 arch/arm/dts/tegra114.dtsi|  27 +++
 arch/arm/dts/tegra30.dtsi |  27 +++
 arch/arm/include/asm/arch-tegra/clk_rst.h |  10 +
 arch/arm/include/asm/arch-tegra/usb.h | 182 +-
 arch/arm/include/asm/arch-tegra114/usb.h  | 156 +++
 arch/arm/include/asm/arch-tegra20/usb.h   | 155 +++
 arch/arm/include/asm/arch-tegra30/usb.h   | 168 +
 board/nvidia/common/board.c   |   1 +
 board/nvidia/dts/tegra114-dalmore.dts |   7 +
 board/nvidia/dts/tegra20-harmony.dts  |  32 
 board/nvidia/dts/tegra20-ventana.dts  |  32 
 board/nvidia/dts/tegra30-beaver.dts   |   6 +
 board/nvidia/dts/tegra30-cardhu.dts   |   6 +
 board/nvidia/harmony/harmony.c|   7 +
 drivers/usb/host/ehci-tegra.c | 304
++
 include/configs/beaver.h  |  14 ++
 include/configs/cardhu.h  |  14 ++
 include/configs/dalmore.h |  14 ++
 include/configs/harmony.h |   9 +
 include/configs/tegra114-common.h |   3 +
 include/configs/tegra30-common.h  |   3 +
 include/configs/ventana.h |   9 +
 include/fdtdec.h  |   2 +
 lib/fdtdec.c  |   2 +
 24 files changed, 1015 insertions(+), 175 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-tegra114/usb.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/usb.h
 create mode 100644 arch/arm/include/asm/arch-tegra30/usb.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-06-07 Thread Albert ARIBAUD
Hi Tom,

On Thu, 6 Jun 2013 09:30:51 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -s tegra AOK, checkpatch.pl is clean.
 
 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-tegra master
 
 for you to fetch changes up to dbc000bfb51eb30d786521e6b8e29048c36cbefa:
 
   ARM: tegra: only enable SCU on Tegra20 (2013-06-06 09:12:32 -0700)
 
 
 Tom Warren (1):
   ARM: tegra: only enable SCU on Tegra20
 
  arch/arm/cpu/tegra-common/ap.c | 4 
  1 file changed, 4 insertions(+)

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-06-06 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -s tegra AOK, checkpatch.pl is clean.

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-tegra master

for you to fetch changes up to dbc000bfb51eb30d786521e6b8e29048c36cbefa:

  ARM: tegra: only enable SCU on Tegra20 (2013-06-06 09:12:32 -0700)


Tom Warren (1):
  ARM: tegra: only enable SCU on Tegra20

 arch/arm/cpu/tegra-common/ap.c | 4 
 1 file changed, 4 insertions(+)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-05-29 Thread Albert ARIBAUD
Hi Tom,

On Tue, 28 May 2013 14:16:41 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now.
 tools/checkpatch.pl is clean.
 
 The following changes since commit fd725691797bb3192af15a15c2cba7d0b2ee9327:
 
   arm: Enable -ffunction-sections / -fdata-sections / --gc-sections
 (2013-05-23 12:09:56 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to 60985bba58e7695dac1fddae8cdbb62d8cfd1254:
 
   tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build (2013-05-28
 12:58:44 -0700)
 
 
 Allen Martin (1):
   Tegra: clk: always use find_best_divider() for periph clocks
 
 Axel Lin (2):
   ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for
 cpu_init_crit
   tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build
 
 Stephen Warren (3):
   tegra: always build u-boot-nodtb-tegra.bin
   ARM: tegra: support SKU 1 of Tegra114
   ARM: tegra: support SKU 7 of Tegra20
 
 Tom Warren (2):
   Tegra: T30: Beaver: Fix board/board_name env vars, s/b beaver, not
 cardhu
   Tegra: Remove unused/non-existent spl linker script reference
 
  Makefile| 17 ++-
  arch/arm/cpu/arm720t/start.S|  4 ++--
  arch/arm/cpu/tegra-common/ap.c  |  2 ++
  arch/arm/cpu/tegra-common/clock.c   | 10 -
  arch/arm/include/asm/arch-tegra/tegra.h |  2 ++
  board/nvidia/beaver/Makefile| 38
 +
  boards.cfg  |  2 +-
  include/configs/tegra-common-post.h |  2 ++
  include/configs/tegra114-common.h   |  2 --
  include/configs/tegra20-common.h|  2 --
  include/configs/tegra30-common.h|  2 --
  11 files changed, 59 insertions(+), 24 deletions(-)
  create mode 100644 board/nvidia/beaver/Makefile

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-05-28 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now.
tools/checkpatch.pl is clean.

The following changes since commit fd725691797bb3192af15a15c2cba7d0b2ee9327:

  arm: Enable -ffunction-sections / -fdata-sections / --gc-sections
(2013-05-23 12:09:56 +0200)

are available in the git repository at:

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

for you to fetch changes up to 60985bba58e7695dac1fddae8cdbb62d8cfd1254:

  tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build (2013-05-28
12:58:44 -0700)


Allen Martin (1):
  Tegra: clk: always use find_best_divider() for periph clocks

Axel Lin (2):
  ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for
cpu_init_crit
  tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build

Stephen Warren (3):
  tegra: always build u-boot-nodtb-tegra.bin
  ARM: tegra: support SKU 1 of Tegra114
  ARM: tegra: support SKU 7 of Tegra20

Tom Warren (2):
  Tegra: T30: Beaver: Fix board/board_name env vars, s/b beaver, not
cardhu
  Tegra: Remove unused/non-existent spl linker script reference

 Makefile| 17 ++-
 arch/arm/cpu/arm720t/start.S|  4 ++--
 arch/arm/cpu/tegra-common/ap.c  |  2 ++
 arch/arm/cpu/tegra-common/clock.c   | 10 -
 arch/arm/include/asm/arch-tegra/tegra.h |  2 ++
 board/nvidia/beaver/Makefile| 38
+
 boards.cfg  |  2 +-
 include/configs/tegra-common-post.h |  2 ++
 include/configs/tegra114-common.h   |  2 --
 include/configs/tegra20-common.h|  2 --
 include/configs/tegra30-common.h|  2 --
 11 files changed, 59 insertions(+), 24 deletions(-)
 create mode 100644 board/nvidia/beaver/Makefile
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-04-17 Thread Albert ARIBAUD
Hi Stephen,

On Tue, 16 Apr 2013 13:55:36 -0600, Stephen Warren
swar...@wwwdotorg.org wrote:

 On 04/16/2013 11:17 AM, Albert ARIBAUD wrote:
  Hi Tom,
  
  On Mon, 15 Apr 2013 16:28:20 -0700, Tom Warren
  twarren.nvi...@gmail.com wrote:
  
  Albert,
 
  Please pull u-boot-tegra/master into ARM/master. Thanks!
 
  ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now.
  tools/checkpatch.pl is clean.
 
  The following changes since commit 
  c4a4e2e20ca226948b62ed116df98f7a3932f2ac:
 
ARMv7: start.S: stay in HYP mode if u-boot is entered in it (2013-04-15
  18:30:59 +0200)
 
  are available in the git repository at:
 
git://git.denx.de/u-boot-tegra master
 
  for you to fetch changes up to 601795462a4e7ede97b64dc306de1002e688eef6:
 
Tegra: T30: Beaver board support. (2013-04-15 16:13:51 -0700)
  
  +Tom R
  
  Build-testing done on ARM, all fine ; launching some non-ARM tests just
  in case. In parallel I'm struggling to run-test on TrimSlice as Stephen
  W and Tom W know :), so either someone confirms that ARM ToT does not
  break their own Tegra HW, or my 'applied' will have to wait a couple of
  hours more, until I apply the Trimslice recipe Stephen gave me off-list.
 
 FWIW, I just tested both u-boot-arm/master and u-boot-tegra/master on
 TrimSlice and they work fine (well, at least boot to the command-prompt
 anyway)
 
 ARM:
 c4a4e2e ARMv7: start.S: stay in HYP mode if u-boot is entered in it
 Tegra:
 6017954 Tegra: T30: Beaver board support.

Thanks Stephen!

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-04-16 Thread Albert ARIBAUD
Hi Tom,

On Mon, 15 Apr 2013 16:28:20 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now.
 tools/checkpatch.pl is clean.
 
 The following changes since commit c4a4e2e20ca226948b62ed116df98f7a3932f2ac:
 
   ARMv7: start.S: stay in HYP mode if u-boot is entered in it (2013-04-15
 18:30:59 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to 601795462a4e7ede97b64dc306de1002e688eef6:
 
   Tegra: T30: Beaver board support. (2013-04-15 16:13:51 -0700)

+Tom R

Build-testing done on ARM, all fine ; launching some non-ARM tests just
in case. In parallel I'm struggling to run-test on TrimSlice as Stephen
W and Tom W know :), so either someone confirms that ARM ToT does not
break their own Tegra HW, or my 'applied' will have to wait a couple of
hours more, until I apply the Trimslice recipe Stephen gave me off-list.

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-04-16 Thread Stephen Warren
On 04/16/2013 11:17 AM, Albert ARIBAUD wrote:
 Hi Tom,
 
 On Mon, 15 Apr 2013 16:28:20 -0700, Tom Warren
 twarren.nvi...@gmail.com wrote:
 
 Albert,

 Please pull u-boot-tegra/master into ARM/master. Thanks!

 ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now.
 tools/checkpatch.pl is clean.

 The following changes since commit c4a4e2e20ca226948b62ed116df98f7a3932f2ac:

   ARMv7: start.S: stay in HYP mode if u-boot is entered in it (2013-04-15
 18:30:59 +0200)

 are available in the git repository at:

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

 for you to fetch changes up to 601795462a4e7ede97b64dc306de1002e688eef6:

   Tegra: T30: Beaver board support. (2013-04-15 16:13:51 -0700)
 
 +Tom R
 
 Build-testing done on ARM, all fine ; launching some non-ARM tests just
 in case. In parallel I'm struggling to run-test on TrimSlice as Stephen
 W and Tom W know :), so either someone confirms that ARM ToT does not
 break their own Tegra HW, or my 'applied' will have to wait a couple of
 hours more, until I apply the Trimslice recipe Stephen gave me off-list.

FWIW, I just tested both u-boot-arm/master and u-boot-tegra/master on
TrimSlice and they work fine (well, at least boot to the command-prompt
anyway)

ARM:
c4a4e2e ARMv7: start.S: stay in HYP mode if u-boot is entered in it
Tegra:
6017954 Tegra: T30: Beaver board support.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-04-16 Thread Tom Warren
Thanks, Stephen.

 -Original Message-
 From: Stephen Warren [mailto:swar...@wwwdotorg.org]
 Sent: Tuesday, April 16, 2013 12:56 PM
 To: Albert ARIBAUD
 Cc: Tom Warren; m...@theia.denx.de; Jimmy Zhang; u-boot@lists.denx.de;
 Tom Warren; Tom Rini; Stephen Warren
 Subject: Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master
 
 On 04/16/2013 11:17 AM, Albert ARIBAUD wrote:
  Hi Tom,
 
  On Mon, 15 Apr 2013 16:28:20 -0700, Tom Warren
  twarren.nvi...@gmail.com wrote:
 
  Albert,
 
  Please pull u-boot-tegra/master into ARM/master. Thanks!
 
  ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm
 now.
  tools/checkpatch.pl is clean.
 
  The following changes since commit
 c4a4e2e20ca226948b62ed116df98f7a3932f2ac:
 
ARMv7: start.S: stay in HYP mode if u-boot is entered in it
  (2013-04-15
  18:30:59 +0200)
 
  are available in the git repository at:
 
git://git.denx.de/u-boot-tegra master
 
  for you to fetch changes up to
 601795462a4e7ede97b64dc306de1002e688eef6:
 
Tegra: T30: Beaver board support. (2013-04-15 16:13:51 -0700)
 
  +Tom R
 
  Build-testing done on ARM, all fine ; launching some non-ARM tests
  just in case. In parallel I'm struggling to run-test on TrimSlice as
  Stephen W and Tom W know :), so either someone confirms that ARM ToT
  does not break their own Tegra HW, or my 'applied' will have to wait a
  couple of hours more, until I apply the Trimslice recipe Stephen gave me
 off-list.
 
 FWIW, I just tested both u-boot-arm/master and u-boot-tegra/master on
 TrimSlice and they work fine (well, at least boot to the command-prompt
 anyway)
 
 ARM:
 c4a4e2e ARMv7: start.S: stay in HYP mode if u-boot is entered in it
 Tegra:
 6017954 Tegra: T30: Beaver board support.
--
nvpublic
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-04-16 Thread Albert ARIBAUD
Hi Tom,

On Mon, 15 Apr 2013 16:28:20 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now.
 tools/checkpatch.pl is clean.
 
 The following changes since commit c4a4e2e20ca226948b62ed116df98f7a3932f2ac:
 
   ARMv7: start.S: stay in HYP mode if u-boot is entered in it (2013-04-15
 18:30:59 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to 601795462a4e7ede97b64dc306de1002e688eef6:
 
   Tegra: T30: Beaver board support. (2013-04-15 16:13:51 -0700)
 
 
 Stephen Warren (1):
   ARM: tegra: support T33 SKU of Tegra30
 
 Thierry Reding (4):
   Tegra: All Tamonten-derived boards use onboard NAND
   Tegra: Medcom-Wide: Enable NAND and boot script support
   Tegra: Plutux: Enable NAND and boot script support
   Tegra: TEC: Enable boot script support
 
 Tom Warren (7):
   Tegra: enable verify support for the crc32 command
   Tegra: Restore cp15 VBAR _start vector write for ARMv7
   Tegra: Configure L2 cache control reg properly.
   Tegra114: Initialize System Counter (TSC) with osc frequency
   Tegra: Fix MSELECT clock divisors for T30/T114.
   Tegra: Split tegra_get_chip_type() into soc  sku funcs
   Tegra: T30: Beaver board support.
 
  MAINTAINERS|  1 +
  arch/arm/cpu/arm720t/tegra-common/cpu.c| 48 +---
  arch/arm/cpu/arm720t/tegra-common/cpu.h|  4 +-
  arch/arm/cpu/arm720t/tegra114/cpu.c| 10 ++--
  arch/arm/cpu/arm720t/tegra30/cpu.c |  4 +-
  arch/arm/cpu/armv7/start.S |  2 -
  arch/arm/cpu/tegra-common/Makefile |  2 +-
  arch/arm/cpu/tegra-common/ap.c | 53 --
  arch/arm/cpu/tegra-common/cache.c  | 48 
  arch/arm/cpu/tegra-common/clock.c  |  3 +
  arch/arm/cpu/tegra114-common/clock.c   | 22 
  arch/arm/cpu/tegra20-common/clock.c|  4 ++
  arch/arm/cpu/tegra20-common/pmu.c  |  4 +-
  arch/arm/cpu/tegra30-common/clock.c|  4 ++
  arch/arm/include/asm/arch-tegra/ap.h   | 21 ++-
  arch/arm/include/asm/arch-tegra/clock.h|  3 +
  arch/arm/include/asm/arch-tegra/tegra.h|  1 +
  arch/arm/include/asm/arch-tegra114/sysctr.h| 35 
  arch/arm/include/asm/arch-tegra114/tegra.h |  1 +
  board/avionic-design/dts/tegra20-tamonten.dtsi | 11 
  board/avionic-design/dts/tegra20-tec.dts   | 11 
  board/nvidia/common/emc.c  |  2 +-
  board/nvidia/dts/tegra30-beaver.dts| 71
 
  boards.cfg |  1 +
  include/configs/beaver.h   | 76
 ++
  include/configs/medcom-wide.h  | 21 ---
  include/configs/plutux.h   | 18 +++---
  include/configs/tec.h  | 10 +---
  include/configs/tegra-common.h |  2 +
  29 files changed, 404 insertions(+), 89 deletions(-)
  create mode 100644 arch/arm/cpu/tegra-common/cache.c
  create mode 100644 arch/arm/include/asm/arch-tegra114/sysctr.h
  create mode 100644 board/nvidia/dts/tegra30-beaver.dts
  create mode 100644 include/configs/beaver.h

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-04-15 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now.
tools/checkpatch.pl is clean.

The following changes since commit c4a4e2e20ca226948b62ed116df98f7a3932f2ac:

  ARMv7: start.S: stay in HYP mode if u-boot is entered in it (2013-04-15
18:30:59 +0200)

are available in the git repository at:

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

for you to fetch changes up to 601795462a4e7ede97b64dc306de1002e688eef6:

  Tegra: T30: Beaver board support. (2013-04-15 16:13:51 -0700)


Stephen Warren (1):
  ARM: tegra: support T33 SKU of Tegra30

Thierry Reding (4):
  Tegra: All Tamonten-derived boards use onboard NAND
  Tegra: Medcom-Wide: Enable NAND and boot script support
  Tegra: Plutux: Enable NAND and boot script support
  Tegra: TEC: Enable boot script support

Tom Warren (7):
  Tegra: enable verify support for the crc32 command
  Tegra: Restore cp15 VBAR _start vector write for ARMv7
  Tegra: Configure L2 cache control reg properly.
  Tegra114: Initialize System Counter (TSC) with osc frequency
  Tegra: Fix MSELECT clock divisors for T30/T114.
  Tegra: Split tegra_get_chip_type() into soc  sku funcs
  Tegra: T30: Beaver board support.

 MAINTAINERS|  1 +
 arch/arm/cpu/arm720t/tegra-common/cpu.c| 48 +---
 arch/arm/cpu/arm720t/tegra-common/cpu.h|  4 +-
 arch/arm/cpu/arm720t/tegra114/cpu.c| 10 ++--
 arch/arm/cpu/arm720t/tegra30/cpu.c |  4 +-
 arch/arm/cpu/armv7/start.S |  2 -
 arch/arm/cpu/tegra-common/Makefile |  2 +-
 arch/arm/cpu/tegra-common/ap.c | 53 --
 arch/arm/cpu/tegra-common/cache.c  | 48 
 arch/arm/cpu/tegra-common/clock.c  |  3 +
 arch/arm/cpu/tegra114-common/clock.c   | 22 
 arch/arm/cpu/tegra20-common/clock.c|  4 ++
 arch/arm/cpu/tegra20-common/pmu.c  |  4 +-
 arch/arm/cpu/tegra30-common/clock.c|  4 ++
 arch/arm/include/asm/arch-tegra/ap.h   | 21 ++-
 arch/arm/include/asm/arch-tegra/clock.h|  3 +
 arch/arm/include/asm/arch-tegra/tegra.h|  1 +
 arch/arm/include/asm/arch-tegra114/sysctr.h| 35 
 arch/arm/include/asm/arch-tegra114/tegra.h |  1 +
 board/avionic-design/dts/tegra20-tamonten.dtsi | 11 
 board/avionic-design/dts/tegra20-tec.dts   | 11 
 board/nvidia/common/emc.c  |  2 +-
 board/nvidia/dts/tegra30-beaver.dts| 71

 boards.cfg |  1 +
 include/configs/beaver.h   | 76
++
 include/configs/medcom-wide.h  | 21 ---
 include/configs/plutux.h   | 18 +++---
 include/configs/tec.h  | 10 +---
 include/configs/tegra-common.h |  2 +
 29 files changed, 404 insertions(+), 89 deletions(-)
 create mode 100644 arch/arm/cpu/tegra-common/cache.c
 create mode 100644 arch/arm/include/asm/arch-tegra114/sysctr.h
 create mode 100644 board/nvidia/dts/tegra30-beaver.dts
 create mode 100644 include/configs/beaver.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-03-26 Thread Albert ARIBAUD
Hi Tom,

On Mon, 25 Mar 2013 10:43:22 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm
 now. Checkpatch.pl is clean.
 
 The following changes since commit b6379e15a70cc2e22486e5962927d9de374d877b:
 
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2013-03-24
 17:52:22 +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 for you to fetch changes up to f789be6086f3e6302fe4b163fa9b7bd6b358c4ce:
 
   Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore boards
 (2013-03-25 09:56:08 -0700)
 
 
 Allen Martin (13):
   tegra: remove support for UART SPI switch
   tegra: spi: rename tegra SPI drivers
   tegra: spi: remove non fdt support
   tegra: spi: pull register structs out of headers
   tegra20: spi: move fdt probe to spi_init
   spi: add common fdt SPI driver interface
   sf: winbond: add W25Q32DW
   tegra114: fdt: add compatible string for tegra114 SPI ctrl
   tegra114: fdt: add apbdma block
   tegra114: fdt: add SPI blocks
   tegra114: dalmore: fdt: enable dalmore SPI controller
   tegra114: add SPI driver
   tegra114: dalmore: config: enable SPI
 
 Tom Warren (4):
   Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for
 now)
   Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table
   Tegra114: MMC: Add SD bus power-rail init routine
   Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore
 boards
 
  arch/arm/dts/tegra114.dtsi | 141 +++
  arch/arm/include/asm/arch-tegra/board.h|   3 +-
  arch/arm/include/asm/arch-tegra/tegra_slink.h  |  84 -
  arch/arm/include/asm/arch-tegra/tegra_spi.h|  75 
  arch/arm/include/asm/arch-tegra114/gp_padctrl.h|   6 +
  arch/arm/include/asm/arch-tegra114/tegra114_spi.h  |  41 +++
  arch/arm/include/asm/arch-tegra20/tegra20_sflash.h |  41 +++
  arch/arm/include/asm/arch-tegra20/tegra20_slink.h  |  41 +++
  .../arm/include/asm/arch-tegra20/uart-spi-switch.h |  46 ---
  board/nvidia/common/board.c|   5 +-
  board/nvidia/common/common.mk  |   1 -
  board/nvidia/common/uart-spi-switch.c  | 125 ---
  board/nvidia/dalmore/dalmore.c |  66 
  board/nvidia/dalmore/pinmux-config-dalmore.h   |   6 +
  board/nvidia/dts/tegra114-dalmore.dts  |  18 +
  board/nvidia/seaboard/seaboard.c   |   2 +-
  drivers/mtd/spi/winbond.c  |   5 +
  drivers/spi/Makefile   |   6 +-
  drivers/spi/fdt_spi.c  | 186 ++
  drivers/spi/tegra114_spi.c | 405
 +
  drivers/spi/{tegra_spi.c = tegra20_sflash.c}  | 215 ++-
  drivers/spi/{tegra_slink.c = tegra20_slink.c} | 128 ---
  include/configs/cardhu.h   |   2 +-
  include/configs/dalmore.h  |  23 +-
  include/configs/tegra-common-post.h|   4 +
  include/configs/trimslice.h|   2 +-
  include/fdtdec.h   |   1 +
  lib/fdtdec.c   |   1 +
  28 files changed, 1188 insertions(+), 491 deletions(-)
  delete mode 100644 arch/arm/include/asm/arch-tegra/tegra_slink.h
  delete mode 100644 arch/arm/include/asm/arch-tegra/tegra_spi.h
  create mode 100644 arch/arm/include/asm/arch-tegra114/tegra114_spi.h
  create mode 100644 arch/arm/include/asm/arch-tegra20/tegra20_sflash.h
  create mode 100644 arch/arm/include/asm/arch-tegra20/tegra20_slink.h
  delete mode 100644 arch/arm/include/asm/arch-tegra20/uart-spi-switch.h
  delete mode 100644 board/nvidia/common/uart-spi-switch.c
  create mode 100644 drivers/spi/fdt_spi.c
  create mode 100644 drivers/spi/tegra114_spi.c
  rename drivers/spi/{tegra_spi.c = tegra20_sflash.c} (57%)
  rename drivers/spi/{tegra_slink.c = tegra20_slink.c} (72%)
 
  

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-03-25 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm
now. Checkpatch.pl is clean.

The following changes since commit b6379e15a70cc2e22486e5962927d9de374d877b:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2013-03-24
17:52:22 +0100)

are available in the git repository at:

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

for you to fetch changes up to f789be6086f3e6302fe4b163fa9b7bd6b358c4ce:

  Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore boards
(2013-03-25 09:56:08 -0700)


Allen Martin (13):
  tegra: remove support for UART SPI switch
  tegra: spi: rename tegra SPI drivers
  tegra: spi: remove non fdt support
  tegra: spi: pull register structs out of headers
  tegra20: spi: move fdt probe to spi_init
  spi: add common fdt SPI driver interface
  sf: winbond: add W25Q32DW
  tegra114: fdt: add compatible string for tegra114 SPI ctrl
  tegra114: fdt: add apbdma block
  tegra114: fdt: add SPI blocks
  tegra114: dalmore: fdt: enable dalmore SPI controller
  tegra114: add SPI driver
  tegra114: dalmore: config: enable SPI

Tom Warren (4):
  Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for
now)
  Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table
  Tegra114: MMC: Add SD bus power-rail init routine
  Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore
boards

 arch/arm/dts/tegra114.dtsi | 141 +++
 arch/arm/include/asm/arch-tegra/board.h|   3 +-
 arch/arm/include/asm/arch-tegra/tegra_slink.h  |  84 -
 arch/arm/include/asm/arch-tegra/tegra_spi.h|  75 
 arch/arm/include/asm/arch-tegra114/gp_padctrl.h|   6 +
 arch/arm/include/asm/arch-tegra114/tegra114_spi.h  |  41 +++
 arch/arm/include/asm/arch-tegra20/tegra20_sflash.h |  41 +++
 arch/arm/include/asm/arch-tegra20/tegra20_slink.h  |  41 +++
 .../arm/include/asm/arch-tegra20/uart-spi-switch.h |  46 ---
 board/nvidia/common/board.c|   5 +-
 board/nvidia/common/common.mk  |   1 -
 board/nvidia/common/uart-spi-switch.c  | 125 ---
 board/nvidia/dalmore/dalmore.c |  66 
 board/nvidia/dalmore/pinmux-config-dalmore.h   |   6 +
 board/nvidia/dts/tegra114-dalmore.dts  |  18 +
 board/nvidia/seaboard/seaboard.c   |   2 +-
 drivers/mtd/spi/winbond.c  |   5 +
 drivers/spi/Makefile   |   6 +-
 drivers/spi/fdt_spi.c  | 186 ++
 drivers/spi/tegra114_spi.c | 405
+
 drivers/spi/{tegra_spi.c = tegra20_sflash.c}  | 215 ++-
 drivers/spi/{tegra_slink.c = tegra20_slink.c} | 128 ---
 include/configs/cardhu.h   |   2 +-
 include/configs/dalmore.h  |  23 +-
 include/configs/tegra-common-post.h|   4 +
 include/configs/trimslice.h|   2 +-
 include/fdtdec.h   |   1 +
 lib/fdtdec.c   |   1 +
 28 files changed, 1188 insertions(+), 491 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-tegra/tegra_slink.h
 delete mode 100644 arch/arm/include/asm/arch-tegra/tegra_spi.h
 create mode 100644 arch/arm/include/asm/arch-tegra114/tegra114_spi.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/tegra20_sflash.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/tegra20_slink.h
 delete mode 100644 arch/arm/include/asm/arch-tegra20/uart-spi-switch.h
 delete mode 100644 board/nvidia/common/uart-spi-switch.c
 create mode 100644 drivers/spi/fdt_spi.c
 create mode 100644 drivers/spi/tegra114_spi.c
 rename drivers/spi/{tegra_spi.c = tegra20_sflash.c} (57%)
 rename drivers/spi/{tegra_slink.c = tegra20_slink.c} (72%)

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-03-15 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm
now. Checkpatch.pl is clean.

The following changes since commit ef123c525370463254a6f8e67563fdb0b0b46412:
  Albert ARIBAUD (1):
Refactor linker-generated arrays

are available in the git repository at:

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

Lucas Stach (7):
  tegra: usb: set USB_PORTS_MAX to correct value
  tegra: usb: make controller init functions more self contained
  tegra: usb: remove unneeded function parameter
  tegra: usb: move controller init into start_port
  tegra: usb: various small cleanups
  tegra: usb: move implementation into right directory
  tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]

Stephen Warren (5):
  ARM: tegra: implement WAR for Tegra114 CPU reset vector
  ARM: tegra: make bounce buffer option common
  disk: define HAVE_BLOCK_DEVICE in a common place
  disk: define HAVE_BLOCK_DEVICE if CONFIG_CMD_PART
  ARM: tegra: enable a common set of disk-related commands everywhere

Tom Warren (27):
  Tegra114: I2C: Take DVFS out of reset to allow I2C5 (PWR_I2C) to work
  Tegra: I2C: Add T114 clock support to tegra_i2c driver
  Tegra114: fdt: Update DT files with I2C info for T114/Dalmore
  Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board
  Tegra: fdt: Change /include/ to #include for C preprocessor
  Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux
  Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files
  Tegra: MMC: Add DT support to MMC driver for all T20 boards
  Tegra: fdt: Remove memreserve line from Cardhu/Seaboard DT files
  Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)
  Tegra: Add twarren as maintainer for Tegra30 and Tegra114 SoCs
  Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define
  Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)
  Tegra30: Cardhu: Remove unneeded cardhu.c.mmc file
  Tegra114: pinmux: Update pinmux tables  code, fix a bug w/SDMMC3 init
  Tegra30: Cardhu: Add pad config tables/code based on pinmux code
  Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)
  Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30
  Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines
  mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.
  Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec  driver
  Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards
  Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entry
  Tegra114: Fix/update GP padcfg register struct
  Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bits
  Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras
  Tegra114: Dalmore: Add pad config tables/code based on pinmux code

 MAINTAINERS|2 +
 arch/arm/cpu/arm720t/tegra114/cpu.c|   37 ++-
 arch/arm/cpu/armv7/tegra20/Makefile|1 -
 arch/arm/cpu/armv7/tegra20/usb.c   |  567 
 arch/arm/cpu/tegra114-common/pinmux.c  |  410 +++---
 arch/arm/cpu/tegra30-common/pinmux.c   |  190 +++-
 arch/arm/dts/tegra114.dtsi |   75 +++-
 arch/arm/dts/tegra20.dtsi  |   18 +-
 arch/arm/dts/tegra30.dtsi  |  124 +++--
 arch/arm/include/asm/arch-tegra/mmc.h  |2 +-
 arch/arm/include/asm/arch-tegra/tegra_i2c.h|6 +
 arch/arm/include/asm/arch-tegra/tegra_mmc.h|   48 ++-
 .../include/asm/{arch-tegra20 = arch-tegra}/usb.h |   22 -
 arch/arm/include/asm/arch-tegra114/gp_padctrl.h|   34 +-
 arch/arm/include/asm/arch-tegra114/pinmux.h|  246 +-
 arch/arm/include/asm/arch-tegra20/tegra.h  |1 -
 arch/arm/include/asm/arch-tegra30/gp_padctrl.h |6 +
 arch/arm/include/asm/arch-tegra30/pinmux.h |   67 +++-
 arch/arm/include/asm/arch-tegra30/tegra.h  |2 +
 board/avionic-design/common/tamonten.c |   19 +-
 board/avionic-design/dts/tegra20-medcom-wide.dts   |3 +-
 board/avionic-design/dts/tegra20-plutux.dts|3 +-
 board/avionic-design/dts/tegra20-tamonten.dtsi |  489 +
 board/avionic-design/dts/tegra20-tec.dts   |3 +-
 board/compal/dts/tegra20-paz00.dts |   21 +-
 board/compal/paz00/paz00.c |   26 +-
 board/compulab/dts/tegra20-trimslice.dts   |   16 +-
 board/compulab/trimslice/trimslice.c   |   23 +-
 board/nvidia/cardhu/cardhu.c   |   57 ++-
 board/nvidia/cardhu/cardhu.c.mmc   |  151 --
 board/nvidia/cardhu/pinmux-config-cardhu.h  

Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-03-15 Thread Albert ARIBAUD
Hi Tom,

On Fri, 15 Mar 2013 08:25:11 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm
 now. Checkpatch.pl is clean.
 
 The following changes since commit ef123c525370463254a6f8e67563fdb0b0b46412:
   Albert ARIBAUD (1):
 Refactor linker-generated arrays
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 Lucas Stach (7):
   tegra: usb: set USB_PORTS_MAX to correct value
   tegra: usb: make controller init functions more self contained
   tegra: usb: remove unneeded function parameter
   tegra: usb: move controller init into start_port
   tegra: usb: various small cleanups
   tegra: usb: move implementation into right directory
   tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]
 
 Stephen Warren (5):
   ARM: tegra: implement WAR for Tegra114 CPU reset vector
   ARM: tegra: make bounce buffer option common
   disk: define HAVE_BLOCK_DEVICE in a common place
   disk: define HAVE_BLOCK_DEVICE if CONFIG_CMD_PART
   ARM: tegra: enable a common set of disk-related commands everywhere
 
 Tom Warren (27):
   Tegra114: I2C: Take DVFS out of reset to allow I2C5 (PWR_I2C) to work
   Tegra: I2C: Add T114 clock support to tegra_i2c driver
   Tegra114: fdt: Update DT files with I2C info for T114/Dalmore
   Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board
   Tegra: fdt: Change /include/ to #include for C preprocessor
   Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux
   Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files
   Tegra: MMC: Add DT support to MMC driver for all T20 boards
   Tegra: fdt: Remove memreserve line from Cardhu/Seaboard DT files
   Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)
   Tegra: Add twarren as maintainer for Tegra30 and Tegra114 SoCs
   Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define
   Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)
   Tegra30: Cardhu: Remove unneeded cardhu.c.mmc file
   Tegra114: pinmux: Update pinmux tables  code, fix a bug w/SDMMC3 init
   Tegra30: Cardhu: Add pad config tables/code based on pinmux code
   Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)
   Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30
   Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines
   mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.
   Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec  driver
   Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards
   Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entry
   Tegra114: Fix/update GP padcfg register struct
   Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bits
   Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras
   Tegra114: Dalmore: Add pad config tables/code based on pinmux code
 
  MAINTAINERS|2 +
  arch/arm/cpu/arm720t/tegra114/cpu.c|   37 ++-
  arch/arm/cpu/armv7/tegra20/Makefile|1 -
  arch/arm/cpu/armv7/tegra20/usb.c   |  567 
 
  arch/arm/cpu/tegra114-common/pinmux.c  |  410 +++---
  arch/arm/cpu/tegra30-common/pinmux.c   |  190 +++-
  arch/arm/dts/tegra114.dtsi |   75 +++-
  arch/arm/dts/tegra20.dtsi  |   18 +-
  arch/arm/dts/tegra30.dtsi  |  124 +++--
  arch/arm/include/asm/arch-tegra/mmc.h  |2 +-
  arch/arm/include/asm/arch-tegra/tegra_i2c.h|6 +
  arch/arm/include/asm/arch-tegra/tegra_mmc.h|   48 ++-
  .../include/asm/{arch-tegra20 = arch-tegra}/usb.h |   22 -
  arch/arm/include/asm/arch-tegra114/gp_padctrl.h|   34 +-
  arch/arm/include/asm/arch-tegra114/pinmux.h|  246 +-
  arch/arm/include/asm/arch-tegra20/tegra.h  |1 -
  arch/arm/include/asm/arch-tegra30/gp_padctrl.h |6 +
  arch/arm/include/asm/arch-tegra30/pinmux.h |   67 +++-
  arch/arm/include/asm/arch-tegra30/tegra.h  |2 +
  board/avionic-design/common/tamonten.c |   19 +-
  board/avionic-design/dts/tegra20-medcom-wide.dts   |3 +-
  board/avionic-design/dts/tegra20-plutux.dts|3 +-
  board/avionic-design/dts/tegra20-tamonten.dtsi |  489 +
  board/avionic-design/dts/tegra20-tec.dts   |3 +-
  board/compal/dts/tegra20-paz00.dts |   21 +-
  board/compal/paz00/paz00.c |   26 +-
  board/compulab/dts/tegra20-trimslice.dts   |   16 +-
  board/compulab/trimslice/trimslice.c   |   23 

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-01-18 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -a arm completes w/o any new errors, and checkpatch is clean.

The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:
  Tom Rini (1):
Prepare v2013.01

are available in the git repository at:

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

Allen Martin (5):
  tegra: remove IRDA pinmux synonym
  tegra: fdt: remove clocks nodes
  tegra: fdt: sort dts files
  tegra: fdt: add apbdma node
  fdt: fix dts preprocessor options

Marc Dietrich (3):
  tegra: display: add board pinmux
  tegra: enable LCD on PAZ00
  tegra: remove custom TEGRA_DEVICE_SETTINGS for board files

Thierry Reding (3):
  video: tegra: Update line length to match resolution
  tegra: Enable LCD on Medcom-Wide
  tegra: Enable LCD on TEC

Tom Warren (10):
  Tegra30: Add arch-tegra30 include files
  Tegra30: Add AVP (arm720t) files
  Tegra30: Add CPU (armv7) files
  Tegra30: Add common CPU (shared) files
  Tegra30: Cardhu: Add DT files
  Tegra30: Add generic Tegra30 build support
  Tegra30: Add/enable Cardhu build (T30 reference board)
  Tegra30: clocks: Fix clock tables for I2C and other periphs
  Tegra30: fdt: Update DT files with I2C info for T30/Cardhu
  Tegra30: I2C: Enable I2C driver on Cardhu

 Makefile |6 +-
 arch/arm/cpu/arm720t/tegra-common/Makefile   |1 +
 arch/arm/cpu/arm720t/tegra-common/cpu.c  |  335 +++
 arch/arm/cpu/arm720t/tegra-common/cpu.h  |   68 +-
 arch/arm/cpu/arm720t/tegra-common/spl.c  |3 +-
 arch/arm/cpu/arm720t/tegra20/cpu.c   |  216 +
 arch/arm/cpu/arm720t/tegra30/Makefile|   41 +
 arch/arm/cpu/arm720t/tegra30/config.mk   |   19 +
 arch/arm/cpu/arm720t/tegra30/cpu.c   |  176 
 arch/arm/cpu/armv7/Makefile  |2 +-
 arch/arm/cpu/armv7/start.S   |4 +-
 arch/arm/cpu/armv7/tegra30/Makefile  |   40 +
 arch/arm/cpu/armv7/tegra30/config.mk |   19 +
 arch/arm/cpu/tegra-common/ap.c   |   14 +-
 arch/arm/cpu/tegra-common/board.c|   43 +-
 arch/arm/cpu/tegra-common/sys_info.c |   16 +-
 arch/arm/cpu/tegra20-common/funcmux.c|4 +-
 arch/arm/cpu/tegra20-common/pinmux.c |2 +-
 arch/arm/cpu/tegra20-common/warmboot.c   |2 +-
 arch/arm/cpu/tegra30-common/Makefile |   44 +
 arch/arm/cpu/tegra30-common/clock.c  | 1102 ++
 arch/arm/cpu/tegra30-common/funcmux.c|   57 ++
 arch/arm/cpu/tegra30-common/pinmux.c |  506 ++
 arch/arm/dts/tegra20.dtsi|  400 
 arch/arm/dts/tegra30.dtsi|   93 ++
 arch/arm/include/asm/arch-tegra/ap.h |   52 +-
 arch/arm/include/asm/arch-tegra/board.h  |7 +-
 arch/arm/include/asm/arch-tegra/clk_rst.h|  148 +++-
 arch/arm/include/asm/arch-tegra/clock.h  |8 +-
 arch/arm/include/asm/arch-tegra/funcmux.h|   39 +
 arch/arm/include/asm/arch-tegra/gp_padctrl.h |   39 +
 arch/arm/include/asm/arch-tegra/tegra.h  |   12 +-
 arch/arm/include/asm/arch-tegra20/funcmux.h  |   28 +-
 arch/arm/include/asm/arch-tegra20/gp_padctrl.h   |   17 +-
 arch/arm/include/asm/arch-tegra20/pinmux.h   |1 -
 arch/arm/include/asm/arch-tegra30/clock-tables.h |  382 
 arch/arm/include/asm/arch-tegra30/clock.h|   24 +
 arch/arm/include/asm/arch-tegra30/flow.h |   35 +
 arch/arm/include/asm/arch-tegra30/funcmux.h  |   31 +
 arch/arm/include/asm/arch-tegra30/gp_padctrl.h   |   59 ++
 arch/arm/include/asm/arch-tegra30/gpio.h |  304 ++
 arch/arm/include/asm/arch-tegra30/hardware.h |   22 +
 arch/arm/include/asm/arch-tegra30/pinmux.h   |  603 
 arch/arm/include/asm/arch-tegra30/pmu.h  |   23 +
 arch/arm/include/asm/arch-tegra30/spl.h  |   28 +
 arch/arm/include/asm/arch-tegra30/tegra.h|   26 +
 board/avionic-design/dts/tegra20-medcom-wide.dts |   38 +-
 board/avionic-design/dts/tegra20-plutux.dts  |   14 -
 board/avionic-design/dts/tegra20-tec.dts |   56 +-
 board/compal/dts/tegra20-paz00.dts   |   39 +-
 board/compal/paz00/paz00.c   |   11 +
 board/compulab/dts/tegra20-trimslice.dts |   13 -
 board/nvidia/cardhu/Makefile |   44 +
 board/nvidia/cardhu/cardhu.c |   39 +
 board/nvidia/cardhu/cardhu.c.mmc |  151 +++
 board/nvidia/cardhu/pinmux-config-cardhu.h   |  329 +++
 board/nvidia/common/board.c  |   24 +-
 board/nvidia/dts/tegra20-harmony.dts |   33 +-
 board/nvidia/dts/tegra20-seaboard.dts|  118 +--
 board/nvidia/dts/tegra20-ventana.dts

Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-01-18 Thread Albert ARIBAUD
Hi Tom,

On Fri, 18 Jan 2013 09:00:44 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -a arm completes w/o any new errors, and checkpatch is clean.
 
 The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:
   Tom Rini (1):
 Prepare v2013.01
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 Allen Martin (5):
   tegra: remove IRDA pinmux synonym
   tegra: fdt: remove clocks nodes
   tegra: fdt: sort dts files
   tegra: fdt: add apbdma node
   fdt: fix dts preprocessor options
 
 Marc Dietrich (3):
   tegra: display: add board pinmux
   tegra: enable LCD on PAZ00
   tegra: remove custom TEGRA_DEVICE_SETTINGS for board files
 
 Thierry Reding (3):
   video: tegra: Update line length to match resolution
   tegra: Enable LCD on Medcom-Wide
   tegra: Enable LCD on TEC
 
 Tom Warren (10):
   Tegra30: Add arch-tegra30 include files
   Tegra30: Add AVP (arm720t) files
   Tegra30: Add CPU (armv7) files
   Tegra30: Add common CPU (shared) files
   Tegra30: Cardhu: Add DT files
   Tegra30: Add generic Tegra30 build support
   Tegra30: Add/enable Cardhu build (T30 reference board)
   Tegra30: clocks: Fix clock tables for I2C and other periphs
   Tegra30: fdt: Update DT files with I2C info for T30/Cardhu
   Tegra30: I2C: Enable I2C driver on Cardhu
 
  Makefile |6 +-
  arch/arm/cpu/arm720t/tegra-common/Makefile   |1 +
  arch/arm/cpu/arm720t/tegra-common/cpu.c  |  335 +++
  arch/arm/cpu/arm720t/tegra-common/cpu.h  |   68 +-
  arch/arm/cpu/arm720t/tegra-common/spl.c  |3 +-
  arch/arm/cpu/arm720t/tegra20/cpu.c   |  216 +
  arch/arm/cpu/arm720t/tegra30/Makefile|   41 +
  arch/arm/cpu/arm720t/tegra30/config.mk   |   19 +
  arch/arm/cpu/arm720t/tegra30/cpu.c   |  176 
  arch/arm/cpu/armv7/Makefile  |2 +-
  arch/arm/cpu/armv7/start.S   |4 +-
  arch/arm/cpu/armv7/tegra30/Makefile  |   40 +
  arch/arm/cpu/armv7/tegra30/config.mk |   19 +
  arch/arm/cpu/tegra-common/ap.c   |   14 +-
  arch/arm/cpu/tegra-common/board.c|   43 +-
  arch/arm/cpu/tegra-common/sys_info.c |   16 +-
  arch/arm/cpu/tegra20-common/funcmux.c|4 +-
  arch/arm/cpu/tegra20-common/pinmux.c |2 +-
  arch/arm/cpu/tegra20-common/warmboot.c   |2 +-
  arch/arm/cpu/tegra30-common/Makefile |   44 +
  arch/arm/cpu/tegra30-common/clock.c  | 1102 
 ++
  arch/arm/cpu/tegra30-common/funcmux.c|   57 ++
  arch/arm/cpu/tegra30-common/pinmux.c |  506 ++
  arch/arm/dts/tegra20.dtsi|  400 
  arch/arm/dts/tegra30.dtsi|   93 ++
  arch/arm/include/asm/arch-tegra/ap.h |   52 +-
  arch/arm/include/asm/arch-tegra/board.h  |7 +-
  arch/arm/include/asm/arch-tegra/clk_rst.h|  148 +++-
  arch/arm/include/asm/arch-tegra/clock.h  |8 +-
  arch/arm/include/asm/arch-tegra/funcmux.h|   39 +
  arch/arm/include/asm/arch-tegra/gp_padctrl.h |   39 +
  arch/arm/include/asm/arch-tegra/tegra.h  |   12 +-
  arch/arm/include/asm/arch-tegra20/funcmux.h  |   28 +-
  arch/arm/include/asm/arch-tegra20/gp_padctrl.h   |   17 +-
  arch/arm/include/asm/arch-tegra20/pinmux.h   |1 -
  arch/arm/include/asm/arch-tegra30/clock-tables.h |  382 
  arch/arm/include/asm/arch-tegra30/clock.h|   24 +
  arch/arm/include/asm/arch-tegra30/flow.h |   35 +
  arch/arm/include/asm/arch-tegra30/funcmux.h  |   31 +
  arch/arm/include/asm/arch-tegra30/gp_padctrl.h   |   59 ++
  arch/arm/include/asm/arch-tegra30/gpio.h |  304 ++
  arch/arm/include/asm/arch-tegra30/hardware.h |   22 +
  arch/arm/include/asm/arch-tegra30/pinmux.h   |  603 
  arch/arm/include/asm/arch-tegra30/pmu.h  |   23 +
  arch/arm/include/asm/arch-tegra30/spl.h  |   28 +
  arch/arm/include/asm/arch-tegra30/tegra.h|   26 +
  board/avionic-design/dts/tegra20-medcom-wide.dts |   38 +-
  board/avionic-design/dts/tegra20-plutux.dts  |   14 -
  board/avionic-design/dts/tegra20-tec.dts |   56 +-
  board/compal/dts/tegra20-paz00.dts   |   39 +-
  board/compal/paz00/paz00.c   |   11 +
  board/compulab/dts/tegra20-trimslice.dts |   13 -
  board/nvidia/cardhu/Makefile |   44 +
  board/nvidia/cardhu/cardhu.c |   39 +
  board/nvidia/cardhu/cardhu.c.mmc |  151 +++
  board/nvidia/cardhu/pinmux-config-cardhu.h   |  329 +++
  board/nvidia/common/board.c   

Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-19 Thread Tom Warren
That makes perfect sense - should have thought it through myself.

I moved the pxa patch to before Simon's LCD patchset. Testing MAKEALL
-a arm now; should have a new pull request in a few hours.

Thanks,

Tom

On Fri, Nov 16, 2012 at 5:12 PM, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:
 Hi Tom,

 On Fri, 16 Nov 2012 16:42:49 -0700, Tom Warren
 twarren.nvi...@gmail.com wrote:

 Albert,

 Please pull u-boot-tegra/master into ARM/master. The previously
 failing pxa boards are fixed with 'pxa: Disable dcache on palmld,
 palmtc, zipitz2'.

 Sorry to be a nuisance, but what I meant that I wanted all commits in
 the tegra pull req to succeed building if possible; with the added
 disable cache commit, the branch succeeds, but not all of its
 commits, which can hamper git bisects. Can the dcache disable patch
 actually appear before Simon's LCD commit?

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-19 Thread Tom Warren
Albert, please pull u-boot-tegra/master into ARM/master. Thanks!

'pxa' patch moved to before Simon's LCD patchset; MAKEALL -a arm AOK.

The following changes since commit 7a5337732e3e05b2b0de1b592fa031b2c7b4f632:
  Rajeshwari Shinde (1):
EXYNOS5: Enable SPI booting.

are available in the git repository at:

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

Allen Martin (1):
  tegra: add CONSOLE_MUX support to tegra-kbc

Mayuresh Kulkarni (1):
  tegra: Enable display/lcd support on Seaboard

Simon Glass (17):
  pxa: Disable dcache on palmld, palmtc, zipitz2
  tegra: Use const for pinmux_config_pingroup/table()
  tegra: Add display support to funcmux
  tegra: fdt: Add pwm binding and node
  tegra: fdt: Add LCD definitions for Tegra
  tegra: Add support for PWM
  tegra: Add LCD driver
  tegra: Add LCD support to Nvidia boards
  arm: Add control over cachability of memory regions
  lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
  lcd: Add support for flushing LCD fb from dcache after update
  tegra: Align LCD frame buffer to section boundary
  tegra: Support control of cache settings for LCD
  tegra: fdt: Add LCD definitions for Seaboard
  lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console
  tegra: Remove unnecessary CONFIG_SYS_NAND_BASE
  tegra: config: seaboard: Move tegra-common-post to correct place

Stephen Warren (4):
  ARM: tegra: TrimSlice: add support for USB1 port
  mmc: tegra: support 4-bit operation too on 8-bit slots
  ARM: tegra: enable 8-bit SD slots in board files
  tegra: use generic fs commands in BOOTCOMMAND

Wei Ni (1):
  tegra: Add SOC support for display/lcd

 README |   16 +
 arch/arm/cpu/armv7/cache_v7.c  |   11 +
 arch/arm/cpu/armv7/tegra20/Makefile|2 +
 arch/arm/cpu/armv7/tegra20/display.c   |  409 ++
 arch/arm/cpu/armv7/tegra20/pwm.c   |  101 +
 arch/arm/cpu/tegra20-common/funcmux.c  |   37 ++
 arch/arm/cpu/tegra20-common/pinmux.c   |4 +-
 arch/arm/dts/tegra20.dtsi  |  105 +
 arch/arm/include/asm/arch-tegra20/dc.h |  545 
 arch/arm/include/asm/arch-tegra20/display.h|  152 +++
 arch/arm/include/asm/arch-tegra20/pinmux.h |4 +-
 arch/arm/include/asm/arch-tegra20/pwm.h|   75 
 arch/arm/include/asm/system.h  |   31 ++
 arch/arm/lib/cache-cp15.c  |   51 ++-
 board/compal/paz00/paz00.c |5 +-
 board/compulab/dts/tegra20-trimslice.dts   |3 +-
 board/compulab/trimslice/trimslice.c   |8 +
 board/nvidia/common/board.c|   24 +
 board/nvidia/dts/tegra20-seaboard.dts  |   33 ++
 board/nvidia/harmony/harmony.c |5 +-
 board/nvidia/seaboard/seaboard.c   |5 +-
 common/lcd.c   |   89 -
 common/main.c  |   12 +-
 doc/device-tree-bindings/pwm/tegra20-pwm.txt   |   18 +
 doc/device-tree-bindings/video/displaymode.txt |   42 ++
 doc/device-tree-bindings/video/tegra20-dc.txt  |   85 
 drivers/input/tegra-kbc.c  |   18 +-
 drivers/mmc/tegra_mmc.c|7 +-
 drivers/video/Makefile |1 +
 drivers/video/tegra.c  |  379 
 include/configs/harmony.h  |4 +-
 include/configs/palmld.h   |3 +
 include/configs/palmtc.h   |3 +
 include/configs/paz00.h|3 +
 include/configs/seaboard.h |   20 +-
 include/configs/tec.h  |1 -
 include/configs/tegra-common-post.h|   39 +-
 include/configs/tegra20-common.h   |3 +
 include/configs/trimslice.h|4 +
 include/configs/ventana.h  |3 +
 include/configs/whistler.h |3 +
 include/configs/zipitz2.h  |3 +
 include/fdtdec.h   |2 +
 include/lcd.h  |   11 +
 lib/fdtdec.c   |2 +
 45 files changed, 2303 insertions(+), 78 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/tegra20/display.c
 create mode 100644 arch/arm/cpu/armv7/tegra20/pwm.c
 create mode 100644 arch/arm/include/asm/arch-tegra20/dc.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/display.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/pwm.h
 create mode 100644 doc/device-tree-bindings/pwm/tegra20-pwm.txt
 create mode 100644 doc/device-tree-bindings/video/displaymode.txt
 create mode 100644 doc/device-tree-bindings/video/tegra20-dc.txt
 create mode 100644 drivers/video/tegra.c


On Mon, Nov 19, 2012 

Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-19 Thread Albert ARIBAUD
Hi Tom,

On Mon, 19 Nov 2012 10:12:52 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert, please pull u-boot-tegra/master into ARM/master. Thanks!
 
 'pxa' patch moved to before Simon's LCD patchset; MAKEALL -a arm AOK.
 
 The following changes since commit 7a5337732e3e05b2b0de1b592fa031b2c7b4f632:
   Rajeshwari Shinde (1):
 EXYNOS5: Enable SPI booting.
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 Allen Martin (1):
   tegra: add CONSOLE_MUX support to tegra-kbc
 
 Mayuresh Kulkarni (1):
   tegra: Enable display/lcd support on Seaboard
 
 Simon Glass (17):
   pxa: Disable dcache on palmld, palmtc, zipitz2
   tegra: Use const for pinmux_config_pingroup/table()
   tegra: Add display support to funcmux
   tegra: fdt: Add pwm binding and node
   tegra: fdt: Add LCD definitions for Tegra
   tegra: Add support for PWM
   tegra: Add LCD driver
   tegra: Add LCD support to Nvidia boards
   arm: Add control over cachability of memory regions
   lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
   lcd: Add support for flushing LCD fb from dcache after update
   tegra: Align LCD frame buffer to section boundary
   tegra: Support control of cache settings for LCD
   tegra: fdt: Add LCD definitions for Seaboard
   lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console
   tegra: Remove unnecessary CONFIG_SYS_NAND_BASE
   tegra: config: seaboard: Move tegra-common-post to correct place
 
 Stephen Warren (4):
   ARM: tegra: TrimSlice: add support for USB1 port
   mmc: tegra: support 4-bit operation too on 8-bit slots
   ARM: tegra: enable 8-bit SD slots in board files
   tegra: use generic fs commands in BOOTCOMMAND
 
 Wei Ni (1):
   tegra: Add SOC support for display/lcd
 
  README |   16 +
  arch/arm/cpu/armv7/cache_v7.c  |   11 +
  arch/arm/cpu/armv7/tegra20/Makefile|2 +
  arch/arm/cpu/armv7/tegra20/display.c   |  409 ++
  arch/arm/cpu/armv7/tegra20/pwm.c   |  101 +
  arch/arm/cpu/tegra20-common/funcmux.c  |   37 ++
  arch/arm/cpu/tegra20-common/pinmux.c   |4 +-
  arch/arm/dts/tegra20.dtsi  |  105 +
  arch/arm/include/asm/arch-tegra20/dc.h |  545 
 
  arch/arm/include/asm/arch-tegra20/display.h|  152 +++
  arch/arm/include/asm/arch-tegra20/pinmux.h |4 +-
  arch/arm/include/asm/arch-tegra20/pwm.h|   75 
  arch/arm/include/asm/system.h  |   31 ++
  arch/arm/lib/cache-cp15.c  |   51 ++-
  board/compal/paz00/paz00.c |5 +-
  board/compulab/dts/tegra20-trimslice.dts   |3 +-
  board/compulab/trimslice/trimslice.c   |8 +
  board/nvidia/common/board.c|   24 +
  board/nvidia/dts/tegra20-seaboard.dts  |   33 ++
  board/nvidia/harmony/harmony.c |5 +-
  board/nvidia/seaboard/seaboard.c   |5 +-
  common/lcd.c   |   89 -
  common/main.c  |   12 +-
  doc/device-tree-bindings/pwm/tegra20-pwm.txt   |   18 +
  doc/device-tree-bindings/video/displaymode.txt |   42 ++
  doc/device-tree-bindings/video/tegra20-dc.txt  |   85 
  drivers/input/tegra-kbc.c  |   18 +-
  drivers/mmc/tegra_mmc.c|7 +-
  drivers/video/Makefile |1 +
  drivers/video/tegra.c  |  379 
  include/configs/harmony.h  |4 +-
  include/configs/palmld.h   |3 +
  include/configs/palmtc.h   |3 +
  include/configs/paz00.h|3 +
  include/configs/seaboard.h |   20 +-
  include/configs/tec.h  |1 -
  include/configs/tegra-common-post.h|   39 +-
  include/configs/tegra20-common.h   |3 +
  include/configs/trimslice.h|4 +
  include/configs/ventana.h  |3 +
  include/configs/whistler.h |3 +
  include/configs/zipitz2.h  |3 +
  include/fdtdec.h   |2 +
  include/lcd.h  |   11 +
  lib/fdtdec.c   |2 +
  45 files changed, 2303 insertions(+), 78 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/tegra20/display.c
  create mode 100644 arch/arm/cpu/armv7/tegra20/pwm.c
  create mode 100644 arch/arm/include/asm/arch-tegra20/dc.h
  create mode 100644 arch/arm/include/asm/arch-tegra20/display.h
  create mode 100644 arch/arm/include/asm/arch-tegra20/pwm.h
  create mode 100644 doc/device-tree-bindings/pwm/tegra20-pwm.txt
  create 

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-16 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

./MAKEALL -a arm completes w/o any new errors.
checkpatch is clean, also.

The following changes since commit 7a5337732e3e05b2b0de1b592fa031b2c7b4f632:
  Rajeshwari Shinde (1):
EXYNOS5: Enable SPI booting.

are available in the git repository at:

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

Allen Martin (1):
  tegra: add CONSOLE_MUX support to tegra-kbc

Mayuresh Kulkarni (1):
  tegra: Enable display/lcd support on Seaboard

Simon Glass (16):
  tegra: Use const for pinmux_config_pingroup/table()
  tegra: Add display support to funcmux
  tegra: fdt: Add pwm binding and node
  tegra: fdt: Add LCD definitions for Tegra
  tegra: Add support for PWM
  tegra: Add LCD driver
  tegra: Add LCD support to Nvidia boards
  arm: Add control over cachability of memory regions
  lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
  lcd: Add support for flushing LCD fb from dcache after update
  tegra: Align LCD frame buffer to section boundary
  tegra: Support control of cache settings for LCD
  tegra: fdt: Add LCD definitions for Seaboard
  lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console
  tegra: Remove unnecessary CONFIG_SYS_NAND_BASE
  tegra: config: seaboard: Move tegra-common-post to correct place

Stephen Warren (4):
  ARM: tegra: TrimSlice: add support for USB1 port
  mmc: tegra: support 4-bit operation too on 8-bit slots
  ARM: tegra: enable 8-bit SD slots in board files
  tegra: use generic fs commands in BOOTCOMMAND

Wei Ni (1):
  tegra: Add SOC support for display/lcd

 README |   16 +
 arch/arm/cpu/armv7/cache_v7.c  |   11 +
 arch/arm/cpu/armv7/tegra20/Makefile|2 +
 arch/arm/cpu/armv7/tegra20/display.c   |  409 ++
 arch/arm/cpu/armv7/tegra20/pwm.c   |  101 +
 arch/arm/cpu/tegra20-common/funcmux.c  |   37 ++
 arch/arm/cpu/tegra20-common/pinmux.c   |4 +-
 arch/arm/dts/tegra20.dtsi  |  105 +
 arch/arm/include/asm/arch-tegra20/dc.h |  545 
 arch/arm/include/asm/arch-tegra20/display.h|  152 +++
 arch/arm/include/asm/arch-tegra20/pinmux.h |4 +-
 arch/arm/include/asm/arch-tegra20/pwm.h|   75 
 arch/arm/include/asm/system.h  |   31 ++
 arch/arm/lib/cache-cp15.c  |   51 ++-
 board/compal/paz00/paz00.c |5 +-
 board/compulab/dts/tegra20-trimslice.dts   |3 +-
 board/compulab/trimslice/trimslice.c   |8 +
 board/nvidia/common/board.c|   24 +
 board/nvidia/dts/tegra20-seaboard.dts  |   33 ++
 board/nvidia/harmony/harmony.c |5 +-
 board/nvidia/seaboard/seaboard.c   |5 +-
 common/lcd.c   |   89 -
 common/main.c  |   12 +-
 doc/device-tree-bindings/pwm/tegra20-pwm.txt   |   18 +
 doc/device-tree-bindings/video/displaymode.txt |   42 ++
 doc/device-tree-bindings/video/tegra20-dc.txt  |   85 
 drivers/input/tegra-kbc.c  |   18 +-
 drivers/mmc/tegra_mmc.c|7 +-
 drivers/video/Makefile |1 +
 drivers/video/tegra.c  |  379 
 include/configs/harmony.h  |4 +-
 include/configs/paz00.h|3 +
 include/configs/seaboard.h |   20 +-
 include/configs/tec.h  |1 -
 include/configs/tegra-common-post.h|   39 +-
 include/configs/tegra20-common.h   |3 +
 include/configs/trimslice.h|4 +
 include/configs/ventana.h  |3 +
 include/configs/whistler.h |3 +
 include/fdtdec.h   |2 +
 include/lcd.h  |   11 +
 lib/fdtdec.c   |2 +
 42 files changed, 2294 insertions(+), 78 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/tegra20/display.c
 create mode 100644 arch/arm/cpu/armv7/tegra20/pwm.c
 create mode 100644 arch/arm/include/asm/arch-tegra20/dc.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/display.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/pwm.h
 create mode 100644 doc/device-tree-bindings/pwm/tegra20-pwm.txt
 create mode 100644 doc/device-tree-bindings/video/displaymode.txt
 create mode 100644 doc/device-tree-bindings/video/tegra20-dc.txt
 create mode 100644 drivers/video/tegra.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-16 Thread Albert ARIBAUD
Hi Tom,

On Fri, 16 Nov 2012 10:14:46 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 ./MAKEALL -a arm completes w/o any new errors.
 checkpatch is clean, also.

I see three boards failing which do build on current u-boot-arm/master:

palmld palmtc zipitz2

All have the same error:

/home/albert/src/u-boot-arm/common/lcd.c:125: undefined
reference to `flush_dcache_range'

git bisect run ./MAKEALL zipitz2 traces the problem to commit
9c9e9b0d... lcd: Add support for flushing LCD fb from dcache after
update from Simon Glass (already Cc:).

Simon, can you look into this?

Tom, can you provide a fixed pull request once the issue is fixed?

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-16 Thread Tom Warren
Albert,

A fix was found and posted awhile back by Simon (195662 on PatchWork -
it's assigned to you as delegate). Marek's last comment was 'Just
apply this', so I suppose that's his version of an Acked-by.  I don't
carry that fix in my tree since it's not specifically Tegra-related.
I can add it and resend a pull request, or you can apply it to
ARM/master and I can rebase on that (though I don't think that'll
change my pull request much, if at all).

Let me know,

Tom

On Fri, Nov 16, 2012 at 2:27 PM, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:
 Hi Tom,

 On Fri, 16 Nov 2012 10:14:46 -0700, Tom Warren
 twarren.nvi...@gmail.com wrote:

 Albert,

 Please pull u-boot-tegra/master into ARM/master. Thanks!

 ./MAKEALL -a arm completes w/o any new errors.
 checkpatch is clean, also.

 I see three boards failing which do build on current u-boot-arm/master:

 palmld palmtc zipitz2

 All have the same error:

 /home/albert/src/u-boot-arm/common/lcd.c:125: undefined
 reference to `flush_dcache_range'

 git bisect run ./MAKEALL zipitz2 traces the problem to commit
 9c9e9b0d... lcd: Add support for flushing LCD fb from dcache after
 update from Simon Glass (already Cc:).

 Simon, can you look into this?

 Tom, can you provide a fixed pull request once the issue is fixed?

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-16 Thread Albert ARIBAUD
Hi Tom,

On Fri, 16 Nov 2012 14:45:49 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 A fix was found and posted awhile back by Simon (195662 on PatchWork -
 it's assigned to you as delegate). Marek's last comment was 'Just
 apply this', so I suppose that's his version of an Acked-by.  I don't
 carry that fix in my tree since it's not specifically Tegra-related.
 I can add it and resend a pull request, or you can apply it to
 ARM/master and I can rebase on that (though I don't think that'll
 change my pull request much, if at all).
 
 Let me know,

Ideally, I would like the tegra master branch to be reworked with the
fix applied so that no commit fails building.

 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 for u-boot-tegra/master into ARM/master

2012-11-16 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. The previously
failing pxa boards are fixed with 'pxa: Disable dcache on palmld,
palmtc, zipitz2'.

The following changes since commit 7a5337732e3e05b2b0de1b592fa031b2c7b4f632:
  Rajeshwari Shinde (1):
EXYNOS5: Enable SPI booting.

are available in the git repository at:

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

Allen Martin (1):
  tegra: add CONSOLE_MUX support to tegra-kbc

Mayuresh Kulkarni (1):
  tegra: Enable display/lcd support on Seaboard

Simon Glass (17):
  tegra: Use const for pinmux_config_pingroup/table()
  tegra: Add display support to funcmux
  tegra: fdt: Add pwm binding and node
  tegra: fdt: Add LCD definitions for Tegra
  tegra: Add support for PWM
  tegra: Add LCD driver
  tegra: Add LCD support to Nvidia boards
  arm: Add control over cachability of memory regions
  lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
  lcd: Add support for flushing LCD fb from dcache after update
  tegra: Align LCD frame buffer to section boundary
  tegra: Support control of cache settings for LCD
  tegra: fdt: Add LCD definitions for Seaboard
  lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console
  tegra: Remove unnecessary CONFIG_SYS_NAND_BASE
  tegra: config: seaboard: Move tegra-common-post to correct place
  pxa: Disable dcache on palmld, palmtc, zipitz2

Stephen Warren (4):
  ARM: tegra: TrimSlice: add support for USB1 port
  mmc: tegra: support 4-bit operation too on 8-bit slots
  ARM: tegra: enable 8-bit SD slots in board files
  tegra: use generic fs commands in BOOTCOMMAND

Wei Ni (1):
  tegra: Add SOC support for display/lcd

 README |   16 +
 arch/arm/cpu/armv7/cache_v7.c  |   11 +
 arch/arm/cpu/armv7/tegra20/Makefile|2 +
 arch/arm/cpu/armv7/tegra20/display.c   |  409 ++
 arch/arm/cpu/armv7/tegra20/pwm.c   |  101 +
 arch/arm/cpu/tegra20-common/funcmux.c  |   37 ++
 arch/arm/cpu/tegra20-common/pinmux.c   |4 +-
 arch/arm/dts/tegra20.dtsi  |  105 +
 arch/arm/include/asm/arch-tegra20/dc.h |  545 
 arch/arm/include/asm/arch-tegra20/display.h|  152 +++
 arch/arm/include/asm/arch-tegra20/pinmux.h |4 +-
 arch/arm/include/asm/arch-tegra20/pwm.h|   75 
 arch/arm/include/asm/system.h  |   31 ++
 arch/arm/lib/cache-cp15.c  |   51 ++-
 board/compal/paz00/paz00.c |5 +-
 board/compulab/dts/tegra20-trimslice.dts   |3 +-
 board/compulab/trimslice/trimslice.c   |8 +
 board/nvidia/common/board.c|   24 +
 board/nvidia/dts/tegra20-seaboard.dts  |   33 ++
 board/nvidia/harmony/harmony.c |5 +-
 board/nvidia/seaboard/seaboard.c   |5 +-
 common/lcd.c   |   89 -
 common/main.c  |   12 +-
 doc/device-tree-bindings/pwm/tegra20-pwm.txt   |   18 +
 doc/device-tree-bindings/video/displaymode.txt |   42 ++
 doc/device-tree-bindings/video/tegra20-dc.txt  |   85 
 drivers/input/tegra-kbc.c  |   18 +-
 drivers/mmc/tegra_mmc.c|7 +-
 drivers/video/Makefile |1 +
 drivers/video/tegra.c  |  379 
 include/configs/harmony.h  |4 +-
 include/configs/palmld.h   |3 +
 include/configs/palmtc.h   |3 +
 include/configs/paz00.h|3 +
 include/configs/seaboard.h |   20 +-
 include/configs/tec.h  |1 -
 include/configs/tegra-common-post.h|   39 +-
 include/configs/tegra20-common.h   |3 +
 include/configs/trimslice.h|4 +
 include/configs/ventana.h  |3 +
 include/configs/whistler.h |3 +
 include/configs/zipitz2.h  |3 +
 include/fdtdec.h   |2 +
 include/lcd.h  |   11 +
 lib/fdtdec.c   |2 +
 45 files changed, 2303 insertions(+), 78 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/tegra20/display.c
 create mode 100644 arch/arm/cpu/armv7/tegra20/pwm.c
 create mode 100644 arch/arm/include/asm/arch-tegra20/dc.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/display.h
 create mode 100644 arch/arm/include/asm/arch-tegra20/pwm.h
 create mode 100644 doc/device-tree-bindings/pwm/tegra20-pwm.txt
 create mode 100644 doc/device-tree-bindings/video/displaymode.txt
 create mode 100644 doc/device-tree-bindings/video/tegra20-dc.txt
 create mode 100644 drivers/video/tegra.c



Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-16 Thread Albert ARIBAUD
Hi Tom,

On Fri, 16 Nov 2012 16:42:49 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. The previously
 failing pxa boards are fixed with 'pxa: Disable dcache on palmld,
 palmtc, zipitz2'.

Sorry to be a nuisance, but what I meant that I wanted all commits in
the tegra pull req to succeed building if possible; with the added
disable cache commit, the branch succeeds, but not all of its
commits, which can hamper git bisects. Can the dcache disable patch
actually appear before Simon's LCD commit?

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


Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-11-03 Thread Albert ARIBAUD
Hi Tom,

On Mon, 29 Oct 2012 16:49:34 -0700, Tom Warren
twarren.nvi...@gmail.com wrote:

 Albert,
 
 Please pull u-boot-tegra/master into ARM/master. Thanks!
 
 checkpatch is clean, and ./MAKEALL -a arm is clean (except for
 previous failures not created by these patches). Note that the serial:
 patch from Allen is already in u-boot/master, but is needed to get
 u-boot-tegra binaries to work correctly.
 
 The following changes since commit f04821a8ca714459481bd9fd315af2b5f92d99a6:
   Albert ARIBAUD (1):
 Merge remote-tracking branch 'u-boot-imx/master'
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-tegra master
 
 Allen Martin (5):
   SPL: make jump_to_image_no_args a weak symbol
   tegra: move to common SPL framework
   tegra20: initialize variable to avoid compiler warning
   serial: remove calls to serial_assign()
   arm720t: add back common.h include
 
 Lucas Stach (2):
   tegra: add Colibri T20 board support
   tegra: nand: make ONFI detection work
 
 Marc Dietrich (1):
   tegra: move common features to a common makefile
 
 Stephen Warren (10):
   ARM: tegra: define CONFIG_SYS_BOOTMAPSZ
   ARM: tegra: use standard variables to define load addresses
   ARM: tegra: Harmony: enable ULPI USB port
   ARM: tegra: Seaboard: enable multiple USB ports
   ARM: tegra: Whistler: remove unused USB alias
   ARM: enhance u-boot.lds to detect over-sized SPL
   ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it
   ARM: tegra: select between Seaboard/Ventana at compile time
   ARM: tegra: don't request GPIO from Seaboard's SPL
   ARM: tegra: combine duplicate Makefile rules
 
  MAINTAINERS|4 +
  Makefile   |   15 ++--
  arch/arm/cpu/arm720t/interrupts.c  |2 +
  arch/arm/cpu/arm720t/tegra-common/spl.c|   91 
 +++-
  arch/arm/cpu/tegra20-common/emc.c  |2 +-
  arch/arm/cpu/u-boot.lds|4 +
  arch/arm/include/asm/arch-tegra20/spl.h|   28 ++
  board/avionic-design/medcom-wide/Makefile  |6 +-
  board/avionic-design/plutux/Makefile   |6 +-
  board/avionic-design/tec/Makefile  |6 +-
  board/compal/paz00/Makefile|6 +-
  board/compulab/trimslice/Makefile  |6 +-
  board/nvidia/common/Makefile   |4 +-
  board/nvidia/common/common.mk  |4 +
  board/nvidia/dts/tegra20-harmony.dts   |3 +-
  board/nvidia/dts/tegra20-whistler.dts  |5 +-
  board/nvidia/harmony/harmony.c |9 ++
  board/nvidia/seaboard/seaboard.c   |   18 +---
  .../colibri_t20-common/colibri_t20-common.c|   44 ++
  .../colibri_t20-common/colibri_t20-common.h|   16 
  board/toradex/colibri_t20_iris/Makefile|   40 +
  board/toradex/colibri_t20_iris/colibri_t20_iris.c  |   46 ++
  board/toradex/dts/tegra20-colibri_t20_iris.dts |   38 
  boards.cfg |1 +
  common/cmd_nvedit.c|3 -
  common/iomux.c |   10 --
  common/spl/spl.c   |8 +-
  drivers/mtd/nand/tegra_nand.c  |   36 
  include/configs/colibri_t20_iris.h |   83 ++
  include/configs/harmony.h  |3 +
  include/configs/seaboard.h |1 +
  include/configs/tegra-common-post.h|   32 ++-
  include/configs/tegra20-common.h   |   10 ++-
  33 files changed, 455 insertions(+), 135 deletions(-)
  create mode 100644 arch/arm/include/asm/arch-tegra20/spl.h
  create mode 100644 board/nvidia/common/common.mk
  create mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.c
  create mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.h
  create mode 100644 board/toradex/colibri_t20_iris/Makefile
  create mode 100644 board/toradex/colibri_t20_iris/colibri_t20_iris.c
  create mode 100644 board/toradex/dts/tegra20-colibri_t20_iris.dts
  create mode 100644 include/configs/colibri_t20_iris.h
 

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

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


[U-Boot] pull request for u-boot-tegra/master into ARM/master

2012-10-29 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM/master. Thanks!

checkpatch is clean, and ./MAKEALL -a arm is clean (except for
previous failures not created by these patches). Note that the serial:
patch from Allen is already in u-boot/master, but is needed to get
u-boot-tegra binaries to work correctly.

The following changes since commit f04821a8ca714459481bd9fd315af2b5f92d99a6:
  Albert ARIBAUD (1):
Merge remote-tracking branch 'u-boot-imx/master'

are available in the git repository at:

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

Allen Martin (5):
  SPL: make jump_to_image_no_args a weak symbol
  tegra: move to common SPL framework
  tegra20: initialize variable to avoid compiler warning
  serial: remove calls to serial_assign()
  arm720t: add back common.h include

Lucas Stach (2):
  tegra: add Colibri T20 board support
  tegra: nand: make ONFI detection work

Marc Dietrich (1):
  tegra: move common features to a common makefile

Stephen Warren (10):
  ARM: tegra: define CONFIG_SYS_BOOTMAPSZ
  ARM: tegra: use standard variables to define load addresses
  ARM: tegra: Harmony: enable ULPI USB port
  ARM: tegra: Seaboard: enable multiple USB ports
  ARM: tegra: Whistler: remove unused USB alias
  ARM: enhance u-boot.lds to detect over-sized SPL
  ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it
  ARM: tegra: select between Seaboard/Ventana at compile time
  ARM: tegra: don't request GPIO from Seaboard's SPL
  ARM: tegra: combine duplicate Makefile rules

 MAINTAINERS|4 +
 Makefile   |   15 ++--
 arch/arm/cpu/arm720t/interrupts.c  |2 +
 arch/arm/cpu/arm720t/tegra-common/spl.c|   91 +++-
 arch/arm/cpu/tegra20-common/emc.c  |2 +-
 arch/arm/cpu/u-boot.lds|4 +
 arch/arm/include/asm/arch-tegra20/spl.h|   28 ++
 board/avionic-design/medcom-wide/Makefile  |6 +-
 board/avionic-design/plutux/Makefile   |6 +-
 board/avionic-design/tec/Makefile  |6 +-
 board/compal/paz00/Makefile|6 +-
 board/compulab/trimslice/Makefile  |6 +-
 board/nvidia/common/Makefile   |4 +-
 board/nvidia/common/common.mk  |4 +
 board/nvidia/dts/tegra20-harmony.dts   |3 +-
 board/nvidia/dts/tegra20-whistler.dts  |5 +-
 board/nvidia/harmony/harmony.c |9 ++
 board/nvidia/seaboard/seaboard.c   |   18 +---
 .../colibri_t20-common/colibri_t20-common.c|   44 ++
 .../colibri_t20-common/colibri_t20-common.h|   16 
 board/toradex/colibri_t20_iris/Makefile|   40 +
 board/toradex/colibri_t20_iris/colibri_t20_iris.c  |   46 ++
 board/toradex/dts/tegra20-colibri_t20_iris.dts |   38 
 boards.cfg |1 +
 common/cmd_nvedit.c|3 -
 common/iomux.c |   10 --
 common/spl/spl.c   |8 +-
 drivers/mtd/nand/tegra_nand.c  |   36 
 include/configs/colibri_t20_iris.h |   83 ++
 include/configs/harmony.h  |3 +
 include/configs/seaboard.h |1 +
 include/configs/tegra-common-post.h|   32 ++-
 include/configs/tegra20-common.h   |   10 ++-
 33 files changed, 455 insertions(+), 135 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-tegra20/spl.h
 create mode 100644 board/nvidia/common/common.mk
 create mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.c
 create mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.h
 create mode 100644 board/toradex/colibri_t20_iris/Makefile
 create mode 100644 board/toradex/colibri_t20_iris/colibri_t20_iris.c
 create mode 100644 board/toradex/dts/tegra20-colibri_t20_iris.dts
 create mode 100644 include/configs/colibri_t20_iris.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request for u-boot-tegra/master into ARM master

2012-05-15 Thread Albert ARIBAUD

Le 14/05/2012 19:57, Tom Warren a écrit :

Albert,

Please pull u-boot-tegra/master into ARM master. Thanks!

(NOTE: './MAKEALL -c armv7' passes w/no new errors/warnings)

The following changes since commit 026251a5e825d61d3bcdf6dffcc27d15afd574f4:
   Donghwa Lee (1):
 EXYNOS: Change bits per pixel value proper for u-boot.

are available in the git repository at:

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


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

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


[U-Boot] pull request for u-boot-tegra/master into ARM master

2012-05-14 Thread Tom Warren
Albert,

Please pull u-boot-tegra/master into ARM master. Thanks!

(NOTE: './MAKEALL -c armv7' passes w/no new errors/warnings)

The following changes since commit 026251a5e825d61d3bcdf6dffcc27d15afd574f4:
  Donghwa Lee (1):
EXYNOS: Change bits per pixel value proper for u-boot.

are available in the git repository at:

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

Anton Staff (3):
  fdt: Add fdtdec functions to read byte array
  tegra: fdt: Add keyboard controller definition
  tegra: fdt: Add keyboard definitions for Seaboard

Bernie Thompson (1):
  input: Add support for keyboard matrix decoding from an fdt

Jimmy Zhang (3):
  tegra: Add EMC support for optimal memory timings
  tegra: Add PMU to manage power supplies
  tegra: Add EMC settings for Seaboard

Lucas Stach (1):
  tegra2: trivially enable 13 mhz crystal frequency

Rakesh Iyer (1):
  tegra: Add tegra keyboard driver

Simon Glass (19):
  fdt: Add function to locate an array in the device tree
  fdt: Add function to return next compatible subnode
  Add abs() macro to return absolute value
  i2c: Add TPS6586X driver
  tegra: Move ap20.h header into arch location
  tegra: Add functions to access low-level Osc/PLL details
  tegra: Add tegra_get_chip_type() to detect SKU
  tegra: Add header file for APB_MISC register
  tegra: Set up PMU for Nvidia boards
  tegra: Set up warmboot code on Nvidia boards
  fdt: tegra: Add EMC node to device tree
  tegra: i2c: Add function to find DVC bus
  tegra: fdt: Add EMC data for Tegra2 Seaboard
  tegra: Enable LP0 on Seaboard
  input: Add linux/input.h for key code support
  input: Add generic keyboard input handler
  tegra: Add keyboard support to funcmux
  tegra: Switch on console mux and use environment for console
  tegra: Enable keyboard for Seaboard

Wei Ni (1):
  tegra: Turn off power detect in board init

Yen Lin (5):
  Add AES crypto library
  tegra: Add crypto library for warmboot code
  tegra: Add flow, gp_padctl, fuse, sdram headers
  tegra: Add warmboot implementation
  tegra: Setup PMC scratch info from ap20 setup

 arch/arm/cpu/armv7/omap4/clocks.c  |2 -
 arch/arm/cpu/armv7/tegra2/Makefile |4 +
 arch/arm/cpu/armv7/tegra2/ap20.c   |   44 ++-
 arch/arm/cpu/armv7/tegra2/board.c  |4 +-
 arch/arm/cpu/armv7/tegra2/clock.c  |   37 ++-
 arch/arm/cpu/armv7/tegra2/crypto.c |  230 
 arch/arm/cpu/armv7/tegra2/crypto.h |   36 ++
 arch/arm/cpu/armv7/tegra2/emc.c|  286 ++
 arch/arm/cpu/armv7/tegra2/funcmux.c|   16 +
 arch/arm/cpu/armv7/tegra2/pmu.c|   70 +++
 arch/arm/cpu/armv7/tegra2/warmboot.c   |  386 +
 arch/arm/cpu/armv7/tegra2/warmboot_avp.c   |  250 
 arch/arm/cpu/armv7/tegra2/warmboot_avp.h   |   81 +++
 arch/arm/dts/tegra20.dtsi  |   11 +
 .../tegra2 = include/asm/arch-tegra2}/ap20.h  |7 +
 arch/arm/include/asm/arch-tegra2/apb_misc.h|   36 ++
 arch/arm/include/asm/arch-tegra2/clk_rst.h |3 +
 arch/arm/include/asm/arch-tegra2/clock.h   |   22 +
 arch/arm/include/asm/arch-tegra2/emc.h |  113 
 arch/arm/include/asm/arch-tegra2/flow.h|   36 ++
 arch/arm/include/asm/arch-tegra2/fuse.h|   39 ++
 arch/arm/include/asm/arch-tegra2/gp_padctrl.h  |   73 +++
 arch/arm/include/asm/arch-tegra2/pmu.h |   30 +
 arch/arm/include/asm/arch-tegra2/sdram_param.h |  148 +
 arch/arm/include/asm/arch-tegra2/tegra2.h  |   25 +
 arch/arm/include/asm/arch-tegra2/tegra_i2c.h   |7 +
 arch/arm/include/asm/arch-tegra2/warmboot.h|  150 +
 board/nvidia/common/Makefile   |1 +
 board/nvidia/common/board.c|   42 ++-
 board/nvidia/common/emc.c  |   53 ++
 board/nvidia/common/emc.h  |   29 +
 board/nvidia/dts/tegra2-seaboard.dts   |   64 +++
 drivers/bios_emulator/x86emu/prim_ops.c|5 -
 drivers/i2c/tegra_i2c.c|   14 +
 drivers/input/Makefile |3 +
 drivers/input/input.c  |  430 ++
 drivers/input/key_matrix.c |  208 +++
 drivers/input/tegra-kbc.c  |  375 
 drivers/power/Makefile |1 +
 drivers/power/tps6586x.c   |  280 +
 include/aes.h  |   70 +++
 include/common.h   |   25 +
 include/configs/seaboard.h |   16 +
 include/configs/tegra2-common.h|   26 +-