Skip to content

Commit

Permalink
platform: Remove sifive/fu540 platform
Browse files Browse the repository at this point in the history
Now that SiFive HiFive Unleashed board is using the generic platform
support in OpenSBI, let's remove the old non-generic one.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
  • Loading branch information
lbmeng authored and avpatel committed May 6, 2021
1 parent d4177e7 commit 26998f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 227 deletions.
40 changes: 0 additions & 40 deletions platform/sifive/fu540/config.mk

This file was deleted.

10 changes: 0 additions & 10 deletions platform/sifive/fu540/objects.mk

This file was deleted.

175 changes: 0 additions & 175 deletions platform/sifive/fu540/platform.c

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/create-binary-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,10 @@ build_opensbi() {
case "${BUILD_RISCV_XLEN}" in
32)
# Setup 32-bit platform list
BUILD_PLATFORM_SUBDIR=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("generic")
;;
64)
# Setup 64-bit platform list
BUILD_PLATFORM_SUBDIR=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("nuclei/ux600")
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
Expand Down

0 comments on commit 26998f3

Please sign in to comment.