GNU bug report logs - #70892
[PATCH 0/6] Add visionfive2 support.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Sun, 12 May 2024 11:01:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: 宋文武 <iyzsong <at> envs.net>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: Vagrant Cascadian <vagrant <at> debian.org>, 70892 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#70892] [PATCH v2 4/7] gnu: Add opensbi-for-visionfive2.
Date: Sun, 19 May 2024 18:38:50 +0800
Hello!

Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:

> * gnu/packages/firmware.scm (opensbi-for-visionfive2): New variable.
>
> Change-Id: I27963937410a3900a63193ce2a1033ac20a79919
> ---
>  gnu/packages/firmware.scm | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
> index 6f0c2da806..2309d12fed 100644
> --- a/gnu/packages/firmware.scm
> +++ b/gnu/packages/firmware.scm
> @@ -585,6 +585,18 @@ (define-public opensbi-qemu
>      (description
>       "This package contains OpenSBI firmware files for use with QEMU.")))
>  
> +(define-public opensbi-for-visionfive2
> +  (package
> +    (inherit opensbi-generic)
> +    (name "opensbi-for-visionfive2")
> +    (arguments
> +     (substitute-keyword-arguments
> +         (package-arguments opensbi-generic)
> +       ((#:make-flags flags)
> +        #~(cons* "FW_TEXT_START=0x40000000"
> +                 "FW_OPTIONS=0"
> +                 #$flags))))))

Why these 2 options is needed?  Thanks.




This bug report was last modified 1 year and 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.