Attention is currently required from: Bora Guvendik, Li1 Feng, Pranava Y N, YH Lin.
Hello Bora Guvendik, Li1 Feng, Pranava Y N, YH Lin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84998?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: mb/google/fatcat: Add ISH support with FW_CONFIG toggle ......................................................................
mb/google/fatcat: Add ISH support with FW_CONFIG toggle
This patch adds support for the Integrated Sensor Hub (ISH) on the Fatcat mainboard.
ISH can be enabled or disabled via FW_CONFIG bit 24. This allows for flexible configuration depending on the system requirements.
The GPIO configuration for ISH is also updated based on CBI settings, ensuring correct initialization and communication.
Verified that the device tree correctly probes ISH based on the FW_CONFIG setting:
* FW_CONFIG with bit 24 set: ISH is probed successfully. * FW_CONFIG with bit 24 cleared: ISH is not probed.
BUG=b:370984186 TEST=Verified ISH probing behavior with different FW_CONFIG settings using CBI.
Change-Id: I1a9734139a49be982a7dd43d5afd92e7fea6b29c Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/fatcat/Kconfig M src/mainboard/google/fatcat/variants/fatcat/fw_config.c M src/mainboard/google/fatcat/variants/fatcat/gpio.c M src/mainboard/google/fatcat/variants/fatcat/overridetree.cb 4 files changed, 50 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/84998/2