summaryrefslogtreecommitdiff
path: root/docs/platform/platform.md
diff options
context:
space:
mode:
authorManuel Hernández Méndez <[email protected]>2025-10-23 11:03:47 +0200
committerAnup Patel <[email protected]>2025-11-05 21:22:41 +0530
commite8dfa55f3d6ada2e1f71671213bd3a68ec96ea76 (patch)
treeb3270a19fcaf47c3e6636aaf0b22ecb288b38ff8 /docs/platform/platform.md
parent834d0d9f2678170efdcef50960013584000e0a43 (diff)
platform: ariane: Move ariane platform from fpga to generic
The Ariane framework has a generic PMU that is not used by OpenSBI. Due to OpenSBI’s build system we cannot directly reuse the generic platform functions, so move the Ariane platform to generic. Also due to the generic platform is where new features are added. Signed-off-by: Manuel Hernández Méndez <[email protected]> Reviewed-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'docs/platform/platform.md')
-rw-r--r--docs/platform/platform.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/platform/platform.md b/docs/platform/platform.md
index 048c2c4f..b77112ff 100644
--- a/docs/platform/platform.md
+++ b/docs/platform/platform.md
@@ -21,10 +21,6 @@ OpenSBI currently supports the following virtual and hardware platforms:
* **Kendryte K210 SoC**: Platform support for the Kendryte K210 SoC used on
boards such as the Kendryte KD233 or the Sipeed MAIX Dock.
-* **Ariane FPGA SoC**: Platform support for the Ariane FPGA SoC used on
- Genesys 2 board. More details on this platform can be found in the file
- *[fpga-ariane.md]*.
-
* **Andes AE350 SoC**: Platform support for the Andes's SoC (AE350). More
details on this platform can be found in the file *[andes-ae350.md]*.
@@ -48,7 +44,6 @@ comments to facilitate the implementation.
[generic.md]: generic.md
[qemu_virt.md]: qemu_virt.md
[sifive_fu540.md]: sifive_fu540.md
-[fpga-ariane.md]: fpga-ariane.md
[andes-ae350.md]: andes-ae350.md
[thead-c910.md]: thead-c910.md
[spike.md]: spike.md