Skip to content

Commit

Permalink
configs: Add build recipe for a Vanadium IGVM file
Browse files Browse the repository at this point in the history
Add a build recipe for IGVM files usable by the Vanadium hypervisor.

Signed-off-by: Joerg Roedel <[email protected]>
  • Loading branch information
joergroedel committed Nov 14, 2024
1 parent ae82ed2 commit 640874a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions configs/vanadium-target.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"igvm": {
"output": "coconut-vanadium.igvm",
"target": "vanadium",
"platforms": ["snp", "tdp"],
"policy": "0x30000",
"measure": "print",
"check-kvm": true,
"measure-native-zeroes": true
},

"kernel": {
"tdx-stage1": {
"type": "make",
"file": "bin/stage1-trampoline",
"objcopy": "binary"
},
"stage2" : {
"manifest": "kernel/Cargo.toml",
"features": "default",
"binary":true,
"objcopy": "binary"
},
"svsm" : {
"features": "mstpm",
"binary":true
}
},

"firmware": {
"env": "FW_FILE"
}
}

0 comments on commit 640874a

Please sign in to comment.