Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30807
Change subject: x86/acpi_s3: Clarify debug message *Normal boot* ......................................................................
x86/acpi_s3: Clarify debug message *Normal boot*
To avoid confusing with the normal/fallback mechanism, clarify the debug message *Normal boot*.
Change-Id: I3435b4f5b78290a964d1e1bf0894885ed1ec56a4 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/arch/x86/acpi_s3.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/30807/1
diff --git a/src/arch/x86/acpi_s3.c b/src/arch/x86/acpi_s3.c index 07c0332..9e48e6a 100644 --- a/src/arch/x86/acpi_s3.c +++ b/src/arch/x86/acpi_s3.c @@ -37,7 +37,7 @@ printk(BIOS_DEBUG, "S3 Resume\n"); acpi_slp_type = ACPI_S3; } else { - printk(BIOS_DEBUG, "Normal boot\n"); + printk(BIOS_DEBUG, "Normal boot (not resuming from S3)\n"); acpi_slp_type = ACPI_S0; } }
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/30807?usp=email )
Change subject: x86/acpi_s3: Clarify debug message *Normal boot* ......................................................................
Abandoned