Can you just split this into two patches? I think we should keep patches confined to updating a single module unless there is a technical reason to touch separate packages in a single patch.
Or, I suppose if you are making the *exact* same change to more than 3 packages, I guess it seems a little silly to make separate patches. On 2015-07-15 19:09:45, Heyi Guo wrote: > Update comment for PcdDefaultTerminalType, as a new terminal type > TTYTERM has been added with type value of 4. > > The new type is NOT defined in UEFI SPEC v2.5. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Heyi Guo <heyi....@linaro.org> In the commit message, you can Cc Andrew and I in the EmulatorPkg patch here, and git send-email will automatically add the Cc when sending the email. You can add Reviewed-by: Jordan Justen <jordan.l.jus...@intel.com> to the separate EmulatorPkg patch. -Jordan > --- > EmulatorPkg/EmulatorPkg.dsc | 2 +- > MdePkg/MdePkg.dec | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc > index e0c6161..dfcd476 100644 > --- a/EmulatorPkg/EmulatorPkg.dsc > +++ b/EmulatorPkg/EmulatorPkg.dsc > @@ -228,7 +228,7 @@ > gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model" > gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000" > > - # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8 > + # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM > gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1 > > [PcdsDynamicDefault.common.DEFAULT] > diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec > index bda6550..598a6d0 100644 > --- a/MdePkg/MdePkg.dec > +++ b/MdePkg/MdePkg.dec > @@ -2012,8 +2012,9 @@ > # 1 - VT100<BR> > # 2 - VT100+<BR> > # 3 - UTF8<BR> > + # 4 - TTYTERM, NOT defined in UEFI SPEC<BR> > # @Prompt Default Terminal Type. > - # @ValidRange 0x80000001 | 0 - 3 > + # @ValidRange 0x80000001 | 0 - 4 > gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024 > > ## Error level for hardware recorder. > -- > 2.1.4 > ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel