aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorManuel Hernández Méndez <maherme.dev@gmail.com>2025-10-23 11:03:47 +0200
committerAnup Patel <anup@brainfault.org>2025-11-05 21:22:41 +0530
commite8dfa55f3d6ada2e1f71671213bd3a68ec96ea76 (patch)
treeb3270a19fcaf47c3e6636aaf0b22ecb288b38ff8 /scripts
parent834d0d9f2678170efdcef50960013584000e0a43 (diff)
downloadopensbi-e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76.tar.gz
opensbi-e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76.tar.bz2
opensbi-e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76.zip
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 <maherme.dev@gmail.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20251023090347.30746-1-maherme.dev@gmail.com Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-binary-archive.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index 19ae9045..6ea4c9c5 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -101,7 +101,6 @@ build_opensbi() {
# Setup 64-bit platform list
BUILD_PLATFORM_SUBDIR+=("nuclei/ux600")
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
- BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
*)