On Mon, 23 Jan 2023 at 16:51, Milosek, Damian <damian.milo...@intel.com> wrote: > > > > > > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Milosek, Damian > Sent: Monday, January 16, 2023 2:51 PM > To: devel@edk2.groups.io > Cc: Milosek, Damian <damian.milo...@intel.com> > Subject: [edk2-devel] [PATCH] StandaloneMmPkg/StandaloneMmMemLib: Update > AARCH64 address size > > > > Enable StandaloneMmMemLib to use longer physical addresses than 36 bits. >
What is the purpose of this change? > According to ARM "Learn the architecture - AArch64 memory management" > > since Armv8.2-A physical address size was extended to 52 bits. > > https://developer.arm.com/documentation/101811/0102/Address-spaces > This is an optional extension. Which hardware are you using that implements this extension? > > > Signed-off-by: Damian Milosek <damian.milo...@intel.com> > > --- > > .../StandaloneMmMemLib/ArmStandaloneMmMemLibInternal.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git > a/StandaloneMmPkg/Library/StandaloneMmMemLib/ArmStandaloneMmMemLibInternal.c > b/StandaloneMmPkg/Library/StandaloneMmMemLib/ArmStandaloneMmMemLibInternal.c > > index 297cfae916..dff3e0145f 100644 > > --- > a/StandaloneMmPkg/Library/StandaloneMmMemLib/ArmStandaloneMmMemLibInternal.c > > +++ > b/StandaloneMmPkg/Library/StandaloneMmMemLib/ArmStandaloneMmMemLibInternal.c > > @@ -6,7 +6,7 @@ > > all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware > (like MM Core > > and MM driver) and/or specific dedicated hardware. > > > > - Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> > > + Copyright (c) 2015 - 2023, Intel Corporation. All rights reserved.<BR> > > Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR> > > > > SPDX-License-Identifier: BSD-2-Clause-Patent > > @@ -21,7 +21,7 @@ > > extern EFI_PHYSICAL_ADDRESS mMmMemLibInternalMaximumSupportAddress; > > > > #ifdef MDE_CPU_AARCH64 > > -#define ARM_PHYSICAL_ADDRESS_BITS 36 > > +#define ARM_PHYSICAL_ADDRESS_BITS 52 > > #endif > > #ifdef MDE_CPU_ARM > > #define ARM_PHYSICAL_ADDRESS_BITS 32 > > -- > > 2.37.2.windows.2 > > ________________________________ > > Intel Technology Poland sp. z o.o. > ul. Słowackiego 173 | 80-298 Gdańsk | Sąd Rejonowy Gdańsk Północ | VII > Wydział Gospodarczy Krajowego Rejestru Sądowego - KRS 101882 | NIP > 957-07-52-316 | Kapitał zakładowy 200.000 PLN. > Spółka oświadcza, że posiada status dużego przedsiębiorcy w rozumieniu ustawy > z dnia 8 marca 2013 r. o przeciwdziałaniu nadmiernym opóźnieniom w > transakcjach handlowych. > > Ta wiadomość wraz z załącznikami jest przeznaczona dla określonego adresata i > może zawierać informacje poufne. W razie przypadkowego otrzymania tej > wiadomości, prosimy o powiadomienie nadawcy oraz trwałe jej usunięcie; > jakiekolwiek przeglądanie lub rozpowszechnianie jest zabronione. > This e-mail and any attachments may contain confidential material for the > sole use of the intended recipient(s). If you are not the intended recipient, > please contact the sender and delete all copies; any review or distribution > by others is strictly prohibited. > > > > > > ________________________________ > Intel Technology Poland sp. z o.o. > ul. Słowackiego 173 | 80-298 Gdańsk | Sąd Rejonowy Gdańsk Północ | VII > Wydział Gospodarczy Krajowego Rejestru Sądowego - KRS 101882 | NIP > 957-07-52-316 | Kapitał zakładowy 200.000 PLN. > Spółka oświadcza, że posiada status dużego przedsiębiorcy w rozumieniu ustawy > z dnia 8 marca 2013 r. o przeciwdziałaniu nadmiernym opóźnieniom w > transakcjach handlowych. > > Ta wiadomość wraz z załącznikami jest przeznaczona dla określonego adresata i > może zawierać informacje poufne. W razie przypadkowego otrzymania tej > wiadomości, prosimy o powiadomienie nadawcy oraz trwałe jej usunięcie; > jakiekolwiek przeglądanie lub rozpowszechnianie jest zabronione. > This e-mail and any attachments may contain confidential material for the > sole use of the intended recipient(s). If you are not the intended recipient, > please contact the sender and delete all copies; any review or distribution > by others is strictly prohibited. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#98966): https://edk2.groups.io/g/devel/message/98966 Mute This Topic: https://groups.io/mt/96320111/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-