From e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Hern=C3=A1ndez=20M=C3=A9ndez?= Date: Thu, 23 Oct 2025 11:03:47 +0200 Subject: platform: ariane: Move ariane platform from fpga to generic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Anup Patel Link: https://lore.kernel.org/r/20251023090347.30746-1-maherme.dev@gmail.com Signed-off-by: Anup Patel --- scripts/create-binary-archive.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 19ae904..6ea4c9c 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") ;; *) -- cgit v1.1