Re: [edk2-devel] [PATCH edk2 v3 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2022-05-13 Thread Ming Huang
Hi Sami, Sorry for the late reply. https://github.com/waip23/edk2/tree/upstread-fix-mm-issue branch: upstread-fix-mm-issue Regards, Ming Huang 在 4/6/22 5:03 PM, Sami Mujawar 写道: > Hi Ming, > > I am not sure if this is an issue at my end, but I cannot apply this patch > series, c

Re: [edk2-devel] [PATCH v1 2/2] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2022-05-12 Thread Ming Huang
在 5/3/22 5:10 PM, Ard Biesheuvel 写道: > On Wed, 9 Feb 2022 at 13:26, Ming Huang wrote: >> >> The heap space will be rewrote if a StandloneMmPkg module create HOB >> by BuildGuidHob() interface and write data to HOB space. > > Can you elaborate? What is supposed

Re: [edk2-devel] [PATCH edk2 v3 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2022-04-10 Thread Ming Huang
use case. Few comments mentioned inline. - Omkar - Regards, Ming Huang 在 4/6/22 5:03 PM, Sami Mujawar 写道: > Hi Ming, > > I am not sure if this is an issue at my end, but I cannot apply this patch > series, can you c

Re: [edk2-devel] [PATCH edk2 v3 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2022-03-30 Thread Ming Huang
Hi, Any comment about this series? 在 12/31/21 7:06 PM, Ming Huang 写道: > There are two scene communicate with StandaloneMm(MM): > 1 edk2 -> TF-A -> MM, communicate MM use non-secure buffer which > specify by EFI_SECURE_PARTITION_BOOT_INFO.SpNsCommBufBase; > 2 RAS scene: fiq

Re: [edk2-devel] [PATCH v1 0/2] Fix StandaloneMmPkg HOB issue

2022-03-30 Thread Ming Huang
Hi, Any comment about this series? 在 2/9/22 8:25 PM, Ming Huang 写道: > Fix two issues in StandaloneMmPkg HOB. > > Ming Huang (2): > StandaloneMmPkg/Hob: Assert or return NULL for create hob failed > StandaloneMmPkg: Fix HOB space and heap space conflicted issue > >

[edk2-devel] [PATCH v3] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-15 Thread Ming Huang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3838 These definitions are added according UEFI spec 2.9. Signed-off-by: Ming Huang --- MdePkg/Include/Guid/Cper.h | 522 + 1 file changed, 522 insertions(+) diff --git a/MdePkg/Include/Guid/Cper.h b

Re: [edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-13 Thread Ming Huang
2 CI? >>> >>> Now, we are on soft feature freeze for new stable tag 202202. So, this >>> change may be merged after this stable tag. >>> >>> Thanks >>> Liming >>>> -邮件原件- >>>> 发件人: devel@edk2.groups.io 代表 Ming &g

Re: [edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-10 Thread Ming Huang
在 2/10/22 8:28 PM, Sami Mujawar 写道: > Hi Ming, > > Thank you for this patch. > > I have a few comments, marked inline as [SAMI]. > > With those addressed, > > Reviewed-by: Sami Mujawar > > Regards, > > Sami Mujawar > > On 09/02/2022 01:

Re: [edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-10 Thread Ming Huang
re.org/ for this change? > > Have you created pull request to verify this change in Edk2 CI? > > Now, we are on soft feature freeze for new stable tag 202202. So, this > change may be merged after this stable tag. > > Thanks > Liming >> -邮件原件----- >> 发件人: devel@ed

[edk2-devel] [PATCH v1 2/2] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2022-02-09 Thread Ming Huang
The heap space will be rewrote if a StandloneMmPkg module create HOB by BuildGuidHob() interface and write data to HOB space. Add a PCD PcdMemoryHobSize for pre-allocation a space to create HOB to fix this issue. Signed-off-by: Ming Huang --- StandaloneMmPkg/Core/StandaloneMmCore.c | 17

[edk2-devel] [PATCH v1 1/2] StandaloneMmPkg/Hob: Assert or return NULL for create hob failed

2022-02-09 Thread Ming Huang
The rare case (create hob failed) should be considered. Assert for StandaloneMmCoreHobLib and return NULL for StandaloneMmobLib. Signed-off-by: Ming Huang --- StandaloneMmPkg/Library/StandaloneMmCoreHobLib/Arm/StandaloneMmCoreHobLib.c | 6 ++ StandaloneMmPkg/Library/StandaloneMmHobLib

[edk2-devel] [PATCH v1 0/2] Fix StandaloneMmPkg HOB issue

2022-02-09 Thread Ming Huang
Fix two issues in StandaloneMmPkg HOB. Ming Huang (2): StandaloneMmPkg/Hob: Assert or return NULL for create hob failed StandaloneMmPkg: Fix HOB space and heap space conflicted issue StandaloneMmPkg/Core/StandaloneMmCore.c | 17 - StandaloneMmPkg/Core

Re: [edk2-devel] [PATCH v1 1/1] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2022-02-09 Thread Ming Huang
Abandon this patch, send a new one for fixing this issue. 在 2/8/22 10:43 AM, Ming Huang 写道: > The heap space will be rewrote if a StandloneMmPkg module create HOB > by BuildGuidHob() interface and write data to HOB space. > Add a PCD PcdMemoryHobSize for pre-allocation a space to c

[edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-08 Thread Ming Huang
These definitions are added according UEFI spec. Signed-off-by: Ming Huang --- MdePkg/Include/Guid/Cper.h | 522 1 file changed, 522 insertions(+) diff --git a/MdePkg/Include/Guid/Cper.h b/MdePkg/Include/Guid/Cper.h index deb96d4af9..eef584de03 100644 --- a/MdePkg/Include

Re: [edk2-devel] [PATCH v1 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-08 Thread Ming Huang
在 2/9/22 1:01 AM, Ard Biesheuvel 写道: > On Tue, 8 Feb 2022 at 07:16, Ming Huang wrote: >> >> These definitions are added according UEFI spec. >> >> Signed-off-by: Ming Huang >> --- >> MdePkg/Include/Guid/Cper.h | 544 >> 1 fil

[edk2-devel] [PATCH v1 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-07 Thread Ming Huang
These definitions are added according UEFI spec. Signed-off-by: Ming Huang --- MdePkg/Include/Guid/Cper.h | 544 1 file changed, 544 insertions(+) diff --git a/MdePkg/Include/Guid/Cper.h b/MdePkg/Include/Guid/Cper.h index deb96d4af9..715d3b6bb0 100644 --- a/MdePkg/Include

[edk2-devel] [PATCH v1 1/1] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2022-02-07 Thread Ming Huang
The heap space will be rewrote if a StandloneMmPkg module create HOB by BuildGuidHob() interface and write data to HOB space. Add a PCD PcdMemoryHobSize for pre-allocation a space to create HOB to fix this issue. Signed-off-by: Ming Huang --- StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint

Re: [edk2-devel] [PATCH edk2 v3 0/3] Fix several issues in StanaloneMmPkg

2022-01-22 Thread Ming Huang
Hi, Any comment about this series ? 在 12/31/21 7:06 PM, Ming Huang 写道: > Changes since v2: > Modify CheckBufferAddr() function. > > Ming Huang (3): > StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field > StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR >

[edk2-devel] [PATCH edk2 v3 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-31 Thread Ming Huang
ShareBufBase; For now, the second scene will failed because check buffer address. This patch add CheckBufferAddr() to support check address for secure buffer. Signed-off-by: Ming Huang --- StandaloneMmPkg/Drivers/StandaloneMmCpu/EventHandle.c | 54 +++- StandaloneM

[edk2-devel] [PATCH edk2 v3 2/3] StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR

2021-12-31 Thread Ming Huang
DEBUG_ERROR should be used in error branch. Signed-off-by: Ming Huang --- StandaloneMmPkg/Drivers/StandaloneMmCpu/EventHandle.c | 6 +++--- StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.c | 12 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git

[edk2-devel] [PATCH edk2 v3 1/3] StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field

2021-12-31 Thread Ming Huang
, SpPcpuSharedBufSize should be rename to SpSharedBufSize and this field should no multiply by PayloadBootInfo->NumCpus; Signed-off-by: Ming Huang --- StandaloneMmPkg/Include/Library/Arm/StandaloneMmCoreEntryPoint.h | 2 +- StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/Arm/CreateHobLis

[edk2-devel] [PATCH edk2 v3 0/3] Fix several issues in StanaloneMmPkg

2021-12-31 Thread Ming Huang
Changes since v2: Modify CheckBufferAddr() function. Ming Huang (3): StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR StandaloneMmPkg: Fix check buffer address failed issue from TF-A .../Drivers/StandaloneMmCpu/EventHandle.c

Re: [edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-31 Thread Ming Huang
在 12/30/21 8:27 PM, Marvin Häuser 写道: > > > On 25.12.21 03:09, Ming Huang wrote: >> >> 在 12/24/21 9:52 PM, Marvin Häuser 写道: >>> On 24.12.21 02:18, Ming Huang wrote: >>>> 在 12/23/21 7:05 PM, Marvin Häuser 写道: >>>>> On 23.12.21 11:46, M

Re: [edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-24 Thread Ming Huang
在 12/24/21 9:52 PM, Marvin Häuser 写道: > On 24.12.21 02:18, Ming Huang wrote: >> >> 在 12/23/21 7:05 PM, Marvin Häuser 写道: >>> On 23.12.21 11:46, Ming Huang wrote: >>>> 在 12/16/21 5:15 PM, Marvin Häuser 写道: >>>>> Hey all, >>>&g

Re: [edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-23 Thread Ming Huang
在 12/23/21 7:05 PM, Marvin Häuser 写道: > On 23.12.21 11:46, Ming Huang wrote: >> >> 在 12/16/21 5:15 PM, Marvin Häuser 写道: >>> Hey all, >>> >>>> On 15. Dec 2021, at 16:02, Ming Huang wrote: >>>> >>>>  >>>>

Re: [edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-23 Thread Ming Huang
在 12/16/21 5:15 PM, Marvin Häuser 写道: > Hey all, > >> On 15. Dec 2021, at 16:02, Ming Huang wrote: >> >>  >> >>> On 12/9/21 1:46 AM, Omkar Anand Kulkarni wrote: >>> Hi Ming, >>> Thanks for this patch. This patch helps to resol

Re: [edk2-devel] [PATCH edk2 v2 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-23 Thread Ming Huang
> hope my corresponding patch passes review within this decade...). > > Best regards, > Marvin > > On 21.12.21 16:06, Ming Huang wrote: >> There are two scene communicate with StandaloneMm(MM): >> 1 edk2 -> TF-A ->

[edk2-devel] [PATCH edk2 v2 2/3] StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR

2021-12-21 Thread Ming Huang
DEBUG_ERROR should be used in error branch. Signed-off-by: Ming Huang --- StandaloneMmPkg/Drivers/StandaloneMmCpu/EventHandle.c | 6 +++--- StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.c | 12 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git

[edk2-devel] [PATCH edk2 v2 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-21 Thread Ming Huang
ShareBufBase; For now, the second scene will failed because check buffer address. This patch add CheckBufferAddr() to support check address for secure buffer. Signed-off-by: Ming Huang --- StandaloneMmPkg/Drivers/StandaloneMmCpu/EventHandle.c | 59 +++- StandaloneM

[edk2-devel] [PATCH edk2 v2 1/3] StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field

2021-12-21 Thread Ming Huang
, SpPcpuSharedBufSize should be rename to SpSharedBufSize and this field should no multiply by PayloadBootInfo->NumCpus; Signed-off-by: Ming Huang --- StandaloneMmPkg/Include/Library/Arm/StandaloneMmCoreEntryPoint.h | 2 +- StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/Arm/CreateHobLis

[edk2-devel] [PATCH edk2 v2 0/3] Fix several issues in StanaloneMmPkg

2021-12-21 Thread Ming Huang
Changes since v1: Modify CheckBufferAddr() function. Ming Huang (3): StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR StandaloneMmPkg: Fix check buffer address failed issue from TF-A .../Drivers/StandaloneMmCpu/EventHandle.c

Re: [edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-21 Thread Ming Huang
在 12/9/21 1:46 AM, Omkar Anand Kulkarni 写道: > Hi Ming, > > Thanks for this patch. This patch helps to resolve Standalone MM issue while > exercising RAS use case. > Few comments mentioned inline. > > - Omkar > > > On 10/15/21 2:39 PM, Ming Huang via groups.io

Re: [edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-12-15 Thread Ming Huang
On 12/9/21 1:46 AM, Omkar Anand Kulkarni wrote: > Hi Ming, > > Thanks for this patch. This patch helps to resolve Standalone MM issue while > exercising RAS use case. > Few comments mentioned inline. > > - Omkar > > > On 10/15/21 2:39 PM, Ming Huang via gro

Re: [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg

2021-12-05 Thread Ming Huang
Hi Sami, Any comments about this series? Thanks, Ming On 11/5/21 6:51 PM, Sami Mujawar wrote: > Hi Ming, > > Apologies for the delay. I will look at this patch series next week. > > Regards, > > Sami Mujawar > > On 01/11/2021, 14:19, "Ming Huang" wrote: &

Re: [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg

2021-11-01 Thread Ming Huang
Hi, Any comments about this series? On 10/15/21 5:06 PM, Ming Huang wrote: > Fix issues in StandaloneMmPkg for supporting communicate from > TF-A with secure buffer. > > Ming Huang (3): > StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field > StandaloneMmPkg:

[edk2-devel] [PATCH edk2 v1 1/3] StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field

2021-10-15 Thread Ming Huang
, SpPcpuSharedBufSize should be rename to SpSharedBufSize and this field should no multiply by PayloadBootInfo->NumCpus; Signed-off-by: Ming Huang --- StandaloneMmPkg/Include/Library/Arm/StandaloneMmCoreEntryPoint.h | 2 +- StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/Arm/CreateHobLis

[edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2021-10-15 Thread Ming Huang
ShareBufBase; For now, the second scene will failed because check buffer address. This patch add CheckBufferAddr() to support check address for secure buffer. Signed-off-by: Ming Huang --- StandaloneMmPkg/Drivers/StandaloneMmCpu/EventHandle.c | 70 StandaloneM

[edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg

2021-10-15 Thread Ming Huang
Fix issues in StandaloneMmPkg for supporting communicate from TF-A with secure buffer. Ming Huang (3): StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR StandaloneMmPkg: Fix check buffer address failed issue from TF

[edk2-devel] [PATCH edk2 v1 2/3] StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR

2021-10-15 Thread Ming Huang
DEBUG_ERROR should be used in error branch. Signed-off-by: Ming Huang --- StandaloneMmPkg/Drivers/StandaloneMmCpu/EventHandle.c | 6 +++--- StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.c | 12 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git

[edk2-devel] [PATCH v1] ArmPkg/Smbios: Fix max cache size 2 wrong issue

2021-10-14 Thread Ming Huang
As SMBIOS spec, bit-31 of maximum cache size 2 should be 1 for 64K granularity. Signed-off-by: Ming Huang --- ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Universal/Smbios/ProcessorSubClassDxe

Re: [edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-17 Thread Ming Huang
On 6/16/21 10:10 PM, Ard Biesheuvel wrote: > On Wed, 16 Jun 2021 at 07:30, Omkar Kulkarni wrote: >> >> >> On 6/10/21 6:44 AM, Ming Huang via groups.io wrote: >>> On 6/9/21 3:10 PM, Ard Biesheuvel wrote: >>>> On Tue, 8 Jun 2021 at 16:21, Ming Huang &g

Re: [edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-09 Thread Ming Huang
On 6/9/21 3:10 PM, Ard Biesheuvel wrote: > On Tue, 8 Jun 2021 at 16:21, Ming Huang wrote: >> >> TF-A: TrustedFirmware-a >> SPM: Secure Partition Manager(MM) >> >> For AArch64, when SPM enable in TF-A, TF-A may communicate to MM >> with buffer a

[edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-08 Thread Ming Huang
below checking code: if (NsCommBufferAddr < mNsCommBuffer.PhysicalStart) { return EFI_ACCESS_DENIED; } Signed-off-by: Ming Huang --- StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/EventHandle.c | 4 1 file changed, 4 deletions(-) diff --git a/StandaloneMmPkg/Drivers/StandaloneMm

[edk2-devel] [PATCH edk2 v2 2/2] ArmPkg/ArmGicLib: Fix GICR_IPRIORITYR address wrong issue

2021-02-24 Thread Ming Huang
The register address of GICR_IPRIORITYR is in SGI_base frame. Add IPRIORITY_ADDRESS macro for getting GICR_IPRIORITYR address. Otherwise GIC RAS error(Uncorrected software error) may report in ArmGicDxe. Signed-off-by: Ming Huang Reviewed-by: Leif Lindholm --- ArmPkg/Drivers/ArmGic/ArmGicLib.c

[edk2-devel] [PATCH edk2 v2 1/2] ArmPkg/ArmGicLib: Fix two macros issue for offset parameter

2021-02-24 Thread Ming Huang
Modify two macros to put "offset" in parentheses and remove parentheses from "4 * offset". Signed-off-by: Ming Huang --- ArmPkg/Drivers/ArmGic/ArmGicLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArmPkg/Drivers/ArmGic/ArmGicLib.c b/A

[edk2-devel] [PATCH edk2 v2 0/2] Fix two issue in ArmGicLib

2021-02-24 Thread Ming Huang
The first patch is prepare for the second one. Ming Huang (2): ArmPkg/ArmGicLib: Fix two macros issue for offset parameter ArmPkg/ArmGicLib: Fix GICR_IPRIORITYR address wrong issue ArmPkg/Drivers/ArmGic/ArmGicLib.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) -- 2.17.1

Re: [edk2-devel] [PATCH edk2 v2 1/1] ArmPkg/ArmGic: Fix GICR_IPRIORITYR address wrong issue

2021-02-24 Thread Ming Huang
ter, I miss Heyi's email, sorry for that. Thanks, Ming > > Best Regards, > > Leif > > On Wed, Feb 24, 2021 at 16:26:33 +0800, Ming Huang wrote: >> >> >> On 2/23/21 8:58 PM, Leif Lindholm wrote: >>> On Tue, Feb 23, 2021 at 13:42:49 +0100, Ard

Re: [edk2-devel] [PATCH edk2 v2 1/1] ArmPkg/ArmGic: Fix GICR_IPRIORITYR address wrong issue

2021-02-24 Thread Ming Huang
On 2/23/21 8:58 PM, Leif Lindholm wrote: > On Tue, Feb 23, 2021 at 13:42:49 +0100, Ard Biesheuvel wrote: >> On Tue, 23 Feb 2021 at 12:07, Ming Huang wrote: >>> >>> The register address of GICR_IPRIORITYR is in SGI_base frame. Add >>> IPRIORITY_ADDRESS macro

[edk2-devel] [PATCH edk2 v2 1/1] ArmPkg/ArmGic: Fix GICR_IPRIORITYR address wrong issue

2021-02-23 Thread Ming Huang
The register address of GICR_IPRIORITYR is in SGI_base frame. Add IPRIORITY_ADDRESS macro for getting GICR_IPRIORITYR address. Otherwise GIC RAS error(Uncorrected software error) may report in ArmGicDxe. --- ArmPkg/Drivers/ArmGic/ArmGicLib.c | 5 - 1 file changed, 4 insertions(+), 1

Re: [edk2-devel] [PATCH edk2 v1 1/1] ArmPkg/ArmGicLib: Fix GICR_IPRIORITYR address wrong issue

2021-02-22 Thread Ming Huang
On 2/22/21 8:52 PM, Leif Lindholm wrote: > Hi Ming, > > On Sat, Feb 20, 2021 at 15:08:39 +0800, Ming Huang wrote: >> The address of GICR_IPRIORITYR is in SGI_base frame. ARM_GICR_CTLR_FRAME_SIZE >> should add to GicCpuRedistributorBase for GICR_IPRIORITYR. Otherwise RAS

[edk2-devel] [PATCH edk2 v1 1/1] ArmPkg/ArmGicLib: Fix GICR_IPRIORITYR address wrong issue

2021-02-20 Thread Ming Huang
The address of GICR_IPRIORITYR is in SGI_base frame. ARM_GICR_CTLR_FRAME_SIZE should add to GicCpuRedistributorBase for GICR_IPRIORITYR. Otherwise RAS error(Uncorrected software error) will reported in ArmGicDxe. Signed-off-by: Ming Huang --- ArmPkg/Drivers/ArmGic/ArmGicLib.c | 3 +++ 1 file

[edk2-devel] [PATCH] MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES

2020-08-21 Thread Ming Huang via groups.io
Hi, Leif For Hisilicon platform, Wenyi(xiewen...@huawei.com) will send out patches later. Thanks Ming -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#64527): https://edk2.groups.io/g/devel/message/64527 Mute This Topic:

答复: [edk2-devel] [PATCH edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-07-22 Thread Ming Huang via groups.io
enyi (A) ; John Garry > > 主题: RE: [edk2-devel] [PATCH edk2 v1 1/1] MdeModulePkg/Variable: Move > FindVariable after AutoUpdateLangVariable > > Hi Ming, > > The new posted change > https://edk2.groups.io/g/devel/topic/75412007#62327 may be helpful for > this issue. >

答复: [edk2-devel] [PATCH edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-07-22 Thread Ming Huang via groups.io
://edk2.groups.io/g/devel/topic/75412007#62327 may be helpful for this issue. Can you add the change in your code and verify it? Thanks Guomin > -Original Message- > From: Ming Huang > Sent: Friday, July 3, 2020 8:49 PM > To: Jiang, Guomin ; devel@edk2.groups.io; > Wang, J

Re: [edk2-devel] [PATCH edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-07-03 Thread Ming Huang via groups.io
t; > If it is urgent, I suggest that discuss with your internal team first and > explain that we need consider the risk check it into edk2. > > Best Regards > Guomin > >> -Original Message----- >> From: devel@edk2.groups.io On Behalf Of Ming >> Huang via gr

Re: [edk2-devel] [PATCH edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-06-30 Thread Ming Huang via groups.io
gt; Am I right? Yes, right. Thanks, Ming > >> -Original Message----- >> From: devel@edk2.groups.io On Behalf Of Ming >> Huang via groups.io >> Sent: Monday, June 29, 2020 2:06 PM >> To: devel@edk2.groups.io; Wang, Jian J ; Wu, Hao A >> ; Gao, Liming

[edk2-devel] [PATCH edk2 v1 0/1] Fix a infrequent issue in variable

2020-06-29 Thread Ming Huang via groups.io
https://bugzilla.tianocore.org/show_bug.cgi?id=2667 Ming Huang (1): MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | 26 ++-- 1 file changed, 13 insertions(+), 13 deletions(-) -- 2.8.1

[edk2-devel] [PATCH edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-06-29 Thread Ming Huang via groups.io
PlatformLang variables. So FindVariable() should be invoked atfer AutoUpdateLangVariable(). https://bugzilla.tianocore.org/show_bug.cgi?id=2667 Signed-off-by: Ming Huang --- MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | 26 ++-- 1 file changed, 13 insertions(+), 13 deletions

Re: [edk2-devel] [RFC edk2 v1 0/1] Fix a infrequent issue in variable

2020-06-28 Thread Ming Huang via groups.io
Hi Guomin, Ok, I will send patch out today. Thanks, Ming 在 2020/6/29 11:03, Jiang, Guomin 写道: > Hi Huang, > > Could you send the normal patch rather than RFC? > > Best Regards > Guomin > >> -Original Message- >> From: devel@edk2.groups.io On Behalf

Re: [edk2-devel] [PATCH edk2-platforms v3 3/4] Silicon/Hisilicon/Acpi: Add update sas address feature

2020-06-17 Thread Ming Huang
在 2020/6/17 19:07, Leif Lindholm 写道: > On Wed, Jun 17, 2020 at 10:07:39 +0800, Ming Huang wrote: >> >> >> 在 2020/6/16 22:20, Leif Lindholm 写道: >>> One remaining question, then this set is ready to go in: >>> >>> On Tue, Jun 09, 2020 at 21:27:2

Re: [edk2-devel] [PATCH edk2-platforms v3 3/4] Silicon/Hisilicon/Acpi: Add update sas address feature

2020-06-16 Thread Ming Huang
在 2020/6/16 22:20, Leif Lindholm 写道: > One remaining question, then this set is ready to go in: > > On Tue, Jun 09, 2020 at 21:27:24 +0800, Ming Huang wrote: >> The updating sas address feature is similar with apdating mac address. >> Modify updating dsdt flow

[edk2-devel] [PATCH edk2-platforms v2 0/2] Optimize Smbios type 9

2020-06-09 Thread Ming Huang
Main change since v1: 1 Add some commit messages. Ming Huang (2): Silicon/Hisilicon/Smbios: correct coding style issue in type 9 Silicon/Hisilicon/Smbios: Optimize type 9 Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 325 +++- 1 file changed, 174

[edk2-devel] [PATCH edk2-platforms v2 2/2] Silicon/Hisilicon/Smbios: Optimize type 9

2020-06-09 Thread Ming Huang
Break down AddSmbiosType9Entry to three funtions for optimizing Smbios type 9. Signed-off-by: Ming Huang Reviewed-by: Leif Lindholm --- Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 173 +++- 1 file changed, 95 insertions(+), 78 deletions(-) diff --git

[edk2-devel] [PATCH edk2-platforms v2 1/2] Silicon/Hisilicon/Smbios: correct coding style issue in type 9

2020-06-09 Thread Ming Huang
The main changes are whitespace/indentation fixing and wrapping of long lines and changing some macros from EFI_D_ERROR to DEBUG_ERROR. This patch is prepare for optimizing Smbios type 9. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 286

Re: [edk2-devel] [PATCH edk2-platforms v1 1/2] Silicon/Hisilicon/Smbios: correct coding style issue in type 9

2020-06-09 Thread Ming Huang
在 2020/6/8 23:41, Leif Lindholm 写道: > On Mon, Jun 08, 2020 at 22:09:56 +0800, Ming Huang wrote: >> This patch is prepare for optimizing Smbios type 9. > > How? > The commit message should describe what the patch does. > > (Yes, I can see with "git diff -w"

[edk2-devel] [PATCH edk2-platforms v3 3/4] Silicon/Hisilicon/Acpi: Add update sas address feature

2020-06-09 Thread Ming Huang
The updating sas address feature is similar with apdating mac address. Modify updating dsdt flow for add this feature. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 2 +- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf | 1

[edk2-devel] [PATCH edk2-platforms v3 0/4] Improve D0x

2020-06-09 Thread Ming Huang
Main changes since v2: 1 Remove needless three lines. Ming Huang (4): Silicon/Hisilicon: Change updating dsdt in ready to boot event Silicon/Hisilicon: Add HISI_SAS_CONFIG_PROTOCOL Silicon/Hisilicon/Acpi: Add update sas address feature Silicon/Hisilicon: Rename EthMac files Silicon

[edk2-devel] [PATCH edk2-platforms v3 4/4] Silicon/Hisilicon: Rename EthMac files

2020-06-09 Thread Ming Huang
As not only update mac address feature in EthMac files, so rename them to UpdateDsdt. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 2 +- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf | 2 +- Silicon/Hisilicon/Drivers

[edk2-devel] [PATCH edk2-platforms v3 2/4] Silicon/Hisilicon: Add HISI_SAS_CONFIG_PROTOCOL

2020-06-09 Thread Ming Huang
Add HISI_SAS_CONFIG_PROTOCOL, provide get sas address interface, this is prepare for adding update sas address feature. Signed-off-by: Ming Huang --- Silicon/Hisilicon/HisiPkg.dec | 1 + Silicon/Hisilicon/Include/Protocol/HisiSasConfig.h | 43 2 files

[edk2-devel] [PATCH edk2-platforms v3 1/4] Silicon/Hisilicon: Change updating dsdt in ready to boot event

2020-06-09 Thread Ming Huang
The dsdt need be updated before boot to OS, so change the updating to ready to boot event and can remove the needless dependence. Signed-off-by: Ming Huang Reviewed-by: Leif Lindholm --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 56 +++- Silicon/Hisilicon

Re: [edk2-devel] [PATCH edk2 v2 3/5] Silicon/Hisilicon/Acpi: Add update sas address feature

2020-06-09 Thread Ming Huang
在 2020/6/9 1:15, Leif Lindholm 写道: > Hi Ming, > > On Wed, May 27, 2020 at 22:33:56 +0800, Ming Huang wrote: >> The updating sas address feature is similar with apdating mac address. >> Modify updating dsdt flow for add this feature. >> >> Signed-off-by: Ming Hu

[edk2-devel] [PATCH edk2-platforms v1 2/2] Silicon/Hisilicon/Smbios: Optimize type 9

2020-06-08 Thread Ming Huang
Break down AddSmbiosType9Entry to three funtions for optimizing Smbios type 9. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 173 +++- 1 file changed, 95 insertions(+), 78 deletions(-) diff --git a/Silicon/Hisilicon/Drivers

[edk2-devel] [PATCH edk2-platforms v1 0/2] Optimize type 9

2020-06-08 Thread Ming Huang
Break down AddSmbiosType9Entry to three funtions for optimizing Smbios type 9. Ming Huang (2): Silicon/Hisilicon/Smbios: correct coding style issue in type 9 Silicon/Hisilicon/Smbios: Optimize type 9 Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 325

[edk2-devel] [PATCH edk2-platforms v1 1/2] Silicon/Hisilicon/Smbios: correct coding style issue in type 9

2020-06-08 Thread Ming Huang
This patch is prepare for optimizing Smbios type 9. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 286 ++-- 1 file changed, 146 insertions(+), 140 deletions(-) diff --git a/Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9

[edk2-devel] [PATCH edk2 v2 0/5] Improve D0x

2020-05-27 Thread Ming Huang
Main changes since v1: 1 Add HISI_SAS_CONFIG_PROTOCOL; 2 Declare missing GUID dependency; 3 Other modifications as comments. Ming Huang (5): Silicon/Hisilicon: Change updating dsdt in ready to boot event Silicon/Hisilicon: Add HISI_SAS_CONFIG_PROTOCOL Silicon/Hisilicon/Acpi: Add update sas

[edk2-devel] [PATCH edk2 v2 3/5] Silicon/Hisilicon/Acpi: Add update sas address feature

2020-05-27 Thread Ming Huang
The updating sas address feature is similar with apdating mac address. Modify updating dsdt flow for add this feature. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 2 +- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf | 1

Re: [edk2-devel] [RFC edk2-platforms v1 0/3] Improve D0x

2020-05-27 Thread Ming Huang
ds, > > Leif > > On Thu, May 21, 2020 at 22:43:01 +0800, Ming Huang wrote: >> Main Changes: >> Add update sas address feature in AcpiPlatformDxe. >> >> Ming Huang (3): >> Silicon/Hisilicon: Change updating dsdt in ready to boot event >>

Re: [edk2-devel] [RFC edk2-platforms v1 1/3] Silicon/Hisilicon: Change updating dsdt in ready to boot event

2020-05-27 Thread Ming Huang
在 2020/5/27 1:40, Leif Lindholm 写道: > Please call your patches PATCH. RFC is when a potential solution > is put up for discussion, not for changing platform code. Modify it in v2. > > On Thu, May 21, 2020 at 22:43:02 +0800, Ming Huang wrote: >> The better time for updatin

Re: [edk2-devel] [RFC edk2-platforms v1 2/3] Silicon/Hisilicon/Acpi: Add update sas address feature

2020-05-27 Thread Ming Huang
在 2020/5/27 2:49, Leif Lindholm 写道: > On Thu, May 21, 2020 at 22:43:03 +0800, Ming Huang wrote: >> The updating sas address feature is similar with apdating mac address. >> Modify updating dsdt flow for add this feature. >> >> Signed-off-by: Ming Huang >>

[edk2-devel] [PATCH edk2 v2 5/5] Silicon/Hisilicon/FlashFvbDxe: Declare missing GUID dependency

2020-05-27 Thread Ming Huang
FlashFvbDxe depends on gEfiEventVirtualAddressChangeGuid, but got away with not declaring it in its INF because of a transitive dependency. However, this dependency got dropped in core EDK2, resulting in build failures of the D0x platform. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers

[edk2-devel] [PATCH edk2 v2 1/5] Silicon/Hisilicon: Change updating dsdt in ready to boot event

2020-05-27 Thread Ming Huang
The dsdt need be updated before boot to OS, so change the updating to ready to boot event and can remove the needless dependence. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 56 +++- Silicon/Hisilicon/Drivers/AcpiPlatformDxe

Re: [edk2-devel] [RFC edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-05-27 Thread Ming Huang
you, I suggest that you can use your patch temporarily. > > Any other thing, I check your patch in the mail, it seem that not any change > in code, can you double confirm it? > > Best Regards >> -Original Message- >> From: Ming Huang >> Sent: Tuesday, May 26

[edk2-devel] [PATCH edk2 v2 4/5] Silicon/Hisilicon: Rename EthMac files

2020-05-27 Thread Ming Huang
As not only update mac address feature in EthMac files, so rename them to UpdateDsdt. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 2 +- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf | 2 +- Silicon/Hisilicon/Drivers

[edk2-devel] [PATCH edk2 v2 2/5] Silicon/Hisilicon: Add HISI_SAS_CONFIG_PROTOCOL

2020-05-27 Thread Ming Huang
Add HISI_SAS_CONFIG_PROTOCOL, provide get sas address interface, this is prepare for adding update sas address feature. Signed-off-by: Ming Huang --- Silicon/Hisilicon/HisiPkg.dec | 1 + Silicon/Hisilicon/Include/Protocol/HisiSasConfig.h | 43 2 files

Re: [edk2-devel] [RFC edk2-platforms v1 3/3] Silicon/Hisilicon: Rename EthMac files

2020-05-27 Thread Ming Huang
在 2020/5/27 2:50, Leif Lindholm 写道: > On Thu, May 21, 2020 at 22:43:04 +0800, Ming Huang wrote: >> As not only update mac address feature in EthMac files, so rename >> them to UpdateDsdt. >> >> Signed-off-by: Ming Huang >> --- >> Silicon/Hisilicon

Re: [edk2-devel] [RFC edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-05-26 Thread Ming Huang
ding AutoUpdateLangVariable feature. I hope this patch can be merged to edk2 master. Thanks Ming > > Best Regards > Guomin >> -Original Message----- >> From: devel@edk2.groups.io On Behalf Of Ming >> Huang >> Sent: Monday, May 25, 2020 7:34 PM >>

[edk2-devel] [RFC edk2 v1 0/1] Fix a infrequent issue in variable

2020-05-25 Thread Ming Huang
https://bugzilla.tianocore.org/show_bug.cgi?id=2667 Ming Huang (1): MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | 26 ++-- 1 file changed, 13 insertions(+), 13 deletions(-) -- 2.8.1

[edk2-devel] [RFC edk2 v1 1/1] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable

2020-05-25 Thread Ming Huang
PlatformLang variables. So FindVariable() should be invoked atfer AutoUpdateLangVariable(). https://bugzilla.tianocore.org/show_bug.cgi?id=2667 Signed-off-by: Ming Huang --- MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | 26 ++-- 1 file changed, 13 insertions(+), 13 deletions

[edk2-devel] [RFC edk2-platforms v1 1/3] Silicon/Hisilicon: Change updating dsdt in ready to boot event

2020-05-21 Thread Ming Huang
The better time for updating dsdt is in ready to boot event, so change the updating time. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 60 ++-- 1 file changed, 56 insertions(+), 4 deletions(-) diff --git a/Silicon/Hisilicon/Drivers

[edk2-devel] [RFC edk2-platforms v1 3/3] Silicon/Hisilicon: Rename EthMac files

2020-05-21 Thread Ming Huang
As not only update mac address feature in EthMac files, so rename them to UpdateDsdt. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 2 +- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf | 8 +- Silicon/Hisilicon/Drivers

[edk2-devel] [RFC edk2-platforms v1 0/3] Improve D0x

2020-05-21 Thread Ming Huang
Main Changes: Add update sas address feature in AcpiPlatformDxe. Ming Huang (3): Silicon/Hisilicon: Change updating dsdt in ready to boot event Silicon/Hisilicon/Acpi: Add update sas address feature Silicon/Hisilicon: Rename EthMac files Silicon/Hisilicon/Drivers/AcpiPlatformDxe

[edk2-devel] [RFC edk2-platforms v1 2/3] Silicon/Hisilicon/Acpi: Add update sas address feature

2020-05-21 Thread Ming Huang
The updating sas address feature is similar with apdating mac address. Modify updating dsdt flow for add this feature. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatform.c | 2 +- Silicon/Hisilicon/Drivers/AcpiPlatformDxe/EthMac.c | 200

[edk2-devel] [RFC edk2-platforms v3 3/3] Silicon/Hisilicon: Add RX8900RealTimeClockLib

2020-05-19 Thread Ming Huang
There are some boards base on D06, but use RX8900 RTC, so upstream the RX8900RealTimeClockLib. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Library/RX8900RealTimeClockLib/RX8900RealTimeClock.h | 39 ++ Silicon/Hisilicon/Library/RX8900RealTimeClockLib/RX8900RealTimeClockLib.c | 468

[edk2-devel] [RFC edk2-platforms v3 0/3] Improve D0x

2020-05-19 Thread Ming Huang
Changes since v2: 1 Drop the Contributed-under tags. 2 revert the renaming. Ming Huang (3): Silicon/Hisilicon: Fix a typo issue in M41T83RealTimeClockLib Hisilicon/Library: Move two functions to RtcHelperLib Silicon/Hisilicon: Add RX8900RealTimeClockLib Platform/Hisilicon/D06/D06.dsc

[edk2-devel] [RFC edk2-platforms v3 2/3] Hisilicon/Library: Move two functions to RtcHelperLib

2020-05-19 Thread Ming Huang
The functions of acquiring ownership of RTC will be used for other RTC library, so move them to RtcHelperLib. Rename them by add leading Oem for uniform. Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/D06.dsc | 1 + Silicon/Hisilicon/Include

[edk2-devel] [RFC edk2-platforms v3 1/3] Silicon/Hisilicon: Fix a typo issue in M41T83RealTimeClockLib

2020-05-19 Thread Ming Huang
There is a typo issue in M41T83RealTimeClockLib. The MACROSECOND should be MICROSECOND. Signed-off-by: Ming Huang --- Silicon/Hisilicon/Library/M41T83RealTimeClockLib/M41T83RealTimeClock.h| 4 ++-- Silicon/Hisilicon/Library/M41T83RealTimeClockLib/M41T83RealTimeClockLib.c | 14

Re: [edk2-devel] [RFC edk2-platforms v2 2/3] Hisilicon/Library: Move two functions to RtcHelperLib

2020-05-19 Thread Ming Huang
在 2020/5/19 20:16, Leif Lindholm 写道: > On Tue, May 19, 2020 at 19:08:40 +0800, Ming Huang wrote: >> The functions of acquiring ownership of RTC will be used for other >> RTC library, so move them to RtcHelperLib. Rename them by add leading >> Oem for uniform. >> >

[edk2-devel] [RFC edk2-platforms v2 3/3] Silicon/Hisilicon: Add RX8900RealTimeClockLib

2020-05-19 Thread Ming Huang
There are some boards base on D06, but use RX8900 RTC, so upstream the RX8900RealTimeClockLib. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Silicon/Hisilicon/Library/RX8900RealTimeClockLib/RX8900RealTimeClock.h | 39 ++ Silicon/Hisilicon/Library

[edk2-devel] [RFC edk2-platforms v2 1/3] Silicon/Hisilicon: Fix a typo issue in M41T83RealTimeClockLib

2020-05-19 Thread Ming Huang
There is a typo issue in M41T83RealTimeClockLib. The MACROSECOND should be MICROSECOND. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Silicon/Hisilicon/Library/M41T83RealTimeClockLib/M41T83RealTimeClock.h| 4 ++-- Silicon/Hisilicon/Library

[edk2-devel] [RFC edk2-platforms v2 2/3] Hisilicon/Library: Move two functions to RtcHelperLib

2020-05-19 Thread Ming Huang
The functions of acquiring ownership of RTC will be used for other RTC library, so move them to RtcHelperLib. Rename them by add leading Oem for uniform. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/D06.dsc

  1   2   >