[opensuse-arm] openSUSE factory kernels broken : Cubox and lpae
Hi, It would be nice to fix kernels Cubox and lpae because we cannot use kernel-syms otherwise (to build additional kernel modules for example). lpae fails just because no LOADADDR is provided and we want to build an uImage. I guess we could build a zImage instead. Otherwise what would be the value of LOADADDR? I can make a patch for this one and submit it to opensuse-kernel ML. For CuBox, we have to fix the mach-type file because we have no cubox in it whereas it is in http://www.arm.linux.org.uk/developer/machines/ (#3905) What would be the best way to update arch/arm/tools/mach-types file? Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Guillaume,
lpae fails just because no LOADADDR is provided and we want to build an uImage. I guess we could build a zImage instead. Otherwise what would be the value of LOADADDR? I can make a patch for this one and submit it to opensuse-kernel ML.
+1 for building lpae as a zImage. Thanks in advance for creating a patch.
For CuBox, we have to fix the mach-type file because we have no cubox in it whereas it is in http://www.arm.linux.org.uk/developer/machines/ (#3905)
What would be the best way to update arch/arm/tools/mach-types file?
it looks like it was deleted upstream in commit 848a7b13aef0d8d611b6461b6cc250319fc1dbe1 I'll include a patch into our kernels for this. Thanks for debugging it,you rock! Greetings, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Le 26/06/2013 17:42, Dirk Müller a écrit :
Hi Guillaume,
lpae fails just because no LOADADDR is provided and we want to build an uImage. I guess we could build a zImage instead. Otherwise what would be the value of LOADADDR? I can make a patch for this one and submit it to opensuse-kernel ML. +1 for building lpae as a zImage. Thanks in advance for creating a patch.
Merged in git and already in kernel:Head
For CuBox, we have to fix the mach-type file because we have no cubox in it whereas it is in http://www.arm.linux.org.uk/developer/machines/ (#3905)
What would be the best way to update arch/arm/tools/mach-types file? it looks like it was deleted upstream in commit 848a7b13aef0d8d611b6461b6cc250319fc1dbe1
I'll include a patch into our kernels for this. Thanks for debugging it,you rock!
It seems there is still an error, see kernel:Head log: https://build.opensuse.org/package/live_build_log?arch=armv7l&package=kernel-cubox&project=Kernel%3AHEAD&repository=ARM Seems we should use : .init_time = dove_timer_init, instead of : .timer = dove_timer, in arch/arm/mach-dove/cubox-setup.c but not sure. Guillaume
Greetings, Dirk
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Guillaume,
It seems there is still an error, see kernel:Head log: https://build.opensuse.org/package/live_build_log?arch=armv7l&package=kernel-cubox&project=Kernel%3AHEAD&repository=ARM
Seems we should use : .init_time = dove_timer_init,
instead of : .timer = dove_timer,
in arch/arm/mach-dove/cubox-setup.c but not sure.
I agree, this is what the upstream change did on all of mach-dove. Submitted as patch, the kernel succeeds to build locally now. Thanks, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, Le 29/06/2013 18:26, Dirk Müller a écrit :
Hi Guillaume,
It seems there is still an error, see kernel:Head log: https://build.opensuse.org/package/live_build_log?arch=armv7l&package=kernel-cubox&project=Kernel%3AHEAD&repository=ARM
Seems we should use : .init_time = dove_timer_init,
instead of : .timer = dove_timer,
in arch/arm/mach-dove/cubox-setup.c but not sure. I agree, this is what the upstream change did on all of mach-dove. Submitted as patch, the kernel succeeds to build locally now.
Perfect. Thanks. Guillaume
Thanks, Dirk
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Dirk Müller
-
Guillaume Gardet