On Wed, 21 Dec 2022 at 06:01, Nhi Pham <[email protected]> wrote: > > From: Tinh Nguyen <[email protected]> > > PrePeiCore's Arm module just added a requirement to run all library > constructors that PrePeiCore uses. One of them is included in the > constructor of the ExtractGuidedSectionLib. This constructor will build > a HOB that is not supported "at this time" and causes an error. > We don't need to use this constructor because PrePeiCore doesn't > really need this library. > > This is a workaround to avoid PrePeiCore module calling > ExtractGuidedSectionLib's constructor. > > Signed-off-by: Nhi Pham <[email protected]> > --- > .../AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformLib.inf | 1 - > 1 file changed, 1 deletion(-) > > diff --git > a/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformLib.inf > b/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformLib.inf > index a4d29379198d..a61da278c705 100644 > --- a/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformLib.inf > +++ b/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformLib.inf > @@ -25,7 +25,6 @@ [LibraryClasses] > ArmSmcLib > HobLib > IoLib > - MemoryAllocationLib > PL011UartLib > PcdLib > SerialPortLib
Hi, Thanks for these patches - I will merge them shortly. As an aside, do you have any news on the issue I reported recently regarding SetTime() on Altra which crashes the system if SetVirtualAddressMap() was not called? https://lore.kernel.org/all/[email protected]/ -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#97742): https://edk2.groups.io/g/devel/message/97742 Mute This Topic: https://groups.io/mt/95801452/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
