On 07/07/2016 at 10:51:15 +0200, Arnd Bergmann wrote :
On Thursday, July 7, 2016 10:43:23 AM CEST Alexandre Belloni wrote:
On 07/07/2016 at 10:07:44 +0200, Arnd Bergmann wrote :
On Thursday, July 7, 2016 9:32:08 AM CEST Alexandre Belloni wrote:
On 06/07/2016 at 15:17:14 -0700, kernelci.org bot wrote :
multi_v4t_defconfig: at91sam9261ek: 1 failed lab at91sam9m10g45ek: 1 failed lab at91sam9x25ek: 1 failed lab at91sam9x35ek: 1 failed lab
Well, it would have been useful to be in copy of the patch adding that configuration. It will never boot on those SoCs so this can be ignored.
I added the patch, but I don't know why kernelci decided to try booting it on those platforms. I guess we don't even have anyone with rm9200 machines for kernelci, or interest in adding that, right?
An at91rm9200ek should be up in our lab soon. For what I understand, the main issue is getting an armv4 rootfs from kci and it also has to boot over nfs instead of initramfs because of the limited RAM space.
Ok, good to know.
Once that is added, I guess we have the opposite problem with kernelci running multi_v5_defconfig on rm9200.
While I don't know what code implements it, I guess there is something that currently matches CONFIG_ARCH_AT91 to booting on all at91sam9 boards, and we have to replace that with CONFIG_SOC_AT91SAM9, and add a similar trigger to boot on rm9200 when CONFIG_SOC_AT91RM9200 is set.
I've submitted PR #51 that should solve it: https://github.com/kernelci/lava-ci/pull/51