coreboot/src
Tim Wawrzynczak 35730389ef soc/intel/common: Make read_pmc_lpm_requirements more clear
Commit 2eb100dd12 added PMC LPM requirements to the the PEP ACPI
objects, but it was not made clear that one of the pointer arguments to
the mentioned function is not supposed to be NULL and Coverity
complained. Make the intention clear by instead asserting that `info`
cannot be NULL.

Fixes: Coverity CID 1462119

Change-Id: I9e8862a100d92f4a7ed1826d3970a5110b47f4c4
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57645
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2021-09-16 09:40:30 +00:00
..
acpi acpi: Generate power resource name instead of default "PRIC" 2021-09-16 06:07:15 +00:00
arch arch/x86/boot: Add missing include 2021-09-13 14:18:43 +00:00
commonlib commonlib/cbfs: Fix minor parser edge cases 2021-09-15 01:19:22 +00:00
console console/hw-debug_sink: Update for fast/slow console distinction 2021-08-04 15:15:45 +00:00
cpu cpu/x86/tsc: Deduplicate Makefile logic 2021-09-08 14:35:16 +00:00
device device/dram: Add addtional LPDDR4 speed grades 2021-09-13 13:47:31 +00:00
drivers drivers/intel/fsp2_0: Pass orientation to fsp_report_framebuffer_info 2021-09-16 00:09:36 +00:00
ec ec/acpi: Remove empty "chip" driver 2021-09-08 18:48:53 +00:00
include SMBIOS: Allow skipping default SMBIOS generation 2021-09-13 13:54:03 +00:00
lib Move post_codes.h to commonlib/console/ 2021-08-04 15:15:51 +00:00
mainboard soc/qualcomm/common/qup: Add support for QUP common driver 2021-09-16 06:06:11 +00:00
northbridge nb/intel/haswell: Move MRC glue code into a subfolder 2021-08-02 14:59:45 +00:00
security vboot: Call check_boot_mode before vb2api_fw_phase1 2021-09-15 23:56:06 +00:00
soc soc/intel/common: Make read_pmc_lpm_requirements more clear 2021-09-16 09:40:30 +00:00
southbridge sb/intel/lynxpoint: Drop config_t typedef 2021-09-09 14:38:21 +00:00
superio superio/nuvoton/nct6776: Correct the definition of NCT6776_GPIOBASE 2021-08-29 16:41:12 +00:00
vendorcode driver/i2c/max98390: add dsm_param_name 2021-09-14 02:35:41 +00:00
Kconfig util/kconfig: Add pre-built parser 2021-09-13 15:35:03 +00:00