Re: [edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD definition.

2022-11-09 Thread Jiading Zhang
OK, I got it, thanks!  By the way, I don't know whether it is appropriate that the PCDs have no value in  UefiPayloadPkg.dsc. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96178): https://edk2.groups.io/g/devel/message/96178 Mute This T

Re: [edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD definition.

2022-11-09 Thread Guo, Gua
On Behalf Of Jiading Zhang Sent: Thursday, November 10, 2022 10:11 AM To: Ni; Ni, Ray ; devel@edk2.groups.io Subject: Re: [edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD definition. Yes, these pcds is used by PciBus driver, my comment is not correct. My intention is these PCDs have

Re: [edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD definition.

2022-11-09 Thread Jiading Zhang
@edk2.groups.io > *Subject:* [edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD > definition. > > > > > > > > > > > > > > The following PCDs have no value in the file of UefiPayloadPkg.dsc,

Re: [edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD definition.

2022-11-09 Thread Ni, Ray
These PCDs are used by PciBus driver and MP init logic which are included in the UefiPayloadPkg. From: devel@edk2.groups.io On Behalf Of Jiading Zhang Sent: Thursday, November 10, 2022 9:53 AM To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD

[edk2-devel] [PATCH] UefiPayloadPkg: remove the redundant PCD definition.

2022-11-09 Thread Jiading Zhang
The following PCDs have no value in the file of UefiPayloadPkg.dsc, and they are not used in UefiPayloadPkg, so remove them from [PcdsDynamicExDefault] section. gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSuppo