Re: [edk2-devel] [PATCH] BaseTools/GenBiosId: Add a new tool GenBiosId

2019-06-14 Thread Michael D Kinney
> -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] > On Behalf Of Zhang, Shenglei > Sent: Friday, June 14, 2019 12:39 AM > To: devel@edk2.groups.io > Cc: Fan, ZhijuX ; Feng, Bob C > ; Gao, Liming > > Subject: [edk2-devel] [PATCH] BaseTools/

[edk2-devel] [PATCH] BaseTools/GenBiosId: Add a new tool GenBiosId

2019-06-14 Thread Zhang, Shenglei
From: "Fan, Zhiju" GenBiosId is a tool to generate the BIOS ID binary file which uses the data from the configuration file. https://bugzilla.tianocore.org/show_bug.cgi?id=1846 v2:v1 is a tool of C type and v2 is python type. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Shenglei Zhang ---

Re: [edk2-devel] [PATCH] BaseTools/GenBiosId: Add a new tool GenBiosId

2019-05-31 Thread Zhang, Shenglei
> -Original Message- > From: Kinney, Michael D > Sent: Wednesday, May 29, 2019 12:49 AM > To: devel@edk2.groups.io; Zhang, Shenglei ; > Kinney, Michael D > Subject: RE: [edk2-devel] [PATCH] BaseTools/GenBiosId: Add a new tool > GenBiosId > > Could this tool

Re: [edk2-devel] [PATCH] BaseTools/GenBiosId: Add a new tool GenBiosId

2019-05-28 Thread Michael D Kinney
implemented in python. Thanks, Mike > -Original Message- > From: devel@edk2.groups.io > [mailto:devel@edk2.groups.io] On Behalf Of Zhang, > Shenglei > Sent: Monday, May 27, 2019 6:32 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH] BaseTools/GenBiosId: Add &

[edk2-devel] [PATCH] BaseTools/GenBiosId: Add a new tool GenBiosId

2019-05-27 Thread Zhang, Shenglei
GenBiosId is a tool to generate the BIOS ID binary file which uses the data from the configuration file. https://bugzilla.tianocore.org/show_bug.cgi?id=1846 Signed-off-by: Shenglei Zhang --- BaseTools/Source/C/GenBiosId/GenBiosId.c | 627 +++ BaseTools/Source/C/GNUmakefile