Update FSBL DTB from upstream kernel

The DTB in upstream kernrel is stable compared to what's in FSBL DTB right now.
It's not worth updating DTB in ZSBL as you cannot use the binary.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-08-26 05:41:55 -07:00
parent 24652ffd18
commit 3f05a48204
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: freedom-u540-c000-bootloader
Version: 2019.08.25.128f282
Release: 1%{?dist}
Release: 2%{?dist}
Summary: SiFive FU540 ZSBL and FSBL
License: Apache-2.0 | GPLv2+
@ -34,6 +34,11 @@ Provides booloaders for SiFive (FU540) HiFive Unleashed board:
%autosetup -p1
%build
# Replace old DTB in FSBL with new one from kernel (upstream)
rm -fv ./fsbl/ux00_fsbl.dts
# We only have 1 kernel installed in buildroot
cp -fv /boot/dtb-*/sifive/hifive-unleashed-a00.dtb ./fsbl/ux00_fsbl.dtb
make CROSSCOMPILE=
%install
@ -46,6 +51,9 @@ install -m 755 fsbl.bin %{buildroot}/boot/freedom-u540-c000-bootloader/unstable/
/boot/freedom-u540-c000-bootloader/unstable/{zsbl,fsbl}.bin
%changelog
* Mon Aug 26 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> 2019.08.25.128f282-2
- Update FSBL DTB from upstream kernel
* Sun Aug 25 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> 2019.08.25.128f282-1
- Add initial version