Skip to content

Commit 5315d7f

Browse files
committed
tdx-tdcall: minor cleanups
1 parent 11ed64c commit 5315d7f

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ integration-check-%:
9494
cargo xcheck --target ${TOPDIR}/devtools/rustc-targets/x86_64-custom.json -p $(patsubst integration-check-%,%,$@) ${BUILD_TYPE_FLAG}
9595

9696
integration-test-%:
97-
cargo xtest --target ${TOPDIR}/devtools/rustc-targets/x86_64-custom.json -p $(patsubst integration-test-%,%,$@) ${BUILD_TYPE_FLAG}
97+
cargo xtest --target ./x86_64-custom.json -p $(patsubst integration-test-%,%,$@) ${BUILD_TYPE_FLAG}
9898

9999
integration-clean-%:
100100
cargo clean --target ${TOPDIR}/devtools/rustc-targets/x86_64-custom.json -p $(patsubst integration-clean-%,%,$@) ${BUILD_TYPE_FLAG}

td-shim-ld/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ use td_layout::metadata::*;
2222
use td_layout::runtime::{
2323
TD_PAYLOAD_BASE, TD_PAYLOAD_PARAM_BASE, TD_PAYLOAD_PARAM_SIZE, TD_PAYLOAD_SIZE,
2424
};
25-
use uefi_pi::{
26-
fv::*,
27-
pi::{fv::*, hob::*},
28-
};
25+
use uefi_pi::pi::fv::*;
2926

3027
const MAX_IPL_CONTENT_SIZE: usize =
3128
TD_SHIM_IPL_SIZE as usize - size_of::<IplFvHeaderByte>() - size_of::<ResetVectorHeader>();

tdx-tdcall/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)