diff options
| author | Manuel Hernández Méndez <[email protected]> | 2025-08-13 12:47:59 +0200 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-08-26 17:08:00 +0530 |
| commit | 525ac970b3c2b1549c8747959cfc4f9b84e1f711 (patch) | |
| tree | 9cdf5348f48b9ca8c324c66e8af74540a61339c1 /scripts/create-binary-archive.sh | |
| parent | 3204d74486ecded839205be5a3bf0193aaca3547 (diff) | |
platform: openpiton: Move openpiton platform from fpga to generic
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 <[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 'scripts/create-binary-archive.sh')
| -rwxr-xr-x | scripts/create-binary-archive.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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") ;; *) |
