mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-13 16:38:58 +00:00
platform: Remove qemu/virt directory
The OpenSBI generic platform works perfectly fine on the QEMU virt machine so let's remove dedicated QEMU virt machine platform from OpenSBI. All QEMU virt machine related documentation in OpenSBI will now suggest using OpenSBI generic platform. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
4f18c6e550
commit
13717a8e53
7 changed files with 28 additions and 215 deletions
|
@ -95,14 +95,12 @@ build_opensbi() {
|
|||
case "${BUILD_RISCV_XLEN}" in
|
||||
32)
|
||||
# Setup 32-bit platform list
|
||||
BUILD_PLATFORM_SUBDIR=("qemu/virt")
|
||||
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
|
||||
BUILD_PLATFORM_SUBDIR=("sifive/fu540")
|
||||
BUILD_PLATFORM_SUBDIR+=("generic")
|
||||
;;
|
||||
64)
|
||||
# Setup 64-bit platform list
|
||||
BUILD_PLATFORM_SUBDIR=("qemu/virt")
|
||||
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
|
||||
BUILD_PLATFORM_SUBDIR=("sifive/fu540")
|
||||
BUILD_PLATFORM_SUBDIR+=("nuclei/ux600")
|
||||
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
|
||||
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue