public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: [edk2-devel] [edk2-platform] [PATCH] Platform/ARM: Fix build failure for FVP and Juno.
       [not found]   ` <6252666C-73C2-47ED-98FE-2C0316F88F3C@arm.com>
@ 2023-11-30 13:42     ` Sami Mujawar
  0 siblings, 0 replies; 2+ messages in thread
From: Sami Mujawar @ 2023-11-30 13:42 UTC (permalink / raw)
  To: Yeo Reum Yun, ardb+tianocore@kernel.org, Thomas Abraham,
	devel@edk2.groups.io
  Cc: Matteo Carlini, Arvind Chauhan, Pierre Gondois, nd,
	quic_llindhol@quicinc.com

Hi Levi,

Apparently, you have not posted the patch to the edk2 mailing list.
Can you post a v2 series with the line ending issue fixed to the mailing list, please?

Regards,

Sami Mujawar

On 30/11/2023, 10:30, "Sami Mujawar" <Sami.Mujawar@arm.com <mailto:Sami.Mujawar@arm.com>> wrote:


Hi Thomas,


Before I go ahead and merge this patch, can you confirm that the Sgi/RD, N1sdp and Morello platforms builds work with this patch, please?


Regards,


Sami Mujawar


On 30/11/2023, 10:24, "Sami Mujawar" <Sami.Mujawar@arm.com <mailto:Sami.Mujawar@arm.com> <mailto:Sami.Mujawar@arm.com <mailto:Sami.Mujawar@arm.com>>> wrote:




Hi Levi,




Thank you for this patch.




There appears to be a line ending issue with your patch which I will fix 
locally before merging.




However, can you check your git/editor configuration and also try 
running patchcheck.py in the future, please?




Reviewed-by: Sami Mujawar <sami.mujawar@arm.com <mailto:sami.mujawar@arm.com> <mailto:sami.mujawar@arm.com <mailto:sami.mujawar@arm.com>>>




Regards,




Sami Mujawar




On 29/11/2023 11:44 am, levi.yun wrote:
> The edk2 commit 7284c44951cffd52f1a08367d91b5c63c7bb9c16
> introduces a new library ImagePropertiesRecordLib to
> consolidate the logic for manipulating the image properties
> used to track runtime images and to remove duplicate code.
> This library is further linked with DxeCore.
>
> Therefore, add an instance of ImagePropertiesRecordLib to
> the ArmVExpress.dsc.inc file so that it is included for Arm
> platforms.
>
> Signed-off-by: Levi Yun <yeoreum.yun@arm.com <mailto:yeoreum.yun@arm.com> <mailto:yeoreum.yun@arm.com <mailto:yeoreum.yun@arm.com>>>
> ---
> Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
> index 5e6886b30c8e507939a73b97366e2247a1430cef..9c9e1f79c8869639c01a0f257633dd8a8a686c3b 100644
> --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
> +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
> @@ -164,6 +164,7 @@ [LibraryClasses.common]
> CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
>
> 
>
> ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
>
> + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
>
> 
>
> [LibraryClasses.common.SEC]
>
> DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
>
> --
> Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")











-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111902): https://edk2.groups.io/g/devel/message/111902
Mute This Topic: https://groups.io/mt/102893425/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [edk2-platform] [PATCH] Platform/ARM: Fix build failure for FVP and Juno.
       [not found]   ` <AM0PR08MB4289D7B6530A99A4F83383BFFB83A@AM0PR08MB4289.eurprd08.prod.outlook.com>
@ 2023-11-30 14:03     ` Sami Mujawar
  0 siblings, 0 replies; 2+ messages in thread
From: Sami Mujawar @ 2023-11-30 14:03 UTC (permalink / raw)
  To: Yeo Reum Yun, Pierre Gondois, taylor.d.beebe@gmail.com,
	edk2-devel-groups-io
  Cc: nd

Forwarding this discussion as it unfortunately missed the mailing list.

Regards,

Sami Mujawar

On 29/11/2023 12:33 pm, Yeo Reum Yun wrote:
> Thanks Pierre :)
>
> +add Taylor Beebe
>
> @Taylor Beebe
>
> Hi Taylor! Thanks for your recent patch related to ImagePropertiesRecordLib!
>
> But, after applying your patches, some platform might experience build failure for the new library.
>
> Many thanks.
>
> ________________________________________
> From: Pierre Gondois <pierre.gondois@arm.com>
> Sent: 29 November 2023 12:24
> To: Yeo Reum Yun; ardb+tianocore@kernel.org; Thomas Abraham; Sami Mujawar
> Cc: leif.lindholm@linaro.org; Matteo Carlini; nd; Arvind Chauhan
> Subject: Re: [edk2-platform] [PATCH] Platform/ARM: Fix build failure for FVP and Juno.
>
> Hello Levi,
>
> Tested-by: Pierre Gondois <pierre.gondois@arm.com>
>
> Also it seems the following platforms (I assume this might affect others
> aswell) have the same issue:
> - Platform/Ampere/JadePkg/Jade.dsc
> - Platform/RaspberryPi/RPi4/RPi4.dsc
> - Platform/Qemu/SbsaQemu/SbsaQemu.dsc
>
> Maybe it should be worth pinging the author of the commit at:
> https://edk2.groups.io/g/devel/message/111744
>
> On 11/29/23 12:44, levi.yun wrote:
>> The edk2 commit 7284c44951cffd52f1a08367d91b5c63c7bb9c16
>> introduces a new library ImagePropertiesRecordLib to
>> consolidate the logic for manipulating the image properties
>> used to track runtime images and to remove duplicate code.
>> This library is further linked with DxeCore.
>>
>> Therefore, add an instance of ImagePropertiesRecordLib to
>> the ArmVExpress.dsc.inc file so that it is included for Arm
>> platforms.
>>
>> Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
>> ---
>>    Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 +
>>    1 file changed, 1 insertion(+)
>>
>> diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
>> index 5e6886b30c8e507939a73b97366e2247a1430cef..9c9e1f79c8869639c01a0f257633dd8a8a686c3b 100644
>> --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
>> +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
>> @@ -164,6 +164,7 @@ [LibraryClasses.common]
>>      CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
>>
>>      ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
>> +  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
>>
>>    [LibraryClasses.common.SEC]
>>      DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
>> --
>> Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111904): https://edk2.groups.io/g/devel/message/111904
Mute This Topic: https://groups.io/mt/102893425/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-30 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20231129114406.1462641-1-yeoreum.yun@arm.com>
     [not found] ` <c8a16619-9bfa-4ec2-9991-4721287707b3@arm.com>
     [not found]   ` <6252666C-73C2-47ED-98FE-2C0316F88F3C@arm.com>
2023-11-30 13:42     ` [edk2-devel] [edk2-platform] [PATCH] Platform/ARM: Fix build failure for FVP and Juno Sami Mujawar
     [not found] ` <46d1b94d-b0be-49cb-ae9b-88035510fd53@arm.com>
     [not found]   ` <AM0PR08MB4289D7B6530A99A4F83383BFFB83A@AM0PR08MB4289.eurprd08.prod.outlook.com>
2023-11-30 14:03     ` Sami Mujawar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox