Attention is currently required from: Angel Pons. Keith Hui has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41735 )
Change subject: sb/intel/i82371eb: Implement SMBus Control Method Interface support ......................................................................
Patch Set 8:
(3 comments)
File Makefile.inc:
https://review.coreboot.org/c/coreboot/+/41735/comment/c58af6c3_b2445025 PS4, Line 266: # Ignore names with leading underscore so that SCMI methods can be implemented. : # See cb:41735 : UNKNOWN_RESERVED_NAME = 3133
please wait IASL version 20200925 […]
Ack
File src/southbridge/intel/i82371eb/Kconfig:
https://review.coreboot.org/c/coreboot/+/41735/comment/883f7c73_b0fc74b4 PS4, Line 9: config HAVE_SCMI : bool : default y if SOUTHBRIDGE_INTEL_I82371EB : help : Southbridges select Y if their DSDT implements SCMI. : See http://smbus.org/specs/smbus_cmi10.pdf for details. : : config USE_SCMI : bool "Enable SMBus Control Method Interface (SCMI)" : depends on HAVE_SCMI && HAVE_ACPI_TABLES : help : Adds extra access methods conforming to the SMBus Control Method Interface (SCMI) : specification to the SMBus ACPI device. This may be your only access to SMBus : devices if other means fail. : : ASUS P3B-F mainboard requires this. : : If you say Y here, you will have to blacklist the native driver and instead use : i2c-scmi driver to access SMBus-connected devices.
This option is dependent on HAVE_SCMI being set, and should not show unless it is set in the southbr […]
This has been split off to CB:48921.
File src/southbridge/intel/i82371eb/acpi/smbus.asl:
https://review.coreboot.org/c/coreboot/+/41735/comment/daec03de_4d391873 PS8, Line 25: Your board may need adjustment
How would one do this adjustment?
By editing this device list. Updated comment to follow in next patch set.