Commit ef47deb
deps: update td-shim module
Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>1 parent 4cd8e7e commit ef47deb
2 files changed
+26
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .github/workflows/trivy.yml+1-1
- Cargo.lock+2-1
- cc-measurement/Cargo.toml+1-1
- library/patches/0001-NFC-Address-Clippy-unused-import-warning.patch-29
- library/patches/0002-Disable-checks-for-SSE-and-SSE2.patch+54
- library/patches/ring.diff+34-33
- library/ring+1-1
- sh_script/preparation.sh+3-3
- td-exception/Cargo.toml+1
- td-exception/src/interrupt.rs+30-2
- td-logger/Cargo.toml+2
- td-logger/src/lib.rs+33-4
- td-payload/Cargo.toml+3
- td-payload/src/arch/x86_64/apic.rs+3-1
- td-payload/src/arch/x86_64/init.rs+15-12
- td-payload/src/arch/x86_64/serial.rs+8-1
- td-payload/src/arch/x86_64/shared.rs+16
- td-payload/src/mm/layout.rs+3
- td-shim-interface/Cargo.toml+3
- td-shim-interface/src/metadata.rs+15-4
- td-shim-tools/Cargo.toml+1-1
- td-shim/Cargo.toml+7-2
- td-shim/ResetVector/Main.asm+2-1
- td-shim/build.rs+9
- td-shim/src/bin/td-shim/asm/ap_loop_notdvmcall.asm+70
- td-shim/src/bin/td-shim/asm/exception_notdvmcall.asm+20
- td-shim/src/bin/td-shim/asm/mod.rs+9-1
- td-shim/src/bin/td-shim/td/tdx_mailbox.rs+3
- tdx-tdcall/CHANGELOG.md+4
- tdx-tdcall/Cargo.toml+5-1
- tdx-tdcall/src/asm/mod.rs+3-2
- tdx-tdcall/src/lib.rs+32-15
- tdx-tdcall/src/tdreport.rs+2-2
- tdx-tdcall/src/tdx.rs+47-2
- tests/test-td-payload/Cargo.toml+1-1
0 commit comments