Angel Pons has posted comments on this change. ( https://review.coreboot.org/29449 )
Change subject: x86/acpi.c: Be more verbose when finding the wakeup vector ......................................................................
Patch Set 2:
(3 comments)
https://review.coreboot.org/#/c/29449/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/29449/1//COMMIT_MSG@7 PS1, Line 7: x86/acpi.c: Be more verbose when finding the wakeup vector
The original Git rule is 55 chars for the summary. We allow […]
Now I understand why my editor (neovim) would only highlight a part of the summary... Done
https://review.coreboot.org/#/c/29449/1/src/arch/x86/acpi.c File src/arch/x86/acpi.c:
https://review.coreboot.org/#/c/29449/1/src/arch/x86/acpi.c@1282 PS1, Line 1282: BIOS_ALE
rather BIOS_ALERT
Done
https://review.coreboot.org/#/c/29449/1/src/arch/x86/acpi.c@1282 PS1, Line 1282: printk(BIOS_ALERT,
Please don't break the string literal. If you want to honor the […]
Done