From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.27277.1669305389438411005 for ; Thu, 24 Nov 2022 07:56:30 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: sahil@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1EE8E23A; Thu, 24 Nov 2022 07:56:35 -0800 (PST) Received: from usa.arm.com (a077434.blr.arm.com [10.162.17.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id DCC5D3F587; Thu, 24 Nov 2022 07:56:26 -0800 (PST) From: sahil@arm.com To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Sahil Subject: [edk2-platforms][PATCH V1 1/1] Silicon/ARM/NeoverseN1Soc: Update CCIX PNP ID Date: Thu, 24 Nov 2022 21:25:28 +0530 Message-Id: <20221124155528.355076-1-sahil@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable There is no need for a separate ID for CCIX host bridge, therefore reusing PCIe PNP ID for CCIX. Also, updating the file's license to resolve error during ECC checks. Signed-off-by: sahil --- Silicon/ARM/NeoverseN1Soc/Library/PciHostBridgeLib/PciHostBridgeLib.c | 17= +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Silicon/ARM/NeoverseN1Soc/Library/PciHostBridgeLib/PciHostBrid= geLib.c b/Silicon/ARM/NeoverseN1Soc/Library/PciHostBridgeLib/PciHostBridgeL= ib.c index 1f38f654a8ce..4c1acf154ca0 100644 --- a/Silicon/ARM/NeoverseN1Soc/Library/PciHostBridgeLib/PciHostBridgeLib.c +++ b/Silicon/ARM/NeoverseN1Soc/Library/PciHostBridgeLib/PciHostBridgeLib.c @@ -1,10 +1,11 @@ /** @file=0D -* PCI Host Bridge Library instance for ARM Neoverse N1 platform=0D -*=0D -* Copyright (c) 2019 - 2022, ARM Limited. All rights reserved.
=0D -*=0D -* SPDX-License-Identifier: BSD-2-Clause-Patent=0D -*=0D +=0D + PCI Host Bridge Library instance for ARM Neoverse N1 platform=0D +=0D + Copyright (c) 2019 - 2022, ARM Limited. All rights reserved.
=0D +=0D + SPDX-License-Identifier: BSD-2-Clause-Patent=0D +=0D **/=0D =0D #include =0D @@ -65,8 +66,8 @@ STATIC EFI_PCI_ROOT_BRIDGE_DEVICE_PATH mEfiPciRootBridgeD= evicePath[ROOT_COMPLEX_ (UINT8)(sizeof (ACPI_HID_DEVICE_PATH) >> 8)=0D }=0D },=0D - EISA_PNP_ID(0x0A09), // CCIX=0D - 0=0D + EISA_PNP_ID(0x0A08), // CCIX=0D + 1=0D },=0D {=0D END_DEVICE_PATH_TYPE,=0D --=20 2.25.1