coreboot-kgpe-d16/src
Dave Frodin 9b800ae954 southbridge/amd: Change #if defined to #if IS_ENABLED
The IMC functions were being called and timing out when the
CONFIG_SB800_IMC_FWM/CONFIG_HUDSON_IMC_FWM were defined as 0.
Changing to a IS_ENABLED will keep the IMC handshake from
occuring if the IMC firmware isn't running.

Tested on a Persimmon platform which makes three calls to
spi_claim_bus() with each call timing out after 500ms.

Change-Id: I5d4bbcecf003b93704553b495a16bcd15f66763b
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/5974
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
2014-06-12 20:13:21 +02:00
..
arch build: Drop libgcc runtime wrapper in Clang builds 2014-06-06 01:45:20 +02:00
console console: Add console for GDB 2014-05-26 10:52:16 +02:00
cpu AGESA: Use common heap allocator 2014-06-06 13:31:31 +02:00
device device/device_util.c: Fix wording in comment of `new_resource()` 2014-06-11 20:37:50 +02:00
drivers PIC i8259: Move #defines and functions to i8259.h 2014-06-11 17:07:38 +02:00
ec chromeec: add function to reboot on unexpected image 2014-05-13 21:01:52 +02:00
include PIC i8259: Move #defines and functions to i8259.h 2014-06-11 17:07:38 +02:00
lib build: Drop libgcc runtime wrapper in Clang builds 2014-06-06 01:45:20 +02:00
mainboard bayleybay_fsp Kconfig: Remove unnecessary overrides 2014-06-12 20:10:23 +02:00
northbridge AMD/CIMx: Add functions for AMD PCI IRQ routing 2014-06-11 17:07:50 +02:00
soc cpu/intel/fsp_model_206ax: change realpath to readlink 2014-05-30 23:52:17 +02:00
southbridge southbridge/amd: Change #if defined to #if IS_ENABLED 2014-06-12 20:13:21 +02:00
superio superio/smscsuperio: Fix chip detection 2014-06-12 15:10:37 +02:00
vendorcode ChromeOS: Rename chromeos.c in vendorcode 2014-05-25 08:10:49 +02:00
Kconfig payloads/external/SeaBIOS: Upgrade stable from 1.7.2.1 to 1.7.4 2014-05-28 22:41:59 +02:00