Attention is currently required from: Marshall Dawson, Kyösti Mälkki.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42563 )
Change subject: [RFC] AMD APM_CNT and SMI enablement
......................................................................
Patch Set 1:
(1 comment)
File src/soc/amd/picasso/southbridge.c:
https://review.coreboot.org/c/coreboot/+/42563/comment/77890bbd_d6a3ab7d
PS1, Line 244: pm_write16(PM_GPE0_BLK, ACPI_GPE0_BLK);
from a quick look i'd say that it's not a bug, since the mmio mapping is used there and not the lega […]
the accesses in romstage to the pm1 and gpe0 registers is via the mmio mapping in the acpimmio region and not via the legacy io mappings that get configured in ramstage. the acpimmio region gets configured early in bootblock (enable_acpimmio_decode_pm04() in fch_pre_init). so this is correct. as far as i've seen the legacy io access is mostly needed for/used in the fadt
--
To view, visit
https://review.coreboot.org/c/coreboot/+/42563
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8d1287566061bc5d6f05e687f2b30c6bcb66c999
Gerrit-Change-Number: 42563
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Attention: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Attention: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Comment-Date: Mon, 15 Feb 2021 23:01:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Kyösti Mälkki
kyosti.malkki@gmail.com
Comment-In-Reply-To: Felix Held
felix-coreboot@felixheld.de
Gerrit-MessageType: comment