diff options
author | Sergii Dmytruk <sergii.dmytruk@3mdeb.com> | 2024-03-21 21:06:49 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-03-28 15:20:11 +0000 |
commit | efc615e239004c604a2c907ee36fa21dc6adaf58 (patch) | |
tree | cfd1338e626f72472222880e70489a36798710de /Documentation/util/intelp2m | |
parent | 47e9e8cde1810ee9f249027b14ee9f82a7a52d84 (diff) |
security/vboot: extract secdata_tpm{1,2}.c
Most of the original secdata_tpm.c was TPM2-specific implementation.
Just moving the code around, with trivial tweaks:
- drop now unnecessary #ifdef directives from _factory_initialize_tpm()
- drop leading underscore from _factory_initialize_tpm{1,2}() (external
identifiers should not start with an underscore in C)
- drop unused <security/vboot/tpm_common.h> include and sub-includes of
tss.h which should be considered its part (so this isn't an indirect
inclusion)
- fixed formatting of RETURN_ON_FAILURE() which didn't have slashes
aligned no matter what tab width was used
Change-Id: I0090b748d7d3b2d76a941b87b5885682fd81c4fc
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81415
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/util/intelp2m')
0 files changed, 0 insertions, 0 deletions