Re: [edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs

2023-10-03 Thread Taylor Beebe
Thank you , Ard. I very much appreciate your responsiveness. The majority of these patches fall under MdeModulePkg maintainers so I'll also need help from them to drive this forward. On 10/3/2023 11:57 AM, Ard Biesheuvel wrote: On Tue, 3 Oct 2023 at 17:56, Taylor Beebe wrote: Have we given

Re: [edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs

2023-10-03 Thread Ard Biesheuvel
On Tue, 3 Oct 2023 at 17:56, Taylor Beebe wrote: > > Have we given up on this patch series and Bug 4492? > I haven't, I promise. I will get to this on Thursday or Friday. > On 9/26/2023 9:02 AM, Taylor Beebe via groups.io wrote: > > Reviews on this patch series would be much appreciated :) > >

Re: [edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs

2023-10-03 Thread Taylor Beebe
Have we given up on this patch series and Bug 4492? On 9/26/2023 9:02 AM, Taylor Beebe via groups.io wrote: Reviews on this patch series would be much appreciated :) On 8/28/23 9:38 AM, Ard Biesheuvel wrote: I was hoping to get around to this before the end of the week (but I am not a MdeModul

Re: [edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs

2023-09-26 Thread Taylor Beebe
Reviews on this patch series would be much appreciated :) On 8/28/23 9:38 AM, Ard Biesheuvel wrote: I was hoping to get around to this before the end of the week (but I am not a MdeModulePkg maintainer) On Mon, 28 Aug 2023 at 18:27, Taylor Beebe wrote: Can I please get reviews/feedback on th

Re: [edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs

2023-08-28 Thread Ard Biesheuvel
I was hoping to get around to this before the end of the week (but I am not a MdeModulePkg maintainer) On Mon, 28 Aug 2023 at 18:27, Taylor Beebe wrote: > > Can I please get reviews/feedback on this patch series? > > On 8/16/23 11:14 AM, Taylor Beebe via groups.io wrote: > > Can I please get rev

Re: [edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs

2023-08-28 Thread Taylor Beebe
Can I please get reviews/feedback on this patch series? On 8/16/23 11:14 AM, Taylor Beebe via groups.io wrote: Can I please get reviews/feedback on this patch series? On 8/4/2023 12:46 PM, Taylor Beebe via groups.io wrote: From: Taylor Beebe v4: - Expose additional functions in the Library A

Re: [edk2-devel] [PATCH v4 00/14] Add ImagePropertiesRecordLib and Fix MAT Bugs

2023-08-16 Thread Taylor Beebe
Can I please get reviews/feedback on this patch series? On 8/4/2023 12:46 PM, Taylor Beebe via groups.io wrote: From: Taylor Beebe v4: - Expose additional functions in the Library API - Add NULL checks to library functions and return a status where applicable. v3: - Refactor patch series s