[coreboot] [PATCH 1/6] Intel EP80579 PCI device IDs

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Aug 20 22:41:22 CEST 2008


On 20.08.2008 18:17, Ed Swierk wrote:
> This patch adds PCI device IDs for the Intel EP80579 Integrated Processor.
>
> Signed-off-by: Ed Swierk <eswierk at arastra.com>
>   

A few comments about this one:

> Index: coreboot-v2-3363/src/include/device/pci_ids.h
> ===================================================================
> --- coreboot-v2-3363.orig/src/include/device/pci_ids.h
> +++ coreboot-v2-3363/src/include/device/pci_ids.h
> @@ -2354,6 +2354,17 @@
>  #define PCI_DEVICE_ID_INTEL_3100_PCIE_PA 0x35b6
>  #define PCI_DEVICE_ID_INTEL_3100_PCIE_PA1 0x35b7
>  
> +/* Intel EP80579 */
> +#define PCI_DEVICE_ID_INTEL_EP80579_LPC    0x5031
> +#define PCI_DEVICE_ID_INTEL_EP80579_EHCI   0x5035
> +#define PCI_DEVICE_ID_INTEL_EP80579_SATA   0x5028
>   

Call this one ..._SATA_IDE or ..._SATA_COMPAT?

> +#define PCI_DEVICE_ID_INTEL_EP80579_SATA_R 0x5029
>   

..._SATA_AHCI?

> +#define PCI_DEVICE_ID_INTEL_EP80579_USB    0x5033
>   

..._UHCI instead?

> +#define PCI_DEVICE_ID_INTEL_EP80579_SMB    0x5032
> +#define PCI_DEVICE_ID_INTEL_EP80579_MC     0x5020
> +#define PCI_DEVICE_ID_INTEL_EP80579_PCIE_PA 0x5024
>   

.._PA0?

> +#define PCI_DEVICE_ID_INTEL_EP80579_PCIE_PA1 0x5025
> +
>  #define PCI_DEVICE_ID_INTEL_80310	0x530d
>  #define PCI_DEVICE_ID_INTEL_82810_MC1	0x7120
>  #define PCI_DEVICE_ID_INTEL_82810_IG1	0x7121
>   


Regards,
Carl-Daniel




More information about the coreboot mailing list