Re: [coreboot] [PATCH] Add target for ASUS K8V-X SE motherboard

2011-03-07 Thread Alex G.
This is my last submission of this patch. I've made the board depend on CONFIG_EXPERT, and added a help menu describing it does not work. I leave the mptable because I have invested significant effort into making sure it is correct. I leave the APCI table because I have invested effort into

Re: [coreboot] [PATCH] Add target for ASUS K8V-X SE motherboard

2011-03-05 Thread Alex G.
On 03/03/2011 02:15 AM, Joseph Smith wrote: Alex have you tried adding irqpoll to your command line? It may give you some clues? Just did: http://pastebin.com/6n2AV3DU I'm looking over the output to see if there's anything useful. Alex -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] [PATCH] Add target for ASUS K8V-X SE motherboard

2011-03-02 Thread Alex G.
On 02/24/2011 04:12 PM, Alex G. wrote: Ping! Ping6 ? Alex Add support for ASUS K8X-X SE motherboard. The good: SeaBIOS can start, run option roms, and boot off DVD, IDE, or CBFS. IRQ tables are fairly refined. MP-Table is complete and reflects actual hardware setup. The bad: ACPI tables are

Re: [coreboot] [PATCH] Add target for ASUS K8V-X SE motherboard

2011-03-02 Thread Peter Stuge
Alex G. wrote: Add support for ASUS K8X-X SE motherboard. .. Linux cannot complete booting. Also not with acpi=off so that it uses the mptable? Basically the code isn't ready yet. Maybe we should have a CONFIG_EXPERIMENTAL ? //Peter -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] [PATCH] Add target for ASUS K8V-X SE motherboard

2011-03-02 Thread Joseph Smith
On 03/02/2011 04:38 PM, Peter Stuge wrote: Alex G. wrote: Add support for ASUS K8X-X SE motherboard. .. Linux cannot complete booting. Also not with acpi=off so that it uses the mptable? Basically the code isn't ready yet. Maybe we should have a CONFIG_EXPERIMENTAL ? //Peter Alex why

Re: [coreboot] [PATCH] Add target for ASUS K8V-X SE motherboard

2011-03-02 Thread Alex G.
On 03/02/2011 11:41 PM, Joseph Smith wrote: On 03/02/2011 04:38 PM, Peter Stuge wrote: Alex G. wrote: Add support for ASUS K8X-X SE motherboard. .. Linux cannot complete booting. Also not with acpi=off so that it uses the mptable? Yes. It fails to work with acpi, mptable, and pirq table.

Re: [coreboot] [PATCH] Add target for ASUS K8V-X SE motherboard

2011-03-02 Thread Joseph Smith
On 03/02/2011 05:03 PM, Alex G. wrote: On 03/02/2011 11:41 PM, Joseph Smith wrote: On 03/02/2011 04:38 PM, Peter Stuge wrote: Alex G. wrote: Add support for ASUS K8X-X SE motherboard. .. Linux cannot complete booting. Also not with acpi=off so that it uses the mptable? Yes. It fails to