[coreboot] [PATCH] Add support for dumping RCBA registers for i7.

Warren Turkal wt at penguintechs.org
Wed Sep 1 11:22:18 CEST 2010


BTW, I also took the opportunity to put the list if lexicographical order.

wt

On Wed, Sep 1, 2010 at 2:13 AM, Warren Turkal <wt at penguintechs.org> wrote:
> Signed-off-by: Warren Turkal <wt at penguintechs.org>
> ---
>  util/inteltool/rootcmplx.c |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c
> index 215c150..cb5d2a3 100644
> --- a/util/inteltool/rootcmplx.c
> +++ b/util/inteltool/rootcmplx.c
> @@ -36,14 +36,15 @@ int print_rcba(struct pci_dev *sb)
>        case PCI_DEVICE_ID_INTEL_ICH7M:
>        case PCI_DEVICE_ID_INTEL_ICH7DH:
>        case PCI_DEVICE_ID_INTEL_ICH7MDH:
> +       case PCI_DEVICE_ID_INTEL_ICH8:
> +       case PCI_DEVICE_ID_INTEL_ICH8M:
>        case PCI_DEVICE_ID_INTEL_ICH9DH:
>        case PCI_DEVICE_ID_INTEL_ICH9DO:
>        case PCI_DEVICE_ID_INTEL_ICH9R:
>        case PCI_DEVICE_ID_INTEL_ICH9:
>        case PCI_DEVICE_ID_INTEL_ICH9M:
>        case PCI_DEVICE_ID_INTEL_ICH9ME:
> -       case PCI_DEVICE_ID_INTEL_ICH8M:
> -       case PCI_DEVICE_ID_INTEL_ICH8:
> +       case PCI_DEVICE_ID_INTEL_ICH10R:
>        case PCI_DEVICE_ID_INTEL_NM10:
>                rcba_phys = pci_read_long(sb, 0xf0) & 0xfffffffe;
>                break;
> --
> 1.7.1
>
>




More information about the coreboot mailing list