Series Reviewed-by: Gua Gua
-Original Message-
From: Wang, BruceX
Sent: Saturday, September 16, 2023 6:53 PM
To: devel@edk2.groups.io
Cc: Wang, BruceX ; Guo, Gua
Subject: [PATCH v3 0/2] UefiPayloadPkg supports Fit
From: Gua Guo
V3: Fix Lean Sheng comment in patch mail
V2: Fix Gua an
From: Gua Guo
V3: Fix Lean Sheng comment in patch mail
V2: Fix Gua and Chasel comment in PR
V1: Initialize Version
Brucex.Wang (2):
MdePkg/BaseFdtLib: Add Fdt function.
UefiPayloadPkg: Add FIT support
MdePkg/Include/Library/FdtLib.h | 34 +
MdePkg/Library/BaseFdtLib/FdtLib.c
From: "Brucex.Wang"
Add FdtGetName() and FdtNodeDepth() function.
Cc: Benny Lin
Cc: Gua Guo
Cc: Chasel Chiu
Cc: James Lu
Signed-off-by: BruceX Wang
---
MdePkg/Include/Library/FdtLib.h| 34 +
MdePkg/Library/BaseFdtLib/FdtLib.c | 40 ++
From: "Brucex.Wang"
Provide Fit format for UniversalPayload, developer can use argument
"--Fit" to build UniversalPayload.fit
Cc: Guo Dong
Cc: Sean Rhodes
Cc: James Lu
Cc: Gua Guo
Signed-off-by: BruceX Wang
---
.../Include/Guid/UniversalPayloadBase.h | 19 +
UefiPayloadPkg/PayloadL
From: caiyuqing379
Description:
Deploy EDK2 to run on 64-core CPU under RISC-V architecture, and successfully
boot to OS.
Implementation can be seen at:
https://github.com/AII-SDU/edk2-platforms/tree/devel-Sophgo/SG2042Pkg/Platform/Sophgo.
Current progress and status:
1.Adopted the s
From: caiyuqing379
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.
Signed-off-by: caiyuqing379
Co-authored-by: USER0FISH
Cc
From: caiyuqing379
SG2042 (Xuantie C920) MMU can be enabled in SV39 mode. C920 has five
customizable page properties that control whether the page is Strong
order(SO), Cacheable(C), Bufferable(B), Shareable(SH), Trustable(Sec).
This driver modifies the page table attributes to avoid exceptions
ba
From: caiyuqing379
This driver implements Sophgo SDHCI controller, which provides
the necessary interfaces for handling communication and data
transfer with SD cards.
Signed-off-by: caiyuqing379
Co-authored-by: USER0FISH
Cc: dahogn
Cc: meng-cz
Cc: yli147
Cc: ChaiEvan
Cc: Sunil V L
Cc: Lei
From: caiyuqing379
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.
Signed-off-by: caiyuqing379
Co-authored-by: USER0FISH
Cc: dahogn
Cc: meng-cz
From: caiyuqing379
This module supports Sophgo SG2042 EVB platform. It uses the
PEI less design. Add this module in SG2042Pkg leveraging the
one from OvmfPkg/RiscVVirt.
When using the no-map attribute in dt, OpenSBI 1.3/1.3.1 should
be used which fixed its no-map issue. Otherwise, maybe get
into
From: caiyuqing379
Add infrastructure files to build edk2-platforms for Sophgo SG2042
platform. It follows PEI less design.
Signed-off-by: caiyuqing379
Co-authored-by: USER0FISH
Cc: dahogn
Cc: meng-cz
Cc: yli147
Cc: ChaiEvan
Cc: Sunil V L
Cc: Leif Lindholm
Cc: Michael D Kinney
---
Plat
From: caiyuqing379
Add SG2042Pkg for Sophgo SG2042 platform. Provides PCD tokens.
Signed-off-by: caiyuqing379
Co-authored-by: USER0FISH
Cc: dahogn
Cc: meng-cz
Cc: yli147
Cc: ChaiEvan
Cc: Sunil V L
Cc: Leif Lindholm
Cc: Michael D Kinney
---
Silicon/Sophgo/SG2042Pkg/SG2042Pkg.dec |
12 matches
Mail list logo