On Fri, Sep 24, 2010 at 05:43:57PM +0200, Stefan Reinauer wrote:
On 9/23/10 11:09 PM, Uwe Hermann wrote:
For now I marked all chipsets where we have Debug Port code as untested, I have a feeling the functionality was rarely tested recently (or at all) so we should only mark those chipsets as tested where we actually have recent test reports.
Last time I tested on i945 I was able to get output if I called the debug port output function directly, but it seemed that you would not get any output from printk as it simply was not hooked up. Has that changed since then?
Hm, looks like it's hooked up in romstage.c on the Kontrol 986lcd-m at the moment, yes. I'll test on another i945 board I have here.
Acked-by: Stefan Reinauer stepan@coresystems.de
Thanks, r5833.
I fixed the order of the function calls to be the same in all romstage.c files for now, further patches will appear soon I hope.
Uwe.