coreboot/src/soc/intel
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
..
alderlake device/device.h: Rename pci_domain_scan_bus 2023-10-20 14:24:57 +00:00
apollolake soc/intel/apollolake: Select USE_LEGACY_8254_TIMER 2023-10-26 10:24:43 +00:00
baytrail x86: Add pre-memory stages CBFS cache scratchpad support 2023-10-20 14:32:44 +00:00
braswell x86: Add pre-memory stages CBFS cache scratchpad support 2023-10-20 14:32:44 +00:00
broadwell device/device.h: Rename pci_domain_scan_bus 2023-10-20 14:24:57 +00:00
cannonlake soc/intel/cannonlake: Add/use chipset devicetrees 2023-10-26 18:01:29 +00:00
common soc/intel/cse: remove cbfs_unverified_area_map() API in cse_lite 2023-10-27 06:37:35 +00:00
denverton_ns device/device.h: Rename pci_domain_scan_bus 2023-10-20 14:24:57 +00:00
elkhartlake device/device.h: Rename pci_domain_scan_bus 2023-10-20 14:24:57 +00:00
jasperlake device/device.h: Rename pci_domain_scan_bus 2023-10-20 14:24:57 +00:00
meteorlake soc/intel/meteorlake: Add PsysPmax configuration 2023-10-24 17:59:29 +00:00
skylake device/device.h: Rename pci_domain_scan_bus 2023-10-20 14:24:57 +00:00
tigerlake soc/intel/tigerlake: Add ACPI devices for FSPI, SRAM, HEC1 2023-10-23 20:59:36 +00:00
xeon_sp soc/intel/xeon_sp/spr: Add SATA controllers 1 and 2 to devicetree 2023-10-13 13:51:50 +00:00
Makefile.inc soc/intel/Makefile.inc: Add comment where CONFIG_CSE_*_FILE are used 2023-09-22 15:48:08 +00:00