[coreboot] v3 help with PCI_DOMAIN resources

Myles Watson mylesgw at gmail.com
Mon Oct 13 21:09:47 CEST 2008


I'd like to see this enabled by config option.

Signed-off-by: Myles Watson <mylesgw at gmail.com>

and/or

Acked-by: Myles Watson <mylesgw at gmail.com>

If you want to resend it since you wrote it.

Thanks,
Myles

On 10/13/08, ron minnich <rminnich at gmail.com> wrote:
>
> Myles, use this patch. Then send me output.
>
> ron
> Index: lib/console.c
> ===================================================================
> --- lib/console.c       (revision 920)
> +++ lib/console.c       (working copy)
> @@ -136,8 +136,14 @@
>                 return 0;
>         }
>
> +       console_tx_byte('<', (void *)0);
> +       console_tx_byte(msg_level + '0', (void *)0);
> +       console_tx_byte('>', (void *)0);
> +
> +       i = 3;
> +
>         va_start(args, fmt);
> -       i = vtxprintf(console_tx_byte, (void *)0, fmt, args);
> +       i += vtxprintf(console_tx_byte, (void *)0, fmt, args);
>         va_end(args);
>
>         return i;
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081013/7e7f7fef/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log_level.diff
Type: text/x-patch
Size: 1030 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081013/7e7f7fef/attachment.diff>


More information about the coreboot mailing list