Skip to content

Commit

Permalink
add ARMVIRT32 platform
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h authored and lsf37 committed Feb 6, 2024
1 parent 3309ab9 commit a97f219
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions camkes-vm/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ builds:
success: "@xilinx-zcu102"
settings:
VmZynqmpPetalinuxVersion: '2022_1'
- vm_minimal_ARMVIRT32:
app: vm_minimal
platform: ARMVIRT32
sim: true
- vm_minimal_ARMVIRT64:
app: vm_minimal
platform: ARMVIRT64
Expand Down
9 changes: 9 additions & 0 deletions seL4-platforms/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ platforms:
march: armv8a
no_hw_test: true

ARMVIRT32:
arch: arm
modes: [32]
platform: qemu-arm-virt
has_simulation: true
march: armv7a # Cortex-A15 is emulated by default
no_hw_test: true
no_hw_build: true

ARMVIRT64:
arch: arm
modes: [64]
Expand Down

0 comments on commit a97f219

Please sign in to comment.