diff options
| author | Manuel Hernández Méndez <[email protected]> | 2025-10-23 11:03:47 +0200 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-11-05 21:22:41 +0530 |
| commit | e8dfa55f3d6ada2e1f71671213bd3a68ec96ea76 (patch) | |
| tree | b3270a19fcaf47c3e6636aaf0b22ecb288b38ff8 /scripts | |
| parent | 834d0d9f2678170efdcef50960013584000e0a43 (diff) | |
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 <[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')
| -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 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") ;; *) |
