Skip to content

Commit

Permalink
pine64/common: bump kernel to megi-6.4-rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jun 9, 2023
1 parent cdb3dbf commit 09bf48e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ main SkiffOS repository:
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.1.28 | ✔ Tested |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.1.28 | ✔ Tested |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.1.28 | ✔ Tested |
| [Pine64 H64] | [pine64/h64] | ✔ U-Boot 2022.04 | ✔ megi-6.2.9 | |
| [PineBook A64] | [pine64/book_a64] | ✔ U-Boot (bin) | ✔ megi-6.2.9 | ⚠ Obsolete |
| [PineBook Pro] | [pine64/book] | ✔ U-Boot (bin) | ✔ megi-6.2.9 | ✔ Tested |
| [PinePhone] | [pine64/phone] | ✔ U-Boot (bin) | ✔ megi-6.2.9 | ✔ Tested |
| [PinePhone Pro] | [pine64/phone_pro] | ✔ U-Boot (bin) | ✔ megi-6.2.9 | ⚠ Experimental |
| [Rock64] rk3328 | [pine64/rock64] | ✔ U-Boot 2022.04 | ✔ megi-6.2.9 | ✔ Tested |
| [RockPro64] | [pine64/rockpro64] | ✔ U-Boot (bin) | ✔ megi-6.2.9 | ✔ Tested |
| [Pine64 H64] | [pine64/h64] | ✔ U-Boot 2022.04 | ✔ megi-6.4-rc4 | |
| [PineBook A64] | [pine64/book_a64] | ✔ U-Boot (bin) | ✔ megi-6.4-rc4 | ⚠ Obsolete |
| [PineBook Pro] | [pine64/book] | ✔ U-Boot (bin) | ✔ megi-6.4-rc4 | ✔ Tested |
| [PinePhone] | [pine64/phone] | ✔ U-Boot (bin) | ✔ megi-6.4-rc4 | ✔ Tested |
| [PinePhone Pro] | [pine64/phone_pro] | ✔ U-Boot (bin) | ✔ megi-6.4-rc4 | ⚠ Experimental |
| [Rock64] rk3328 | [pine64/rock64] | ✔ U-Boot 2022.04 | ✔ megi-6.4-rc4 | ✔ Tested |
| [RockPro64] | [pine64/rockpro64] | ✔ U-Boot (bin) | ✔ megi-6.4-rc4 | ✔ Tested |
| [Sipeed LicheeRV] | [allwinner/licheerv] | ✔ U-Boot 2022.07 | ✔ sm-5.19-rc1 | RISC-V D1 |
| [StarFive VisionFive] | [starfive/visionfive] | ✔ U-Boot 2021.04 | ✔ sv-5.19-rc3 | RISC-V |
| [StarFive VisionFive2] | [starfive/visionfive2] | ✔ U-Boot 2021.10 | ✔ s5-5.15.0 | RISC-V |
Expand Down
10 changes: 8 additions & 2 deletions configs/pine64/common/buildroot/kernel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
# branch: orange-pi-6.2
# megous kernel for pinephone, pinebook, orangepi
# upstream: https://github.com/megous/linux/commits/orange-pi-6.2
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,megous,linux,728106f66f837d9ee6edbd1b8074560302306d1b)/linux-megous-6.2.9-r1.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2=y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,megous,linux,728106f66f837d9ee6edbd1b8074560302306d1b)/linux-megous-6.2.9-r1.tar.gz"
# BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2=y

# branch: orange-pi-6.4
# megous kernel for pinephone, pinebook, orangepi
# upstream: https://github.com/megous/linux/commits/orange-pi-6.4
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,megous,linux,7282af0d369f761df27cf1276700320472a593ad)/linux-megous-6.4-rc4-r1.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_3=y

BR2_KERNEL_HEADERS_AS_KERNEL=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y

0 comments on commit 09bf48e

Please sign in to comment.