Page 1 of 3

Kernel 3.15

Posted: Wed Apr 16, 2014 2:48 pm
by xeno74
Hi All,

I have some bad news for you. The RC 1 of the kernel 3.15 doesn't boot currently. I don't know why. I have test it with our standard patch with Olof's hack and then I have test it without Olof's hack. But without any success. I have test it with the boot argument radeon.dpm=0. But it doesn't boot. I hope I can figure out why.

First, the config of the RC 1:
nemo_3.15-rc1.config.tar.bz2
(15.66 KiB) Downloaded 624 times
The patch with Olof's hack:
nemo_3.15.patch.tar.bz2
(7.5 KiB) Downloaded 517 times
The patch without Olof's hack:
nemo_3.15-alternative.patch.tar.bz2
(7.28 KiB) Downloaded 588 times

Re: Kernel 3.15

Posted: Wed Apr 16, 2014 3:07 pm
by xeno74
RC 1 built with the standard Nemo patch with Olof's hack:
With_Olofs_hack.JPG
RC 1 built with the standard Nemo patch without Olof's hack:
Without_Olofs_hack.JPG
RC 1 with the boot argument radeon.dpm=0:
radeon_dpm_0.JPG

Re: Kernel 3.15

Posted: Wed Apr 16, 2014 5:37 pm
by mechanic
Build log?

Re: Kernel 3.15

Posted: Thu Apr 17, 2014 8:25 pm
by xeno74
For the P.A. Semi Electra board: vmlinux-3.15.0-rc1-PASemiElectra.tar.bz2

Re: Kernel 3.15

Posted: Wed Apr 23, 2014 11:04 pm
by xeno74
The RC 2 doesn't boot, either. We'll try to figure out why.

Re: Kernel 3.15

Posted: Mon Apr 28, 2014 1:48 pm
by xeno74
Unfortunately, the RC 3 also doesn't boot.

Re: Kernel 3.15

Posted: Mon Apr 28, 2014 1:56 pm
by xeno74
Darren, could you try to solve this boot problem, please? I think it's a radeon issue.

Re: Kernel 3.15

Posted: Wed May 07, 2014 9:40 pm
by xeno74
Hi All,

I have compiled the RC 4 of the kernel 3.15 but it doesn't boot.

By the way, here is a very interesting thread about Lubuntu 14.04 on a Power Mac G5 Quad: http://ubuntuforums.org/showthread.php?t=2221421

Rgds,

Christian

Re: Kernel 3.15

Posted: Sun May 11, 2014 9:33 pm
by xeno74
The RC 5 doesn't boot, either.
Darren tried to catch some serial output to get an idea where it is failing, only it's not generating any. He will try some other configs see if anything helps, but at the moment this looks like there is another early boot problem.
I try to figure out which patch is the problem for the boot issue in the git log. For example:

Kernel git version 3e75c6de1ac33fe3500f44573d9212dc82c99f59 didn't boot
Kernel git version 6d956e422bf1848e430e0ec3610096215217cb02 boots without any problems.

Re: Kernel 3.15

Posted: Tue May 13, 2014 1:17 am
by xeno74
Hi All,

I have found out which patch is responsible for the boot problems. It's patch 9000c17dc0f9c910267d2661225c9d33a227b27e. Link: https://git.kernel.org/cgit/linux/kerne ... 33a227b27e

Experimental protocol:

Code: Select all

git checkout -f 01d8885785a60ae8f4c37b0ed75bdc96d0fc6a44; git clean -fdx (from 02/04/14) -> Kernel boots
git checkout -f f1553174a207f68a4ec19d436003097e0a4dc405; git clean -fdx (from 03/04/14) -> Kernel boots
git checkout -f d40326f4b9f9617cdfd30f83a2db57d47e9c5bac; git clean -fdx (from 04/04/14) -> Kernel boots
git checkout -f 930b440cd8256f3861bdb0a59d26efaadac7941a; git clean -fdx (from 05/04/14) -> doesn't boot (rtc error)
git checkout -f 2b3a8fd735f86ebeb2b9d061054003000c36b654; git clean -fdx (from 06/04/14) -> doesn't boot (rtc error)
git checkout -f 26c12d93348f0bda0756aff83f4867d9ae58a5a6; git clean -fdx (from 07/04/14) -> doesn't boot (rtc error)
git checkout -f a6c8aff022d4d06e4b41455ae9b2a5d3d503bf76; git clean -fdx (from 08/04/14) -> Kernel boots
git checkout -f 035328c202d26a824b8632fd3b00635db5aee5a2; git clean -fdx (from 08/04/14) -> Kernel boots
git checkout -f 9000c17dc0f9c910267d2661225c9d33a227b27e; git clean -fdx (from 08/04/14) powerpc/powernv: Fix endian issues with sensor code. One OPAL call and one device tree property needed byte swapping. -> doesn't boot (prom_init)
git checkout -f d3d35d957a9d0733dc51f14b5abc0bff5d3c5f3a; git clean -fdx (from 08/04/14) -> doesn't boot (prom_init)
git checkout -f c4586256f0c440bc2bdb29d2cbb915f0ca785d26; git clean -fdx (from 09/04/14) -> doesn't boot (prom_init)
Rgds,

Christian