On 10/11/2011 11:17 AM, Somebody in the thread at some point said:
On 10/11/2011 11:13 AM, Somebody in the thread at some point said:
Just a note to let you know that the linux-linaro-3.1 branch is now set up and reachable from those URLS:
http://git.linaro.org/gitweb?p=kernel/linux-linaro-3.1.git%3Ba=summary
git://git.linaro.org/kernel/linux-linaro-3.1.git
This is currently not exactly v3.1 based as the real v3.1 isn't out yet, however it should be really close. And the only addition I've forward-ported from the linux-linaro-3.0 branch is the EHCI performance fix from Ming Lei given that mainline doesn't appear to address this issue yet.
I'll maintain both linux-linaro-3.0 and linux-linaro-3.1 for a while as I'm not sure what kernel base the consumers of the Linaro kernel are going to settle on for their 11.10 release.
Great... I'll plug this together with my tracking and make a first try at tilt-linux-linaro-3.1.
I did it and pushed it here
http://git.linaro.org/gitweb?p=people/andygreen/kernel-tilt.git%3Ba=shortlog...
but it has a curious regression vs tilt-tracking, if you have a serial console on the commandline, eg on mine normally it says
console=ttyO2,115200n8r
then whether you have CONFIG_DEBUG_LL and EARLYPRINTK or not the boot dies after showing
[ 4.374420] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 4.477783] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0 [ 4.516510] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1 [ 4.539947] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
ie, at the point where it switches to a proper serial console.
I removed the console=tty02... from the kernel commandline and boot proceeded normally, everything seems to be working.
-Andy