diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-05-01 12:06:56 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-05-04 10:09:23 +0530 |
commit | 13717a8e53a382769e9678f6d9357c20446cde0c (patch) | |
tree | c8f2cf26d55e8078ba6f8a13d28663e0fea99fc1 /docs/platform/generic.md | |
parent | 4f18c6e55049d858c62e87d2605dd41c06956e4e (diff) |
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>
Diffstat (limited to 'docs/platform/generic.md')
-rw-r--r-- | docs/platform/generic.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/platform/generic.md b/docs/platform/generic.md index 73b6fca..f4281a2 100644 --- a/docs/platform/generic.md +++ b/docs/platform/generic.md @@ -39,4 +39,6 @@ The *Generic* platform does not have any platform-specific options. RISC-V Platforms Using Generic Platform --------------------------------------- -To be added later. +* **QEMU RISC-V Virt Machine** (*[qemu_virt.md]*) + +[qemu_virt.md]: qemu_virt.md |