coreboot-kgpe-d16/src/soc/amd/common
Felix Held f42da176de soc/amd/common/smbus: remove misleading definition
SMBHST_STAT_NOERROR was a redefinition of SMBHST_STAT_INTERRUPT that was
used in smbus_wait_until_done. Remove the misleading bit definition that
also didn't correspond with the register definitions and replace it with
the definition of the actual bit that gets checked. Also add a comment
that the code actually checks the IRQ status flag to see if the last
command is already completed.

Change-Id: I1a58fe0d58d3887dd2e83320e977a57e271685b3
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48219
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2020-12-02 21:28:19 +00:00
..
acpi soc/amd/common/acpi: Create platform.asl to define acpi transitions 2020-10-28 17:17:22 +00:00
block soc/amd/common/smbus: remove misleading definition 2020-12-02 21:28:19 +00:00
vboot soc/amd/common/vboot: use transfer_buffer_valid function 2020-11-30 16:29:14 +00:00
Kconfig.common soc/amd: rename common Kconfig and use wildcard for SoC-specific Kconfig 2020-11-19 14:29:14 +00:00
Makefile.inc soc/amd: factor out vbnv_cmos_failed() into soc/amd/common/vboot 2020-11-21 19:40:20 +00:00