* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
@ 2013-09-20 0:56 Olof Johansson
[not found] ` <1379638594-28888-1-git-send-email-olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-09-20 0:56 UTC (permalink / raw)
To: swarren-3lzwWm7+Weoh9ZMKESR00Q
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w, Olof Johansson
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-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
---
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[parent not found: <1379638594-28888-1-git-send-email-olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>]
* Re: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB [not found] ` <1379638594-28888-1-git-send-email-olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> @ 2013-09-20 0:59 ` Steev Klimaszewski [not found] ` <CAKCjkJbavWtWBxvKqpesmJfcKTUCpbsM_xL0JfS49vOpkZ8AUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Steev Klimaszewski @ 2013-09-20 0:59 UTC (permalink / raw) To: Olof Johansson Cc: Stephen Warren, linux-tegra-u79uwXL29TY76Z2rM5mHXA, thierry.reding-Re5JQEeQqe8AvxtiuMwx3w, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r 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-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> 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-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> > --- > 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-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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
[parent not found: <CAKCjkJbavWtWBxvKqpesmJfcKTUCpbsM_xL0JfS49vOpkZ8AUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB [not found] ` <CAKCjkJbavWtWBxvKqpesmJfcKTUCpbsM_xL0JfS49vOpkZ8AUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2013-09-20 1:09 ` Olof Johansson [not found] ` <CAOesGMjP+QMyuLCykg0nW4yWwmnNtoyzf7nK2dPAWuqcpfp5OA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Olof Johansson @ 2013-09-20 1:09 UTC (permalink / raw) To: Steev Klimaszewski Cc: Stephen Warren, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thierry Reding, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org 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-4jv++OSWV9OTkO8mciVlQg@public.gmane.org> 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-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> 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-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> >> --- >> 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-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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
[parent not found: <CAOesGMjP+QMyuLCykg0nW4yWwmnNtoyzf7nK2dPAWuqcpfp5OA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB [not found] ` <CAOesGMjP+QMyuLCykg0nW4yWwmnNtoyzf7nK2dPAWuqcpfp5OA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2013-09-20 1:35 ` Stephen Warren [not found] ` <523BA64F.1050607-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Stephen Warren @ 2013-09-20 1:35 UTC (permalink / raw) To: Olof Johansson Cc: Steev Klimaszewski, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thierry Reding, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org 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
[parent not found: <523BA64F.1050607-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB [not found] ` <523BA64F.1050607-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-09-20 1:39 ` Olof Johansson [not found] ` <CAOesGMh8NE7h=BH2sPrG4eE3Vbv0Q5+hCj52gi0072phtjcghw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Olof Johansson @ 2013-09-20 1:39 UTC (permalink / raw) To: Stephen Warren Cc: Steev Klimaszewski, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thierry Reding, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On Thu, Sep 19, 2013 at 6:35 PM, Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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
[parent not found: <CAOesGMh8NE7h=BH2sPrG4eE3Vbv0Q5+hCj52gi0072phtjcghw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB [not found] ` <CAOesGMh8NE7h=BH2sPrG4eE3Vbv0Q5+hCj52gi0072phtjcghw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2013-09-20 1:58 ` Stephen Warren [not found] ` <523BABB2.4090200-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Stephen Warren @ 2013-09-20 1:58 UTC (permalink / raw) To: Olof Johansson Cc: Steev Klimaszewski, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thierry Reding, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On 09/19/2013 07:39 PM, Olof Johansson wrote: > On Thu, Sep 19, 2013 at 6:35 PM, Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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
[parent not found: <523BABB2.4090200-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB [not found] ` <523BABB2.4090200-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 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: Stephen Warren Cc: Olof Johansson, Steev Klimaszewski, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org [-- Attachment #1: Type: text/plain, Size: 1284 bytes --] 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-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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 [-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --] ^ 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
[not found] ` <1379638594-28888-1-git-send-email-olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
2013-09-20 0:59 ` Steev Klimaszewski
[not found] ` <CAKCjkJbavWtWBxvKqpesmJfcKTUCpbsM_xL0JfS49vOpkZ8AUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-20 1:09 ` Olof Johansson
[not found] ` <CAOesGMjP+QMyuLCykg0nW4yWwmnNtoyzf7nK2dPAWuqcpfp5OA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-20 1:35 ` Stephen Warren
[not found] ` <523BA64F.1050607-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-09-20 1:39 ` Olof Johansson
[not found] ` <CAOesGMh8NE7h=BH2sPrG4eE3Vbv0Q5+hCj52gi0072phtjcghw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-20 1:58 ` Stephen Warren
[not found] ` <523BABB2.4090200-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
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).