linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
@ 2013-09-20  0:56 Olof Johansson
  2013-09-20  0:59 ` Steev Klimaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-09-20  0:56 UTC (permalink / raw)
  To: linux-arm-kernel

This is needed on TrimSlice, since the u-boot on that hardware is too old
to support native device tree booting. Same for any device that currently
run fastboot, but none of that hardware is supported in mainline today;
or at least there are modern u-boot ports for it.

Signed-off-by: Olof Johansson <olof@lixom.net>
---
 arch/arm/configs/tegra_defconfig |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index ea042e8..b694a09 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -39,6 +39,8 @@ CONFIG_AEABI=y
 CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_ARM_ATAG_DTB_COMPAT=y
 CONFIG_KEXEC=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
-- 
1.7.10.4

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

* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
  2013-09-20  0:56 [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB Olof Johansson
@ 2013-09-20  0:59 ` Steev Klimaszewski
  2013-09-20  1:09   ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Steev Klimaszewski @ 2013-09-20  0:59 UTC (permalink / raw)
  To: linux-arm-kernel

CompuLab provide a u-boot that supports dtb, and afaik, it's supported
in mainline u-boot as well.

On Thu, Sep 19, 2013 at 7:56 PM, Olof Johansson <olof@lixom.net> wrote:
> This is needed on TrimSlice, since the u-boot on that hardware is too old
> to support native device tree booting. Same for any device that currently
> run fastboot, but none of that hardware is supported in mainline today;
> or at least there are modern u-boot ports for it.
>
> Signed-off-by: Olof Johansson <olof@lixom.net>
> ---
>  arch/arm/configs/tegra_defconfig |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
> index ea042e8..b694a09 100644
> --- a/arch/arm/configs/tegra_defconfig
> +++ b/arch/arm/configs/tegra_defconfig
> @@ -39,6 +39,8 @@ CONFIG_AEABI=y
>  CONFIG_HIGHMEM=y
>  CONFIG_ZBOOT_ROM_TEXT=0x0
>  CONFIG_ZBOOT_ROM_BSS=0x0
> +CONFIG_ARM_APPENDED_DTB=y
> +CONFIG_ARM_ATAG_DTB_COMPAT=y
>  CONFIG_KEXEC=y
>  CONFIG_CPU_FREQ=y
>  CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
> --
> 1.7.10.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
This e-mail and any attachments are for the sole use of the intended 
recipients(s) and may be confidential. Use of any Pwnie Express product 
signifies your agreement to the Rapid Focus Security EULA<http://pwnieexpress.com/pdfs/RFSEULA.pdf>and is subject to export controls under the U.S. Commerce Department's 
Export Administration Regulations ("EAR").

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

* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
  2013-09-20  0:59 ` Steev Klimaszewski
@ 2013-09-20  1:09   ` Olof Johansson
  2013-09-20  1:35     ` Stephen Warren
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-09-20  1:09 UTC (permalink / raw)
  To: linux-arm-kernel

They do? The hardware I have came with a very old u-boot. Got a link
to the newer one?


-Olof

On Thu, Sep 19, 2013 at 5:59 PM, Steev Klimaszewski
<steev@pwnieexpress.com> wrote:
> CompuLab provide a u-boot that supports dtb, and afaik, it's supported
> in mainline u-boot as well.
>
> On Thu, Sep 19, 2013 at 7:56 PM, Olof Johansson <olof@lixom.net> wrote:
>> This is needed on TrimSlice, since the u-boot on that hardware is too old
>> to support native device tree booting. Same for any device that currently
>> run fastboot, but none of that hardware is supported in mainline today;
>> or at least there are modern u-boot ports for it.
>>
>> Signed-off-by: Olof Johansson <olof@lixom.net>
>> ---
>>  arch/arm/configs/tegra_defconfig |    2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
>> index ea042e8..b694a09 100644
>> --- a/arch/arm/configs/tegra_defconfig
>> +++ b/arch/arm/configs/tegra_defconfig
>> @@ -39,6 +39,8 @@ CONFIG_AEABI=y
>>  CONFIG_HIGHMEM=y
>>  CONFIG_ZBOOT_ROM_TEXT=0x0
>>  CONFIG_ZBOOT_ROM_BSS=0x0
>> +CONFIG_ARM_APPENDED_DTB=y
>> +CONFIG_ARM_ATAG_DTB_COMPAT=y
>>  CONFIG_KEXEC=y
>>  CONFIG_CPU_FREQ=y
>>  CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
>> --
>> 1.7.10.4
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
> --
> This e-mail and any attachments are for the sole use of the intended
> recipients(s) and may be confidential. Use of any Pwnie Express product
> signifies your agreement to the Rapid Focus Security EULA<http://pwnieexpress.com/pdfs/RFSEULA.pdf>and is subject to export controls under the U.S. Commerce Department's
> Export Administration Regulations ("EAR").

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

* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
  2013-09-20  1:09   ` Olof Johansson
@ 2013-09-20  1:35     ` Stephen Warren
  2013-09-20  1:39       ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Warren @ 2013-09-20  1:35 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/19/2013 07:09 PM, Olof Johansson wrote:
> They do? The hardware I have came with a very old u-boot. Got a link
> to the newer one?

Mainline U-Boot runs nicely on the TrimSlice. Missing functionality
includes PCIe Ethernet and HDMI, but everything else works fine IIRC.
You can flash it using:

https://github.com/NVIDIA/tegra-uboot-flasher-scripts

(read README-developer.txt first, then README-user.txt)

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

* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
  2013-09-20  1:35     ` Stephen Warren
@ 2013-09-20  1:39       ` Olof Johansson
  2013-09-20  1:58         ` Stephen Warren
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-09-20  1:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 19, 2013 at 6:35 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
> On 09/19/2013 07:09 PM, Olof Johansson wrote:
>> They do? The hardware I have came with a very old u-boot. Got a link
>> to the newer one?
>
> Mainline U-Boot runs nicely on the TrimSlice. Missing functionality
> includes PCIe Ethernet and HDMI, but everything else works fine IIRC.
> You can flash it using:
>
> https://github.com/NVIDIA/tegra-uboot-flasher-scripts
>
> (read README-developer.txt first, then README-user.txt)

Oh great. Unfortunately lack of PCI-e makes it hard to network boot
(unless I add a redundant usb-ethernet adapter on it). Hmm.


-Olof

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

* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
  2013-09-20  1:39       ` Olof Johansson
@ 2013-09-20  1:58         ` Stephen Warren
  2013-09-20  7:30           ` Thierry Reding
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Warren @ 2013-09-20  1:58 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/19/2013 07:39 PM, Olof Johansson wrote:
> On Thu, Sep 19, 2013 at 6:35 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
>> On 09/19/2013 07:09 PM, Olof Johansson wrote:
>>> They do? The hardware I have came with a very old u-boot. Got a link
>>> to the newer one?
>>
>> Mainline U-Boot runs nicely on the TrimSlice. Missing functionality
>> includes PCIe Ethernet and HDMI, but everything else works fine IIRC.
>> You can flash it using:
>>
>> https://github.com/NVIDIA/tegra-uboot-flasher-scripts
>>
>> (read README-developer.txt first, then README-user.txt)
> 
> Oh great. Unfortunately lack of PCI-e makes it hard to network boot
> (unless I add a redundant usb-ethernet adapter on it). Hmm.

I think Thierry was looking into PCIe, although I don't think it's
working yet. I always just use USB even on TrimSlice since it's easier
to move the USB connector than the network connector when switching
machines:-) PCIe works in Linux now though, as of v3.12-rc1.

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

* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
  2013-09-20  1:58         ` Stephen Warren
@ 2013-09-20  7:30           ` Thierry Reding
  0 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2013-09-20  7:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 19, 2013 at 07:58:10PM -0600, Stephen Warren wrote:
> On 09/19/2013 07:39 PM, Olof Johansson wrote:
> > On Thu, Sep 19, 2013 at 6:35 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
> >> On 09/19/2013 07:09 PM, Olof Johansson wrote:
> >>> They do? The hardware I have came with a very old u-boot. Got a link
> >>> to the newer one?
> >>
> >> Mainline U-Boot runs nicely on the TrimSlice. Missing functionality
> >> includes PCIe Ethernet and HDMI, but everything else works fine IIRC.
> >> You can flash it using:
> >>
> >> https://github.com/NVIDIA/tegra-uboot-flasher-scripts
> >>
> >> (read README-developer.txt first, then README-user.txt)
> > 
> > Oh great. Unfortunately lack of PCI-e makes it hard to network boot
> > (unless I add a redundant usb-ethernet adapter on it). Hmm.
> 
> I think Thierry was looking into PCIe, although I don't think it's
> working yet. I always just use USB even on TrimSlice since it's easier
> to move the USB connector than the network connector when switching
> machines:-) PCIe works in Linux now though, as of v3.12-rc1.

I have a local branch that makes it work at least on Beaver, but it
causes the kernel PCIe to fail for reasons that I haven't tracked down
yet.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130920/4e88cc2f/attachment.sig>

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

end of thread, other threads:[~2013-09-20  7:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20  0:56 [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB Olof Johansson
2013-09-20  0:59 ` Steev Klimaszewski
2013-09-20  1:09   ` Olof Johansson
2013-09-20  1:35     ` Stephen Warren
2013-09-20  1:39       ` Olof Johansson
2013-09-20  1:58         ` Stephen Warren
2013-09-20  7:30           ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).