| commit | 4ec22042e6effd87aa754f2fc20334efdd2bf13d | [log] [tgz] |
|---|---|---|
| author | Mary Ruthven <[email protected]> | Mon Apr 15 16:21:25 2024 |
| committer | Chromeos LUCI <[email protected]> | Mon Apr 15 17:45:12 2024 |
| tree | 50fdebab8342d2c1adf3d24bb866cf65d4785ac9 | |
| parent | 46d75c557bbaeeb0a4c138d11f0ad5a6e1d0a07f [diff] |
OWNERS: include cros_gsc BUG=none TEST=none Change-Id: I89dbb50784f18ef9c105b7f9ad462cd518882195 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/pinweaver/+/5454992 Tested-by: Mary Ruthven <[email protected]> Reviewed-by: Jett Rink <[email protected]> Auto-Submit: Mary Ruthven <[email protected]> Commit-Queue: Jett Rink <[email protected]>
This directory contains reference PinWeaver code that can be used across implementation platforms.
It consists of:
pinweaver.h - PinWeaver embedded API definitionpinweaver.c - implementationpinweaver_eal.h - API for Environment Abstraction Layer (EAL) used by PinWeavereal/**/pinweaver_eal_types.hpinweaver_types.h - header that is shared by PinWeaver implementation and PinWeaver clients that call it through platform-specific interface.eal/ foldereal/cr50 - implementation for cr50pinweaver_eal_types.h - cr50-specific EAL API typespinweaver_eal.c - cr50 implementation of EALeal/tpm_storage - implementation for platforms that use TPM as PinWeaver data storagepinweaver_eal_types.h - TPM-storage-specific EAL API typespinweaver_eal_tpm.h - additional EAL functions required by TPM storagepinweaver_eal_linux.c - implementation of non-storage EAL methods for Linux casetpm_storage_stubs.c - empty implementation of storage EAL methodstpm_storage.c - implementation of storage EAL methods on top of TSSmini_trunks/ - mini-TSS (TPM client software stack) used by TPM storage implementationpinweaver_eal.h + pinweaver_eal_tpm.h EAL methodstss.h + *authorization_delegate.hA platform implementation that uses TPM storage EAL option needs to implement all EAL methods implemented in pinweaver_eal_linux.c (or use it as-is, if Linux compatible).