Skip to content

Commit 9bf990e

Browse files
author
Jianyun Zhao
committed
Merge remote-tracking branch 'up/main' into panther-x2
2 parents f53319c + 1078620 commit 9bf990e

38 files changed

Lines changed: 199 additions & 746 deletions

Documentation/kernel.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33

44
| Board | Version |
55
|-------|---------|
6-
| Open Virtual Appliance | 6.12.35 |
7-
| Raspberry Pi | 6.12.25 |
8-
| Raspberry Pi 0-W | 6.12.25 |
9-
| Raspberry Pi 2 | 6.12.25 |
10-
| Raspberry Pi 3 | 6.12.25 |
11-
| Raspberry Pi 4 | 6.12.25 |
12-
| Raspberry Pi 5 | 6.12.25 |
13-
| Home Assistant Yellow | 6.12.25 |
14-
| Home Assistant Green | 6.12.35 |
15-
| Tinker Board | 6.12.35 |
16-
| ODROID-C2 | 6.12.35 |
17-
| ODROID-C4 | 6.12.35 |
18-
| ODROID-M1 | 6.12.35 |
19-
| ODROID-M1S | 6.12.35 |
20-
| ODROID-N2 | 6.12.35 |
21-
| ODROID-XU4 | 6.12.35 |
22-
| Generic aarch64 | 6.12.35 |
23-
| Generic x86-64 | 6.12.35 |
24-
| Khadas VIM3 | 6.12.35 |
6+
| Open Virtual Appliance | 6.12.41 |
7+
| Raspberry Pi | 6.12.34 |
8+
| Raspberry Pi 0-W | 6.12.34 |
9+
| Raspberry Pi 2 | 6.12.34 |
10+
| Raspberry Pi 3 | 6.12.34 |
11+
| Raspberry Pi 4 | 6.12.34 |
12+
| Raspberry Pi 5 | 6.12.34 |
13+
| Home Assistant Yellow | 6.12.34 |
14+
| Home Assistant Green | 6.12.41 |
15+
| Tinker Board | 6.12.41 |
16+
| ODROID-C2 | 6.12.41 |
17+
| ODROID-C4 | 6.12.41 |
18+
| ODROID-M1 | 6.12.41 |
19+
| ODROID-M1S | 6.12.41 |
20+
| ODROID-N2 | 6.12.41 |
21+
| ODROID-XU4 | 6.12.41 |
22+
| Generic aarch64 | 6.12.41 |
23+
| Generic x86-64 | 6.12.41 |
24+
| Khadas VIM3 | 6.12.41 |

buildroot-external/board/arm-uefi/generic-aarch64/hassos-hook.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ function hassos_pre_image() {
2020

2121
function hassos_post_image() {
2222
convert_disk_image_virtual vmdk
23+
convert_disk_image_virtual vdi
2324
convert_disk_image_virtual qcow2
2425

2526
convert_disk_image_zip vmdk
27+
convert_disk_image_zip vdi
2628
convert_disk_image_xz qcow2
2729

2830
convert_disk_image_xz

buildroot-external/board/arm-uefi/generic-aarch64/kernel.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,10 @@ CONFIG_I2C_CADENCE=y
7575
# 1-wire
7676
CONFIG_W1_MASTER_AMD_AXI=m
7777
CONFIG_W1_SLAVE_THERM=m
78+
79+
# IIO
80+
CONFIG_XILINX_AMS=m
81+
82+
# Audio drivers
83+
CONFIG_SND_HDA_INTEL=m
84+
CONFIG_SND_HDA_GENERIC=m

buildroot-external/board/arm-uefi/generic-aarch64/patches/linux/0001-r8169-add-support-for-RTL8125D.patch

Lines changed: 0 additions & 154 deletions
This file was deleted.

buildroot-external/board/arm-uefi/generic-aarch64/patches/linux/0002-net-phy-realtek-merge-the-drivers-for-internal-NBase.patch

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)