[edk2-devel] [PATCH edk2-platforms 0/8] *** SUBJECT HERE ***

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> *** BLURB HERE *** caiyuqing379 (8): Sophgo/SG2042Pkg: Add SmbiosPlatformDxe module. Sophgo/SG2042Pkg: Add RiscVMmuLib Library. Sophgo/SG2042Pkg: Add Sophgo SDHCI driver. Sophgo/SG2042Pkg: Add base MMC driver. Sophgo/SG2042Pkg: Add SEC modu

[edk2-devel] [PATCH edk2-platforms 3/8] Sophgo/SG2042Pkg: Add Sophgo SDHCI driver.

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> This driver implements Sophgo SDHCI controller, which provides the necessary interfaces for handling communication and data transfer with SD cards. Cc: dahogn Cc: inochisa Cc: meng-cz Signed-off-by: caiyuqing379 <202235...@mail.sdu.edu.cn> Co-auth

[edk2-devel] [PATCH edk2-platforms 6/8] SG2042Pkg/SG2042_EVB_Board: Add Sophgo SG2042 platform.

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> Add infrastructure files to build edk2-platforms for Sophgo SG2042 platform. It follows PEI less design. Cc: dahogn Cc: inochisa Cc: meng-cz Signed-off-by: caiyuqing379 <202235...@mail.sdu.edu.cn> Co-authored-by: USER0FISH Reviewed-by: yli147 Re

[edk2-devel] [PATCH edk2-platforms 2/8] Sophgo/SG2042Pkg: Add RiscVMmuLib Library.

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> SG2042 (Xuantie C920) MMU can be enabled in SV39 mode, but there are bugs with exception handling and MMC that need to be fixed, so MMU is not currently enabled. Add this library is to ensure compilation pass. Cc: dahogn Cc: inochisa Cc: meng-cz S

[edk2-devel] [PATCH edk2-platforms 5/8] Sophgo/SG2042Pkg: Add SEC module.

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> This module supports Sophgo SG2042 EVB platform. It uses the PEI less design. Add this module in SG2042Pkg leveraging the one from OvmfPkg/RiscVVirt. Cc: dahogn Cc: inochisa Cc: meng-cz Signed-off-by: caiyuqing379 <202235...@mail.sdu.edu.cn> Co-au

[edk2-devel] [PATCH edk2-platforms 7/8] Sophgo/SG2042Pkg: Add SG2042Pkg.

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> Add SG2042Pkg for Sophgo SG2042 platform. Provides PCD tokens. Cc: dahogn Cc: inochisa Cc: meng-cz Signed-off-by: caiyuqing379 <202235...@mail.sdu.edu.cn> Co-authored-by: USER0FISH Reviewed-by: yli147 Reviewed-by: ChaiEvan --- Platform/Sophgo/

[edk2-devel] [PATCH edk2-platforms 1/8] Sophgo/SG2042Pkg: Add SmbiosPlatformDxe module.

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> This driver installs SMBIOS information for SG2042. Install hardware information by creating an SMBIOS table which includes BIOS version, system manufacturer, product name, processor, memory, slots, storage, and other. Cc: dahogn Cc: inochisa Cc: m

[edk2-devel] [PATCH edk2-platforms 4/8] Sophgo/SG2042Pkg: Add base MMC driver.

2023-08-19 Thread caiyuqing_hz
From: caiyuqing379 <202235...@mail.sdu.edu.cn> This driver implements the MMC Host protocol, which is used by SD interface driver that the Sophgo SG2042 EVB supports. Add this driver in Sophgo/SG2042Pkg leveraging the one form Embedded Package. Cc: dahogn Cc: inochisa Cc: meng-cz Signed-off-by

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-08-19 Thread Marcin Juszkiewicz
W dniu 18.08.2023 o 20:17, Oliver Smith-Denny pisze: Currently, unlike OVMF, ArmVirtQemu does not display any graphics, only the QEMU monitor. Graphics are helpful to confirm booting into an OS is successful, interacting with the EFI shell while getting separate logging messages, etc. Ah, tha

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-08-19 Thread Pedro Falcato
On Sat, Aug 19, 2023 at 8:39 PM Marcin Juszkiewicz wrote: > > W dniu 18.08.2023 o 20:17, Oliver Smith-Denny pisze: > > Currently, unlike OVMF, ArmVirtQemu does not display any graphics, only > > the QEMU monitor. Graphics are helpful to confirm booting into an OS is > > successful, interacting wit

Re: [edk2-devel] [PATCH v2 00/25] Implement Dynamic Memory Protections

2023-08-19 Thread Pedro Falcato
On Fri, Aug 18, 2023 at 11:57 PM Taylor Beebe wrote: > > In the past, memory protection settings were configured via FixedAtBuild PCDs, > which resulted in a build-time configuration of memory mitigations. This > approach limited the flexibility of applying mitigations to the > system and made it