Skip to content

Commit da07531

Browse files
committed
config: Enable AM62 Mallow in my lab
Toradex have been kind enough to send me an AM62 Mallow system, enable some basic tests on it in my lab. It has GICv3 so can support pKVM tests. Signed-off-by: Mark Brown <[email protected]>
1 parent 6940d8c commit da07531

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config/platforms.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ platforms:
183183
dtb: dtbs/arm/juno.dtb
184184
compatible: ['arm,juno', 'arm,vexpress']
185185

186+
k3-am625-verdin-wifi-mallow:
187+
<<: *arm64-device
188+
mach: ti
189+
dtb: dtbs/ti/k3-am625-verdin-wifi-mallow.dtb
190+
compatible: ['toradex,verdin-am62-wifi-mallow', 'toradex,verdin-am62-wifi',
191+
'toradex,verdin-am62', 'ti,am625']
192+
186193
k3-j721e-sk:
187194
<<: *arm64-device
188195
mach: ti

config/scheduler.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ scheduler:
179179
- imx8mp-evk
180180
- imx8mp-verdin-nonwifi-dahlia
181181
- juno-uboot
182+
- k3-am625-verdin-wifi-mallow
182183
- meson-g12b-a311d-libretech-cc
183184
- meson-gxl-s905x-libretech-cc
184185
- meson-sm1-s905d3-libretech-cc
@@ -948,6 +949,7 @@ scheduler:
948949
- bcm2837-rpi-3-b-plus
949950
- imx8mp-evk
950951
- imx8mp-verdin-nonwifi-dahlia
952+
- k3-am625-verdin-wifi-mallow
951953
- meson-sm1-s905d3-libretech-cc
952954
- sun50i-a64-pine64-plus
953955

@@ -959,6 +961,7 @@ scheduler:
959961
platforms: &lava-broonie-pkvm
960962
- imx8mp-evk
961963
- imx8mp-verdin-nonwifi-dahlia
964+
- k3-am625-verdin-wifi-mallow
962965

963966
- job: kselftest-landlock
964967
event:

0 commit comments

Comments
 (0)