[edk2-devel] [RFC] RISC-V QEMU virtual package

2021-09-04 Thread Abner Chang
Hi all, We currently have RISC-V edk2 OVMF package that can boot to Linux kernel on QEMU RISC-V virt platform. First at all, we would like to create a folder RiscvVirtPkg under edk2 repo and integrated in the Platform CI build. Second, RISC-V edk2 OVMF package leverages some edk2 libraries and d

Re: [edk2-devel] [edk2-platforms][PATCH v1 2/4] CometlakeOpenBoardPkg/Acpi: BoardAcpiDxe also installs all PcdAcpiTableStorageFile

2021-09-04 Thread Benjamin Doron
Another reason to install these tables with BoardAcpiDxe is that it calls a board-implemented hook to patch the tables, if necessary. AcpiPlatformDxe only installs the tables as they are found. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Onli

Re: [edk2-devel] [PATCH v1 1/1] SecurityPkg/MemoryOverwriteControl: Add missing argument to DEBUG print

2021-09-04 Thread Yao, Jiewen
Merged - https://github.com/tianocore/edk2/pull/1950 edf8bc6d24c6f490c27de3144eee88f1ca40ce6a > -Original Message- > From: Yao, Jiewen > Sent: Saturday, September 4, 2021 3:47 PM > To: mikub...@linux.microsoft.com; devel@edk2.groups.io > Cc: Wang, Jian J ; Zhang, Qi1 > ; Kumar, Rahul1 >

Re: [edk2-devel] [PATCH v1 1/1] SecurityPkg/MemoryOverwriteControl: Add missing argument to DEBUG print

2021-09-04 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Saturday, September 4, 2021 3:58 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J > ; Zhang, Qi1 ; Kumar, > Rahul1 > Subject: [PATCH v1 1/1] SecurityPkg/MemoryOverwriteControl: Add >