[edk2-devel] edk2-test bug triage meeting MoM - 5th Sept 2024

2024-09-06 Thread G Edhaya Chandran
Hi All, Below is the MoM for edk2-test bug triage meeting, 5th September 2024 Attendees Company Attendees Arm Ann Cheng, Prachotan Bathi, G Edhaya Chandran Lenovo Steve, Zhouyf ID

Re: [edk2-devel] [PATCH v1 0/1] ArmPkg/Smbios: Changing default uni values to ""

2024-09-06 Thread Nhi Pham via groups.io
Hi, It seems that this patch has been left unattended. The empty string "" may be ambiguous, as it could imply that the string is valid but contains no characters, or it has not been filled. On Ampere platforms, I utilize "Not Set" to avoid this confusion, which is effective for FWTS. Regards

Re: [edk2-devel] [PATCH] Emulator/X86EmulatorDxe: Replace with MultiArchUefiPkg build

2024-09-06 Thread Rebecca Cran via groups.io
On 9/6/2024 9:25 AM, Ard Biesheuvel via groups.io wrote: arm64 firmware? Or RISC-V? There are many more options now for native drivers on arm64, so I'd expect the relevance of this hack to diminish but I guess RISC-V is at a different point on this curve. arm64. The big thing that's missing is

Re: [edk2-devel] [PATCH] Emulator/X86EmulatorDxe: Replace with MultiArchUefiPkg build

2024-09-06 Thread Ard Biesheuvel via groups.io
On Fri, 6 Sept 2024 at 16:22, Rebecca Cran wrote: > > Hi Andrei, > > > I've been talking to a few people about X86EmulatorPkg and their > experience with it hasn't been positive: apparently there are lots of > cases where it's failed to work (i.e. caused crashes) which is why it's > not been more

Re: [edk2-devel] [PATCH 0/2] Ampere: Add BMC Configuration Screen

2024-09-06 Thread Chuong Tran
Hi, The driver was intended for Platform Configuration Screen of Ampere's platforms. You can always leverage this driver and submit another patchset to ManageabilityPkg. Thanks, Chuong On 9/1/2024 2:31 PM, memristor2 wrote: [EXTERNAL EMAIL NOTICE: This email originated from an external sende

Re: [edk2-devel] [PATCH] Emulator/X86EmulatorDxe: Replace with MultiArchUefiPkg build

2024-09-06 Thread Rebecca Cran via groups.io
Hi Andrei, I've been talking to a few people about X86EmulatorPkg and their experience with it hasn't been positive: apparently there are lots of cases where it's failed to work (i.e. caused crashes) which is why it's not been more widely used. Since suggesting they try MultiArchUefiPkg the

Re: [edk2-devel] [PATCH] Emulator/X86EmulatorDxe: Replace with MultiArchUefiPkg build

2024-09-06 Thread Chao Li
Hi Andrei, I guss I workaroud it in a not very pertty way: add a lineĀ "RespDict[Key] = Value.replace('\\"', '\\"')" under line 901 of "BaseTools/Source/Python/AutoGen/GenMake.py", it works fine. About LoongArch tcg porting, I still have some issu