Skip to content

Commit

Permalink
Add test kernel: armbian/linux-rockchip
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jul 24, 2024
1 parent d35751a commit 982b37d
Show file tree
Hide file tree
Showing 6 changed files with 18,923 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-release-rk3588-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ on:
options:
- unifreq/linux-5.10.y-rk35xx
- codesnas/linux-5.10.y-rk35xx
- armbian/linux-rockchip@rk-6.1-rkr3
kernel_version:
description: "Select kernel version"
required: false
default: "5.10.y"
type: choice
options:
- 5.10.y
- 6.1.y
kernel_auto:
description: "Auto use the latest kernel"
required: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/compile-release-rk35xx-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ on:
options:
- unifreq/linux-5.10.y-rk35xx
- codesnas/linux-5.10.y-rk35xx
- armbian/linux-rockchip@rk-6.1-rkr3
kernel_version:
description: "Select kernel version"
required: false
default: "5.10.y"
type: choice
options:
- 5.10.y
- 6.1.y
kernel_auto:
description: "Auto use the latest kernel"
required: false
Expand Down
1 change: 1 addition & 0 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
| [kernel_rk35xx](https://github.com/ophub/kernel/releases/tag/kernel_rk35xx) | [unifreq/linux-5.10.y-rk35xx](https://github.com/unifreq/linux-5.10.y-rk35xx) | Rockchip-RK3528/RK3566/RK3568 |
| [kernel_h6](https://github.com/ophub/kernel/releases/tag/kernel_h6) | [13584452567/linux-6.4.y](https://github.com/13584452567/linux-6.4.y)<br>[13584452567/linux-6.5.y](https://github.com/13584452567/linux-6.5.y)<br>[13584452567/linux-6.6.y](https://github.com/13584452567/linux-6.6.y) | Allwinner-H6(TQC-A01) |
| [kernel_stable](https://github.com/ophub/kernel/releases/tag/kernel_stable)<br>[kernel_dev](https://github.com/ophub/kernel/releases/tag/kernel_dev)<br>[kernel_h6](https://github.com/ophub/kernel/releases/tag/kernel_h6) | [codesnas/linux-xxx](https://github.com/codesnas) | 内核源码复制自 [unifreq](https://github.com/unifreq), [13584452567](https://github.com/13584452567) 和 [chewitt](https://github.com/chewitt/linux) 的仓库,<br>便于跟随大佬们学习如何给内核打补丁。 |
| [kernel_rk3588](https://github.com/ophub/kernel/releases/tag/kernel_rk3588)<br>[kernel_rk35xx](https://github.com/ophub/kernel/releases/tag/kernel_rk35xx) | [armbian/linux-rockchip](https://github.com/armbian/linux-rockchip) | Rockchip-Beta(6.1.y) |
## 链接
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ A big thank you to unifreq and others for maintaining the kernel source code. Th
| [kernel_rk35xx](https://github.com/ophub/kernel/releases/tag/kernel_rk35xx) | [unifreq/linux-5.10.y-rk35xx](https://github.com/unifreq/linux-5.10.y-rk35xx) | Rockchip-RK3528/RK3566/RK3568 |
| [kernel_h6](https://github.com/ophub/kernel/releases/tag/kernel_h6) | [13584452567/linux-6.4.y](https://github.com/13584452567/linux-6.4.y)<br>[13584452567/linux-6.5.y](https://github.com/13584452567/linux-6.5.y)<br>[13584452567/linux-6.6.y](https://github.com/13584452567/linux-6.6.y) | Allwinner-H6(TQC-A01) |
| [kernel_stable](https://github.com/ophub/kernel/releases/tag/kernel_stable)<br>[kernel_dev](https://github.com/ophub/kernel/releases/tag/kernel_dev)<br>[kernel_h6](https://github.com/ophub/kernel/releases/tag/kernel_h6) | [codesnas/linux-xxx](https://github.com/codesnas) | The kernel source code was cloned from the repositories <br>of [unifreq](https://github.com/unifreq), [13584452567](https://github.com/13584452567) and [chewitt](https://github.com/chewitt/linux), facilitating learning <br>how to patch the kernel by following these experts. |
| [kernel_rk3588](https://github.com/ophub/kernel/releases/tag/kernel_rk3588)<br>[kernel_rk35xx](https://github.com/ophub/kernel/releases/tag/kernel_rk35xx) | [armbian/linux-rockchip](https://github.com/armbian/linux-rockchip) | Rockchip-Beta(6.1.y) |
## Links
Expand Down
Loading

0 comments on commit 982b37d

Please sign in to comment.