coreboot/src/vendorcode/amd
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
..
agesa vendorcode/agesa/*/Proc/IDS/Library/IdsLib.c: Fix logical 'or' tests 2019-06-15 16:31:11 +00:00
cimx vendorcode/amd/cimx/sb*: Rename RSDP header 2018-08-27 15:26:33 +00:00
include AGESA cimx: Move cb_types.h to vendorcode 2017-09-26 09:25:47 +00:00
pi src/vendorcode/amd/pi: Fix CONFIG() check issue in rules.h 2019-05-30 15:12:07 +00:00
Kconfig AGESA binaryPI: Add AGESA entry timestamps 2019-05-25 08:39:05 +00:00
Makefile.inc AMD Steppe Eagle: Add binary PI vendorcode files 2014-08-30 19:13:45 +02:00