coreboot/src/vendorcode
Elyes HAOUAS a360d9a6bf vendorcode/agesa/*/Proc/IDS/Library/IdsLib.c: Fix logical 'or' tests
"if (_pcidata != 0xFFFFFFFF || _pcidata != 0)", is always true.
The right test should be && not ||.
Error found using -Wlogical-op warning option.

Change-Id: I537fa4867499e1e6e5f662086fabc99b91aa0c70
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33392
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
2019-06-15 16:31:11 +00:00
..
amd vendorcode/agesa/*/Proc/IDS/Library/IdsLib.c: Fix logical 'or' tests 2019-06-15 16:31:11 +00:00
cavium vendorcode/cavium/bdk/libdram: Add missing comma 2019-03-25 10:59:30 +00:00
eltan vendorcode/eltan: Add vendor code for measured and verified boot 2019-06-04 10:41:53 +00:00
google vendorcode/google/chromeos: Correct VPD field for MAC passthrough 2019-05-18 20:33:19 +00:00
intel vendorcode/intel/fsp/fsp2_0/cometlake: Update FSP-M/S header files as per v1155 2019-06-12 22:48:36 +00:00
siemens src/{ec,vendorcode}: Add missing 'include <types.h> 2019-05-29 20:28:07 +00:00
Makefile.inc vendorcode/eltan: Add vendor code for measured and verified boot 2019-06-04 10:41:53 +00:00