Skip to content

Commit 3397f01

Browse files
bhcopelandnuclearcat
authored andcommitted
Platforms: Add FVP into pull-labs platform
Bring in changes to allow pull labs to start consuming FVP jobs by adding FVP targets into the platforms and scheduler. Signed-off-by: Ben Copeland <[email protected]>
1 parent 3d4f88a commit 3397f01

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

config/platforms.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,18 @@ platforms:
438438
machine: virt,gic-version=3
439439
guestfs_interface: virtio
440440

441+
fvp: &fvp-device
442+
base_name: fvp
443+
arch: arm64
444+
boot_method: fvp
445+
mach: arm
446+
context:
447+
arch: arm64
448+
model: Base_RevC-2xAEMvA
449+
cpu: cortex-a57
450+
451+
fvp-arm64: *fvp-device
452+
441453
rk3288-rock2-square:
442454
<<: *arm-device
443455
mach: rockchip

config/scheduler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ scheduler:
172172
name: pull-labs-demo
173173
platforms:
174174
- bcm2711-rpi-4-b
175+
- fvp-arm64
175176

176177
- job: baseline-nfs-arm64
177178
event: *kbuild-gcc-14-arm64-node-event

0 commit comments

Comments
 (0)