Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37684 )
Change subject: AGESA: Disable CBMEM_STAGE_CACHE by default ......................................................................
AGESA: Disable CBMEM_STAGE_CACHE by default
To have functional ACPI S3 resume no longer requires this.
Change-Id: Ib7d5e8b960418dc7d466cdfe46724ac68001dd00 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/cpu/amd/agesa/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/37684/1
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index 2c8f9c5..fae2565 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -26,7 +26,6 @@ select UDELAY_LAPIC select LAPIC_MONOTONIC_TIMER select SPI_FLASH if HAVE_ACPI_RESUME - select CBMEM_STAGE_CACHE if HAVE_ACPI_RESUME select SMM_ASEG select NO_FIXED_XIP_ROM_SIZE select SSE2
Marshall Dawson has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37684 )
Change subject: AGESA: Disable CBMEM_STAGE_CACHE by default ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37684/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37684/2//COMMIT_MSG@9 PS2, Line 9: To have functional ACPI S3 resume no longer requires this. Do you mean merely that a stage cache isn't used now? And if so, is it accurate a stage cache was required before?
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37684 )
Change subject: AGESA: Disable CBMEM_STAGE_CACHE by default ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37684/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37684/2//COMMIT_MSG@9 PS2, Line 9: To have functional ACPI S3 resume no longer requires this.
Do you mean merely that a stage cache isn't used now? And if so, is it accurate a stage cache was r […]
See CB:36708
Then again, we have followup changes from amd/stoneyridge with stage_cache_add_raw() which would again require us to select this. So I did not bother with good commit message yet :)
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37684 )
Change subject: AGESA: Disable CBMEM_STAGE_CACHE by default ......................................................................
Patch Set 2: Code-Review+1
S3 Suspend is working fine on AM1I-A with this change installed and CBMEM_STAGE_CACHE disabled at .config. G505S does not boot because of amd_iommu_init_pci Linux kernel panic - however, I know it's caused not by your change but by some unfortunate parent ( I had exactly the same problem with coreboot cloned a few days ago ). This problem didn't happen with 50b82ef2bb44602a62d676f2b9c6900da0ad4162 this morning's master, so perhaps these commit series should be rebased on top of master before I could test it again on G505S.
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37684 )
Change subject: AGESA: Disable CBMEM_STAGE_CACHE by default ......................................................................
Patch Set 4: Code-Review+2
S3 suspend is working great on both G505S (15h) and AM1I-A (16h) even without CBMEM_STAGE_CACHE , thanks to your good changes. I had to rebase this relation chain on top of d912df22a8fde68dc513824d757b71eb16703479 , as it's the last commit before AM1I-A removal from Kconfig, while also it's almost master.
Marshall Dawson has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37684 )
Change subject: AGESA: Disable CBMEM_STAGE_CACHE by default ......................................................................
Patch Set 4: Code-Review+1
Kyösti Mälkki has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37684 )
Change subject: AGESA: Disable CBMEM_STAGE_CACHE by default ......................................................................
Abandoned
squashed with CB:37683