coreboot/src/security/tpm
Julius Werner 0d9072b1a1 cbfs: Move more stuff into cbfs_boot_lookup()
cbfs_boot_locate() is supposed to be deprecated eventually, after slowly
migrating all APIs to bypass it. That means common features (like
RO-fallback or measurement) need to be moved to the new
cbfs_boot_lookup().

Also export the function externally. Since it is a low-level API and
most code should use the higher-level loading or mapping functions
instead, put it into a new <cbfs_private.h> to raise the mental barrier
for using this API (this will make more sense once cbfs_boot_locate() is
removed from <cbfs.h>).

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I4bc9b7cbc42a4211d806a3e3389abab7f589a25a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39327
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2020-12-02 22:13:06 +00:00
..
tspi cbfs: Move more stuff into cbfs_boot_lookup() 2020-12-02 22:13:06 +00:00
tss src/security: Drop unneeded empty lines 2020-09-21 16:26:17 +00:00
Kconfig drivers/pc80/tpm: Remove LPC_TPM 2020-07-04 11:17:44 +00:00
Makefile.inc security/vboot: Decouple measured boot from verified boot 2020-03-31 07:55:18 +00:00
tis.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
tspi.h src/security: Drop unneeded empty lines 2020-09-21 16:26:17 +00:00
tss.h src: Remove redundant includes 2020-06-02 07:42:32 +00:00
tss_errors.h security/tpm: Use SPDX identifiers 2020-05-25 22:18:13 +00:00