opensbi: 1.3.1 -> 1.4

Diff: https://github.com/riscv-software-src/opensbi/compare/v1.3.1...v1.4
This commit is contained in:
Nick Cao 2023-12-28 14:01:46 -05:00
parent 599a7191c2
commit 1843f731e1
No known key found for this signature in database

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opensbi"; pname = "opensbi";
version = "1.3.1"; version = "1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "riscv-software-src"; owner = "riscv-software-src";
repo = "opensbi"; repo = "opensbi";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-JNkPvmKYd5xbGB2lsZKWrpI6rBIckWbkLYu98bw7+QY="; hash = "sha256-T8ZeAzjM9aeTXitjE7s+m+jjGGtDo2jK1qO5EuKiVLU=";
}; };
postPatch = '' postPatch = ''
@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
"FW_FDT_PATH=${withFDT}" "FW_FDT_PATH=${withFDT}"
]; ];
enableParallelBuilding = true;
dontStrip = true; dontStrip = true;
dontPatchELF = true; dontPatchELF = true;