[edk2-devel] [PATCH V2 0/2] Initial commit for RISC-V Qemu-based Server

2024-07-09 Thread Evan Chai
This is a foundational patch to move the 'RISC-V QEMU Server Reference Platform' forward. Evan Chai (2): RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server platform RiscVQemuServerPlatform: Unified .dsc files into a single file Platform/Qemu/RiscVQemuServ

[edk2-devel] [PATCH V2 2/2] RiscVQemuServerPlatform: Unified .dsc files into a single file

2024-07-09 Thread Evan Chai
>From past experience, fragmented .dsc files lead to repeated definitions for users due to multiple related .dsc files containing the same [section] fields. As a result, only one .dsc file is now maintained. Cc: Andrei Warkentin Cc: Sunil V L Cc: Yong Li Signed-off-by: Evan Chai --- Platf

[edk2-devel] [PATCH V3 2/2] RiscVQemuServerPlatform: added README file

2024-07-12 Thread Evan Chai
1. Added high-level software architecture model 2. Included reference examples for build and execution environments 3. Provided reference materials for other dependent components Cc: Andrei Warkentin Cc: Sunil V L Cc: Yong Li Signed-off-by: Evan Chai --- Platform/Qemu/RiscVQemuServerPlatform

[edk2-devel] [PATCH V3 1/2] RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server platform

2024-07-12 Thread Evan Chai
Leveraging RiscVVirt code, this initial commit establishes the foundational framework for the first phase of the RISC-V Qemu-based Server platform. Cc: Andrei Warkentin Cc: Sunil V L Cc: Yong Li Signed-off-by: Evan Chai --- Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc

[edk2-devel] [PATCH V3 0/2] Initial commit for RISC-V Qemu-based Server

2024-07-12 Thread Evan Chai
This is a foundational patch to move the 'RISC-V QEMU Server Reference Platform' forward. Evan Chai (2): RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server platform RiscVQemuServerPlatform: added README file Platform/Qemu/RiscVQemuServerPlatform

[edk2-devel] [PATCH V4 0/2] Initial commit for RISC-V Qemu-based Server

2024-07-30 Thread Evan Chai
This is a foundational patch to move the 'RISC-V QEMU Server Reference Platform' forward. Evan Chai (2): RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server platform RiscVQemuServerPlatform: added README file Platform/Qemu/RiscVQemuServerPlatform

[edk2-devel] [PATCH V4 1/2] RiscVQemuServerPlatform: Initial commit for RISC-V Qemu-based Server platform

2024-07-30 Thread Evan Chai
Leveraging RiscVVirt code, this initial commit establishes the foundational framework for the first phase of the RISC-V Qemu-based Server platform. Cc: Andrei Warkentin Cc: Sunil V L Cc: Yong Li Signed-off-by: Evan Chai --- Platform/Qemu/RiscVQemuServerPlatform/RiscVQemuServerPlatform.dsc

[edk2-devel] [PATCH V4 2/2] RiscVQemuServerPlatform: added README file

2024-07-30 Thread Evan Chai
1. Added high-level software architecture model 2. Included reference examples for build and execution environments 3. Provided reference materials for other dependent components Cc: Andrei Warkentin Cc: Sunil V L Cc: Yong Li Signed-off-by: Evan Chai --- Platform/Qemu/RiscVQemuServerPlatform