aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/riscv.scm
AgeCommit message (Expand)Author
2023-09-19remove unneeded module importEfraim Flashner
2022-05-03gn: cva6: Set #:make-flags instead of overriding the build phase....* gn/packages/riscv.scm (cva6)[arguments]: Set #:make-flags instead of overriding the build phase. Arun Isaac
2022-05-03gn: cva6: Switch to upstream source instead of fork....* gn/packages/riscv.scm (cva6)[source]: Use upstream openhwgroup source instead of the cornell-brg fork. [arguments]: Add fix-stdout phase. Pass RISV=0 to make in build phase. Arun Isaac
2022-05-02gn: cva6: Install executable as ariane....* gn/packages/riscv.scm (cva6)[arguments]: In the custom install phase, install executable as ariane instead of Variane_testharness. Arun Isaac
2022-05-02gn: Add cva6....* gn/packages/riscv.scm: Import (gn packages fpga), (gnu packages virtualization), (guix build utils), (guix build-system gnu), (guix gexp) and (guix licenses). (cva6): New variable. Arun Isaac
2022-04-01gn: hello-static: Move to gn/packages/static.scm....* gn/packages/riscv.scm: Do not import (gnu packages base), (guix packages) and (guix build-system gnu). (hello-static): Move to gn/packages/static.scm. * gn/packages/static.scm: New file. Arun Isaac
2022-04-01gn: wfmash: Remove package....wfmash has been upstreamed. * gn/packages/riscv.scm (wfmash): Delete variable. Arun Isaac
2022-03-29gn: hello-static: Set name to hello-static....* gn/packages/riscv.scm (hello-static)[name]: Set to hello-static. Arun Isaac
2022-03-29gnu: hello: Use static-package....* gn/packages/riscv.scm: Import (guix build-system gnu). (hello): Use static-package. Arun Isaac
2022-03-23gn: Add hello-staticEfraim Flashner
2022-03-21gn: wfmash: update to 0.7.0-26.81b8292.Efraim Flashner
2022-03-14gn: Add wfmash....This patch adds a version of wfmash that builds and runs successfully on RISC-V. * gn/packages/riscv.scm: New file. Arun Isaac