soc/intel/apollolake/meminit_util_glk.c: Check for NULL

We check for NULL here for memory_info_hob and return if it's NULL
so that the future dereferencing is proper.

Change-Id: Ie34931504ad92739fdaa68ec7989e76e8eee2595
Found-by: Klockworks
Signed-off-by: Ravi Sarawadi <ravishankar.sarawadi@intel.com>
Reviewed-on: https://review.coreboot.org/23223
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Ravi Sarawadi 2017-11-30 11:25:40 -08:00 committed by Martin Roth
parent 7e687b84b2
commit 6522bf1a81
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ void save_lpddr4_dimm_info(const struct lpddr4_cfg *lp4cfg, size_t mem_sku)
}
memory_info_hob = fsp_find_smbios_memory_info(&hob_size);
if (memory_info_hob == NULL) {
printk(BIOS_ERR, "SMBIOS memory info HOB is missing\n");
return;
}
/*
* Allocate CBMEM area for DIMM information used to populate SMBIOS