Skip to content

Commit

Permalink
Add U-boot ci/cd test with strict protect payload policy
Browse files Browse the repository at this point in the history
We want to test Miralis on the board with the strict protect payload policy. Since we start the load the kernel with u-boot, we want to make sure this component works with the strict protect payload policy.
  • Loading branch information
francois141 authored and CharlyCst committed Dec 4, 2024
1 parent f880265 commit 29d4f2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions miralis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ firmware = "linux-lock"
config = "qemu-virt-protect-payload"
description = "Integration test for the protect payload policy, running Linux with OpenSBI"

[test.protect-payload-uboot]
firmware = "opensbi-jump"
payload = "u-boot-exit"
config = "qemu-virt-protect-payload"
description = "Integration test for the protect payload policy, running U-boot with OpenSBI"

[test.protect-payload-misaligned]
firmware = "misaligned_op"
config = "spike-protect-payload"
Expand Down

0 comments on commit 29d4f2e

Please sign in to comment.