[edk2-devel] [PATCH 0/2] MdeModulePkg/DxeCore: clean up image loading functions

Ard Biesheuvel posted 2 patches 4 years ago
Failed in applying to current master (apply log)
MdeModulePkg/Core/Dxe/Image/Image.c | 91 ++++----------------
1 file changed, 17 insertions(+), 74 deletions(-)
[edk2-devel] [PATCH 0/2] MdeModulePkg/DxeCore: clean up image loading functions
Posted by Ard Biesheuvel 4 years ago
A pair of cleanup patches for the LoadImage/StartImage implementations
in DxeCore.

https://github.com/ardbiesheuvel/edk2/pull/new/dxecore-loadimage-cleanup

Ard Biesheuvel (2):
  MdeModulePkg/DxeCore/Image: make local functions STATIC
  MdeModulePkg/DxeCore/Image: remove unused function arguments

 MdeModulePkg/Core/Dxe/Image/Image.c | 91 ++++----------------
 1 file changed, 17 insertions(+), 74 deletions(-)

-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#57132): https://edk2.groups.io/g/devel/message/57132
Mute This Topic: https://groups.io/mt/72900047/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/2] MdeModulePkg/DxeCore: clean up image loading functions
Posted by Liming Gao 4 years ago
Ard:
  What's purpose for this change? Only code clean up? Is there any other benefit?

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ard Biesheuvel
> Sent: Friday, April 10, 2020 12:10 AM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>
> Subject: [edk2-devel] [PATCH 0/2] MdeModulePkg/DxeCore: clean up image loading functions
> 
> A pair of cleanup patches for the LoadImage/StartImage implementations
> in DxeCore.
> 
> https://github.com/ardbiesheuvel/edk2/pull/new/dxecore-loadimage-cleanup
> 
> Ard Biesheuvel (2):
>   MdeModulePkg/DxeCore/Image: make local functions STATIC
>   MdeModulePkg/DxeCore/Image: remove unused function arguments
> 
>  MdeModulePkg/Core/Dxe/Image/Image.c | 91 ++++----------------
>  1 file changed, 17 insertions(+), 74 deletions(-)
> 
> --
> 2.17.1
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#57209): https://edk2.groups.io/g/devel/message/57209
Mute This Topic: https://groups.io/mt/72900047/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/2] MdeModulePkg/DxeCore: clean up image loading functions
Posted by Ard Biesheuvel 4 years ago
On 4/10/20 3:59 PM, Gao, Liming wrote:
> Ard:
>    What's purpose for this change? Only code clean up? Is there any other benefit?
> 

Just code cleanup.

>> -----Original Message-----
>> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ard Biesheuvel
>> Sent: Friday, April 10, 2020 12:10 AM
>> To: devel@edk2.groups.io
>> Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>
>> Subject: [edk2-devel] [PATCH 0/2] MdeModulePkg/DxeCore: clean up image loading functions
>>
>> A pair of cleanup patches for the LoadImage/StartImage implementations
>> in DxeCore.
>>
>> https://github.com/ardbiesheuvel/edk2/pull/new/dxecore-loadimage-cleanup
>>
>> Ard Biesheuvel (2):
>>    MdeModulePkg/DxeCore/Image: make local functions STATIC
>>    MdeModulePkg/DxeCore/Image: remove unused function arguments
>>
>>   MdeModulePkg/Core/Dxe/Image/Image.c | 91 ++++----------------
>>   1 file changed, 17 insertions(+), 74 deletions(-)
>>
>> --
>> 2.17.1
>>
>>
>> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#57210): https://edk2.groups.io/g/devel/message/57210
Mute This Topic: https://groups.io/mt/72900047/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-