Re: [coreboot] Porting coreboot to the Asus P5G41T-M LX motherboard

2016-03-21 Thread Renze Nicolai
Hi Martin, I added back that function and tried changing / adding some other stuff and guess what? Serial console works! Thank you for pointing in the right direction. Now the next problem: this motherboard uses an Intel X4X northbridge with DDR3 RAM. This is the serial console output:

Re: [coreboot] Porting coreboot to the Asus P5G41T-M LX motherboard

2016-03-21 Thread Martin Roth
Ok, looking at the differences between your code ant the GA-G41M code, I think you might want to add back in the ich7_enable_lpc() function (or something equivalent) . My guess is that you're not sending the necessary IO ports out to LPC. Martin On Mon, Mar 21, 2016 at 2:25 PM, Renze Nicolai

Re: [coreboot] Porting coreboot to the Asus P5G41T-M LX motherboard

2016-03-21 Thread Renze Nicolai
Hi Martin, Autoport wasn't much use to me since it didn't recognize anything. However it left behind all kinds of logs like the full lspci output and stuff like that -> that's why I shared it. https://github.com/rnplus/test-coreboot-for-asus-p5g41t-m-lx/blob/maste r/superiodump

[coreboot] Porting coreboot to the Asus P5G41T-M LX motherboard

2016-03-20 Thread Renze Nicolai
Hello everyone, I am trying to port coreboot to the Asus P5G41T-M LX motherboard but I got stuck. This motherboard has:  - Northbridge: Intel G41  - Southbridge: ICH7  - Super IO: w83627dhg I used the Gigabye GA-G41M-ES2L code as base since I think it has the same north- and southbridge. That