From 75010dde7cec3e1601df27ba646e986187847e5f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 14 Dec 2019 17:23:05 +0200 Subject: [PATCH] Remove FU540_ENABLED_HART_MASK=0x02 Allow all harts to boot again. Also incl. new kernel and u-boot builds. Signed-off-by: David Abdurachmanov --- opensbi-unstable.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opensbi-unstable.spec b/opensbi-unstable.spec index a7965d4..59f8a4f 100644 --- a/opensbi-unstable.spec +++ b/opensbi-unstable.spec @@ -5,7 +5,7 @@ Name: opensbi-unstable # The last part is short hash # Format: ..... Version: v0.5.0.2019.12.05.813f7f4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: RISC-V Open Source Supervisor Binary Interface License: BSD @@ -112,7 +112,7 @@ gunzip Image.gz dtbFile=$(echo /boot/dtb-*/sifive/hifive-unleashed-a00.dtb) file $dtbFile -make PLATFORM=sifive/fu540 FW_OPTIONS=0x2 FU540_ENABLED_HART_MASK=0x02 FW_PAYLOAD_FDT_PATH="$dtbFile" FW_PAYLOAD_PATH="$PWD/Image" +make PLATFORM=sifive/fu540 FW_OPTIONS=0x2 FW_PAYLOAD_FDT_PATH="$dtbFile" FW_PAYLOAD_PATH="$PWD/Image" #make docs # BUILD: kernel @@ -137,7 +137,7 @@ dtbFile=$(echo /boot/dtb-*/sifive/hifive-unleashed-a00.dtb) #dtbFile=$(find /boot/dtb-*/sifive -type f -name hifive-unleashed-a00.dtb -print -quit 2>/dev/null) file $ubootFile file $dtbFile -make PLATFORM=sifive/fu540 FW_OPTIONS=0x2 FU540_ENABLED_HART_MASK=0x02 FW_PAYLOAD_PATH="$ubootFile" FW_PAYLOAD_FDT_PATH="$dtbFile" +make PLATFORM=sifive/fu540 FW_OPTIONS=0x2 FW_PAYLOAD_PATH="$ubootFile" FW_PAYLOAD_FDT_PATH="$dtbFile" # BUILD: uboot-sifive-fu540 popd