[edk2-devel] [edk2-platforms: PATCH V2] Platform/Intel: Correct CPU APIC IDs.

2021-07-15 Thread TinaX Y Chen
From: JackX Lin REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3365 BIOS cannot find correct AcpiProcId in mApicIdMap because of there is no suitable map, that causes ACPI_BIOS_ERROR. Remove mApicIdMap for determing AcpiProcId, uses normal countings instead. Signed-off-by: JackX Lin Cc: C

Re: [edk2-devel] [PATCH EDK2 v1 1/1] MdeModulePkg: Modify PCD default value

2021-07-15 Thread Wu, Hao A
(Add Ray) Hello Ray, do you have comments on changing the default value of PcdSrIovSystemPageSize from 0x1 to 0x10? I am not quite sure if there will be compatibility issue for this change. Best Regards, Hao Wu > -Original Message- > From: devel@edk2.groups.io On Behalf Of > wenyi,xie

Re: [edk2-devel] [PATCH 1/1] MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID

2021-07-15 Thread Jeff Brasen via groups.io
The GUID is used by the linux kernel but not sure if part of any formal spec https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/include/linux/efi.h?h=v5.14-rc1&id=ec93fc371f014a6fb483e3556061ecad4b40735c If we feel MdeModulePkg is a better place I am fine with that as well

Re: [edk2-devel] [PATCH 1/1] MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID

2021-07-15 Thread Michael D Kinney
Is this GUID defined in an industry standard or public spec? If not, then MdeModulePkg may be a better choice if this is a GUID defines for EDK II extensions. Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of Jeff Brasen > via groups.io > Sent: Thursday, July 15, 202

Re: [edk2-devel] [PATCH v5 1/4] OvmfPkg/BaseMemEncryptLib: Support to issue unencrypted hypercall

2021-07-15 Thread Dov Murik
Hi Ashish, On 08/07/2021 17:07, Ashish Kalra wrote: > From: Ashish Kalra > > By default all the SEV guest memory regions are considered encrypted, > if a guest changes the encryption attribute of the page (e.g mark a > page as decrypted) then notify hypervisor. Hypervisor will need to > track th

Re: [edk2-devel] A gdb pretty print for CHAR16 question. Need some gdb help.

2021-07-15 Thread Andrew Fish via groups.io
Resending without attachments…. > On Jul 14, 2021, at 10:15 PM, Andrew Fish wrote: > > I’ve been watching the Le Tour replays and playing around with gdb scripts. I > was trying to figure out how to do stuff I know how to do in lldb. > > For lldb I have Pretty Printer and for CHAR16 things li

[edk2-devel] [PATCH 1/1] MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID

2021-07-15 Thread Jeff Brasen via groups.io
Add LINUX_EFI_INITRD_MEDIA_GUID to our collection of GUID definitions, it can be used in a media device path to specify a Linux style initrd that can be loaded by the OS using the LoadFile2 protocol. Move these defines to MdePkg from OvmfPkg as these are relevant to non-OVMF targets as well. Ref:

Re: [edk2-devel] [PATCH] IntelSiliconPkg: Add IgdOpRegion30.h to support IGD OpRegion v3.0

2021-07-15 Thread Solanki, Digant H
Sai, Pls find answers inline. Thanks Digant -Original Message- From: Chaganty, Rangasai V Sent: Thursday, July 15, 2021 12:00 PM To: Solanki, Digant H ; devel@edk2.groups.io Cc: Ni, Ray ; S, Ashraf Ali Subject: RE: [PATCH] IntelSiliconPkg: Add IgdOpRegion30.h to support IGD OpR

Re: [edk2-devel] EFIFileLib status, removal, and replacement

2021-07-15 Thread Andrew Fish via groups.io
> On Jul 15, 2021, at 1:06 AM, Winz wrote: > > Hi everyone, > > I noticed that EFIFileLib no longer appear on the latest version of edk2. > Does anyone know why it was removed? It got removed since it is obsolete. I wrote it a long time ago as part of the Embedded Boot Loader (EBL). The EBL

Re: [edk2-devel] [PATCH v2] IntelFsp2Pkg: Add search function for Config Editor

2021-07-15 Thread Chiu, Chasel
Patch pushed: cac83b6f3bfa361bb2c561675c3247ff88341067 Thanks, Chasel > -Original Message- > From: Loo, Tung Lun > Sent: Tuesday, July 13, 2021 8:12 AM > To: devel@edk2.groups.io > Cc: Loo, Tung Lun ; Ma, Maurice > ; Desimone, Nathaniel L > ; Zeng, Star ; Chiu, > Chasel > Subject: [P

[edk2-devel] EFIFileLib status, removal, and replacement

2021-07-15 Thread Winz
Hi everyone, I noticed that EFIFileLib no longer appear on the latest version of edk2. Does anyone know why it was removed? Also, what is the designated replacement library? Is it okay for me to maintain a local copy and use it? Thanks, W -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all

[edk2-devel] [edk2-platforms: PATCH] Features/Intel/IpmiFeaturePkg: Use MdePkg macros instead of redefining.

2021-07-15 Thread Chiu, Chasel
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3494 Renamed below macros and structure to use MdePkg ones. IPMI_MSG_GET_BMC_EXEC_RSP IPMI_GET_BMC_EXECUTION_CONTEXT IPMI_BMC_IN_FORCED_UPDATE_MODE Cc: Nate DeSimone Cc: Sai Chaganty Cc: Liming Gao Cc: Isaac Oram Signed-off-by: Chasel

[edk2-devel] [PATCH EDK2 v1 0/1] MdeModulePkg: Modify PCD default value

2021-07-15 Thread wenyi,xie via groups.io
From: "wenyi.xie" Main Changes : Change default value of PcdSrIovSystemPageSize to 0x10. wenyi.xie (1): MdeModulePkg: Modify PCD default value MdeModulePkg/MdeModulePkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links:

[edk2-devel] [PATCH EDK2 v1 1/1] MdeModulePkg: Modify PCD default value

2021-07-15 Thread wenyi,xie via groups.io
From: "wenyi.xie" The default value of PcdSrIovSystemPageSize is 0x1, it means the memory BAR is 4KB alignment. When page size of OS is set to 64KB, as the resource partitions are different between OS and BIOS, it will cause pcie failture. And if 52 bit physical address need to be supported, page