Date
1 - 2 of 2
[edk2-platforms][PATCH V1 1/1] Silicon/ARM/NeoverseN1Soc: Update CCIX PNP ID
Leif Lindholm
Hi Sahil,
toggle quoted message
Show quoted text
Please split the license update out into a separate patch. / Leif On 2022-11-24 15:55, sahil@... wrote:
There is no need for a separate ID for CCIX host bridge, |
|
sahil@...
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 <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.<BR>=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.<BR>=0D +=0D + SPDX-License-Identifier: BSD-2-Clause-Patent=0D +=0D **/=0D =0D #include <PiDxe.h>=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 |
|