Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-05-07 Thread Bob Feng
From: devel@edk2.groups.io On Behalf Of PierreGondois Sent: Saturday, April 25, 2020 12:31 AM To: Feng, Bob C ; devel@edk2.groups.io; Kinney, Michael D ; Sami Mujawar ; Gao, Liming Cc: nd Subject: Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax Hello Bob, Than

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-05-01 Thread PierreGondois
Gondois ; devel@edk2.groups.io; Kinney, Michael D ; Sami Mujawar ; Gao, Liming Cc: nd Subject: RE: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax Hi Pierre, Sorry for the late response. I have no good idea to resolve the concern about the INF syntax change, but I

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-04-24 Thread PierreGondois
en file1.hex, file2.hex and file1.c. Please let me know what you think, or if you have any suggestion on how to make this change, Regards, Pierre -Original Message- From: Feng, Bob C Sent: Thursday, April 23, 2020 10:37 AM To: Pierre Gondois ; devel@edk2.groups.io; Kinney, Michael D

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-04-23 Thread Bob Feng
Sami Mujawar ; Gao, Liming Cc: nd Subject: RE: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax Hello Bob, Liming and Michael, This is just a re-post of my last message on the Bugzilla ticket available at https://bugzilla.tianocore.org/show_bug.cgi?id=2646 I want

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-04-20 Thread PierreGondois
; Gao, Liming Cc: nd Subject: RE: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax Hello Bob, Liming and Michael, This is just a re-post of my last message on the Bugzilla ticket available at https://bugzilla.tianocore.org/show_bug.cgi?id=2646 I wanted to be sure we a

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-04-15 Thread PierreGondois
6663 -Original Message- From: devel@edk2.groups.io On Behalf Of Michael D Kinney via Groups.Io Sent: 01 April 2020 17:19 To: devel@edk2.groups.io; Feng, Bob C ; Pierre Gondois ; Sami Mujawar ; Gao, Liming ; Kinney, Michael D Cc: nd Subject: Re: [edk2-devel] [PATCH v1 1/1] INF Spec: A

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-04-01 Thread Michael D Kinney
@edk2.groups.io; pierre.gond...@arm.com; Sami > Mujawar ; Gao, Liming > > Cc: nd > Subject: Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add > file dependency to [Sources] syntax > > Hi Pierre, > > I will review the spec and code change in this week. > > Thanks, > Bob

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-04-01 Thread Bob Feng
Cc: nd Subject: Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax Hello Liming and Bob, I couldn't find the list of maintainers for the specification files, but it seems Liming is a maintainer. If a maintainer is missing, please feel free to cc him, Re

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-03-30 Thread PierreGondois
The Bugzilla ticket number was erroneous in the v1. The v2 is available at: https://edk2.groups.io/g/devel/message/56663 Regards, Pierre -Original Message- From: PierreGondois Sent: 30 March 2020 16:43 To: devel@edk2.groups.io Cc: Pierre Gondois ; liming@intel.com; sami.muja...@arm

Re: [edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-03-30 Thread PierreGondois
Hello Liming and Bob, I couldn't find the list of maintainers for the specification files, but it seems Liming is a maintainer. If a maintainer is missing, please feel free to cc him, Regards, Pierre -Original Message- From: PierreGondois Sent: Monday, March 30, 2020 4:43 PM To: devel

[edk2-devel] [PATCH v1 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-03-30 Thread PierreGondois
From: Pierre Gondois BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2464 When building an edk2 module, a C file was including a .hex file generated by the compilation of an ASL file. To describe this dependency between an ASL file and a C file, the edk2 patch, - named "BaseTools: Build ASL