Re: [edk2-devel] [PATCH v6 1/5] MdePkg/Protocol/Hash: introduce GUID for SM3 digest algorithm

2019-07-13 Thread Yao, Jiewen
hi imran Thank to create the new series. I apologize that I overlooked this mdepkg update. I checked uefi spec 2.8 and did not found this sm3 definition. So I think this extension is only for edkii, not uefi spec. Am I right ? If so, mdepkg is not the best place. The reason is that mdepkg

Re: [edk2-devel] [PATCH] EmulatorPkg/Unix: Convert timezone from seconds to minutes

2019-07-13 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Justen, Jordan L > Sent: Saturday, July 13, 2019 4:08 PM > To: devel@edk2.groups.io > Cc: Justen, Jordan L ; Andrew Fish > ; Ni, Ray > Subject: [PATCH] EmulatorPkg/Unix: Convert timezone from seconds to minutes > > Fixes and assert seen

Re: [edk2-devel] [PATCH] EmulatorPkg/build.sh: Fix missing usage of -b BUILDTARGET parameter

2019-07-13 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Justen, Jordan L > Sent: Saturday, July 13, 2019 3:42 PM > To: devel@edk2.groups.io; Andrew Fish ; Ni, Ray > > Subject: Re: [PATCH] EmulatorPkg/build.sh: Fix missing usage of -b > BUILDTARGET parameter > > On 2019-04-10 02:07:34,

Re: [edk2-devel] [PATCH 3/3] BaseTools: add GetMaintainer.py script

2019-07-13 Thread Leif Lindholm
On Sat, Jul 13, 2019 at 12:58:18AM +0200, Laszlo Ersek wrote: > On 07/12/19 19:01, Leif Lindholm wrote: > > Add a new script GetMaintainer.py that uses the new Maintainer.txt format > > to determine which addresses to cc on patch submission. > > > > Signed-off-by: Leif Lindholm > > Reviewed-by:

[edk2-devel] [PATCH] EmulatorPkg/Unix: Convert timezone from seconds to minutes

2019-07-13 Thread Jordan Justen
Fixes and assert seen when running ls under the shell. It appears the assert was added in: commit 99849a906e15ea3a9a0330d69bbae0d21ff49808 ShellPkg/ls: Display the file time in local time. Signed-off-by: Jordan Justen Cc: Andrew Fish Cc: Ray Ni --- For reference:

Re: [edk2-devel] [PATCH] EmulatorPkg: update HOST_TOOLS to xcode5

2019-07-13 Thread Jordan Justen
pushed as 55b9bbf40a1cf9788dd6a7b093851076851fc670 On 2019-06-19 09:57:20, Stephano Cetola wrote: > The last compiler flag change was for Xcode 5.0, not Xcode 3.2. As such > the HOST_TOOLS should be set to XCODE5. > > Also, fix a small typo. > > This fixes bug 447: > >

Re: [edk2-devel] [PATCH] EmulatorPkg/build.sh: Fix missing usage of -b BUILDTARGET parameter

2019-07-13 Thread Jordan Justen
On 2019-04-10 02:07:34, Jordan Justen wrote: > Signed-off-by: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni ping > --- > EmulatorPkg/build.sh | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/EmulatorPkg/build.sh b/EmulatorPkg/build.sh > index