[U-Boot] [PATCH 3/7] Tegra30: Add common CPU (shared) files

2012-10-02 Thread Tom Warren
These files are used by both SPL and main U-Boot. Also made minor changes to shared Tegra code to support T30 differences. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/tegra-common/ap.c | 22 +- arch/arm/cpu/tegra-common/board.c | 25

[U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-02 Thread Tom Warren
These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/dts/tegra30.dtsi | 30 ++ board

[U-Boot] [PATCH 6/7] Tegra30: Add generic Tegra30 build support

2012-10-02 Thread Tom Warren
This patch adds basic Tegra30 (T30) build support - no specific board is targeted. Signed-off-by: Tom Warren twar...@nvidia.com --- Makefile|6 +++--- arch/arm/cpu/armv7/Makefile |2 +- arch/arm/cpu/armv7/start.S |4 ++-- board/nvidia/common/board.c | 26

[U-Boot] [PATCH 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-10-02 Thread Tom Warren
This build is stripped down. It boots to the command prompt. GPIO is the only peripheral supported. Others TBD. Signed-off-by: Tom Warren twar...@nvidia.com --- board/nvidia/{whistler = cardhu}/Makefile |4 ++ .../cpu/cpu.c = board/nvidia/cardhu/cardhu.c |8 ++-- boards.cfg

Re: [U-Boot] Tegra USB driver movement

2012-10-01 Thread Tom Warren
Lucas, On Sun, Sep 30, 2012 at 11:50 PM, Lucas Stach d...@lynxeye.de wrote: Also CC'ing Albert Am Montag, den 01.10.2012, 04:17 +0200 schrieb Marek Vasut: Dear Lucas Stach, Hi all, now that everything involving Colibri T20 is in pretty good shape I'm moving on to some code cleanups

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/29/2012 02:02 PM, Lucas Stach wrote: The prototypes used in board files were all scattered out, which lead to code duplication between SPL and normal U-Boot and some prototypes not actually being used.

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, Stephen, et al. On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren twarren.nvi...@gmail.com wrote: Lucas, On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/29/2012 02:02 PM, Lucas Stach wrote: The prototypes used in board files were all scattered out, which

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, On Mon, Oct 1, 2012 at 10:23 AM, Lucas Stach d...@lynxeye.de wrote: Hi Tom, Am Montag, den 01.10.2012, 10:12 -0700 schrieb Tom Warren: Lucas, Stephen, et al. On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren twarren.nvi...@gmail.com wrote: Lucas, On Mon, Oct 1, 2012 at 9:24 AM

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

2012-10-01 Thread Tom Warren
: Rename Medcom to Medcom-Wide Tom Warren (2): Tegra20: Move some code files to common directories for upcoming Tegra30 patches. Tegra20: Move some include files to arch-tegra for sharing with Tegra30 MAINTAINERS|2 +- Makefile

Re: [U-Boot] [PATCH resend 1/3] tegra20: complete periph_id enum

2012-09-27 Thread Tom Warren
Lucas, On Wed, Sep 26, 2012 at 9:19 AM, Tom Warren twar...@nvidia.com wrote: Lucas, -Original Message- From: Lucas Stach [mailto:d...@lynxeye.de] Sent: Tuesday, September 25, 2012 11:21 PM To: Tom Warren Cc: u-boot@lists.denx.de Subject: [PATCH resend 1/3] tegra20: complete

Re: [U-Boot] [PATCH] tegra: enable CONFIG_CMD_PART

2012-09-27 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Tuesday, September 25, 2012 4:32 PM To: Tom Warren Cc: u-boot@lists.denx.de; Stephen Warren Subject: [PATCH] tegra: enable CONFIG_CMD_PART From: Stephen Warren swar...@nvidia.com

Re: [U-Boot] [PATCH 1/2] Tegra20: Move some code files to common directories for upcoming Tegra30 patches.

2012-09-24 Thread Tom Warren
Stephen, On Mon, Sep 24, 2012 at 10:54 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/21/2012 02:42 PM, Tom Warren wrote: Move files that are going to be common between T20 and T30 into 'tegra-common' subdirs in AVP (arm720t), CPU (armv7), and shared (arch/arm/cpu/.) areas. Any files

Re: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-24 Thread Tom Warren
Stephen, On Mon, Sep 24, 2012 at 11:04 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/21/2012 02:42 PM, Tom Warren wrote: The move is pretty straight-forward. ap20.h and tegra20.h were renamed to ap.h and tegra.h. Some files remain in arch-tegra20 but 'include' a file in 'arch-tegra

[U-Boot] [PATCH 1/2] Tegra20: Move some code files to common directories for upcoming Tegra30 patches.

2012-09-21 Thread Tom Warren
minor changes. Include files (arch/arm/include/asm/arch-tegra/tegra20) will be done in a follow-on patch. Builds fine w/MAKEALL -s tegra20. Checkpatch.pl is clean. Signed-off-by: Tom Warren twar...@nvidia.com --- Makefile |2 ++ .../cpu/arm720t

[U-Boot] [PATCH 0/2] Move Tegra20 files to common subdirs, prep for T30

2012-09-21 Thread Tom Warren
tegra20 is OK, as is checkpatch.pl. Tom Warren (2): Tegra20: Move some code files to common directories for upcoming Tegra30 patches. Tegra20: Move some include files to arch-tegra for sharing with Tegra30 Makefile |2 + .../cpu/arm720t

[U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30

2012-09-21 Thread Tom Warren
. All boards build OK w/MAKEALL -s tegra20. Checkpatch.pl runs clean. Seaboard works OK. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/arm720t/tegra-common/spl.c| 12 +- arch/arm/cpu/arm720t/tegra20/cpu.c | 10 +- arch/arm/cpu/armv7/tegra-common

Re: [U-Boot] [PATCH v4 0/6] tegra: Add NAND flash support

2012-09-21 Thread Tom Warren
Simon, -Original Message- From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass Sent: Friday, September 07, 2012 2:33 PM To: Tom Warren Cc: U-Boot Mailing List; Stephen Warren; Scott Wood; Marek Vasut Subject: Re: [PATCH v4 0/6] tegra: Add NAND flash support Hi

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread Tom Warren
-Original Message- From: Tom Rini [mailto:tr...@ti.com] Sent: Wednesday, September 19, 2012 6:29 PM To: José Miguel Gonçalves Cc: Scott Wood; u-boot@lists.denx.de; ma...@denx.de; mk7.k...@samsung.com; Tom Warren Subject: Re: [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

Re: [U-Boot] [PATCH 1/2] tegra: Update Avionic Design vendor prefix

2012-09-20 Thread Tom Warren
Thierry, -Original Message- From: Thierry Reding [mailto:thierry.red...@avionic-design.de] Sent: Wednesday, September 19, 2012 3:37 AM To: Tom Warren Cc: u-boot@lists.denx.de Subject: [PATCH 1/2] tegra: Update Avionic Design vendor prefix This series (1 2) applied to u-boot-tegra

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread Tom Warren
Tom, -Original Message- From: Tom Rini [mailto:tr...@ti.com] Sent: Thursday, September 20, 2012 9:23 AM To: Tom Warren Cc: José Miguel Gonçalves; Scott Wood; u-boot@lists.denx.de; ma...@denx.de; mk7.k...@samsung.com Subject: Re: [PATCH v4 10/11] Add u-boot-pad.bin target

Re: [U-Boot] [PATCH 1/9] Tegra: T30: Add include files

2012-09-18 Thread Tom Warren
Simon, On Tue, Sep 18, 2012 at 12:29 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Thu, Sep 13, 2012 at 2:10 PM, Tom Warren twarren.nvi...@gmail.com wrote: Tom, On Thu, Sep 13, 2012 at 11:06 AM, Tom Rini tr...@ti.com wrote: On Wed, Sep 12, 2012 at 03:10:47PM -0700, Tom Warren wrote

Re: [U-Boot] [PATCH 2/9] Tegra: T30: Add AVP (arm720t) files

2012-09-18 Thread Tom Warren
Simon, On Tue, Sep 18, 2012 at 12:37 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren twarren.nvi...@gmail.com wrote: Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/arm720t/tegra30/Makefile | 48 +++ arch/arm/cpu/arm720t

Re: [U-Boot] [PATCH 7/9] Tegra30: Add config files (common and Cardhu)

2012-09-18 Thread Tom Warren
Simon, On Tue, Sep 18, 2012 at 12:46 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren twarren.nvi...@gmail.com wrote: Signed-off-by: Tom Warren twar...@nvidia.com --- include/configs/cardhu.h | 52 +++ include/configs/tegra30

Re: [U-Boot] [PATCH 8/9] Tegra30: Add common pinmux config in board_early_init_f

2012-09-18 Thread Tom Warren
Simon, On Tue, Sep 18, 2012 at 12:53 PM, Simon Glass s...@chromium.org wrote: Hi, On Thu, Sep 13, 2012 at 3:37 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/12/2012 04:10 PM, Tom Warren wrote: Signed-off-by: Tom Warren twar...@nvidia.com --- board/nvidia/common/board.c | 27

Re: [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00

2012-09-17 Thread Tom Warren
Marc, -Original Message- From: Marc Dietrich [mailto:marvi...@gmx.de] Sent: Sunday, September 16, 2012 9:17 AM To: Tom Warren Cc: Stephen Warren; u-boot@lists.denx.de Subject: Re: [PATCH 2/2] tegra: enable lp0 on paz00 Tom, On Monday 10 September 2012 12:32:00 Tom Warren wrote

Re: [U-Boot] [PATCH 9/9] Tegra30: Enable Cardhu build (SPL)

2012-09-13 Thread Tom Warren
Tom, On Thu, Sep 13, 2012 at 11:00 AM, Tom Rini tr...@ti.com wrote: On 09/12/2012 03:10 PM, Tom Warren wrote: This builds boots to the command prompt on a Cardhu (T30) board. This is a barebones binary - no I2C, USB, MMC, SPI, etc. Drivers for those peripherals to follow. Signed-off

Re: [U-Boot] [PATCH 3/9] Tegra: T30: Add CPU (armv7) files

2012-09-13 Thread Tom Warren
Stephen, On Thu, Sep 13, 2012 at 1:03 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/12/2012 04:10 PM, Tom Warren wrote: diff --git a/arch/arm/cpu/armv7/tegra30/cmd_enterrcm.c b/arch/arm/cpu/armv7/tegra30/cmd_enterrcm.c This whole file is definitely common with Tegra20. I'm going

Re: [U-Boot] [PATCH 1/9] Tegra: T30: Add include files

2012-09-13 Thread Tom Warren
Stephen, On Thu, Sep 13, 2012 at 12:35 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/12/2012 04:10 PM, Tom Warren wrote: Signed-off-by: Tom Warren twar...@nvidia.com Hmm. This is rather large to review, but I tried to at least glance through it all and spot obvious issues... diff

Re: [U-Boot] [PATCH 2/9] Tegra: T30: Add AVP (arm720t) files

2012-09-13 Thread Tom Warren
Stephen, On Thu, Sep 13, 2012 at 1:02 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/12/2012 04:10 PM, Tom Warren wrote: Patch descriptions would be nice. Sure, sorry. Not sure how much more info I can add beyond what's in the commit msg, though, at least for this patch. diff --git

Re: [U-Boot] [PATCH 1/9] Tegra: T30: Add include files

2012-09-13 Thread Tom Warren
Tom, On Thu, Sep 13, 2012 at 11:06 AM, Tom Rini tr...@ti.com wrote: On Wed, Sep 12, 2012 at 03:10:47PM -0700, Tom Warren wrote: Signed-off-by: Tom Warren twar...@nvidia.com A few things: - I see some #define FOO[space][space]val that should be [tab] Probably copied over from Tegra20 files

Re: [U-Boot] [PATCH 3/9] Tegra: T30: Add CPU (armv7) files

2012-09-13 Thread Tom Warren
Tom, On Thu, Sep 13, 2012 at 1:33 PM, Tom Rini tr...@ti.com wrote: On 09/13/2012 01:30 PM, Stephen Warren wrote: On 09/13/2012 02:16 PM, Tom Warren wrote: Stephen, On Thu, Sep 13, 2012 at 1:03 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/12/2012 04:10 PM, Tom Warren wrote: diff

Re: [U-Boot] [PATCH 0/9] Add basic Tegra30 (T30) support

2012-09-13 Thread Tom Warren
Tom, On Thu, Sep 13, 2012 at 2:04 PM, Tom Rini tr...@ti.com wrote: On Wed, Sep 12, 2012 at 03:10:46PM -0700, Tom Warren wrote: This patch series adds basic (boot to cmd prompt) support for Tegra30. This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI boot proc) first

Re: [U-Boot] [PATCH 2/9] Tegra: T30: Add AVP (arm720t) files

2012-09-13 Thread Tom Warren
Lucas, On Thu, Sep 13, 2012 at 2:47 PM, Lucas Stach d...@lynxeye.de wrote: Hi Tom, Am Donnerstag, den 13.09.2012, 14:00 -0700 schrieb Tom Warren: [...] diff --git a/arch/arm/cpu/arm720t/tegra30/spl.c b/arch/arm/cpu/arm720t/tegra30/spl.c +void board_init_f(ulong dummy

Re: [U-Boot] [PATCH 3/9] Tegra: T30: Add CPU (armv7) files

2012-09-13 Thread Tom Warren
Tom, On Thu, Sep 13, 2012 at 3:04 PM, Tom Rini tr...@ti.com wrote: On Thu, Sep 13, 2012 at 02:21:54PM -0700, Tom Warren wrote: Tom, On Thu, Sep 13, 2012 at 1:33 PM, Tom Rini tr...@ti.com wrote: On 09/13/2012 01:30 PM, Stephen Warren wrote: On 09/13/2012 02:16 PM, Tom Warren wrote

[U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-12 Thread Tom Warren
Folks, Stephen Warren has posted an internal bug regarding the cache alignment 'warnings' seen on Tegra20 boards when accessing MMC. Here's the gist: Executing mmc dev 0 still yields cache warnings: Tegra20 (Harmony) # mmc dev 0 ERROR: v7_dcache_inval_range- stop address is not aligned-

[U-Boot] [PATCH 0/9] Add basic Tegra30 (T30) support

2012-09-12 Thread Tom Warren
/drivers for MMC, USB, I2C, SPI, NAND, and other peripherals. The Cardhu T30 board is supported initially. Tom Warren (9): Tegra: T30: Add include files Tegra: T30: Add AVP (arm720t) files Tegra: T30: Add CPU (armv7) files Tegra: T30: Add common Tegra30 CPU files Tegra: DT: Add preliminary

[U-Boot] [PATCH 2/9] Tegra: T30: Add AVP (arm720t) files

2012-09-12 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/arm720t/tegra30/Makefile | 48 +++ arch/arm/cpu/arm720t/tegra30/board.h | 25 ++ arch/arm/cpu/arm720t/tegra30/config.mk | 26 ++ arch/arm/cpu/arm720t/tegra30/cpu.c | 570 arch/arm/cpu

[U-Boot] [PATCH 3/9] Tegra: T30: Add CPU (armv7) files

2012-09-12 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/armv7/tegra30/Makefile | 48 + arch/arm/cpu/armv7/tegra30/cmd_enterrcm.c | 65 + arch/arm/cpu/armv7/tegra30/config.mk | 26 +++ 3 files changed, 139 insertions

[U-Boot] [PATCH 5/9] Tegra: DT: Add preliminary device tree files for T30 Cardhu

2012-09-12 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/dts/tegra30.dtsi | 280 +++ board/nvidia/dts/tegra30-cardhu.dts | 92 2 files changed, 372 insertions(+), 0 deletions(-) create mode 100644 arch/arm/dts/tegra30.dtsi create mode

[U-Boot] [PATCH 6/9] Tegra30: Add Cardhu board files

2012-09-12 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- board/nvidia/cardhu/Makefile | 48 board/nvidia/cardhu/cardhu.c | 87 +++ board/nvidia/cardhu/pinmux-config-common.h | 346 3 files changed, 481 insertions(+), 0 deletions

[U-Boot] [PATCH 8/9] Tegra30: Add common pinmux config in board_early_init_f

2012-09-12 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- board/nvidia/common/board.c | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index afe832a..4a86c30 100644 --- a/board/nvidia/common

[U-Boot] [PATCH 9/9] Tegra30: Enable Cardhu build (SPL)

2012-09-12 Thread Tom Warren
This builds boots to the command prompt on a Cardhu (T30) board. This is a barebones binary - no I2C, USB, MMC, SPI, etc. Drivers for those peripherals to follow. Signed-off-by: Tom Warren twar...@nvidia.com --- Makefile| 23 +++ arch/arm/cpu/armv7

[U-Boot] [PATCH 7/9] Tegra30: Add config files (common and Cardhu)

2012-09-12 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- include/configs/cardhu.h | 52 +++ include/configs/tegra30-common.h | 188 ++ 2 files changed, 240 insertions(+), 0 deletions(-) create mode 100644 include/configs/cardhu.h create mode 100644

[U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Tom Warren
With Simon Glass's include/nand.h alignment changes, some mxs builds were generating errors. Fix is to ensure asm/cache.h is included before linux/mtd/nand.h. Moving common.h to top of include list does that. Signed-off-by: Tom Warren twar...@nvidia.com --- drivers/mtd/nand/mxs_nand.c |2

Re: [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00

2012-09-10 Thread Tom Warren
Marc, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Monday, September 10, 2012 12:08 PM To: Marc Dietrich Cc: u-boot@lists.denx.de; Tom Warren Subject: Re: [PATCH 2/2] tegra: enable lp0 on paz00 On 09/10/2012 12:51 PM, Marc Dietrich wrote

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Tom Warren
Marek/Simon, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, September 10, 2012 9:19 AM To: Tom Warren; s...@chromium.org Cc: u-boot@lists.denx.de; scottw...@freescale.com; Tom Warren; sba...@denx.de Subject: Re: [PATCH] NAND: MXS: include common.h first

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

2012-09-10 Thread Tom Warren
NAND on TEC Tom Warren (2): Tegra: Change Tegra20 to Tegra in common code, prep for T30 NAND: MXS: include common.h first so cache.h is included in correct order arch/arm/cpu/arm720t/tegra20/cpu.c |8 +- arch/arm/cpu/armv7/tegra20/cmd_enterrcm.c |2

Re: [U-Boot] [PATCH] Tegra: Change Tegra20 to Tegra in common code, prep for T30

2012-09-07 Thread Tom Warren
Stephen, On Thu, Sep 6, 2012 at 7:49 PM, Stephen Warren swar...@nvidia.com wrote: On 09/06/2012 03:27 PM, Tom Warren wrote: Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate. Convert tegra20_ source file and function names to tegra_, also. Upcoming Tegra30 port will use

Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-09-07 Thread Tom Warren
Simon, -Original Message- From: Simon Glass [mailto:s...@chromium.org] Sent: Sunday, July 29, 2012 11:53 PM To: U-Boot Mailing List Cc: Tom Warren; Stephen Warren; Scott Wood; Simon Glass Subject: [PATCH v4 1/6] nand: Try to align the default buffers The NAND layer needs to use

Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-09-07 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Friday, September 07, 2012 11:43 AM To: u-boot@lists.denx.de Cc: Tom Warren; Simon Glass; Scott Wood Subject: Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers Dear Tom Warren, Simon

Re: [U-Boot] [PATCH v4 0/6] tegra: Add NAND flash support

2012-09-07 Thread Tom Warren
Simon, -Original Message- From: Simon Glass [mailto:s...@chromium.org] Sent: Sunday, July 29, 2012 11:53 PM To: U-Boot Mailing List Cc: Tom Warren; Stephen Warren; Scott Wood; Simon Glass Subject: [PATCH v4 0/6] tegra: Add NAND flash support This series adds NAND flash support

Re: [U-Boot] [PATCH 1/2] ARM: tegra: remove redundant mkdirs from board Makefiles

2012-09-07 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, August 03, 2012 9:55 AM To: Tom Warren Cc: Allen Martin; Thierry Reding; Simon Glass; U-Boot Mailing List; Stephen Warren Subject: [PATCH 1/2] ARM: tegra: remove redundant mkdirs from

Re: [U-Boot] [PATCH 3/3] tegra: put eMMC environment into the boot sectors

2012-09-07 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Monday, July 30, 2012 1:56 PM To: Tom Warren; Andy Fleming Cc: U-Boot Mailing List; Stephen Warren Subject: [PATCH 3/3] tegra: put eMMC environment into the boot sectors From: Stephen Warren

Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-09-07 Thread Tom Warren
Thierry, On Mon, Jul 30, 2012 at 11:21 PM, Thierry Reding thierry.red...@avionic-design.de wrote: In order for cache invalidation and flushing to work properly, the data and OOB buffers must be aligned to full cache lines. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de This

[U-Boot] [PATCH] Tegra: Change Tegra20 to Tegra in common code, prep for T30

2012-09-06 Thread Tom Warren
Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate. Convert tegra20_ source file and function names to tegra_, also. Upcoming Tegra30 port will use common code/defines/names where possible. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/arm720t/tegra20/cpu.c

Re: [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-09-05 Thread Tom Warren
Igor/Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Wednesday, September 05, 2012 1:52 AM To: Igor Grinberg Cc: Lucas Stach; u-boot@lists.denx.de; Stephen Warren; Tom Warren Subject: Re: [PATCH v2 4/5] usb: ulpi: add indicator configuration function Dear

Re: [U-Boot] [PATCH v10 00/16] split tegra20 arm7 code into separate SPL

2012-08-30 Thread Tom Warren
Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Thursday, August 30, 2012 1:41 AM To: Tom Warren Cc: Lucas Stach; Allen Martin; swar...@wwwdotorg.org; s...@chromium.org; thierry.red...@avionic-design.de; u-boot@lists.denx.de Subject: Re

Re: [U-Boot] [PATCH v10 00/16] split tegra20 arm7 code into separate SPL

2012-08-29 Thread Tom Warren
Allen/Albert, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Tuesday, August 28, 2012 5:08 PM To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; thierry.red...@avionic-design.de; d...@lynxeye.de Cc: u-boot@lists.denx.de; Allen Martin Subject: [PATCH

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

2012-08-17 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into ARM/master. Please ignore previous pull requests for these patches (Tegra20 SPL from Allen Martin), as some additional work was needed to make them viable for all compilers chips. Also, I've included Tom Rini's latest 2 lowlevel_init fixes, as

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

2012-08-07 Thread Tom Warren
Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Monday, August 06, 2012 11:53 PM To: Allen Martin Cc: Tom Warren; Tom Warren; si...@theia.denx.de; u-boot@lists.denx.de; Stephen Warren Subject: Re: [U-Boot] pull request for u-boot-tegra

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

2012-08-07 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into ARM master. I've rebased to your current TOT and slipstreamed in the mkconfig fix. Thanks! The following changes since commit 8abcd8ab962cd5fb2a4c025e7c7b62a9faf4aa08: Laurence Withers (1): DaVinci DA8xx: fix set_cpu_clk_info() are

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

2012-08-06 Thread Tom Warren
Albert, On Sun, Aug 5, 2012 at 12:46 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Tom, On Fri, 3 Aug 2012 16:35:40 -0700, Tom Warren twarren.nvi...@gmail.com wrote: Albert, Has this been pulled into ARM master? I don't think I saw a response from you, but I might have missed

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

2012-08-06 Thread Tom Warren
Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Sunday, August 05, 2012 1:01 PM To: Albert ARIBAUD Cc: Tom Warren; si...@theia.denx.de; u-boot@lists.denx.de; Stephen Warren; Tom Warren Subject: Re: [U-Boot] pull request for u-boot-tegra

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

2012-08-03 Thread Tom Warren
Albert, Has this been pulled into ARM master? I don't think I saw a response from you, but I might have missed it. Thanks, Tom On Mon, Jul 30, 2012 at 1:07 PM, Tom Warren twarren.nvi...@gmail.com wrote: Albert, Please pull u-boot-tegra/master into ARM master. Thanks! The following changes

Re: [U-Boot] [PATCH 2/2] ARM: tegra: fix Ventana standalone build

2012-08-03 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, August 03, 2012 9:55 AM To: Tom Warren Cc: Allen Martin; Thierry Reding; Simon Glass; U-Boot Mailing List; Stephen Warren Subject: [PATCH 2/2] ARM: tegra: fix Ventana standalone build

Re: [U-Boot] [PATCH] tegra: harmony: fix comments for environment config options

2012-07-31 Thread Tom Warren
Stephen/Thierry, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Tuesday, July 31, 2012 8:47 AM To: Tom Warren Cc: Thierry Reding; U-Boot Mailing List; Stephen Warren Subject: [PATCH] tegra: harmony: fix comments for environment config options From

Re: [U-Boot] [PATCH v4 0/6] tegra: Add NAND flash support

2012-07-30 Thread Tom Warren
Simon, -Original Message- From: Simon Glass [mailto:s...@chromium.org] Sent: Sunday, July 29, 2012 11:53 PM To: U-Boot Mailing List Cc: Tom Warren; Stephen Warren; Scott Wood; Simon Glass Subject: [PATCH v4 0/6] tegra: Add NAND flash support This series adds NAND flash support

Re: [U-Boot] [PATCH v4 0/6] tegra: Add NAND flash support

2012-07-30 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Monday, July 30, 2012 10:34 AM To: Simon Glass Cc: U-Boot Mailing List; Tom Warren; Scott Wood Subject: Re: [PATCH v4 0/6] tegra: Add NAND flash support On 07/30/2012 12:53 AM, Simon Glass wrote

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

2012-07-30 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into ARM master. Thanks! The following changes since commit f8f09dd40423b7f9ea0f0b810a8f5da9cd580a17: Benoît Thébaudeau (1): ARM1136: Fix cache range checks are available in the git repository at: git://git.denx.de/u-boot-tegra master Allen

Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, July 23, 2012 11:24 PM To: Simon Glass Cc: u-boot@lists.denx.de; u-boot...@lists.denx.de; Tom Warren; Wolfgang Denk; Albert Aribaud Subject: Re: [PATCH 08/10] dm: tegra: Staticize local functions

Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Tuesday, July 24, 2012 12:43 PM To: Tom Warren Cc: Simon Glass; u-boot@lists.denx.de; u-boot...@lists.denx.de; Wolfgang Denk; Albert Aribaud Subject: Re: [PATCH 08/10] dm: tegra: Staticize local functions

Re: [U-Boot] [PATCH v7 00/15] split tegra20 arm7 code into separate SPL

2012-07-23 Thread Tom Warren
, July 19, 2012 1:09 PM To: Tom Warren Cc: Allen Martin; swar...@wwwdotorg.org; thierry.red...@avionic-design.de; u-boot@lists.denx.de; Igor Grinberg; Konstantin Sinyuk Subject: Re: [PATCH v7 00/15] split tegra20 arm7 code into separate SPL Hi Tom / Allen, On Thu, Jul 19, 2012 at 4:37 PM

Re: [U-Boot] [PATCH v7 00/15] split tegra20 arm7 code into separate SPL

2012-07-19 Thread Tom Warren
Allen, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Wednesday, July 18, 2012 5:02 PM To: Tom Warren Cc: swar...@wwwdotorg.org; s...@chromium.org; thierry.reding@avionic- design.de; u-boot@lists.denx.de Subject: Re: [PATCH v7 00/15] split tegra20 arm7 code

Re: [U-Boot] [PATCH v7 00/15] split tegra20 arm7 code into separate SPL

2012-07-17 Thread Tom Warren
Allen, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Monday, July 16, 2012 4:02 PM To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; thierry.red...@avionic-design.de Cc: u-boot@lists.denx.de; Allen Martin Subject: [PATCH v7 00/15] split tegra20

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

2012-07-09 Thread Tom Warren
() on Tamonten tegra: Use SD write-protect GPIO on Tamonten tegra: Add Tamonten Evaluation Carrier support Tom Warren (1): tegra: fix leftover CONFIG_TEGRA2_MMC _SPI build switches MAINTAINERS|1 + README | 14

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-07-02 Thread Tom Warren
Wolfgang, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Monday, June 25, 2012 3:55 PM To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; thierry.red...@avionic-design.de Cc: u-boot@lists.denx.de Subject: [PATCH v5 00/13] split tegra20 arm7 code

Re: [U-Boot] [PATCH 1/3] tegra: add GMC/GMD funcmux entry for SFLASH

2012-06-27 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Tuesday, June 12, 2012 11:34 AM To: Tom Warren Cc: u-boot@lists.denx.de; Stephen Warren Subject: [PATCH 1/3] tegra: add GMC/GMD funcmux entry for SFLASH This series (3 patches) has been applied

Re: [U-Boot] [PATCH v5 1/1] tegra: usb: Fix device enumeration problem of USB1

2012-06-27 Thread Tom Warren
Jim, -Original Message- From: Jim Lin Sent: Sunday, June 24, 2012 11:41 PM To: 'u-boot@lists.denx.de' Cc: Tom Warren; Marek Vasut; 'Stephen Warren' Subject: [PATCH v5 1/1] tegra: usb: Fix device enumeration problem of USB1 This patch has been applied to u-boot-tegra/master. Thanks

Re: [U-Boot] [PATCH 1/3] BOOT: Fix unused variable issue when enabling bootz support

2012-06-27 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Wednesday, June 13, 2012 12:55 PM To: Tom Warren Cc: u-boot@lists.denx.de; Stephen Warren; Marek Vasut; Wolfgang Denk Subject: [PATCH 1/3] BOOT: Fix unused variable issue when enabling bootz

Re: [U-Boot] [PATCH v2 0/19] tegra: Add display driver and LCD support for Seaboard

2012-06-25 Thread Tom Warren
Simon, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Wednesday, June 13, 2012 3:58 PM To: Simon Glass Cc: U-Boot Mailing List; Tom Warren Subject: Re: [PATCH v2 0/19] tegra: Add display driver and LCD support for Seaboard On 06/13/2012 10:19 AM

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-06-25 Thread Tom Warren
Allen, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Monday, June 25, 2012 4:21 PM To: Stephen Warren Cc: Tom Warren; s...@chromium.org; thierry.red...@avionic-design.de; u- b...@lists.denx.de Subject: Re: [PATCH v5 00/13] split tegra20 arm7 code

Re: [U-Boot] [PATCH v5 1/1] tegra: usb: Fix device enumeration problem of USB1

2012-06-25 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: Monday, June 25, 2012 4:48 PM To: Stephen Warren Cc: Jim Lin; 'u-boot@lists.denx.de'; Tom Warren Subject: Re: [PATCH v5 1/1] tegra: usb: Fix device enumeration problem of USB1 Dear Stephen Warren

Re: [U-Boot] [PATCH v3 07/14] ARM: add tegra20 support to arm720t

2012-06-08 Thread Tom Warren
-Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Friday, June 08, 2012 2:16 PM To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; thierry.red...@avionic-design.de Cc: u-boot@lists.denx.de; Allen Martin Subject: [PATCH v3 07/14] ARM: add tegra20

Re: [U-Boot] [PATCH v3 01/14] tegra20: rename tegra2 - tegra20

2012-06-08 Thread Tom Warren
Allen, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Friday, June 08, 2012 2:16 PM To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; thierry.red...@avionic-design.de Cc: u-boot@lists.denx.de; Allen Martin Subject: [PATCH v3 01/14] tegra20: rename

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

2012-06-07 Thread Tom Warren
Albert, On Thu, May 31, 2012 at 9:47 AM, Tom Warren twarren.nvi...@gmail.com wrote: Albert, Please pull u-boot-tegra/master into ARM master. Thanks! Haven't seen a reply, so repinging you. Thanks, Tom The following changes since commit 2ca4a209a5b961ad1be8782c68dabe326d77dfaf:  SRICHARAN

Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-06 Thread Tom Warren
Allen, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Wednesday, June 06, 2012 12:37 PM To: Stephen Warren Cc: Tom Warren; s...@chromium.org; u-boot@lists.denx.de Subject: Re: [PATCH v2 08/10] tegra20: add u-boot.t2 target On Wed, Jun 06, 2012 at 09:48

Re: [U-Boot] [PATCH v2 0/10] split tegra20 arm7 code into separate SPL

2012-06-05 Thread Tom Warren
Allen, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Tuesday, June 05, 2012 2:20 PM To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org Cc: u-boot@lists.denx.de Subject: [PATCH v2 0/10] split tegra20 arm7 code into separate SPL This patch series

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-06-04 Thread Tom Warren
Thierry, -Original Message- From: Thierry Reding [mailto:thierry.red...@avionic-design.de] Sent: Sunday, June 03, 2012 11:09 PM To: Tom Warren Cc: Stephen Warren; u-boot@lists.denx.de; Simon Glass Subject: Re: [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup * PGP

Re: [U-Boot] [PATCH] tegra: override compiler flags for low level init code

2012-06-04 Thread Tom Warren
Allen, -Original Message- From: Allen Martin [mailto:amar...@nvidia.com] Sent: Monday, June 04, 2012 11:06 AM To: Stephen Warren Cc: Tom Warren; vap...@gentoo.org; w...@denx.de; u-boot@lists.denx.de Subject: Re: [PATCH] tegra: override compiler flags for low level init code

[U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch

2012-06-01 Thread Tom Warren
Some boards came in after my tegra2_mmc.* - tegra_mmc.* change, and didn't change CONFIG_TEGRA2_MMC to CONFIG_TEGRA_MMC. Signed-off-by: Tom Warren twar...@nvidia.com --- board/avionic-design/common/tamonten.c |4 ++-- board/compal/paz00/paz00.c |4 ++-- board/compulab

Re: [U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch

2012-06-01 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, June 01, 2012 10:49 AM To: Tom Warren Cc: u-boot@lists.denx.de; Tom Warren Subject: Re: [U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch On 06/01

[U-Boot] [PATCH V2] tegra: fix leftover CONFIG_TEGRA2_MMC _SPI build switches

2012-06-01 Thread Tom Warren
Missed some boards with my in after my tegra2_mmc.* - tegra_mmc.* change, and one instance fo CONFIG_TEGRA2_SPI. MAKEALL -s tegra2 AOK, Seaboard MMC AOK. Didn't test Tamonten, Paz00 or TrimSlice, as I have none here. Signed-off-by: Tom Warren twar...@nvidia.com --- board/avionic-design/common

Re: [U-Boot] [PATCH V2] tegra: Compulab TrimSlice board support

2012-05-31 Thread Tom Warren
Igor, -Original Message- From: Igor Grinberg [mailto:grinb...@compulab.co.il] Sent: Thursday, May 31, 2012 1:45 AM To: Stephen Warren Cc: Konstantin Sinyuk; Tom Warren; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH V2] tegra: Compulab TrimSlice board support On 05/30/12 19:22

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

2012-05-31 Thread Tom Warren
tegra: paz00: store environment in eMMC tegra: seaboard: disable SPI, move environment to eMMC tegra: trimslice: fix a couple typos Tom Warren (6): spi: Tegra2: Seaboard: fix UART corruption during SPI transactions spi: Tegra2: Seaboard: enable SPI/UART corruption fix

Re: [U-Boot] [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup

2012-05-31 Thread Tom Warren
Thierry, -Original Message- From: Thierry Reding [mailto:thierry.red...@avionic-design.de] Sent: Friday, May 25, 2012 11:00 AM To: Stephen Warren Cc: u-boot@lists.denx.de; Tom Warren; Simon Glass Subject: Re: [PATCH v2 4/7] tegra: Allow boards to perform early GPIO setup * PGP

Re: [U-Boot] [PATCH 1/3] tegra: add a method to query RAM size from hardware

2012-05-30 Thread Tom Warren
On Tue, May 29, 2012 at 4:47 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 05/29/2012 05:19 PM, Tom Warren wrote: On Tue, May 29, 2012 at 3:12 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 05/29/2012 03:47 PM, Lucas Stach wrote: The RAM configuration is set by the bootrom to values

[U-Boot] [PATCH] arm: Tegra: Use ODMDATA from BCT in IRAM

2012-05-30 Thread Tom Warren
will have to specify the odmdata (nvflash --odmdata n) on the command line or via a cfg file, or built in to their BCT. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/armv7/tegra2/ap20.c | 22 +- arch/arm/include/asm/arch-tegra2/tegra2.h |4

Re: [U-Boot] [PATCH 1/3] tegra: add a method to query RAM size from hardware

2012-05-29 Thread Tom Warren
On Tue, May 29, 2012 at 3:12 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 05/29/2012 03:47 PM, Lucas Stach wrote: The RAM configuration is set by the bootrom to values specified by the BCT. To query the available RAM size of a board we can easily read back those values instead of using

Re: [U-Boot] [PATCH 3/3] tegra: usb: fix wrong error check

2012-05-29 Thread Tom Warren
Lucas, On Tue, May 29, 2012 at 3:18 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 05/29/2012 03:47 PM, Lucas Stach wrote: Just stumbled upon this, while looking through the usb code. loop_count runs down from 1, so the correct condition to error out is ==0. The code change is

[U-Boot] [PATCH] spi: tegra2: rename tegra2_spi.* to tegra_spi.*

2012-05-22 Thread Tom Warren
In anticipation of Tegra3 support, start removing/renaming Tegra2-specific files. No functional changes (yet). Also updated copyright to 2012. Signed-off-by: Tom Warren twar...@nvidia.com --- .../asm/arch-tegra2/{tegra2_spi.h = tegra_spi.h} |9 - board/nvidia/common/uart-spi

<    3   4   5   6   7   8   9   10   11   >