----- Original Message ----
From: Peter Stuge peter@stuge.se To: coreboot@coreboot.org Sent: Friday, November 7, 2008 6:27:40 PM Subject: Re: [coreboot] [patch] and/or busybox issue with alix2c3 serial console
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
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.
Thanks Peter, I committed this a few days ago but missed emailing the list being between email accounts. Thanks for the reminder.
r986
Marc