Attention is currently required from: Nico Huber, Sukumar Ghorai.
Hello Nico Huber, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/75898?usp=email
to look at the new patch set (#5).
Change subject: mb/intel/mtlrvp: disable acpi timer for xtal shutdown ......................................................................
mb/intel/mtlrvp: disable acpi timer for xtal shutdown
acpi timer needs to be disabled for xtal shutdown, requirement for platform to enter deepest sleep state (s0i2.2).
BUG=b:274744845 TEST=Able to boot and verify S0ix is working
w/o this cl:
iotools mmio_read32 0xfe0018fc
0x0
iotools mmio_read32 0xfe4018fc
0x0
w/ this cl:
iotools mmio_read32 0xfe0018fc
0x2.
iotools mmio_read32 0xfe4018fc
0x2.
Change-Id: Ib87b7555217b6954fca98f95b86d03016cd9b783 Signed-off-by: Sukumar Ghorai sukumar.ghorai@intel.com --- M src/mainboard/intel/mtlrvp/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/75898/5