Skip to content

Commit

Permalink
shippable: build secure partition code
Browse files Browse the repository at this point in the history
A previous commit adds support for secure partition loading, acting
similarly to SPM in order to launch StandAloneMM.
Let's add this to shippable and make sure the new code at least compiles
properly.

Signed-off-by: Ilias Apalodimas <[email protected]>
  • Loading branch information
apalos committed Jul 21, 2020
1 parent cf71032 commit a378585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ build:
- _make PLATFORM=vexpress-qemu_armv8a CFG_ARM64_core=y CFG_TA_GPROF_SUPPORT=y CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y CFG_ULIBS_MCOUNT=y
- _make PLATFORM=vexpress-qemu_armv8a CFG_ARM64_core=y CFG_VIRTUALIZATION=y
- _make PLATFORM=vexpress-qemu_armv8a CFG_ARM64_core=y CFG_CORE_SEL1_SPMC=y
- dd if=/dev/zero of=BL32_AP_MM.fd bs=2621440 count=1 && _make PLATFORM=vexpress-qemu_armv8a CFG_ARM64_core=y CFG_STMM_PATH=BL32_AP_MM.fd CFG_RPMB_FS=y CFG_RPMB_FS_DEV_ID=1 CFG_CORE_HEAP_SIZE=524288
- _make PLATFORM=stm-b2260
- _make PLATFORM=stm-cannes
- _make PLATFORM=stm32mp1
Expand Down

0 comments on commit a378585

Please sign in to comment.