]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/RiscVVirt: Add SEC module
authorSunil V L <sunilvl@ventanamicro.com>
Sat, 28 Jan 2023 15:32:23 +0000 (21:02 +0530)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 16 Feb 2023 05:53:28 +0000 (05:53 +0000)
commite1aaef001fd2ddb8c7b9375056598773bde46414
treea5b522ecff8d6c37f811d9d35f0d5e3069df94da
parenta43a62f9b0242aa87eeee7e8f0339ea00078fad2
OvmfPkg/RiscVVirt: Add SEC module

Add the SEC module for RISC-V Qemu virt machine support.
It uses the PEI less design.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Abner Chang <abner.chang@amd.com>
Reviewed-by: Andrei Warkentin <andrei.warkentin@intel.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
OvmfPkg/RiscVVirt/Sec/Cpu.c [new file with mode: 0644]
OvmfPkg/RiscVVirt/Sec/Memory.c [new file with mode: 0644]
OvmfPkg/RiscVVirt/Sec/Platform.c [new file with mode: 0644]
OvmfPkg/RiscVVirt/Sec/SecEntry.S [new file with mode: 0644]
OvmfPkg/RiscVVirt/Sec/SecMain.c [new file with mode: 0644]
OvmfPkg/RiscVVirt/Sec/SecMain.h [new file with mode: 0644]
OvmfPkg/RiscVVirt/Sec/SecMain.inf [new file with mode: 0644]