Re: [edk2] DynamicEx and FeatureFlag

2014-10-08 Thread Carsey, Jaben
To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] DynamicEx and FeatureFlag Tim: Now, PcdsFeatureFlag can't be extended to other PCD type, like DynamicEx. You have meet with this issue. To use it as DynamicEx, one solution is to change its type from PcdsFeatureFlag to FixedAt

Re: [edk2] DynamicEx and FeatureFlag

2014-10-08 Thread Gao, Liming
m DSC file. Another solution is to introduce new PCD for DynamicEx purpose. Thanks Liming From: Tim Lewis [mailto:tim.le...@insyde.com] Sent: Thursday, October 09, 2014 12:10 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] DynamicEx and FeatureFlag Liming - I don't understand.

Re: [edk2] DynamicEx and FeatureFlag

2014-10-08 Thread Tim Lewis
tober 08, 2014 2:21 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] DynamicEx and FeatureFlag Tim: In current design, PcdsFeatureFlag is BOOLEAN FixedAtBuild PCD. It can't be extended to other PCD type. To use it as PcdDynamicEx, its type has to be changed. But, this

Re: [edk2] DynamicEx and FeatureFlag

2014-10-08 Thread Gao, Liming
From: Tim Lewis [mailto:tim.le...@insyde.com] Sent: Wednesday, October 01, 2014 2:23 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] DynamicEx and FeatureFlag Currently the flag PcdDxeIplSwitchToLongMode is declared as storage type PcdFeatureFlag. But we tried to change it to DynamicEx. Ok,

[edk2] DynamicEx and FeatureFlag

2014-09-30 Thread Tim Lewis
Currently the flag PcdDxeIplSwitchToLongMode is declared as storage type PcdFeatureFlag. But we tried to change it to DynamicEx. Ok, that works great. We changed the .dec file to say [PcdDynamicEx]. No problem. But then we tried to make it selectable by .dsc by making it [PcdFeatureFlag, PcdDy