All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm/tegra: select AUTO_ZRELADDR by default
@ 2011-09-28  1:07 ` Peter De Schrijver
  0 siblings, 0 replies; 117+ messages in thread
From: Peter De Schrijver @ 2011-09-28  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

This patch causes the kernel uncompressor to determine the physical address
of the SDRAM at runtime. This allows the kernel to boot on both tegra20 and
tegra30 even though SDRAM is at different physical addresses on both SoCs.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
---
 arch/arm/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 472a7f8..474737b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -596,6 +596,7 @@ config ARCH_TEGRA
 	select HAVE_CLK
 	select HAVE_SCHED_CLOCK
 	select ARCH_HAS_CPUFREQ
+	select AUTO_ZRELADDR
 	help
 	  This enables support for NVIDIA Tegra based systems (Tegra APX,
 	  Tegra 6xx and Tegra 2 series).
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 117+ messages in thread
* [PATCH v6 0/3] Add support for tegra2 based ventana board
@ 2011-10-03 13:06 Peter De Schrijver
  2011-10-03 13:06   ` Peter De Schrijver
  0 siblings, 1 reply; 117+ messages in thread
From: Peter De Schrijver @ 2011-10-03 13:06 UTC (permalink / raw)
  To: pdeschrijver-DDmLM1+adcrQT0dZR+AlfA
  Cc: Russell King, Colin Cross, Erik Gilling, Olof Johansson,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

This patch set adds support for the tegra2 based ventana development board.

Boot tested on ventana.                                                                                                                               

Uses a table based approach to select the correct init function.

Fix some compiler errors.

Peter De Schrijver (3):
  arm/tegra: prepare Seaboard pinmux code for derived boards
  arm/tegra: add support for ventana pinmuxing
  arm/tegra: device tree support for ventana board

 arch/arm/boot/dts/tegra-ventana.dts         |   32 ++++++++++++++
 arch/arm/mach-tegra/Kconfig                 |    6 +++
 arch/arm/mach-tegra/Makefile                |    1 +
 arch/arm/mach-tegra/Makefile.boot           |    1 +
 arch/arm/mach-tegra/board-dt.c              |    5 ++-
 arch/arm/mach-tegra/board-seaboard-pinmux.c |   63 ++++++++++++++++++++++++---
 6 files changed, 101 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra-ventana.dts

^ permalink raw reply	[flat|nested] 117+ messages in thread
* [PATCH] arm/tegra: select AUTO_ZRELADDR by default
@ 2011-09-22 13:27 Peter De Schrijver
       [not found] ` <1316698045-23190-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 117+ messages in thread
From: Peter De Schrijver @ 2011-09-22 13:27 UTC (permalink / raw)
  To: linux-arm-kernel

This patch causes the kernel uncompressor to determine the physical address
of the SDRAM at runtime. This allows the kernel to boot on both tegra2 and
tegra3 even though SDRAM is at different physical addresses on both SoCs.

Change-Id: I91857a590946bbc54168c04bea3a5bd576d87824
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
---
 arch/arm/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4fda167..9fc0678 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -600,6 +600,7 @@ config ARCH_TEGRA
 	select HAVE_CLK
 	select HAVE_SCHED_CLOCK
 	select ARCH_HAS_CPUFREQ
+	select AUTO_ZRELADDR
 	help
 	  This enables support for NVIDIA Tegra based systems (Tegra APX,
 	  Tegra 6xx and Tegra 2 series).
-- 
1.7.7.rc0.72.g4b5ea.dirty

^ permalink raw reply related	[flat|nested] 117+ messages in thread

end of thread, other threads:[~2011-10-15 15:29 UTC | newest]

Thread overview: 117+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28  1:07 [PATCH] arm/tegra: select AUTO_ZRELADDR by default Peter De Schrijver
2011-09-28  1:07 ` Peter De Schrijver
     [not found] ` <1317172068-14872-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-09-28 17:50   ` Stephen Warren
2011-09-28 17:50     ` Stephen Warren
2011-09-28 17:50     ` Stephen Warren
     [not found]     ` <74CDBE0F657A3D45AFBB94109FB122FF173955580F-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-13 23:38       ` Olof Johansson
2011-10-13 23:38         ` Olof Johansson
2011-10-13 23:38         ` Olof Johansson
     [not found]         ` <CAOesGMiuzF47kdmaaFny9Fg1ieox6a75tMFfLRAptvDxz_QPMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-10-14  7:15           ` Russell King - ARM Linux
2011-10-14  7:15             ` Russell King - ARM Linux
2011-10-14  7:15             ` Russell King - ARM Linux
2011-10-14 14:45             ` Stephen Warren
2011-10-14 14:45               ` Stephen Warren
     [not found]               ` <74CDBE0F657A3D45AFBB94109FB122FF173BE1A260-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-14 15:29                 ` Arnd Bergmann
2011-10-14 15:29                   ` Arnd Bergmann
2011-10-14 15:29                   ` Arnd Bergmann
     [not found]                   ` <201110141729.41515.arnd-r2nGTMty4D4@public.gmane.org>
2011-10-14 16:12                     ` Stephen Warren
2011-10-14 16:12                       ` Stephen Warren
2011-10-14 16:12                       ` Stephen Warren
     [not found]                       ` <74CDBE0F657A3D45AFBB94109FB122FF173BE1A283-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-14 16:27                         ` Arnd Bergmann
2011-10-14 16:27                           ` Arnd Bergmann
2011-10-14 16:27                           ` Arnd Bergmann
     [not found]                           ` <201110141827.53906.arnd-r2nGTMty4D4@public.gmane.org>
2011-10-14 16:44                             ` Olof Johansson
2011-10-14 16:44                               ` Olof Johansson
2011-10-14 16:44                               ` Olof Johansson
     [not found]                               ` <CAOesGMgDwMeVmwo1WJ3tU+ZdjCSJ6F8mY42e_KwTmzAkGQsqmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-10-14 18:03                                 ` Nicolas Pitre
2011-10-14 18:03                                   ` Nicolas Pitre
2011-10-14 18:03                                   ` Nicolas Pitre
2011-10-14 19:20                               ` Russell King - ARM Linux
2011-10-14 19:20                                 ` Russell King - ARM Linux
     [not found]                                 ` <20111014192011.GS21648-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2011-10-14 20:06                                   ` Nicolas Pitre
2011-10-14 20:06                                     ` Nicolas Pitre
2011-10-14 20:06                                     ` Nicolas Pitre
2011-10-14 20:12                                     ` Russell King - ARM Linux
2011-10-14 20:12                                       ` Russell King - ARM Linux
     [not found]                                       ` <20111014201223.GV21648-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2011-10-14 20:16                                         ` Stephen Warren
2011-10-14 20:16                                           ` Stephen Warren
2011-10-14 20:16                                           ` Stephen Warren
2011-10-14 20:19                                           ` Russell King - ARM Linux
2011-10-14 20:19                                             ` Russell King - ARM Linux
2011-10-15 15:29                                             ` Tixy
2011-10-15 15:29                                               ` Tixy
2011-10-15 15:29                                               ` Tixy
2011-10-14 20:26                                         ` Nicolas Pitre
2011-10-14 20:26                                           ` Nicolas Pitre
2011-10-14 20:26                                           ` Nicolas Pitre
2011-10-14 20:14                                     ` Stephen Warren
2011-10-14 20:14                                       ` Stephen Warren
     [not found]                                       ` <74CDBE0F657A3D45AFBB94109FB122FF173BE1A362-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-14 20:45                                         ` Nicolas Pitre
2011-10-14 20:45                                           ` Nicolas Pitre
2011-10-14 20:45                                           ` Nicolas Pitre
     [not found]                                           ` <alpine.LFD.2.02.1110141631530.17040-QuJgVwGFrdf/9pzu0YdTqQ@public.gmane.org>
2011-10-14 21:01                                             ` Stephen Warren
2011-10-14 21:01                                               ` Stephen Warren
2011-10-14 21:01                                               ` Stephen Warren
2011-10-14 21:28                                               ` Nicolas Pitre
2011-10-14 21:28                                                 ` Nicolas Pitre
2011-10-14 21:28                                                 ` Nicolas Pitre
     [not found]                                               ` <74CDBE0F657A3D45AFBB94109FB122FF173BE1A3A6-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-14 22:06                                                 ` Rob Herring
2011-10-14 22:06                                                   ` Rob Herring
2011-10-14 22:06                                                   ` Rob Herring
2011-10-14 18:01                             ` Nicolas Pitre
2011-10-14 18:01                               ` Nicolas Pitre
2011-10-14 18:01                               ` Nicolas Pitre
2011-10-14 19:20                               ` Russell King - ARM Linux
2011-10-14 19:20                                 ` Russell King - ARM Linux
2011-10-14 19:20                                 ` Russell King - ARM Linux
     [not found]                                 ` <20111014192057.GT21648-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2011-10-14 20:14                                   ` Nicolas Pitre
2011-10-14 20:14                                     ` Nicolas Pitre
2011-10-14 20:14                                     ` Nicolas Pitre
2011-10-14 20:17                                     ` Russell King - ARM Linux
2011-10-14 20:17                                       ` Russell King - ARM Linux
     [not found]                                       ` <20111014201737.GW21648-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2011-10-14 20:31                                         ` Nicolas Pitre
2011-10-14 20:31                                           ` Nicolas Pitre
2011-10-14 20:31                                           ` Nicolas Pitre
2011-10-14 21:13                                           ` Russell King - ARM Linux
2011-10-14 21:13                                             ` Russell King - ARM Linux
     [not found]                                             ` <20111014211311.GY21648-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2011-10-14 22:26                                               ` Nicolas Pitre
2011-10-14 22:26                                                 ` Nicolas Pitre
2011-10-14 22:26                                                 ` Nicolas Pitre
2011-10-14 17:53                         ` Nicolas Pitre
2011-10-14 17:53                           ` Nicolas Pitre
2011-10-14 17:53                           ` Nicolas Pitre
     [not found]                           ` <alpine.LFD.2.02.1110141348270.17040-QuJgVwGFrdf/9pzu0YdTqQ@public.gmane.org>
2011-10-14 17:58                             ` Olof Johansson
2011-10-14 17:58                               ` Olof Johansson
2011-10-14 17:58                               ` Olof Johansson
     [not found]                               ` <CAOesGMhm_dD=9dyMWQRfH5AXH4AE42+4ckNwhnMUGaBJEHsumg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-10-14 18:00                                 ` Olof Johansson
2011-10-14 18:00                                   ` Olof Johansson
2011-10-14 18:00                                   ` Olof Johansson
2011-10-14 15:59             ` [PATCH] ARM: mutually exclude ZBOOT_ROM and AUTO_ZRELADDR Olof Johansson
2011-10-14 15:59               ` Olof Johansson
     [not found]               ` <1318607945-6807-1-git-send-email-olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
2011-10-14 16:29                 ` Arnd Bergmann
2011-10-14 16:29                   ` Arnd Bergmann
2011-10-14 16:29                   ` Arnd Bergmann
     [not found]                   ` <201110141829.48634.arnd-r2nGTMty4D4@public.gmane.org>
2011-10-14 18:07                     ` Nicolas Pitre
2011-10-14 18:07                       ` Nicolas Pitre
2011-10-14 18:07                       ` Nicolas Pitre
2011-10-14 18:04                 ` Nicolas Pitre
2011-10-14 18:04                   ` Nicolas Pitre
2011-10-14 18:04                   ` Nicolas Pitre
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 13:06 [PATCH v6 0/3] Add support for tegra2 based ventana board Peter De Schrijver
2011-10-03 13:06 ` [PATCH] arm/tegra: select AUTO_ZRELADDR by default Peter De Schrijver
2011-10-03 13:06   ` Peter De Schrijver
2011-10-03 13:06   ` Peter De Schrijver
2011-10-03 13:13   ` Peter De Schrijver
2011-10-03 13:13     ` Peter De Schrijver
     [not found]     ` <20111003131352.GX21166-Rysk9IDjsxmJz7etNGeUX8VPkgjIgRvpAL8bYrjMMd8@public.gmane.org>
2011-10-03 16:22       ` Stephen Warren
2011-10-03 16:22         ` Stephen Warren
2011-10-03 16:22         ` Stephen Warren
     [not found]         ` <74CDBE0F657A3D45AFBB94109FB122FF173A2C6CAA-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-04  8:51           ` Peter De Schrijver
2011-10-04  8:51             ` Peter De Schrijver
2011-10-04  8:51             ` Peter De Schrijver
2011-09-22 13:27 Peter De Schrijver
     [not found] ` <1316698045-23190-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-09-22 16:26   ` Stephen Warren
2011-09-22 16:26     ` Stephen Warren
     [not found]     ` <74CDBE0F657A3D45AFBB94109FB122FF1739554CB9-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-09-22 17:58       ` Peter De Schrijver
2011-09-22 17:58         ` Peter De Schrijver
     [not found]         ` <20110922175800.GC21166-Rysk9IDjsxmJz7etNGeUX8VPkgjIgRvpAL8bYrjMMd8@public.gmane.org>
2011-09-22 18:06           ` Colin Cross
2011-09-22 18:06             ` Colin Cross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.