Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,18 @@ platforms:
machine: virt-2.11,gic-version=3
guestfs_interface: virtio

fvp: &fvp-device
base_name: fvp
arch: arm64
boot_method: fvp
mach: arm
context:
arch: arm64
model: Base_RevC-2xAEMvA
cpu: cortex-a57

fvp-arm64: *fvp-device

rk3288-rock2-square:
<<: *arm-device
mach: rockchip
Expand Down
1 change: 1 addition & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ scheduler:
name: pull-labs-demo
platforms:
- bcm2711-rpi-4-b
- fvp-arm64

- job: wifi-basic
event:
Expand Down