[U-Boot] [PATCH 1/3] x86: pci: Add PCI IDs for Wildcat Point

Bin Meng bmeng.cn at gmail.com
Sat Oct 10 05:31:04 CEST 2015


Hi George,

On Sat, Oct 10, 2015 at 5:54 AM, George McCollister
<george.mccollister at gmail.com> wrote:
> Signed-off-by: George McCollister <george.mccollister at gmail.com>

Could you please include a simple sentence as the commit message?

Other than this,

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

> ---
>  include/pci_ids.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/pci_ids.h b/include/pci_ids.h
> index 49f7d7d..17a01a0 100644
> --- a/include/pci_ids.h
> +++ b/include/pci_ids.h
> @@ -3022,6 +3022,8 @@
>  #define PCI_DEVICE_ID_INTEL_IXP2800    0x9004
>  #define PCI_DEVICE_ID_INTEL_LYNXPOINT_AHCI     0x9c03
>  #define PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC      0x9c45
> +#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_AHCI  0x9c83
> +#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LPC   0x9cc3
>  #define PCI_DEVICE_ID_INTEL_S21152BB   0xb152
>
>  #define PCI_VENDOR_ID_SCALEMP          0x8686
> --

Regards,
Bin


More information about the U-Boot mailing list