Reviewed-by: [email protected] > -----Original Message----- > From: Chiu, Chasel > Sent: Thursday, September 21, 2017 3:51 PM > To: [email protected] > Cc: Yao, Jiewen <[email protected]>; Maurice; Ma, Maurice > <[email protected]>; Chiu, Chasel <[email protected]> > Subject: [PATCH] IntelFsp2Pkg-Tools: Add FixedAtBuild PCD support in > GenCfgOpt.py > > Platform is eligible to use either PcdsFeatureFlag or > PcdsFixedAtBuild for build configuration and requires > GenCfgOpt.py support. > > Cc: Jiewen Yao <[email protected]> > Cc: Maurice, Ma <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Chasel Chiu <[email protected]> > --- > IntelFsp2Pkg/Tools/GenCfgOpt.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/IntelFsp2Pkg/Tools/GenCfgOpt.py > b/IntelFsp2Pkg/Tools/GenCfgOpt.py > index 6dc1b10b34..64e0a3a985 100644 > --- a/IntelFsp2Pkg/Tools/GenCfgOpt.py > +++ b/IntelFsp2Pkg/Tools/GenCfgOpt.py > @@ -457,7 +457,7 @@ EndList > IsUpdSect = False > if Match.group(1).lower() == "Defines".lower(): > IsDefSect = True > - if Match.group(1).lower() == "PcdsFeatureFlag".lower(): > + if (Match.group(1).lower() == "PcdsFeatureFlag".lower() or > Match.group(1).lower() == "PcdsFixedAtBuild".lower()): > IsPcdSect = True > elif Match.group(1).lower() == > "PcdsDynamicVpd.Upd".lower(): > ConfigDict = {} > -- > 2.13.3.windows.1
_______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

