[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFC] m68k: Update defconfigs for v3.9



On Sun, 26 May 2013, Laurent Vivier wrote:

> Le 26/05/2013 02:30, Finn Thain a ecrit :
> 
> This works if I disable "EARLY_PRINTK". To do that I need to patch 
> Kconfig :
> 
> --- a/arch/m68k/Kconfig.debug
> +++ b/arch/m68k/Kconfig.debug
> @@ -11,7 +11,7 @@ config BOOTPARAM_STRING
>         depends on BOOTPARAM
> 
>  config EARLY_PRINTK
> -       bool "Early printk" if EMBEDDED
> +       bool "Early printk"
>         depends on MVME16x || MAC
>         default y
>         help
> 

My bad. When I added "|| MAC" I didn't realise that EARLY_PRINTK == y by 
default when EMBEDDED == n. You may want to send that patch in formal 
style. Or maybe this?

-       depends on MVME16x || MAC
+       depends on EMBEDDED && (MVME16x || MAC)

Or maybe both?

I'd love to know why the unhandled IRQ_AUTO_4 interrupt gets reported as 
number 112...

If I send you a patch to try to fix the SCC initialisation for the early 
console, would you be willing to test EARLY_PRINTK=y again?

I think the correct fix would be a bootloader that disables the SCC irq 
sources. But a kernel patch would help until bootloaders are fixed.

Finn

> Regards,
> Laurent
> 


Reply to: