Skip to content

Commit

Permalink
tdx-tdcall: minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangliu committed Feb 5, 2022
1 parent 11ed64c commit 5315d7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ integration-check-%:
cargo xcheck --target ${TOPDIR}/devtools/rustc-targets/x86_64-custom.json -p $(patsubst integration-check-%,%,$@) ${BUILD_TYPE_FLAG}

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

integration-clean-%:
cargo clean --target ${TOPDIR}/devtools/rustc-targets/x86_64-custom.json -p $(patsubst integration-clean-%,%,$@) ${BUILD_TYPE_FLAG}
Expand Down
5 changes: 1 addition & 4 deletions td-shim-ld/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ use td_layout::metadata::*;
use td_layout::runtime::{
TD_PAYLOAD_BASE, TD_PAYLOAD_PARAM_BASE, TD_PAYLOAD_PARAM_SIZE, TD_PAYLOAD_SIZE,
};
use uefi_pi::{
fv::*,
pi::{fv::*, hob::*},
};
use uefi_pi::pi::fv::*;

const MAX_IPL_CONTENT_SIZE: usize =
TD_SHIM_IPL_SIZE as usize - size_of::<IplFvHeaderByte>() - size_of::<ResetVectorHeader>();
Expand Down
7 changes: 0 additions & 7 deletions tdx-tdcall/.gitignore

This file was deleted.

0 comments on commit 5315d7f

Please sign in to comment.