From patchwork Mon Mar 28 18:55:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Arun Isaac X-Patchwork-Id: 38165 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2B79E27BBEA; Mon, 28 Mar 2022 19:57:29 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DBBF227BBE9 for ; Mon, 28 Mar 2022 19:57:28 +0100 (BST) Received: from localhost ([::1]:59986 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nYuYS-00066m-1I for patchwork@mira.cbaines.net; Mon, 28 Mar 2022 14:57:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47668) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYuY3-000654-LF for guix-patches@gnu.org; Mon, 28 Mar 2022 14:57:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37079) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nYuY2-000051-RR for guix-patches@gnu.org; Mon, 28 Mar 2022 14:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nYuY2-0001sA-RF for guix-patches@gnu.org; Mon, 28 Mar 2022 14:57:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54615] [PATCH v2 1/2] gnu: spike: Substitute path to dtc instead of wrapping executables. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 28 Mar 2022 18:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54615 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54615@debbugs.gnu.org Cc: Arun Isaac , Efraim Flashner Received: via spool by 54615-submit@debbugs.gnu.org id=B54615.16484937667114 (code B ref 54615); Mon, 28 Mar 2022 18:57:02 +0000 Received: (at 54615) by debbugs.gnu.org; 28 Mar 2022 18:56:06 +0000 Received: from localhost ([127.0.0.1]:59206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYuX7-0001qa-KK for submit@debbugs.gnu.org; Mon, 28 Mar 2022 14:56:06 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:51784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYuX4-0001pr-1j for 54615@debbugs.gnu.org; Mon, 28 Mar 2022 14:56:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Hikk2s2WOCJriNhOiBAW9g6iWECrb84FDWks6/SENCc=; b=V703asu6O87VqKTKddfMk5eXDO hDW0Pd223Ghg2VrHaKEqegR6EgeCvUCgF37eU7f2Ewprc+uvs36CwVoR/XKKS2yOQDrku9W84PX2b r4JXtM8tAoQh8YW5vEGBYey4fbmEg6bAQ+XD4rEDxklK3OuT0rMyLM+R/jmpkgJrE0IHijFZH7V6T /FBx8NUkmdX39GoaVShCE41HW2AuQFzBaLGNi+VFrj8x+lDE63gPEnnHaeDcU88rmSEQIM7fUTLHa mg9gRXZO7j/jsG0SCzGoXBT4X2WQa1YZ/2uy0ocieWvOUFBu3GMFW2XENFFNuonC0UvmFEL09NKFF D4TiupPg==; Received: from [192.168.2.1] (port=6566 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nYuX1-000OL2-1i; Tue, 29 Mar 2022 00:25:59 +0530 From: Arun Isaac Date: Tue, 29 Mar 2022 00:25:56 +0530 Message-Id: <20220328185557.27310-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220328185557.27310-1-arunisaac@systemreboot.net> References: <20220328185557.27310-1-arunisaac@systemreboot.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/virtualization.scm (spike)[arguments]: Delete the wrap-binary phase. Add a configure-dtc-path phase that substitutes the absolute path to dtc. --- gnu/packages/virtualization.scm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index bd297977df..9c86670ce7 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -26,6 +26,7 @@ ;;; Copyright © 2021 Raghav Gururajan ;;; Copyright © 2022 Oleg Pykhalov ;;; Copyright © 2022 Ekaitz Zarraga +;;; Copyright © 2022 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -1037,15 +1038,12 @@ (define-public spike (list #:phases #~(modify-phases %standard-phases - (add-after 'install 'wrap-binary - (lambda* (#:key inputs outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (for-each - (lambda (file) - (wrap-program file - `("PATH" ":" prefix - (,(dirname (search-input-file inputs "/bin/dtc")))))) - (find-files (string-append out "/bin"))))))))) + (add-before 'configure 'configure-dtc-path + (lambda* (#:key inputs #:allow-other-keys) + ;; Reference dtc by its absolute store path. + (substitute* "riscv/dts.cc" + (("DTC") + (string-append "\"" (assoc-ref inputs "dtc") "/bin/dtc\"")))))))) (inputs (list bash-minimal dtc)) (native-inputs From patchwork Mon Mar 28 18:55:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arun Isaac X-Patchwork-Id: 38166 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9EE4427BBEA; Mon, 28 Mar 2022 19:57:42 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 639D427BBE9 for ; Mon, 28 Mar 2022 19:57:42 +0100 (BST) Received: from localhost ([::1]:60408 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nYuYf-0006Ob-Is for patchwork@mira.cbaines.net; Mon, 28 Mar 2022 14:57:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYuY3-000652-K3 for guix-patches@gnu.org; Mon, 28 Mar 2022 14:57:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37080) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nYuY3-000053-8L for guix-patches@gnu.org; Mon, 28 Mar 2022 14:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nYuY3-0001sH-7w for guix-patches@gnu.org; Mon, 28 Mar 2022 14:57:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54615] [PATCH v2 2/2] gnu: Add riscv-pk. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 28 Mar 2022 18:57:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54615 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54615@debbugs.gnu.org Cc: Arun Isaac , Efraim Flashner Received: via spool by 54615-submit@debbugs.gnu.org id=B54615.16484937667122 (code B ref 54615); Mon, 28 Mar 2022 18:57:03 +0000 Received: (at 54615) by debbugs.gnu.org; 28 Mar 2022 18:56:06 +0000 Received: from localhost ([127.0.0.1]:59208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYuX8-0001qh-4P for submit@debbugs.gnu.org; Mon, 28 Mar 2022 14:56:06 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:51786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYuX4-0001pq-0z for 54615@debbugs.gnu.org; Mon, 28 Mar 2022 14:56:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=fiLE+Zc9yERwOmiga53K/0DJ7IfCaDeh4ryHnz//+7Q=; b=OYSGT/iEtUuujsfJULOZMn0KX8 bq7ouAI//nePKZ3/wq3rbr7uQnyxvL4rwNfUzKFmtS6GmOfz0eccVWOchEwnmb9elrCag/bYInQhY wPoAcmgLeIK3hxsKDBdHXgp/G52Q+VbyruH6DNMAwtsf+A4l44R7fkvs7N8ZZ/NB/swOWWuRJDZOm nRfspKEZac1RJDMrXnYQhzrIb4iahFWfSR1Aj4XGpeejh8TI9QWtIAlc+CrHGvL3LH0zr5eumZq8H XJoLoklHdXZtiWqSvdjrXXpNQNLJHeesVo+FrzWLTB8Ht6enYMwuSL8KD/GQpnZq2XR8ak3hrxCFR PkmjXceg==; Received: from [192.168.2.1] (port=6566 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nYuX1-000OL2-Ab; Tue, 29 Mar 2022 00:25:59 +0530 From: Arun Isaac Date: Tue, 29 Mar 2022 00:25:57 +0530 Message-Id: <20220328185557.27310-3-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220328185557.27310-1-arunisaac@systemreboot.net> References: <20220328185557.27310-1-arunisaac@systemreboot.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/virtualization.scm (riscv-pk): New variable. --- gnu/packages/virtualization.scm | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 9c86670ce7..5904f274f5 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -2365,3 +2365,41 @@ (define-public python-transient "@code{transient} is a wrapper for QEMU allowing the creation of virtual machines with shared folder, ssh, and disk creation support.") (license license:expat))) + +(define-public riscv-pk + (package + (name "riscv-pk") + (version "1.0.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/riscv-software-src/riscv-pk") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cc0rz4q3a1zw8756b8yysw8lb5g4xbjajh5lvqbjix41hbdx6xz")))) + (build-system gnu-build-system) + (arguments + `(#:out-of-source? #t + #:make-flags (list (string-append "INSTALLDIR=" + (assoc-ref %outputs "out"))) + ;; Add flags to keep symbols fromhost and tohost. These symbols are + ;; required for the correct functioning of pk. + #:strip-flags (list "--strip-unneeded" + "--keep-symbol=fromhost" + "--keep-symbol=tohost" + "--enable-deterministic-archives"))) + (home-page "https://github.com/riscv-software-src/riscv-pk") + (synopsis "RISC-V Proxy Kernel") + (description "The RISC-V Proxy Kernel, @command{pk}, is a lightweight +application execution environment that can host statically-linked RISC-V ELF +binaries. It is designed to support tethered RISC-V implementations with +limited I/O capability and thus handles I/O-related system calls by proxying +them to a host computer. + +This package also contains the Berkeley Boot Loader, @command{bbl}, which is a +supervisor execution environment for tethered RISC-V systems. It is designed +to host the RISC-V Linux port.") + (license license:bsd-3)))