Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-26 Thread Noralf Trønnes
Den 22.12.2015 20:01, skrev Eric Anholt: After finally booting the RPi2 I get several messages of: unexpected IRQ trap at vector 00 while typing _one_ character over uart. We were doing some debugging of that recently. It seems that every once in a while we get woken up but nothing shows

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-24 Thread Eric Anholt
Arnd Bergmann writes: > On Tuesday 22 December 2015, Alexander Aring wrote: >> Later while booting the kernel hangs forever, the solution on my side >> was to enable: >> >> CONFIG_HAVE_ARM_ARCH_TIMER >> >> I think this doesn't use the BCM2835 timer anymore and some cortex-a7 >> related "generic

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Arnd Bergmann
On Tuesday 22 December 2015, Alexander Aring wrote: > On Tue, Dec 22, 2015 at 12:11:32AM +0100, Arnd Bergmann wrote: > > On Sunday 20 December 2015, Alexander Aring wrote: > > > On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: > > > > [0.00] Memory policy: Data cache writeba

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Eric Anholt
Alexander Aring writes: > On Mon, Dec 21, 2015 at 03:07:44PM -0800, Eric Anholt wrote: > ... >> > >> > But still getting this panic, your patches does not contain some >> > defconfig, so I still try to figure out what I need to enable to get it >> > working. Maybe it is some missing config entry

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Alexander Aring
On Mon, Dec 21, 2015 at 03:07:44PM -0800, Eric Anholt wrote: ... > > > > But still getting this panic, your patches does not contain some > > defconfig, so I still try to figure out what I need to enable to get it > > working. Maybe it is some missing config entry which should be enabled. > > > > B

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-22 Thread Alexander Aring
On Tue, Dec 22, 2015 at 12:11:32AM +0100, Arnd Bergmann wrote: > On Sunday 20 December 2015, Alexander Aring wrote: > > On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: > > > [0.00] Memory policy: Data cache writeback > > > [0.00] BUG: mapping for 0x3f201000 at 0xf02

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-21 Thread Arnd Bergmann
On Sunday 20 December 2015, Alexander Aring wrote: > On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: > > [0.00] Memory policy: Data cache writeback > > [0.00] BUG: mapping for 0x3f201000 at 0xf0201000 out of vmalloc > > space This is a separate bug, right? > > [

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-21 Thread Eric Anholt
Alexander Aring writes: > On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: > ... >> Uncompressing Linux... done, booting the kernel. >> [0.00] Booting Linux on physical CPU 0x0 >> [0.00] Initializing cgroup subsys cpuset >> [0.00] Initializing cgroup subsys

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-20 Thread Alexander Aring
On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: ... > Uncompressing Linux... done, booting the kernel. > [0.00] Booting Linux on physical CPU 0x0 > [0.00] Initializing cgroup subsys cpuset > [0.00] Initializing cgroup subsys cpu > [0.00] Initializing

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-18 Thread Alexander Aring
On Fri, Dec 18, 2015 at 11:08:26AM +0100, Alexander Aring wrote: > Hi Eric, > > On Wed, Dec 16, 2015 at 03:55:07PM -0800, Eric Anholt wrote: > > This is a major rewrite of the previous Raspberry Pi 2 submission. > > SMP support is now included, and the DT includes are cleaned up to > > avoid massi

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-18 Thread Alexander Aring
Hi Eric, On Wed, Dec 16, 2015 at 03:55:07PM -0800, Eric Anholt wrote: > This is a major rewrite of the previous Raspberry Pi 2 submission. > SMP support is now included, and the DT includes are cleaned up to > avoid massive duplication. > > The branch (based on 4.4-rc5, to get the USB regression

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-17 Thread Arnd Bergmann
On Thursday 17 December 2015 09:48:57 Stefan Wahren wrote: > Am 17.12.2015 um 01:37 schrieb Eric Anholt: > > Arnd Bergmann writes: > > > >> On Wednesday 16 December 2015 15:55:07 Eric Anholt wrote: > >>> This is a major rewrite of the previous Raspberry Pi 2 submission. > >>> SMP support is now in

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-17 Thread Stefan Wahren
Am 17.12.2015 um 01:37 schrieb Eric Anholt: > Arnd Bergmann writes: > >> On Wednesday 16 December 2015 15:55:07 Eric Anholt wrote: >>> This is a major rewrite of the previous Raspberry Pi 2 submission. >>> SMP support is now included, and the DT includes are cleaned up to >>> avoid massive duplica

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-16 Thread Eric Anholt
Arnd Bergmann writes: > On Wednesday 16 December 2015 15:55:07 Eric Anholt wrote: >> This is a major rewrite of the previous Raspberry Pi 2 submission. >> SMP support is now included, and the DT includes are cleaned up to >> avoid massive duplication. >> >> The branch (based on 4.4-rc5, to get t

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-16 Thread Arnd Bergmann
On Wednesday 16 December 2015 15:55:07 Eric Anholt wrote: > This is a major rewrite of the previous Raspberry Pi 2 submission. > SMP support is now included, and the DT includes are cleaned up to > avoid massive duplication. > > The branch (based on 4.4-rc5, to get the USB regression fixes) can be

[PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-16 Thread Eric Anholt
This is a major rewrite of the previous Raspberry Pi 2 submission. SMP support is now included, and the DT includes are cleaned up to avoid massive duplication. The branch (based on 4.4-rc5, to get the USB regression fixes) can be found at: https://github.com/anholt/linux/tree/bcm2836-4.4 Andrea