# Contributor: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=opensbi-spacemit # XXX: Updates require rebuilds of testin/u-boot-spacemit _basever=1.3 _realver=2.0.4 pkgver=${_basever}.${_realver} pkgrel=0 pkgdesc="risc-v open source supervisor binary interface for spacemit" url="https://gitee.com/bianbu-linux/opensbi" arch="riscv64" license="BSD-2-Clause" options="!check" # no tests makedepends="bash dtc python3 u-boot-tools" source="$pkgname-v$_realver.tar.gz::https://gitee.com/bianbu-linux/opensbi/repository/archive/v$_realver.tar.gz" builddir=$srcdir/opensbi-v$_realver build() { make PLATFORM=generic PLATFORM_DEFCONFIG=k1_defconfig } package() { mkdir -p "$pkgdir"/usr/share/$pkgname cp $builddir/build/platform/generic/firmware/*itb "$pkgdir"/usr/share/$pkgname cp $builddir/build/platform/generic/firmware/*bin "$pkgdir"/usr/share/$pkgname } sha512sums=" 737d1c39f319e80a795b249f91a4f04978b44b5bc207b074f49c4b602e6a532b26c0e9265a87459da6505de1251b8e91e38184f704cc91f3ee3ed462adcb0f32 opensbi-spacemit-v2.0.4.tar.gz "