[Buildroot] [PATCH v3 2/3] boot/opensbi: Initial commit of OpenSBI for RISC-V

Mark Corbin mark.corbin at embecosm.com
Tue Mar 19 11:54:13 UTC 2019


Hello Alistair

On 18/03/2019 22:44, Alistair Francis wrote:
> diff --git a/boot/opensbi/opensbi.mk b/boot/opensbi/opensbi.mk
> new file mode 100644
> index 0000000000..87e4b5c455
> --- /dev/null
> +++ b/boot/opensbi/opensbi.mk
> @@ -0,0 +1,32 @@
> +################################################################################
> +#
> +# OpenSBI
> +#
> +################################################################################
> +
> +OPENSBI_VERSION = ca20ac0cd4c099006d4eea4d9ac7bd7b58e2ae0f
> +OPENSBI_SITE = git://github.com/riscv/opensbi.git
It makes things clearer for me if you use the v0.3 tag here instead of
the commit hash for v0.3.


OPENSBI_VERSION = v0.3
OPENSBI_SITE = $(call github,riscv,opensbi,$(OPENSBI_VERSION))

Regards

Mark

-- 
Mark Corbin
Embecosm Ltd.
https://www.embecosm.com



More information about the buildroot mailing list