Home
last modified time | relevance | path

Searched refs:OPENSBI (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/riscv/lib/
A Dmkimage_fit_opensbi.sh9 [ -z "$OPENSBI" ] && OPENSBI="fw_dynamic.bin"
19 if [ ! -f $OPENSBI ]; then
20 echo "WARNING: OpenSBI binary \"$OPENSBI\" not found, resulting binary is not functional." >&2
21 OPENSBI=/dev/null
42 data = /incbin/("$OPENSBI");
/u-boot/common/spl/
A DMakefile26 obj-$(CONFIG_$(SPL_TPL_)OPENSBI) += spl_opensbi.o
A Dspl.c713 #if CONFIG_IS_ENABLED(OPENSBI) in board_init_r()
/u-boot/doc/board/emulation/
A Dqemu-riscv.rst83 its location with the OPENSBI environment variable. Afterwards, compile U-Boot
/u-boot/
A D.gitlab-ci.yml25 export OPENSBI=/tmp/opensbi-0.8-rv-bin/share/opensbi/ilp32/generic/firmware/fw_dynamic.bin;
29 export OPENSBI=/tmp/opensbi-0.8-rv-bin/share/opensbi/lp64/generic/firmware/fw_dynamic.bin;
A D.azure-pipelines.yml305 … export OPENSBI=/tmp/opensbi-0.8-rv-bin/share/opensbi/ilp32/generic/firmware/fw_dynamic.bin;
309 … export OPENSBI=/tmp/opensbi-0.8-rv-bin/share/opensbi/lp64/generic/firmware/fw_dynamic.bin;
/u-boot/doc/board/sifive/
A Dfu540.rst432 export OPENSBI=<path to opensbi/build/platform/generic/firmware/fw_dynamic.bin>

Completed in 12 milliseconds