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
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
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
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
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
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/
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
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
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
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
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.
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
> -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
> -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
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
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
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
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
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
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
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
> -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
>
&
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;
> -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
>
&
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
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
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
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
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
>
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:
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
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
> -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
> -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
> -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
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
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
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/
> -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:
: 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
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
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
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
>
> -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
> -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
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
>
&
> -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
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
> -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
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
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
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
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
: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
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
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:
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
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
: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
..@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
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
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
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.
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
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
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;
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:
> -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
>
> -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
> -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
> -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
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
> -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
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,
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
> -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
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
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
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
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
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
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
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
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
801 - 900 of 1011 matches
Mail list logo