[coreboot] [PATCH 5/5] Intel 3100, version 3: Intel 3100 development kit mainboard

Peter Stuge peter at stuge.se
Fri Mar 14 00:17:39 CET 2008


On Thu, Mar 13, 2008 at 02:49:55PM -0700, Ed Swierk wrote:
> +#if 0
> +	print_pci_devices();
> +#endif
..

> +#if 0
> +	dump_spd_registers();
> +#endif
..

> +#if 0
> +	dump_pci_devices();
> +	dump_pci_device(PCI_DEV(0, 0x00, 0));
> +	dump_bar14(PCI_DEV(0, 0x00, 0));
> +#endif
> +
> +#if 1
> +	ram_check(0x00000000, 0x00100000);
> +#endif
> +
> +#if 0
> +	while(1) {
> +		hlt();
> +	}
> +#endif

These aren't so nice.. Possible to use the loglevel somehow?

I'm inclined to ack anyway though.


//Peter




More information about the coreboot mailing list