[edk2-devel] [PATCH v2 2/2] MdeModulePkg:New Pcd to platform constrain BarSize

2024-10-23 Thread Foster Nong
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4868 1. Define a new dynamic PCD in MdeModulePkg gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableMaxBarSize 2. Modify PciProgramResizableBar() to implement configure BAR Size within platform constrain provided in PcdPcieResizableMaxBarSize S

Re: [edk2-devel] [PATCH v2 2/2] MdeModulePkg:New Pcd to platform constrain BarSize

2024-10-23 Thread Nong, Foster
V2 is fix the coding style issue. Below is PR. https://github.com/tianocore/edk2/pull/6342 -Original Message- From: Nong, Foster Sent: Friday, October 18, 2024 8:55 AM To: devel@edk2.groups.io Cc: Nong, Foster ; Kinney, Michael D ; Liming Gao ; Ni, Ray Subject: [PATCH v2 2/2] MdeModul