bmilde/linux-starfive-vs2-mainline
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Linux kernel 6.10.0 for VisionFive 2 (JH-7110 SoC) ================================================== This git contains a recent Linux kernel + patches for the VisionFive 2 Risc-V 64 bit SoC. Forked from https://github.com/skif-web/linux-starfive-vs2-mainline (Thanks!!) and merged with recent upstream changes from mainline. Among other things, PCI-E and USB are working now, see below :) `` ~$ lspci 0000:00:00.0 PCI bridge: PLDA XpressRich-AXI Ref Design (rev 02) 0000:01:00.0 USB controller: VIA Technologies, Inc. VL805/806 xHCI USB 3.0 Controller (rev 01) 0001:00:00.0 PCI bridge: PLDA XpressRich-AXI Ref Design (rev 02) `` You can also check the diff between a mainline kernel and this repo in: starfive_vs2.patch For a demo conf in a similar style as the vendor kernel (static, without modules), see: starfive_vs2.conf Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the reStructuredText markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Languages
- C 98.4%
- Assembly 0.7%
- Shell 0.4%
- Python 0.2%
- Makefile 0.2%
- Perl 0.1%