summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan/security/mboot/mboot_func.c
blob: f486cd7233c5b12a54d386aba7fa33e03444a2bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#include <mboot.h>

int log_efi_specid_event(void) {
	return TPM_SUCCESS;
}

int log_event_tcg_12_format(TCG_PCR_EVENT2_HDR *EventHdr, uint8_t *EventLog) {
	return TPM_SUCCESS;
}

int log_event_tcg_20_format(TCG_PCR_EVENT2_HDR *EventHdr, uint8_t *EventLog) {
	return TPM_SUCCESS;
}