[coreboot] [patch] and/or busybox issue with alix2c3 serial console

Peter Stuge peter at stuge.se
Sat Nov 8 02:27:40 CET 2008


Marc Jones wrote:
> +++ mainboard/pcengines/alix2c3/dts	(working copy)
> @@ -34,9 +34,9 @@
>  			/config/("southbridge/amd/cs5536/dts");
>  			/* Interrupt enables for LPC bus.
>  			 *  Each bit is an IRQ 0-15. */
> -			lpc_serirq_enable = "0x0000105A";
> +			lpc_serirq_enable = "0x00001002";
>  			/* LPC IRQ polarity. Each bit is an IRQ 0-15. */
> -			lpc_serirq_polarity = "0x0000EFA5";
> +			lpc_serirq_polarity = "0x0000EFFD";

Awesome. Please commit!

Acked-by: Peter Stuge <peter at stuge.se>

But we should not do interrupt stuff in dts this way I think.
I listened to a device tree presentation today and noone else knows
how to separate description from config either. At least we're not
alone.

Look at Documentation/powerpc/booting-without-of.txt for much dt
documentation.


//Peter




More information about the coreboot mailing list