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
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.
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
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,
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