From: "Sami Mujawar" <sami.mujawar@arm.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"gaoliming@byosoft.com.cn" <gaoliming@byosoft.com.cn>,
"rebecca@nuviainc.com" <rebecca@nuviainc.com>
Cc: 'Leif Lindholm' <leif@nuviainc.com>,
'Ard Biesheuvel' <ardb+tianocore@kernel.org>, nd <nd@arm.com>
Subject: Re: 回复: [edk2-devel] [PATCH 1/1] ArmPkg: Fix ARM ProcessorSubClassDxe build
Date: Thu, 18 Feb 2021 05:54:36 +0000 [thread overview]
Message-ID: <DB7PR08MB30972DCF53F1A1C8111F106584859@DB7PR08MB3097.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <d4c4b7d9-15fc-e239-ba57-e08efecf42aa@bsdio.com>
[-- Attachment #1: Type: text/plain, Size: 3245 bytes --]
Hi Liming,
We are working to get EDK2 Open CI enabled for ArmPkg and ArmPlatformPkg. We are doing some initial cleanup before the CI is enabled.
Regards,
Sami Mujawar
________________________________
From: devel@edk2.groups.io <devel@edk2.groups.io> on behalf of Rebecca Cran via groups.io <rebecca=bsdio.com@groups.io>
Sent: Thursday, 18 February 2021, 3:42 am
To: devel@edk2.groups.io; gaoliming@byosoft.com.cn; rebecca@nuviainc.com
Cc: 'Leif Lindholm'; 'Ard Biesheuvel'
Subject: Re: 回复: [edk2-devel] [PATCH 1/1] ArmPkg: Fix ARM ProcessorSubClassDxe build
Liming,
It was found via Linaro's CI environment, but not EDK2's.
I'm planning to set up my own Jenkins server to run CI to catch problems
like this before they're committed. It'll also let me test OvmfPkg/Bhyve
builds too.
--
Rebecca Cran
On 2/17/21 8:33 PM, gaoliming wrote:
> Rebecca:
> Is this issue detected in open CI environment?
>
> Thanks
> Liming
>> -----�ʼ�ԭ��-----
>> ������: bounce+27952+71573+4905953+8761045@groups.io
>> <bounce+27952+71573+4905953+8761045@groups.io> ���� Rebecca Cran
>> ����ʱ��: 2021��2��10�� 23:05
>> �ռ���: devel@edk2.groups.io
>> ����: Rebecca Cran <rebecca@nuviainc.com>; Leif Lindholm
>> <leif@nuviainc.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>
>> ����: [edk2-devel] [PATCH 1/1] ArmPkg: Fix ARM ProcessorSubClassDxe build
>>
>> The ARM ProcessorSubClassDxe build was broken due to changes in the
>> SmbiosProcessor API and an unused variable.
>>
>> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
>> ---
>> ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArm.c | 6
>> ++----
>> 1 file changed, 2 insertions(+), 4 deletions(-)
>>
>> diff --git
>> a/ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArm.c
>> b/ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArm.c
>> index 0be4403c765f..c78bd41a7e06 100644
>> ---
>> a/ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArm.c
>> +++
>> b/ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArm.c
>> @@ -22,7 +22,7 @@
>> @return The cache size.
>> **/
>> UINT64
>> -ArmGetCacheSize (
>> +SmbiosProcessorGetCacheSize (
>> IN UINT8 CacheLevel,
>> IN BOOLEAN DataCache,
>> IN BOOLEAN UnifiedCache
>> @@ -66,14 +66,13 @@ ArmGetCacheSize (
>> @return The cache associativity.
>> **/
>> UINT32
>> -ArmGetCacheAssociativity (
>> +SmbiosProcessorGetCacheAssociativity (
>> IN UINT8 CacheLevel,
>> IN BOOLEAN DataCache,
>> IN BOOLEAN UnifiedCache
>> )
>> {
>> CCSIDR_DATA Ccsidr;
>> - CCSIDR2_DATA Ccsidr2;
>> CSSELR_DATA Csselr;
>> BOOLEAN CcidxSupported;
>> UINT32 Associativity;
>> @@ -88,7 +87,6 @@ ArmGetCacheAssociativity (
>> CcidxSupported = ArmHasCcidx ();
>>
>> if (CcidxSupported) {
>> - Ccsidr2.Data = ReadCCSIDR2 (Csselr.Data);
>> Associativity = Ccsidr.BitsCcidxAA32.Associativity + 1;
>> } else {
>> Associativity = Ccsidr.BitsNonCcidx.Associativity + 1;
>> --
>> 2.26.2
>>
>>
>>
>>
>>
>
>
>
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 6285 bytes --]
prev parent reply other threads:[~2021-02-18 5:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-10 15:04 [PATCH 1/1] ArmPkg: Fix ARM ProcessorSubClassDxe build Rebecca Cran
2021-02-10 20:17 ` Leif Lindholm
2021-02-18 3:33 ` 回复: [edk2-devel] " gaoliming
2021-02-18 3:41 ` Rebecca Cran
2021-02-18 5:54 ` Sami Mujawar [this message]
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=DB7PR08MB30972DCF53F1A1C8111F106584859@DB7PR08MB3097.eurprd08.prod.outlook.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