diff options
| author | Manuel Hernández Méndez <maherme.dev@gmail.com> | 2025-10-23 11:03:47 +0200 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2025-11-05 21:22:41 +0530 |
| commit | e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76 (patch) | |
| tree | b3270a19fcaf47c3e6636aaf0b22ecb288b38ff8 /scripts | |
| parent | 834d0d9f2678170efdcef50960013584000e0a43 (diff) | |
| download | opensbi-e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76.zip opensbi-e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76.tar.gz opensbi-e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76.tar.bz2 | |
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-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 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") ;; *) |
