coreboot-kgpe-d16/src
Jacob Garber f7f90f7c3f drivers/intel/fsp1_1: Exit cleanly if FSP not found
Instead of dereferencing a null pointer, print a nice message and exit
cleanly if the FSP isn't found in the CBFS.

Change-Id: I761e7febc7cec5bd2ef3af214bc51777ee5c313d
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Found-by: Coverity CID 1401467, 1401717
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33049
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-06-03 13:19:59 +00:00
..
acpi
arch Makefile.inc: Remove unnecessary CONFIG dependency 2019-06-02 04:11:29 +00:00
commonlib commonlib: fix typo LB_TAB_* (instead of LB_TAG_*) 2019-05-29 20:12:57 +00:00
console console: Move poor-man's atoi() into string.h 2019-05-23 08:43:12 +00:00
cpu src/{include,arch,cpu,lib}: Add missing 'include <types.h>' 2019-05-29 20:27:18 +00:00
device src/{device,drivers}: Add missing 'include <types.h>' 2019-05-29 20:27:52 +00:00
drivers drivers/intel/fsp1_1: Exit cleanly if FSP not found 2019-06-03 13:19:59 +00:00
ec ec/lenovo/h8: Fix method name in ACPI code 2019-06-03 10:10:21 +00:00
include string.h: Move common string functions into .c file 2019-05-31 18:22:11 +00:00
lib Makefile.inc: Remove unnecessary CONFIG dependency 2019-06-02 04:11:29 +00:00
mainboard mb/sifive/hifive-unleashed: Check for errors in fixup_fdt 2019-06-03 13:18:27 +00:00
northbridge nb/intel/haswell/gma: Drop NGI remnant 2019-06-03 10:08:28 +00:00
security post_code: add post code for failure to load next stage 2019-05-22 14:21:57 +00:00
soc soc/intel/common/mmc: Replace IS_ENABLED() with CONFIG() 2019-06-03 10:05:55 +00:00
southbridge src/southbridge: Add missing 'include <types.h>' 2019-05-29 20:28:41 +00:00
superio superio/fintek/f71863fg: Remove variable set but not used 2019-05-25 18:20:15 +00:00
vendorcode src/vendorcode/amd/pi: Fix CONFIG() check issue in rules.h 2019-05-30 15:12:07 +00:00
Kconfig src/Kconfig: Move DRAM section to src/lib/Kconfig 2019-05-20 10:58:56 +00:00