Skip to content

Commit afaaefd

Browse files
committed
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 e00fb34 commit afaaefd

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
@@ -429,6 +429,18 @@ platforms:
429429
machine: virt-2.11,gic-version=3
430430
guestfs_interface: virtio
431431

432+
fvp: &fvp-device
433+
base_name: fvp
434+
arch: arm64
435+
boot_method: fvp
436+
mach: arm
437+
context:
438+
arch: arm64
439+
model: Base_RevC-2xAEMvA
440+
cpu: cortex-a57
441+
442+
fvp-arm64: *fvp-device
443+
432444
rk3288-rock2-square:
433445
<<: *arm-device
434446
mach: rockchip

config/scheduler.yaml

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

175176
- job: wifi-basic
176177
event:

0 commit comments

Comments
 (0)