Attention is currently required from: Arthur Heymans. Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63677 )
Change subject: Kconfig: Hide stage cache selection on !HAVE_ACPI_RESUME ......................................................................
Patch Set 1:
(1 comment)
File src/Kconfig:
https://review.coreboot.org/c/coreboot/+/63677/comment/121b8e5c_9a774cda PS1, Line 331: depends on HAVE_ACPI_RESUME With this HAVE_ACPI_RESUME=n implies NO_STAGE_CACHE=n, and resume_from_stage_cache() will actually call romstage_handoff_is_resume(). Not a big deal, maybe you want to add !CONFIG(HAVE_ACPI_RESUME) there?