tpm2-software / tpm2-tcti-uefi

TCTI module for use with TSS2 libraries in UEFI environment
BSD 2-Clause "Simplified" License
32 stars 17 forks source link

edk2 build #71

Open flihp opened 5 years ago

flihp commented 5 years ago

Figure out how to integrate this library (and the required tss2 ones) into edk2. Edk2 is not particularly friendly to integrating external libraries. The assumption of static linking seems to have caused a similar assumption about all code being "in-tree". We should probably look to the OpenSSL integration as a reference.

flihp commented 4 years ago

edk2 build works with #80 now merged. Still not upstream though. Starting that process now.