From 525ac970b3c2b1549c8747959cfc4f9b84e1f711 Mon Sep 17 00:00:00 2001 From: Manuel Hernández Méndez Date: Wed, 13 Aug 2025 12:47:59 +0200 Subject: platform: openpiton: Move openpiton platform from fpga to generic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The OpenPiton 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 OpenPiton 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/20250813104759.33276-1-maherme.dev@gmail.com Signed-off-by: Anup Patel --- scripts/create-binary-archive.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/create-binary-archive.sh') diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 73bdef21..19ae9045 100755 --- a/scripts/create-binary-archive.sh +++ b/scripts/create-binary-archive.sh @@ -102,7 +102,6 @@ build_opensbi() { BUILD_PLATFORM_SUBDIR+=("nuclei/ux600") BUILD_PLATFORM_SUBDIR+=("kendryte/k210") BUILD_PLATFORM_SUBDIR+=("fpga/ariane") - BUILD_PLATFORM_SUBDIR+=("fpga/openpiton") BUILD_PLATFORM_SUBDIR+=("generic") ;; *) -- cgit v1.3.1