coreboot/src/soc/intel/common
Rizwan Qureshi d81d80c554 soc/intel/cse: remove cbfs_unverified_area_map() API in cse_lite
With CBFS verification feature (CONFIG_VBOOT_CBFS_INTEGRATION)
being enabled, we can now remove cbfs_unverified_area_map() APIs
which are potential cause of security issues as they skip verification.

These APIs were used earlier to skip verification and hence save
boot time. With CBFS verification enabled, the files are verified
only when being loaded so we can now use cbfs_cbmem_alloc()/cbfs_map
function to load them.

BUG=b:284382452
Change-Id: Ie0266e50463926b8d377825142afda7f44754eb7
Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78214
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Jamie Ryu <jamie.m.ryu@intel.com>
2023-10-27 06:37:35 +00:00
..
acpi soc/intel: Move USB wake methods to a common ASL file 2023-10-04 15:29:32 +00:00
basecode soc/intel/common: Make get_ramtop_addr non static 2023-06-07 22:00:47 +00:00
block soc/intel/cse: remove cbfs_unverified_area_map() API in cse_lite 2023-10-27 06:37:35 +00:00
pch sb,soc/intel: Address TCO SECOND_TO_STS name collision 2022-11-28 10:09:04 +00:00
fsp_reset.c soc/intel: Extend fsp_get_pch_reset_status() to all FSP APIs 2023-05-19 08:23:42 +00:00
hda_verb.c
hda_verb.h
Kconfig.common soc/intel/common/crashlog: Add support for IOE die 2023-06-06 17:34:53 +00:00
Makefile.inc
mma.c soc/intel/common/mma: Use C99 flexible arrays 2023-08-01 12:51:46 +00:00
mma.h
nhlt.c
reset.c
reset.h soc/intel/common: Introduce API to get the FSP Reset Status 2023-05-02 10:51:01 +00:00
smbios.c soc/intel: Add max memory speed into dimm info 2023-06-15 15:08:12 +00:00
smbios.h soc/intel: Add max memory speed into dimm info 2023-06-15 15:08:12 +00:00
tpm_tis.c drivers/tpm: Move tis_plat_irq_status to cr50 driver 2023-07-06 16:16:43 +00:00
vbt.c
vbt.h