Re: [edk2-devel] [PATCH V1] MdePkg: Update GetImage , GetImageInfo description details

2024-03-09 Thread Michael D Kinney
Hi Madhan, I created a PR with all 3 related patches to run through EDK II CI. https://github.com/tianocore/edk2/pull/5453 There are CI failures. Please resolve and send updated patches. Thanks, Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of > Pethaiyan Madhan >

Re: [edk2-devel] [PATCH V1] MdePkg: Update GetImage , GetImageInfo description details

2024-03-09 Thread Michael D Kinney
Does anyone know why this condition was dropped between UEFI 2.7 and UEFI 2.8 for Firmware Management Protocol GetImageInfo()? EFI_INVALID_PARAMETER ImageInfoSize is NULL. It seems the updated return code assumes ImageInfoSize is not NULL to perform those checks. Thanks, Mike >

[edk2-devel][PATCH v3 0/3] Fix Runtime Granularity Issues

2024-03-09 Thread Oliver Smith-Denny
This patch series is the third version of MdeModulePkg: DxeCore: Don't Guard Large Runtime Granularity Allocations​. The subject line has been updated because this went from a one commit patch with no cover letter to a multi-commit patch. The commit messages cover the vast amount of detail here, b