Re: [edk2-devel] [edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2

2021-12-19 Thread Marcin Wojtas
Hi, czw., 16 gru 2021 o 23:09 Rebecca Cran napisaƂ(a): > > On 12/16/21 6:16 AM, Ard Biesheuvel wrote: > > There were some changes a while ago to support standalone MM in 32-bit > > mode, but I don't think any of the Platform/ARM platforms implement > > that. So the best fix here is to simply stop

[edk2-devel] [PATCH v4 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser

2021-12-19 Thread Abdul Lateef Attar via groups.io
Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UINT64 byte data. Cc: Ray Ni Cc: Zhichao Gao Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar --- ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiPar

[edk2-devel] [PATCH v4 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field

2021-12-19 Thread Abdul Lateef Attar via groups.io
Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni Cc: Zhichao Gao Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar --- ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Fadt/FadtParser.c | 167 +--- 1 file

Re: [edk2-devel] [PATCH v8] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type

2021-12-19 Thread Chiu, Chasel
Patch pushed: https://github.com/tianocore/edk2/commit/de9e5b7dc721d4ca319c0455cf83577347e0abef Thanks, Chasel > -Original Message- > From: S, Ashraf Ali > Sent: Thursday, December 16, 2021 4:10 PM > To: devel@edk2.groups.io > Cc: S, Ashraf Ali ; Chiu, Chasel > ; > Desimone, Nathaniel

Re: [edk2-devel] [PATCH v8] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type

2021-12-19 Thread Ni, Ray
+UINTN +EFIAPI +GetFspmUpdDataAddress ( + VOID + ) This is internal function. Please remove "EFIAPI". -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#85101): https://edk2.groups.io/g/devel/message/85101 Mute This Topic: https://groups

Re: [edk2-devel] [PATCH v4 1/1] UefiCpuPkg: Extend measurement of microcode patches to TPM

2021-12-19 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Yang, Longlong Sent: Tuesday, December 14, 2021 3:19 PM To: devel@edk2.groups.io Cc: Yang, Longlong ; Dong, Eric ; Ni, Ray ; Kumar, Rahul1 ; Yao, Jiewen ; Xu, Min M ; Zhang, Qi1 Subject: [PATCH v4 1/1] UefiCpuPkg: Extend measurement of mi