coreboot/src
Marshall Dawson 23e5ba9a73 binarypi mainboards: Clean up IS_ENABLED fan control
Remove all checks for #if IS_ENABLED(CONFIG_HUDSON_IMC_FWM) around
the imc.h includes.  Convert from #if to if() for all fan control
setup code.  Where necessary, make functions non-static to match the
prototypes in imc.h.

Change-Id: If88af42d00227285931829441909a982fc292b2b
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/21058
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2017-08-24 11:48:38 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch i82801dx/gx/ix/jx: Add low-memory backup for S3 path 2017-08-19 15:31:51 +00:00
commonlib
console console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
cpu AMD K8 fam10-15: Tidy up CAR stack switch 2017-08-22 20:25:15 +00:00
device device/smbus: Reuse I2C bus operations where applicable 2017-08-18 15:34:15 +00:00
drivers drivers/i2c/rx6110sa: Drop I2C interface arbitration 2017-08-18 15:33:58 +00:00
ec ec/google: Detect keyboard backlight at runtime 2017-08-22 17:59:20 +00:00
include AMD K8 fam10-15: Tidy up CAR stack switch 2017-08-22 20:25:15 +00:00
lib lib/cbmem: provide optional cbmem top initialization hook 2017-08-04 04:29:57 +00:00
mainboard binarypi mainboards: Clean up IS_ENABLED fan control 2017-08-24 11:48:38 +00:00
northbridge AGESA: Sync f15tn and f15rl northbridge code 2017-08-24 10:53:01 +00:00
soc soc/intel/skylake: Usable dram top calculation based on HW registers 2017-08-23 17:56:50 +00:00
southbridge amd/pi/hudson: Convert 48Mhz en to read/write32 2017-08-24 11:40:43 +00:00
superio superio/winbond/w83627*: Remove deprecated code 2017-08-21 17:02:53 +00:00
vboot
vendorcode vendorcode/intel/fsp/fsp2_0/denverton_ns: Add FSP header files for Denverton_NS SoC 2017-08-22 19:11:23 +00:00
Kconfig