public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore
@ 2023-11-30 14:29 levi.yun
  2023-11-30 16:43 ` Thomas Abraham
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: levi.yun @ 2023-11-30 14:29 UTC (permalink / raw)
  To: devel
  Cc: yeoreum.yun, ardb+tianocore, thomas.abraham, sami.mujawar,
	quic_llindhol, Matteo.Carlini, nd, Arvind.Chauhan, pierre.gondois,
	taylor.d.beebe


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>
---

Notes:
    Patch v2:
        - fix the line ending issue.
        - add missing edk2 mailing list.

 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")
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


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



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

* Re: [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore
  2023-11-30 14:29 [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore levi.yun
@ 2023-11-30 16:43 ` Thomas Abraham
  2023-11-30 16:54 ` nuno.lopes
  2023-12-04 14:33 ` Sami Mujawar
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Abraham @ 2023-11-30 16:43 UTC (permalink / raw)
  To: Yeo Reum Yun, devel@edk2.groups.io
  Cc: Yeo Reum Yun, ardb+tianocore@kernel.org, Sami Mujawar,
	quic_llindhol@quicinc.com, Matteo Carlini, nd, Arvind Chauhan,
	Pierre Gondois, taylor.d.beebe@gmail.com, Nuno Lopes,
	Chandni Cherukuri

On Thu, Nov 30, 2023 at 7:59 PM levi.yun <yeoreum.yun@arm.com> 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>
> ---
> 
> Notes:
>     Patch v2:
>         - fix the line ending issue.
>         - add missing edk2 mailing list.
> 
>  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..9c9e1f79c8869639c01a0f257
> 633dd8a8a686c3b 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/Customiz
> edDisplayLib.inf
> 
> 
> ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRep
> ortStatusCodeLib.inf
> +
> ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/I
> magePropertiesRecordLib.inf
> 
>  [LibraryClasses.common.SEC]
> 
> DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymb
> olsBaseLib.inf
> --
> Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")

Reviewed-by: Thomas Abraham <thomas.abraham@arm.com>


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



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

* Re: [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore
  2023-11-30 14:29 [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore levi.yun
  2023-11-30 16:43 ` Thomas Abraham
@ 2023-11-30 16:54 ` nuno.lopes
  2023-12-04 13:00   ` Himanshu Sharma
  2023-12-04 14:33 ` Sami Mujawar
  2 siblings, 1 reply; 6+ messages in thread
From: nuno.lopes @ 2023-11-30 16:54 UTC (permalink / raw)
  To: levi.yun, devel

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

Tested for Reference Design Platforms.

Tested-by: Nuno Lopes < Nuno.Lopes@arm.com ( Nuno.Lopes@arm.com ) >


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



[-- Attachment #2: Type: text/html, Size: 2781 bytes --]

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

* Re: [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore
  2023-11-30 16:54 ` nuno.lopes
@ 2023-12-04 13:00   ` Himanshu Sharma
  0 siblings, 0 replies; 6+ messages in thread
From: Himanshu Sharma @ 2023-12-04 13:00 UTC (permalink / raw)
  To: nuno.lopes, devel

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

Tested for N1SDP.

Tested-by: Himanshu Sharma <Himanshu.Sharma@arm.com>


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



[-- Attachment #2: Type: text/html, Size: 986 bytes --]

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

* Re: [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore
  2023-11-30 14:29 [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore levi.yun
  2023-11-30 16:43 ` Thomas Abraham
  2023-11-30 16:54 ` nuno.lopes
@ 2023-12-04 14:33 ` Sami Mujawar
  2023-12-04 14:34   ` Sami Mujawar
  2 siblings, 1 reply; 6+ messages in thread
From: Sami Mujawar @ 2023-12-04 14:33 UTC (permalink / raw)
  To: Yeo Reum Yun, devel@edk2.groups.io
  Cc: ardb+tianocore@kernel.org, Thomas Abraham,
	quic_llindhol@quicinc.com, Matteo Carlini, nd, Arvind Chauhan,
	Pierre Gondois, taylor.d.beebe@gmail.com, nd

Hi Levi,

Thank you for this patch.

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

Regards,

Sami Mujawar

On 30/11/2023, 14:29, "levi.yun" <yeoreum.yun@arm.com <mailto:yeoreum.yun@arm.com>> 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>>
---


Notes:
Patch v2:
- fix the line ending issue.
- add missing edk2 mailing list.


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 (#112042): https://edk2.groups.io/g/devel/message/112042
Mute This Topic: https://groups.io/mt/102894400/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore
  2023-12-04 14:33 ` Sami Mujawar
@ 2023-12-04 14:34   ` Sami Mujawar
  0 siblings, 0 replies; 6+ messages in thread
From: Sami Mujawar @ 2023-12-04 14:34 UTC (permalink / raw)
  To: Sami Mujawar, devel

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

Merged as b95395ba400e..3220cb309390

Thanks.

Regards,

Sami Mujawar


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



[-- Attachment #2: Type: text/html, Size: 879 bytes --]

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

end of thread, other threads:[~2023-12-04 14:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-30 14:29 [edk2-devel] [PATCH edk2-platforms v2 1/1] Platform/ARM: Fix the build failure DxeCore levi.yun
2023-11-30 16:43 ` Thomas Abraham
2023-11-30 16:54 ` nuno.lopes
2023-12-04 13:00   ` Himanshu Sharma
2023-12-04 14:33 ` Sami Mujawar
2023-12-04 14:34   ` Sami Mujawar

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