forked from unifreq/linux-5.15.y
-
Notifications
You must be signed in to change notification settings - Fork 2
clone from https://github.com/chewitt/linux branch amlogic-5.15.y, And will add some patches that I have collected, which can be used for the aarch64 openwrt firmware, or for general occasions such as armbian.
License
osmi-hub/linux-5.15.y
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 Restructured Text 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.
启用CAN内核
增加config-5.15编译配置
修改meson-gx-p23x-q20x.dtsi配置:
/* Wireless SDIO Module */
max-frequency = <40000000>;
/* SD card */
max-frequency = <50000000>;
/* eMMC */
max-frequency = <100000000>;
删除原有的rtl8822cs无线驱动,改用RTW88无线驱动
适配的型号:
PCIe: RTL8723DE, RTL8821CE, RTL8822BE, RTL8822CE, RTL8814AE
SDIO: RTL8723CS, RTL8723DS, RTL8821CS, RTL8822BS, RTL8822CS
USB : RTL8723DU, RTL8811AU, RTL8811CU, RTL8812AU, RTL8812BU, RTL8812CU
USB : RTL8814AU, RTL8821AU, RTL8821CU, RTL8822BU, RTL8822CU
About
clone from https://github.com/chewitt/linux branch amlogic-5.15.y, And will add some patches that I have collected, which can be used for the aarch64 openwrt firmware, or for general occasions such as armbian.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 98.4%
- Assembly 0.9%
- Shell 0.3%
- Makefile 0.2%
- Python 0.1%
- Perl 0.1%