Skip to content

Commit

Permalink
platforms: enable zynqmp 32-bit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Aug 13, 2024
1 parent 73051fa commit 00ff567
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions seL4-platforms/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ platforms:

ZYNQMP:
arch: arm
modes: [64]
modes: [32, 64]
smp: [64]
aarch_hyp: [64]
aarch_hyp: [32, 64]
platform: zynqmp
req: [zcu102_2]
march: armv8a
Expand All @@ -248,9 +248,9 @@ platforms:

ZYNQMP106:
arch: arm
modes: [64]
modes: [32, 64]
smp: [64]
aarch_hyp: [64]
aarch_hyp: [32, 64]
platform: zynqmp
req: [zcu106]
march: armv8a
Expand Down

0 comments on commit 00ff567

Please sign in to comment.