coreboot/src
Yu-Ping Wu 62ae90eac2 soc/mediatek: Require MCU and DRAM blobs to exist
When the config of MCU firmware blob such as CONFIG_SPM_FIRMWARE is
non-empty, we should always expect the file to exist. Similarly, since
the device is unlikely to boot without the DRAM blob (assuming MRC_CACHE
doesn't contain valid memory training data), dram.elf should always
exist as well.

Therefore, remove the check for the existence of the blobs. Build would
fail if any of the blobs is missing.

Change-Id: I755e7c5a70b34b0c3d3915ab339c65263688aad7
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84053
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-08-24 12:51:50 +00:00
..
acpi acpi/acpigen_ps2_keybd: Fix total keymap size calculation 2024-08-06 14:54:59 +00:00
arch arch/arm: Add a few ARM targets as supported by CLANG 2024-08-23 10:40:01 +00:00
commonlib region: Turn region_end() into an inclusive region_last() 2024-08-23 01:08:16 +00:00
console console/i2c_smbus: Allow to send data w/o register offset 2024-07-11 00:06:22 +00:00
cpu region: Turn region_end() into an inclusive region_last() 2024-08-23 01:08:16 +00:00
device azalia: Get rid of "return {-1,0} 2024-08-11 17:10:08 +00:00
drivers region: Turn region_end() into an inclusive region_last() 2024-08-23 01:08:16 +00:00
ec ec/starlabs/merlin: Remove cezanne-desktop variant 2024-08-20 13:19:14 +00:00
include util/sconfig: Probe device when fw_config is unprovisioned 2024-08-22 13:53:18 +00:00
lib util/sconfig: Probe device when fw_config is unprovisioned 2024-08-22 13:53:18 +00:00
mainboard mb/google/nissa/var/nivviks: enable WIFI_SAR 2024-08-24 12:48:23 +00:00
northbridge nb/intel/*: Match ACPI with resource allocation 2024-08-05 08:28:44 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security security/vboot: Include new gbb flag to enforce CSE sync 2024-08-02 14:43:04 +00:00
soc soc/mediatek: Require MCU and DRAM blobs to exist 2024-08-24 12:51:50 +00:00
southbridge azalia: Get rid of "return {-1,0} 2024-08-11 17:10:08 +00:00
superio superio/ite/it8728f: Support setting power state after power failure 2024-08-20 13:10:02 +00:00
vendorcode soc/intel/jasperlake: Add CrashLog implementation for Intel JSL 2024-08-22 13:13:47 +00:00
Kconfig Add initial experimental LTO support 2024-08-24 12:50:38 +00:00