Hi Grand Thanks for quick reply, Yes, uefi variable mVariableName by shell command dmpstore, could you help to figure out where to initialize mVariableName for arm of x86? Thanks Yin
-----Original Message----- From: Gerd Hoffmann <[email protected]> Sent: Wednesday, July 19, 2023 9:48 PM To: Wang, Yin <[email protected]> Cc: [email protected]; [email protected]; Justen, Jordan L <[email protected]>; [email protected] Subject: Re: [PATCH] OvmfPkg:Fix Hii form name mismatch with EFI variable On Wed, Jul 19, 2023 at 03:45:20PM +0800, Yin Wang wrote: > Onemore need change beside 16acacf24c ("OvmfPkg: fix PlatformConfig") > > Find by sct cases:ExtractConfigConformance > ExtractConfigFunction > ExtractConfig_Func fail on RiscVVirtQemu. > ConfigRequestHdr = HiiConstructConfigHdr ( > &gOvmfPlatformConfigGuid, > - mVariableName, > + mHiiFormName, Ok. > Status = gRT->SetVariable ( > - mVariableName, > + mHiiFormName, > Status = GetVariable2 ( > - mVariableName, > + mHiiFormName, That looks wrong to me. With only riscv failing I suspect some setup code is missing in the riscv build. take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107055): https://edk2.groups.io/g/devel/message/107055 Mute This Topic: https://groups.io/mt/100231365/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
