On Tue, Dec 21, 2010 at 8:53 AM, Idwer Vollering <[email protected]> wrote:
> 2010/12/21 Keith Hui <[email protected]>:
>> As promised. Attached is my fix:
>
> Copy/paste:
>
*snip*
>> Index: src/northbridge/intel/i440bx/debug.c
>> ===================================================================
>> --- src/northbridge/intel/i440bx/debug.c (revision 6205)
>> +++ src/northbridge/intel/i440bx/debug.c (working copy)
>> ...
>> - print_debug("dimm: ");
>> - print_debug_hex8(i);
>> - print_debug(".0: ");
>> - print_debug_hex8(device);
>> + printk(BIOS_DEBUG, "dimm: %d", i);
>> + printk(BIOS_DEBUG, ".0: %02x", device);
>
> dimm --> DIMM:
> +printk(BIOS_DEBUG, "DIMM: %d.0: %02x", i, device);
>

Thanks. Updated in attached.
I don't know what the .0 is here for so I took it out as well. Also
gone is a second version of dump_spd_registers() that is #if'd out,
and not too different from what's currently used.

Signed-off-by: Keith Hui <[email protected]>

Attachment: 440bx.config-debug-ram-setup.patch
Description: Binary data

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to