[U-Boot] [PATCH V3 2/6] Tegra: Rework KConfig options to allow 64-bit builds (T210)

2015-07-24 Thread Tom Warren
Moved Tegra config options to mach-tegra/Kconfig so that both 32-bit and 64-bit builds can co-exist for Tegra SoCs. T210 will be 64-bit only (no SPL) and will require a 32-bit AVP/BPMP loader. Signed-off-by: Tom Warren --- Changes in V3: - used common ARMV7 Kconfig option for 32-bit T210 Tegra

[U-Boot] [PATCH V3 6/6] T210: Add support for 64-bit T210-based P2571 board

2015-07-24 Thread Tom Warren
Based on Venice2, incorporates Stephen Warren's latest P2571 pinmux table. With Thierry Reding's 64-bit build fixes, this will build and and boot in 64-bit on my P2571 (when used with a 32-bit AVP loader). Signed-off-by: Tom Warren --- Changes in V3: - fix COUNTER_FREQUENCY to match

[U-Boot] [PATCH V3 3/6] ARM: Tegra210: Add SoC code/include files for T210

2015-07-24 Thread Tom Warren
All based off of Tegra124. As a Tegra210 board is brought up, these may change a bit to match the HW more closely, but probably 90% of this is identical to T124. Note that since T210 is a 64-bit build, it has no SPL component, and hence no cpu.c for Tegra210. Signed-off-by: Tom Warren

[U-Boot] [PATCH V3 4/6] ARM: Tegra210: Add support to common Tegra source/config files

2015-07-24 Thread Tom Warren
Derived from Tegra124, modified as appropriate during T210 board bringup. Cleaned up debug statements to conserve string space, too. This also adds misc 64-bit changes from Thierry Reding/Stephen Warren. Signed-off-by: Tom Warren Signed-off-by: Thierry Reding Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH V3 3/6] ARM: Tegra210: Add SoC code/include files for T210

2015-07-27 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, July 27, 2015 10:53 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V3 3/6] A

Re: [U-Boot] [PATCH V3 4/6] ARM: Tegra210: Add support to common Tegra source/config files

2015-07-27 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, July 27, 2015 10:55 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V3 4/

Re: [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support

2015-07-27 Thread Tom Warren
Thanks, Stephen! > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, July 27, 2015 11:01 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V

Re: [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support

2015-07-27 Thread Tom Warren
TomR/Albert, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, July 27, 2015 11:01 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V

Re: [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support

2015-07-27 Thread Tom Warren
hey're good to go? I guess I can say that I've 'tested' them, but I'd really like someone besides myself to approve them. Tom -- nvpublic > -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Monday, July 27, 2015 3:08 PM > To: Tom W

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

2015-07-28 Thread Tom Warren
page table creation fdt: Fix fdtdec_get_addr_size() for 64-bit ARM: tegra: Restrict usable RAM to 32-bit on 64-bit SoCs ARM: tegra: Use standard cache enable for 64-bit ARM: tegra: Disable SPL and non-cached memory on 64-bit Tom Warren (6): Tegra210: Fix 64-bit build war

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

2015-07-28 Thread Tom Warren
Yep, saw Thierry's update after I sent the PR. I'll rework it, test and resend. Thanks. On Tue, Jul 28, 2015 at 8:51 AM, Stephen Warren wrote: > On 07/28/2015 09:31 AM, Tom Warren wrote: > >> Tom, >> >> Please pull u-boot-tegra/master into U-Boot/master.

[U-Boot] Pull request: u-boot-tegra/master, 2nd try

2015-07-28 Thread Tom Warren
ARM: tegra: Use architected timer on ARMv8 Tom Warren (6): Tegra210: Fix 64-bit build warning about save_boot_params_ret() Tegra: Rework KConfig options to allow 64-bit builds (T210) ARM: Tegra210: Add SoC code/include files for T210 ARM: Tegra210: Add support to common Tegra sour

Re: [U-Boot] [PATCH V3 6/6] T210: Add support for 64-bit T210-based P2571 board

2015-07-28 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, July 28, 2015 12:27 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V3 6/6] T210: A

Re: [U-Boot] [PATCH V3 6/6] T210: Add support for 64-bit T210-based P2571 board

2015-07-29 Thread Tom Warren
> -Original Message- > From: Thierry Reding > Sent: Wednesday, July 29, 2015 4:08 AM > To: Stephen Warren > Cc: Tom Warren; u-boot@lists.denx.de; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V3 6/6] T210: Add support for 64-bit T210-based

[U-Boot] [PATCH] T210: P2571: Enable SD-card power via PMIC LDO2

2015-07-29 Thread Tom Warren
This was done in the 32-bit AVP loader (SPL) but is board-specific so should be moved to the CPU portion. Signed-off-by: Tom Warren --- board/nvidia/p2571/Makefile| 1 - board/nvidia/p2571/max77620_init.c | 85 -- board/nvidia/p2571/max77620_init.h

[U-Boot] [PATCH] T210: P2571: Restore USB gadget mode (ums)

2015-07-29 Thread Tom Warren
The tegra-common-usb-gadget.h include was causing some build problems in ci_udc.c with a 64-bit gcc in an earlier version of the T210 patches, but it is working fine now, so restore it. Signed-off-by: Tom Warren --- include/configs/p2571.h | 1 + 1 file changed, 1 insertion(+) diff --git a

[U-Boot] [PATCH] T210: P2571: Turn CPU fan on

2015-07-29 Thread Tom Warren
CPU board (E2530) has a fan - turn it on via GPIO to keep the SoC cool. Signed-off-by: Tom Warren --- arch/arm/mach-tegra/board2.c | 3 +++ board/nvidia/p2571/p2571.c | 12 2 files changed, 15 insertions(+) diff --git a/arch/arm/mach-tegra/board2.c b/arch/arm/mach-tegra/board2

[U-Boot] [PATCH] Tegra: Allow TZ writes to VPR aperature regs

2015-07-29 Thread Tom Warren
VPR (Video Protect Region) may be reconfigured from secure code in the kernel/OS. Set the ALLOW_TZ_WRITE_ACCESS bit in REG_CTRL to allow this. Also used common CONFIG option (CONFIG_LOCK_VPR) in T124/T210 builds to enable VPR setup. Signed-off-by: Tom Warren --- arch/arm/include/asm/arch

Re: [U-Boot] [PATCH 2/2] ARM: tegra: Add p2371-0000 board

2015-07-29 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, July 29, 2015 12:49 PM > To: u-boot@lists.denx.de; Simon Glass; Tom Warren; Stephen Warren > Cc: Thierry Reding > Subject: [PATCH 2/2] ARM: tegra: Add p2371- board

[U-Boot] [PATCH 1/2] Tegra: clocks: Add 38.4MHz OSC support for T210 use

2015-07-29 Thread Tom Warren
T210 OSC freqs. Since there are now 2 new OSC defines, all tables (pll_x_table, PLLU) had to increase by two entries, but since 38.4/48MHz are not viable osc freqs on T20/30/114, etc, they're just set to 0. Signed-off-by: Tom Warren --- arch/arm/include/asm/arch-tegra/clock.h | 2 ++ arch/ar

[U-Boot] [PATCH 2/2] Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc.

2015-07-29 Thread Tom Warren
and T20/30 divN masks thanks to Marcel Ziswiler. Signed-off-by: Tom Warren --- arch/arm/include/asm/arch-tegra/clk_rst.h | 32 +-- arch/arm/include/asm/arch-tegra/clock.h | 21 + arch/arm/include/asm/arch-tegra210/clock-tables.h | 1 + arch/arm/mach-tegra/clock.c

Re: [U-Boot] [PATCH V2 1/2] ARM: tegra: Add e2220-1170 board

2015-07-29 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, July 29, 2015 1:17 PM > To: u-boot@lists.denx.de; Simon Glass; Tom Warren; Stephen Warren > Cc: Thierry Reding > Subject: [PATCH V2 1/2] ARM: tegra: Add e2220-1170 board > &

Re: [U-Boot] [PATCH 1/2] ARM: tegra: Add e2220-1170 board

2015-07-29 Thread Tom Warren
Simon, I can respond to your Kconfig questions below. > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Wednesday, July 29, 2015 4:02 PM > To: Stephen Warren > Cc: U-Boot Mailing List; Tom Warren; Stephen Warren;

Re: [U-Boot] [PATCH 1/2] ARM: tegra: Add e2220-1170 board

2015-07-30 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Thursday, July 30, 2015 11:03 AM > To: Tom Warren; Simon Glass > Cc: U-Boot Mailing List; Stephen Warren; Thierry Reding > Subject: Re: [PATCH 1/2] ARM: tegra: Add e2220-1170 board > &

[U-Boot] [PATCH] Tegra: spi: Move TEGRA114_SPI switch to defconfigs

2015-07-30 Thread Tom Warren
All T114+ Tegra boards should be using the Kconfig TEGRA114_SPI switch. Remove it from include/config and put it into defconfig. Also removed unused TEGRA114_SPI_CTRLS from T114+ configs. All Tegra SoCs build OK with this change. Signed-off-by: Tom Warren --- configs/dalmore_defconfig| 1

[U-Boot] [PATCH] Tegra: P2571: Clean up config file

2015-07-30 Thread Tom Warren
Removed NS16550_COM1 #define, not used since there's no SPL for T210 Also changed the number of USB controllers to 1 as only USBD is used. Signed-off-by: Tom Warren --- include/configs/p2571.h | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/configs/p257

Re: [U-Boot] [PATCH] Tegra: P2571: Clean up config file

2015-07-30 Thread Tom Warren
Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Thursday, July 30, 2015 2:33 PM > To: Tom Warren > Cc: U-Boot Mailing List; Tom Warren; Stephen Warren > Subject: Re: [PATCH] Tegra: P2571: Clean up confi

Re: [U-Boot] [PATCH 2/2] Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc.

2015-08-04 Thread Tom Warren
Marcel, > -Original Message- > From: Marcel Ziswiler [mailto:mar...@ziswiler.com] > Sent: Tuesday, August 04, 2015 1:33 AM > To: Tom Warren; u-boot@lists.denx.de > Cc: tomcwarren3...@gmail.com; Stephen Warren; Thierry Reding; > s...@chromium.org > Subject: Re: [PATCH

Re: [U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node

2015-08-04 Thread Tom Warren
Andreas, > -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Tuesday, August 04, 2015 6:56 AM > To: u-boot@lists.denx.de > Cc: Alex Courbot; linux-te...@vger.kernel.org; gnu...@gmail.com; Stephen > Warren; Tom Warren; Guillaume Gardet >

Re: [U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node

2015-08-04 Thread Tom Warren
Alex/Andreas, > -Original Message- > From: Tom Warren > Sent: Tuesday, August 04, 2015 8:41 AM > To: 'Andreas Färber'; u-boot@lists.denx.de > Cc: Alex Courbot; linux-te...@vger.kernel.org; gnu...@gmail.com; Stephen > Warren; Guillaume Gardet > Subject: RE:

Re: [U-Boot] [PATCH] Tegra: spi: Move TEGRA114_SPI switch to defconfigs

2015-08-05 Thread Tom Warren
Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Wednesday, August 05, 2015 1:35 AM > To: Simon Glass > Cc: Tom Warren; U-Boot Mailing List; Stephen Warren; Tom Warren > Subject: Re: [U-Boot] [PATCH] Tegra: spi: Move TEGRA114_SPI swit

Re: [U-Boot] [PATCH] tegra: pll: fix pllx cpcon in pllinfo table for t20/t30

2015-08-05 Thread Tom Warren
Marcel, > -Original Message- > From: Marcel Ziswiler [mailto:mar...@ziswiler.com] > Sent: Wednesday, August 05, 2015 7:37 AM > To: u-boot@lists.denx.de > Cc: Tom Warren; Tom Warren; Albert Aribaud; Tom Rini; Thierry Reding; Simon > Glass; Stephen Warren; Masahiro Yamad

Re: [U-Boot] [PATCH] tegra: pll: fix pllx cpcon in pllinfo table for t20/t30

2015-08-05 Thread Tom Warren
> -Original Message- > From: Marcel Ziswiler [mailto:marcel.ziswi...@toradex.com] > Sent: Wednesday, August 05, 2015 8:33 AM > To: u-boot@lists.denx.de; Tom Warren > Cc: s...@chromium.org; tr...@konsulko.com; tomcwarren3...@gmail.com; > Thierry Reding; albert.u.b...@ar

Re: [U-Boot] [PATCH] ARM: tegra: restrict usable RAM size further

2015-08-05 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, August 05, 2015 11:33 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Simon Glass; Stephen Warren; Thierry Reding > Subject: Re: [U-Boot] [PATCH] ARM: tegra: restrict usabl

Re: [U-Boot] [PATCH] ARM: tegra: restrict usable RAM size further

2015-08-05 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, August 05, 2015 12:27 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Simon Glass; Stephen Warren; Thierry Reding; > Marcel Ziswiler > Subject: Re: [U-Boot] [PATCH] ARM: tegra

Re: [U-Boot] [PATCH] Tegra: Allow TZ writes to VPR aperature regs

2015-08-05 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, August 05, 2015 12:52 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH] Tegr

Re: [U-Boot] [PATCH V4 1/2] ARM: tegra: Add e2220-1170 board

2015-08-05 Thread Tom Warren
2015 10:52 AM > To: u-boot@lists.denx.de; Simon Glass; Tom Warren; Stephen Warren > Subject: [PATCH V4 1/2] ARM: tegra: Add e2220-1170 board > > From: Stephen Warren > > E2220-1170 is a Tegra210 bringup board with onboard SoC, DRAM, eMMC, SD > card slot, HDMI, USB mi

Re: [U-Boot] [PATCH v3 00/16] assortment of tegra fixes/enhancements

2015-08-05 Thread Tom Warren
nt: Wednesday, August 05, 2015 3:47 PM > To: u-boot@lists.denx.de > Cc: Albert Aribaud; Tom Rini; Tom Warren; Marcel Ziswiler; Lucas Stach; Stefan > Agner; Scott Wood; Simon Glass; Stephen Warren; Paul Kocialkowski; Marcel > Ziswiler > Subject: [PATCH v3 00/16] assortment of tegra fixes/

Re: [U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node

2015-08-06 Thread Tom Warren
> -Original Message- > From: Alex Courbot > Sent: Thursday, August 06, 2015 12:58 AM > To: Tom Warren; Andreas Färber; u-boot@lists.denx.de > Cc: linux-te...@vger.kernel.org; gnu...@gmail.com; Stephen Warren; > Guillaume Gardet > Subject: Re: [U-Boot] [PATCH 0/2] ARM:

[U-Boot] Pull request, u-boot-tegra/master

2015-08-06 Thread Tom Warren
: tegra: p2571: remove another unused define ARM: tegra: Add e2220-1170 board ARM: tegra: Add p2371- board Tom Warren (7): T210: P2571: Enable SD-card power via PMIC LDO2 T210: P2571: Restore USB gadget mode (ums) T210: P2571: Turn CPU fan on Tegra: clocks: Add

Re: [U-Boot] [PATCH] tegra: Correct logic for reading pll_misc in clock_start_pll()

2015-08-10 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Monday, August 10, 2015 6:15 AM > To: U-Boot Mailing List > Cc: Simon Glass; Tom Warren; Thierry Reding; Masahiro Yamada; Stephen > Warren; Tom Rini; Albert Aribau

Re: [U-Boot] [PATCH v2 5/6] Tidy up some defconfig files

2015-08-11 Thread Tom Warren
Babic; Marek Vasut; Siarhei Siamashka; Nikita Kiryanov; > Michal Simek; Chander Kashyap; Tom Warren; Chin-Liang See; Hans de Goede; > Priyanka Jain; Pavel Machek; Codrin Ciubotariu; Michal Suchanek; Nitin Garg; > Markus Niebel; Stephen Warren; Paul Kocialkowski; Przemyslaw Marczak; > Lo

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-02 Thread Tom Warren
Simon, et al, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Friday, August 14, 2015 3:05 AM > To: Bin Meng > Cc: Michal Suchanek; Tom Rini; Stephen Warren; U-Boot Mailing List; Tom > Warren; Thierry Reding >

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-02 Thread Tom Warren
> -Original Message- > From: Stephen Warren > Sent: Wednesday, September 02, 2015 1:05 PM > To: Tom Warren; Simon Glass > Cc: Bin Meng; Thierry Reding; Tom Rini; U-Boot Mailing List > Subject: Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64- &g

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-02 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, September 02, 2015 4:44 PM > To: Tom Warren; Simon Glass > Cc: U-Boot Mailing List; Thierry Reding; Tom Rini > Subject: Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_ad

Re: [U-Boot] [PATCH 2/2] ARM: tegra114: Clear IDDQ when enabling PLLC

2015-09-08 Thread Tom Warren
Thierry, > -Original Message- > From: Thierry Reding [mailto:thierry.red...@gmail.com] > Sent: Tuesday, September 08, 2015 2:38 AM > To: Tom Warren > Cc: Nicolas Chauvet; u-boot@lists.denx.de > Subject: [PATCH 2/2] ARM: tegra114: Clear IDDQ when enabling PLLC > &

Re: [U-Boot] [PATCH v5] bitops: introduce BIT() definition

2015-09-08 Thread Tom Warren
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: Monday, September 07, 2015 4:44 AM > To: U-Boot ML > Cc: Tom Rini; Simon Glass; Tom Warren; Stephen Warren; Lukasz Majewski; > Scott Wood; Jagan Teki; Michal Simek; Prafulla

Re: [U-Boot] [PATCH 07/10] ARM: tegra: fix malloc region sizing

2015-09-08 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Friday, September 04, 2015 9:04 PM > To: Tom Rini > Cc: u-boot@lists.denx.de; Simon Glass; Tom Warren; Stephen Warren; Lukasz > Majewski; Przemyslaw Marczak > Subject: [PATCH 0

Re: [U-Boot] [PATCH 07/10] ARM: tegra: fix malloc region sizing

2015-09-09 Thread Tom Warren
> -Original Message- > From: Lukasz Majewski [mailto:l.majew...@samsung.com] > Sent: Tuesday, September 08, 2015 11:51 PM > To: Stephen Warren > Cc: Tom Warren; Tom Rini; Stephen Warren; u-boot@lists.denx.de; Simon > Glass; Przemyslaw Marczak > Subject: Re: [PATCH 0

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-16 Thread Tom Warren
Simon, > -Original Message- > From: Tom Warren > Sent: Wednesday, September 02, 2015 7:02 PM > To: 'Stephen Warren'; Simon Glass > Cc: U-Boot Mailing List; Thierry Reding; Tom Rini > Subject: RE: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() fo

[U-Boot] Pull request, u-boot-tegra/master

2015-09-16 Thread Tom Warren
Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! All tegra builds are OK (32-bit and 64-bit), and P2571 T210 64-bit boots to cmd prompt OK. The following changes since commit fa43ce842c3026c2abf19d4234d02cd4c62eeec0: Merge git://git.denx.de/u-boot-fdt (2015-09-16 09:53:37 -040

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-16 Thread Tom Warren
Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Wednesday, September 16, 2015 6:11 PM > To: Tom Warren > Cc: U-Boot Mailing List; Thierry Reding; Tom Rini; Stephen Warren > Subject: Re: [U-Boot] [PATCH

[U-Boot] Pull request, u-boot-tegra/master

2015-10-02 Thread Tom Warren
Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! All tegra builds are OK (32-bit and 64-bit), and P2571 T210 64-bit boots to cmd prompt OK. The following changes since commit 1f8836396de8215b7f460616926052b32597bb29: Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400) are availa

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Tom Warren
:04 AM > To: U-Boot Mailing List > Cc: Simon Glass; Heiko Schocher; Tom Rini; Tom Warren > Subject: Re: [PATCH 24/24] tegra124: Expand SPL space by 8KB > > +Tom Warren > > On 4 May 2015 at 11:31, Simon Glass wrote: > > We are getting very close to running out of space in SPL

Re: [U-Boot] [PATCH v7 00/17] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-05-08 Thread Tom Warren
mens.com] > Sent: Thursday, May 07, 2015 11:01 PM > To: U-Boot Mailing List; Tom Rini > Cc: Marc Zyngier; Steve Rae; Andre Przywara; Tom Warren; Paul Walmsley; Ian > Campbell; Thierry Reding; York Sun > Subject: Re: [PATCH v7 00/17] Add PSCI support for Jetson TK1/Tegra124 + > CNTFRQ

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

2015-05-12 Thread Tom Warren
Tom, Please pull u-boot-tegra/master into u-boot/master. ./MAKEALL -s tegra is clean. Thanks. The following changes since commit b939689c7b87773c44275a578ffc8674a867e39d: Merge branch 'u-boot/master' into 'u-boot-arm/master' (2015-05-05 10:09:06 +0200) are available in the git repository at:

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

2015-05-13 Thread Tom Warren
y, so you can ignore the above PR. Tom On Tue, May 12, 2015 at 6:45 PM, Masahiro Yamada < yamada.masah...@socionext.com> wrote: > Hi Tom Warren, > > 2015-05-13 6:49 GMT+09:00 Tom Warren : > > Tom, > > > > Please pull u-boot-tegra/master into u-boot/master. ./MAKEALL

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

2015-05-13 Thread Tom Warren
100644 drivers/video/tegra124/tegra124-lcd.c create mode 100644 include/displayport.h create mode 100644 include/linux/drm_dp_helper.h On Wed, May 13, 2015 at 9:38 AM, Tom Warren wrote: > Sorry, Masahiro. Missed that one. I'll apply it and send a new PR if > everything builds OK. > &g

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-04 Thread Tom Warren
:s...@google.com] On Behalf Of Simon Glass > Sent: Thursday, June 04, 2015 8:16 AM > To: U-Boot Mailing List > Cc: Simon Glass; Tom Warren; Jagannadha Sutradharudu Teki; Stephen Warren; > Marek Vasut; Pavel Herrmann; Stephen Warren > Subject: Re: [PATCH v2 00/16] tegra: Expand Nyan-b

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-04 Thread Tom Warren
..@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Thursday, June 04, 2015 8:46 AM > To: Tom Warren > Cc: U-Boot Mailing List; Jagannadha Sutradharudu Teki; Stephen Warren; > Marek Vasut; Pavel Herrmann; Stephen Warren > Subject: Re: [PATCH v2 00/16] tegra: Expand Ny

[U-Boot] [PATCH 0/4] Tegra210 support for P2571

2015-06-05 Thread Tom Warren
Adds support for Tegra210 SoC and P2571 NVIDIA board. Largely based on T124/Venice2. This is a baseline patchset - more will follow to make things more T210- specific as P2571 peripherals/devices are brought up. Tom Warren (4): ARM: Tegra210: Add SoC code/include files for T210 ARM: Tegra210

[U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files for T210

2015-06-05 Thread Tom Warren
All based off of Tegra124. As a Tegra210 board is brought up, these may change a bit to match the HW more closely, but probably 90% of this is identical to T124. Signed-off-by: Tom Warren --- arch/arm/include/asm/arch-tegra210/ahb.h | 91 ++ arch/arm/include/asm/arch-tegra210/clock

[U-Boot] [PATCH 3/4] P2571: dts: Add DT files for Tegra210/P2571 board

2015-06-05 Thread Tom Warren
Based on T124 Venice2. SDMMC1 is SD-card slot. Using tegra124 compat names for now to get everything working. May need minor work to match the real board. Signed-off-by: Tom Warren --- arch/arm/dts/Makefile | 3 +- .../{tegra124-venice2.dts => tegra210-p2571.

[U-Boot] [PATCH 2/4] ARM: Tegra210: Add support to common Tegra source/config files

2015-06-05 Thread Tom Warren
Derived from Tegra124, modify as appropriate during T210 board bringup. Cleaned up debug statements to conserve string space, too. Note that the 'empty' Kconfig for Tegra210 will cause an innocuous build warning, but it'll go away when a real T210 board is instantiated. Signed-off

[U-Boot] [PATCH 4/4] T210: Add support for T210-based P2571 board

2015-06-05 Thread Tom Warren
Based on Venice2, may change as P2571 board is fully brought up. Incorporates Stephen Warren's P2571 pinmux table. Signed-off-by: Tom Warren --- arch/arm/mach-tegra/tegra210/Kconfig | 7 + board/nvidia/{beaver => p2571}/Kconfig | 6 +- board/nvid

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-05 Thread Tom Warren
ll get a PR out to TomR first thing next week. Tom > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Friday, June 05, 2015 9:25 AM > To: Tom Warren > Cc: U-Boot Mailing List; Jagannadha Sutradharudu Teki; Stephen Warren;

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

2015-06-09 Thread Tom Warren
Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! ./MAKEALL -s tegra is OK, nyan-big verified by Simon. The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71: Prepare v2015.07-rc2 (2015-06-08 17:48:33 -0400) are available in the git repository at: git:

Re: [U-Boot] [PATCH 3/4] P2571: dts: Add DT files for Tegra210/P2571 board

2015-06-15 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, June 15, 2015 10:23 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren; Tom Warren > Subject: Re: [U-Boot] [PATCH 3/4] P2571: dts: Add DT files for Tegra210/P2571 >

Re: [U-Boot] [PATCH 4/4] T210: Add support for T210-based P2571 board

2015-06-15 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, June 15, 2015 10:59 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren; Tom Warren > Subject: Re: [U-Boot] [PATCH 4/4] T210: Add support for T210-based P2571 > boa

Re: [U-Boot] [PATCH 4/4] T210: Add support for T210-based P2571 board

2015-06-15 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, June 15, 2015 11:22 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren; Tom Warren > Subject: Re: [U-Boot] [PATCH 4/4] T210: Add support for T210-based P2571 > boa

Re: [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files for T210

2015-06-15 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, June 15, 2015 10:11 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren; Tom Warren > Subject: Re: [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files > f

Re: [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files for T210

2015-06-15 Thread Tom Warren
Update WRT gpio.h and hardware.h, below. > -Original Message- > From: Tom Warren > Sent: Monday, June 15, 2015 1:05 PM > To: 'Stephen Warren'; Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren > Subject: RE: [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC c

Re: [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files for T210

2015-06-16 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, June 16, 2015 1:29 PM > To: Tom Warren; Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren > Subject: Re: [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files > f

Re: [U-Boot] [PATCH 0/4] Tegra210 support for P2571

2015-06-17 Thread Tom Warren
g them together in a separate script. If anyone has ideas on how to generate a hybrid 32-bit (AVP)/64-bit (A57) U-Boot binary in one fell swoop, I'm all ears. :) Tom > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 17,

[U-Boot] [PATCH V2 0/6] Tegra210/P2571 initial support

2015-07-20 Thread Tom Warren
tches to fix various 64-bit build problems are also required to get this to build & boot. They should precede this series so git-bisect will work. Tom Warren (6): Tegra210: Fix 64-bit build warning about save_boot_params_ret() Tegra: Rework KConfig options to allow 64-bit builds (T2

[U-Boot] [PATCH V2 3/6] ARM: Tegra210: Add SoC code/include files for T210

2015-07-20 Thread Tom Warren
All based off of Tegra124. As a Tegra210 board is brought up, these may change a bit to match the HW more closely, but probably 90% of this is identical to T124. Note that since T210 is a 64-bit build, it has no SPL component, and hence no cpu.c for Tegra210. Signed-off-by: Tom Warren --- arch

Re: [U-Boot] [PATCH V2 2/2] ARM: tegra: import latest Jetson TK1 pinmux

2015-03-03 Thread Tom Warren
I've been side-tracked with other work. Let me take another look, if it's all gravy I'll apply them to u-boot-tegra/next. > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, March 03, 2015 1:19 PM > To: Tom Warren > C

Re: [U-Boot] [PATCH 0/9] ARM: tegra: pinmux: Tegra210 support

2015-03-03 Thread Tom Warren
I'm using this locally, so I'll apply it and push a new u-boot-tegra/next. > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, March 03, 2015 1:20 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Simon Glass; Stephen Warr

Re: [U-Boot] Please pull u-boot-tegra.git/master

2015-03-10 Thread Tom Warren
Albert – are you getting these emails? I know they’re bouncing from the list (need to find a mailer that doesn’t use MIME64), but I haven’t heard back from you for the last 2 PRs. Should I send these to Tom Rini instead? Please let me know. Tom From: Tom Warren [mailto:tomcwarren3

Re: [U-Boot] Please pull u-boot-tegra.git/master

2015-03-10 Thread Tom Warren
Thanks, Tom. Should I send future PRs to you instead of Albert? On Mar 10, 2015 5:55 PM, "Tom Rini" wrote: > On Tue, Mar 10, 2015 at 10:25:03PM +0000, Tom Warren wrote: > > > Albert – are you getting these emails? I know they’re bouncing from > > the list (need to fi

Re: [U-Boot] Please pull u-boot-tegra.git/master

2015-03-11 Thread Tom Warren
THanks, Tom. > -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Tuesday, March 10, 2015 5:56 PM > To: Tom Warren > Cc: Tom Warren; Albert ARIBAUD; u-boot@lists.denx.de; Stephen Warren; > Marcel Ziswiler > Subject: Re: [U-Boot] Please pull u-

Re: [U-Boot] [PATCH v5 00/14] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-03-18 Thread Tom Warren
y and give this some attention. Thanks. Tom > -Original Message- > From: Jan Kiszka [mailto:jan.kis...@siemens.com] > Sent: Tuesday, March 17, 2015 11:40 PM > To: Tom Warren; Ian Campbell; Hans de Goede; Albert Aribaud > Cc: Tom Rini; U-Boot Mailing List; Marc Zyngier; Paul Walmsle

[U-Boot] [PATCH] Tegra210: add QSPI driver

2015-10-09 Thread Tom Warren
From: Yen Lin Tested on P2571 board with Winbond SPI ROM. sf probe 2:0 to see SPI chip. Flashed U-Boot image to SPI, rebooted, read back data to RAM with sf read, then verified crc against original binary file. Author:Yen Lin Signed-off-by: Yen Lin Signed-off-by: Tom Warren --- board

Re: [U-Boot] [PATCH] Tegra210: add QSPI driver

2015-10-09 Thread Tom Warren
Forgot Jagan -Original Message- From: Tom Warren Sent: Friday, October 09, 2015 11:16 AM To: u-boot@lists.denx.de Cc: Stephen Warren ; tomcwarren3...@gmail.com; Yen Lin ; Tom Warren Subject: [PATCH] Tegra210: add QSPI driver From: Yen Lin Tested on P2571 board with Winbond SPI ROM

Re: [U-Boot] [PATCH] Tegra210: add QSPI driver

2015-10-12 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, October 09, 2015 11:51 AM To: Tom Warren Cc: u-boot@lists.denx.de; Jagan Teki ; Stephen Warren ; tomcwarren3...@gmail.com Subject: Re: [U-Boot] [PATCH] Tegra210: add QSPI driver On 10/09/2015

[U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver

2015-10-16 Thread Tom Warren
This is the normal Tegra SPI driver modified to work with the QSPI controller in Tegra210. It does not do 2x/4x transfers or any other QSPI protocol. Author:Yen Lin Signed-off-by: Yen Lin Signed-off-by: Tom Warren --- Changes in v2: - Drop defconfig and pinmux files, this is a driver-only

Re: [U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver

2015-10-19 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Monday, October 19, 2015 10:37 AM To: Tom Warren Cc: u-boot@lists.denx.de; jt...@openedev.com; Stephen Warren ; tomcwarren3...@gmail.com Subject: Re: [U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver

[U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver

2015-10-20 Thread Tom Warren
This is the normal Tegra SPI driver modified to work with the QSPI controller in Tegra210. It does not do 2x/4x transfers or any other QSPI protocol. Author: Yen Lin Signed-off-by: Yen Lin Signed-off-by: Tom Warren --- Changes in v2: - Drop defconfig and pinmux files, this is a driver-only

Re: [U-Boot] [PATCH 1/6] ARM: tegra: rename dummy XUSB padctl implementation

2015-10-21 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Wednesday, October 21, 2015 9:40 AM To: Tom Warren Cc: u-boot@lists.denx.de; Simon Glass ; Stephen Warren ; Thierry Reding Subject: Re: [U-Boot] [PATCH 1/6] ARM: tegra: rename dummy XUSB padctl

Re: [U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver

2015-10-21 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Wednesday, October 21, 2015 9:52 AM To: Tom Warren Cc: u-boot@lists.denx.de; jt...@openedev.com; Stephen Warren ; tomcwarren3...@gmail.com Subject: Re: [U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver

Re: [U-Boot] [PATCH 2/2] ARM: tegra: enable PCI support of p2371-2180

2015-10-21 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, October 05, 2015 4:03 PM > To: u-boot@lists.denx.de; Simon Glass ; Tom Warren > ; Stephen Warren > Cc: Thierry Reding > Subject: [PATCH 2/2] ARM: tegra: enable PCI

Re: [U-Boot] [PATCH 2/2] ARM: tegra: enable PCI support of p2371-2180

2015-10-21 Thread Tom Warren
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, October 21, 2015 4:11 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Simon Glass ; Stephen Warren > ; Thierry Reding > Subject: Re: [PATCH 2/2] ARM: tegra: enable PCI

Re: [U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver

2015-10-22 Thread Tom Warren
Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Thursday, October 22, 2015 5:23 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren ; Tom > Warren > Subject: Re: [U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver > &g

[U-Boot] [PATCH v4] Tegra: T210: Add QSPI driver

2015-10-23 Thread Tom Warren
This is the normal Tegra SPI driver modified to work with the QSPI controller in Tegra210. It does not do 2x/4x transfers or any other QSPI protocol. Signed-off-by: Yen Lin Signed-off-by: Tom Warren --- Changes in v2: - Drop defconfig and pinmux files, this is a driver-only patch. - If/when

[U-Boot] [PATCH] spi: Tegra: add device tree binding doc for SPI and QSPI

2015-10-23 Thread Tom Warren
This patch adds the device tree binding doc for the Tegra114 SPI controller and the Tegra210 QSPI controller. Signed-off-by: Tom Warren --- doc/device-tree-bindings/spi/spi-tegra.txt | 47 ++ 1 file changed, 47 insertions(+) create mode 100644 doc/device-tree

Re: [U-Boot] [PATCH] spi: Tegra: add device tree binding doc for SPI and QSPI

2015-10-23 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Friday, October 23, 2015 10:26 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; jt...@openedev.com; Stephen Warren > ; tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [P

[U-Boot] [PATCH v2] spi: Tegra: add device tree binding doc for SPI/QSPI

2015-10-23 Thread Tom Warren
This patch adds the device tree binding doc for the Tegra SPI/QSPI controllers on Tegra114 and Tegra210. Signed-off-by: Tom Warren --- Changes in v2: - based it more on kernel's nvidia,tegra114-spi.txt binding - changes based on prelim review by swar...@nvidia.com doc/device-tree-binding

Re: [U-Boot] [PATCH v2] spi: Tegra: add device tree binding doc for SPI/QSPI

2015-10-26 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, October 26, 2015 9:33 AM > To: Tom Warren ; u-boot@lists.denx.de > Cc: Stephen Warren ; tomcwarren3...@gmail.com; > jt...@openedev.com; robh...@kernel.org; pawel.m...@ar

[U-Boot] [PATCH v3] Tegra: DT: add device tree binding doc for QSPI

2015-10-26 Thread Tom Warren
This patch adds the device tree binding doc for the Tegra QSPI controller on Tegra210. Signed-off-by: Tom Warren --- Changes in v2: - based it more on kernel's nvidia,tegra114-spi.txt binding - changes based on prelim review by swar...@nvidia.com Changes in v3: - renamed to 'nvidi

[U-Boot] [PATCH v5] Tegra: T210: Add QSPI driver

2015-10-26 Thread Tom Warren
This is the normal Tegra SPI driver modified to work with the QSPI controller in Tegra210. It does not do 2x/4x transfers or any other QSPI protocol. Signed-off-by: Yen Lin Signed-off-by: Tom Warren --- Changes in v2: - Drop defconfig and pinmux files, this is a driver-only patch. - If/when

<    4   5   6   7   8   9   10   11   >