15006
Comment: kernel upstreaming status update
|
15082
add #debian-bootstrap
|
Deletions are marked like this. | Additions are marked like this. |
Line 212: | Line 212: |
* #debian-bootstrap (general port [[DebianBootstrap|bootstrap]] efforts) |
This page contains details about the port of Debian for the RISC-V architecture (riscv64).
In a nutshell
What is RISC-V?
From the Wikipedia entry for RISC-V:
RISC-V (pronounced "risk-five") is an open source instruction set architecture (ISA) based on established reduced instruction set computing (RISC) principles. |
There are different versions of the instruction set for 32, 64 and 128 bits; operating as little-endian by default.
What is a Debian port?
In short, a port in Debian terminology means to provide the software normally available in the Debian archive (over 20,000 source packages) ready to install and run on systems based in a given computer architecture with the Linux kernel, or kernel-architecture combinations, with other kernels including GNU Mach (from GNU/Hurd) and kFreeBSD (from GNU/kFreeBSD).
See https://www.debian.org/ports/ and DebianPorts for more information.
What are the goals of this project in particular?
In this project the goal is to have Debian ready to install and run in systems implementing variants of the RISC-V ISA:
Software-wise, this port will target the Linux kernel
Hardware-wise, the port will target the 64-bit variant, little-endian
The ISA variant is the "default flavour" recommended by the designers, and the one that seems to attract more interest for planned implementations that might become available in the next few years (development boards, possible consumer hardware or servers).
While 32-bit and 128-bit implementations are possible, there are problems with this:
- In the context of RISC-V design, they have not been explored as deeply, and tools and resources (e.g. simulators, research cores) as not as well studied and adapted;
- For general purpose computers, the focus shifted to 64-bit for many years already, and there isn't a lot of interest in 32-bit architectures except for specific purposes;
- 32-bit ports in Debian already struggle to compile some large packages of the archive in the last few months/years, a problem that will become worse with time;
- and 128 is simply not realistic at this time.
Upstream project / Architecture / Hardware
Upstream project / Community
Main website: https://riscv.org
Mailing lists (see below for Debian-specific): https://riscv.org/mailing-lists/
IRC (see below for Debian-specific): #riscv at freenode
Architecture details
Hardware
There are different efforts from organisations around the world (research institutes, commercial companies, ...) that have shown interest in this project. Perhaps they will create some hardware available for purchase in the future, but there is nothing available or announced at this time.
The most interesting/promising project in this respect is the lowRISC project:
lowRISC is a not-for-profit organisation working closely with the University of Cambridge and the open-source community. |
FPGA implementations
There are cores freely available such as Rocket, implementing the 64-bit scalar flavour of the RISC-V ISA (and MMU and an optional IEEE 754-2008-compliant FPU), which can be synthetised to an FPGA.
Toolchain upstreaming status
- binutils: upstreamed (2.28 is the first release with RISC-V support)
- gcc: upstreamed (7.1 is the first release with RISC-V support)
- glibc: upstreaming in progress, targets the 2.27 release
- linux kernel: upstreaming in progress, targets the 4.15 release
- gdb: not upstreamed yet
- qemu: not upstreamed yet
Debian port information
Hardware baseline and ABI choice
The Debian port uses RV64GC as the hardware baseline and the lp64d ABI (the default ABI for RV64G systems).
Making the C extension a part of the default hardware baseline for general-purpose binary Linux distributions has been agreed upon between Fedora porters, Debian porters and members of the RISC-V foundation. According to the chairman of the board of the RISC-V foundation, the foundation will provide "a profile for standard RISC-V Unix platforms that will include C as mandatory".
Status Log
- 2017-09-17
The kernel upstreaming patchset hasn't made it in into the kernel 4.14 merge window, so it now targets kernel 4.15. Version 8 of the patchset has been posted to LKML recently (note: the archive of the corresponding thread on lkml.org appears to be incomplete). While the patchset has received an overall positive review from kernel developer Arnd Bergmann, he and two other kernel developers have pointed out a few minor points that require some further discussion and probably some restructuring of the timer code. The plan for version 9 of the patchset is to address those issues and split the patchset into an architecture-core and a driver patchset. The architecture-core patchset can then hopefully be soon included in linux-next as a preparation for getting it merged during the kernel 4.15 merge window.
- 2017-07-30
- The RISC-V upstream kernel patchset has gone through a number of review cycles, but hasn't made it into the kernel 4.13 merge window. Judging from the review comments, chances for an inclusion into kernel 4.14 look quite good, though. There are a number of open questions concering the RISC-V memory model, whose formal specification is still work-in-progress. The corresponding RISC-V foundation working group has announced that the formal memory model specification should be published in the near future (before end of 2017).
- The upstream glibc maintainers have made clear that they require the kernel port to be accepted (at least as part of linux-next, preferably as part of a Linux release candidate) before the glibc support can be accepted for upstream inclusion. As a result, the upcoming glibc 2.26 release won't have RISC-V support. The earliest upstream glibc version that could have RISC-V support will therefore be 2.27, which is planned to be released around 02/2018.
- 2017-06-14
The first version of an upstreaming patchset for glibc has been posted to the upstream glibc development list (libc-alpha).
- 2017-05-22
The first version of an upstreaming patchset for the Linux kernel has been posted to the upstream Linux kernel mailinglist.
- 2017-05-02
Upstream GCC 7.1 has been released with RISC-V support.
- 2017-04-22
Unofficial repository published (WIP, incomplete and probably not working for you at the moment): http://riscv.mit.edu/
More information about details and story in https://people.debian.org/~mafm/posts/2017/20170422_debian-gnulinux-port-for-risc-v-64-bit-riscv64/
- 2017-03-04
- Upstream binutils 2.28 have been released with RISC-V support on 2017-03-02.
- 2017-02-06
The GCC support for RISC-V has been committed to the upstream GCC repository and will be part of the GCC 7 release. Commit list: 1 2 3 4 5 6
- 2017-01-18
- The binutils support for RISC-V has been accepted upstream in November/December 2016 and will be part of binutils 2.28 (expected to be released in Q1/2017).
The GCC support for RISC-V has been accepted for upstream inclusion by the GCC Steering Committee but is still pending the final stages of the technical review as there have been a number of review comments that need to be addressed in a new version of the upstreaming patchset. There is reason for hoping that the RISC-V support could make it into the GCC 7 release, but this depends on how fast the review process can be finished.
- 2016-02-19
- The preparations for this port started in private a while ago, but nothing has been made public so far and nothing useful yet for users and developers.
The main reason is the lack of official support for this architecture in fundamental pieces of the toolchain (binutils, gcc, glibc), the main OS kernel (linux) or even other software that might help with the port (e.g. qemu). All of the mentioned pieces have support in progress and are considered to submit for upstreaming, but nothing definitive has happened at the moment.
In particular, a recent message informed about some upcoming changes to the supervisor specifications (the ABI), which will affect binutils at least. Starting a Debian port without the ISA being settled is not very good, since the effort will need to be restarted from scratch.
- It is expected that this situation will change soon (within few months) and that progress on this port can be resumed.
Credits
Porters:
Manuel A. Fernandez Montecelo (ManuelMontecelo)
Hardware Sponsors:
Bytemark provides hardware to help to kick-start this port. Bytemark is a long-time partner of Debian
- Also using personal computers and regular Debian infrastructure
History
- 2016-02-19
- Created page of the port in the wiki
APT sources.list
Unofficial repository (WIP, incomplete and probably not working for you at the moment): http://riscv.mit.edu/
See https://people.debian.org/~mafm/posts/2017/20170422_debian-gnulinux-port-for-risc-v-64-bit-riscv64/ for more details.
To use it, in /etc/apt/sources.list:
deb [ arch=riscv64 signed-by=/usr/share/keyrings/debian-keyring.gpg ] http://riscv.mit.edu/debian unstable main deb-src [ signed-by=/usr/share/keyrings/debian-keyring.gpg ] http://riscv.mit.edu/debian unstable main
The repository is signed with the key from Manuel as Debian Developer, contained in the file /usr/share/keyrings/debian-keyring.gpg, which is part of the package debian-keyring (available from Debian and derivatives).
Not in Debian infrastructure at the moment, but when it is, follow instructions in: http://www.ports.debian.org/archive . Example:
deb http://ftp.ports.debian.org/debian-ports/ sid main deb http://ftp.ports.debian.org/debian-ports/ unreleased main deb-src http://ftp.ports.debian.org/debian-ports/ sid main
Mirrors (use them if possible, they may be closer to you): http://www.ports.debian.org/mirrors
buildd (build-daemon) information
NOT CREATED YET
Contact: buildd maintainers <riscv64@buildd.debian.org>
Status: https://buildd.debian.org/status/architecture.php?suite=unstable&a=riscv64&priority=
Stats graph: https://buildd.debian.org/stats/?arch=riscv64
Stats overview: https://buildd.debian.org/stats/riscv64.txt
Porterboxes
Currently there are no porterboxes available. See the qemu section to install locally, if available.
Qemu
qemu emulation is not possible yet since the changes are not upstreamed, and the code is still being revised for changes in the specifications.
In the future, when qemu works it sould be possible to do something like:
M68k/sbuildQEMU (not upstreamed, so this one can be specially useful)
Cross compilation
When support for RISC-V targets are added to gcc upstream and enabled in the relevant packages in Debian, they can be installed directly from the main Debian repositories:
# apt install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu
Resources
Mailing list
IRC
irc.oftc.net / irc.debian.org (https://www.oftc.net/)
- #debian-riscv
#debian-bootstrap (general port bootstrap efforts)
- #lowRISC (not exactly Debian specific, but many interested people within Debian participate)
Bugs (BTS)
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=riscv64;users=debian-riscv@lists.debian.org
bugs.debian.org/usertags examples:
To: submit@bugs.debian.org Subject: foo: FTBFS on riscv64 Package: foo Version: 1.2.3-4 X-Debbugs-CC: debian-riscv@lists.debian.org User: debian-riscv@lists.debian.org Usertags: riscv64 The version of the package currently FBTFS on the riscv64 port: URL_of_the_log
or
To: control@bugs.debian.org Subject: riscv64 usertags for #BUGNUMBER CC: debian-riscv@lists.debian.org user debian-riscv@lists.debian.org usertag BUGNUMBER + riscv64 stop
or
To: BUGNUMBER@bugs.debian.org Subject: Setting riscv64 usertags CC: debian-riscv@lists.debian.org Control: user debian-riscv@lists.debian.org Control: usertag -1 + riscv64