From: "Sami Mujawar" <sami.mujawar@arm.com>
To: Yeo Reum Yun <YeoReum.Yun@arm.com>,
"ardb+tianocore@kernel.org" <ardb+tianocore@kernel.org>,
Thomas Abraham <thomas.abraham@arm.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Matteo Carlini <Matteo.Carlini@arm.com>,
Arvind Chauhan <Arvind.Chauhan@arm.com>,
Pierre Gondois <Pierre.Gondois@arm.com>, nd <nd@arm.com>,
"quic_llindhol@quicinc.com" <quic_llindhol@quicinc.com>
Subject: Re: [edk2-devel] [edk2-platform] [PATCH] Platform/ARM: Fix build failure for FVP and Juno.
Date: Thu, 30 Nov 2023 13:42:21 +0000 [thread overview]
Message-ID: <938FA820-4035-44E2-9315-376E5A4C39B0@arm.com> (raw)
In-Reply-To: <6252666C-73C2-47ED-98FE-2C0316F88F3C@arm.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]
-=-=-=-=-=-=-=-=-=-=-=-
next parent reply other threads:[~2023-11-30 13:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 ` Sami Mujawar [this message]
[not found] ` <46d1b94d-b0be-49cb-ae9b-88035510fd53@arm.com>
[not found] ` <AM0PR08MB4289D7B6530A99A4F83383BFFB83A@AM0PR08MB4289.eurprd08.prod.outlook.com>
2023-11-30 14:03 ` [edk2-devel] [edk2-platform] [PATCH] Platform/ARM: Fix build failure for FVP and Juno Sami Mujawar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=938FA820-4035-44E2-9315-376E5A4C39B0@arm.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox