mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / security / vboot / vbios_cache_hash_tpm.h
blob166fcaaeace5d24f1a3209e74d5146f0fe015ad7
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _VBIOS_CACHE_HASH_TPM_H_
4 #define _VBIOS_CACHE_HASH_TPM_H_
6 #include <types.h>
8 /*
9 * Updates vbios cache hash.
11 void vbios_cache_update_hash(const uint8_t *data, size_t size);
14 * Verifies vbios cache hash which is stored in FMAP region.
16 enum cb_err vbios_cache_verify_hash(const uint8_t *data, size_t size);
18 #endif /* _VBIOS_CACHE_HASH_TPM_H_ */