coreboot-kgpe-d16/src
Felix Singer ffe90c528b soc/intel/skylake: Enable SMBus depending on devicetree configuration
Currently SMBus gets enabled by the option SmbusEnable, but this
duplicates the devicetree on/off options. Therefore use the on/off
options for the enablement of the SMBus controller.

I checked all corresponding mainboards if the devicetree configuration
matches the SmbusEnable setting.

Change-Id: I0d9ec1888c82cc6d5ef86d0694269c885ba62c41
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43845
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner
2020-07-29 20:47:56 +00:00
..
acpi src/acpi: Add missing <{stdbool,stdint}.h> 2020-07-29 09:37:10 +00:00
arch arch/x86/smbios: Bump to version 3.0 2020-07-28 19:21:32 +00:00
commonlib src: Remove unused 'include <stdint.h> 2020-07-14 16:11:10 +00:00
console
cpu cpu/intel/car/romstage.c: Remove unused <bootblock_common.h> 2020-07-26 21:38:22 +00:00
device device: Add find_dev_nested_path helper function 2020-07-28 19:28:22 +00:00
drivers drivers/i2c/max98373: fix error message formatting 2020-07-28 19:18:28 +00:00
ec ec/lenovo/h8: Align macro values in one column 2020-07-26 21:40:00 +00:00
include device: Add find_dev_nested_path helper function 2020-07-28 19:28:22 +00:00
lib lib/libgcov.c: Do not redefine `alloca` 2020-07-29 09:27:33 +00:00
mainboard soc/intel/skylake: Enable SMBus depending on devicetree configuration 2020-07-29 20:47:56 +00:00
northbridge nb/intel/i945/gma.c: Remove extra indentation 2020-07-28 19:23:23 +00:00
security src: Change BOOL CONFIG_ to CONFIG() in comments & strings 2020-07-26 21:20:30 +00:00
soc soc/intel/skylake: Enable SMBus depending on devicetree configuration 2020-07-29 20:47:56 +00:00
southbridge src: Never set ISA Enable on PCI bridges 2020-07-28 10:54:02 +00:00
superio superio/common: Avoid NULL pointer dereference 2020-07-24 21:21:09 +00:00
vendorcode vc/cavium: Fix up license headers 2020-07-28 10:54:58 +00:00
Kconfig