[coreboot-gerrit] Change in coreboot[master]: arch/x86/acpigen: Fix comment in _ROM method generator

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Thu Sep 13 12:36:58 CEST 2018


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/28591


Change subject: arch/x86/acpigen: Fix comment in _ROM method generator
......................................................................

arch/x86/acpigen: Fix comment in _ROM method generator

Commit 24462e6507 ("x86/acpigen: Fix ACPI _ROM method") changed the code
to generate a serialized method, but didn't adjust the comment.

Change-Id: Ie7dbaff13d36f31e9d627609d0f74a4e9fa5a1e9
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M src/arch/x86/acpigen.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/28591/1

diff --git a/src/arch/x86/acpigen.c b/src/arch/x86/acpigen.c
index e10d307..a630ef2 100644
--- a/src/arch/x86/acpigen.c
+++ b/src/arch/x86/acpigen.c
@@ -1453,7 +1453,7 @@
 	ASSERT(bios)
 	ASSERT(length)
 
-	/* Method (_ROM, 2, NotSerialized) */
+	/* Method (_ROM, 2, Serialized) */
 	acpigen_write_method_serialized("_ROM", 2);
 
 	/* OperationRegion("ROMS", SYSTEMMEMORY, current, length) */

-- 
To view, visit https://review.coreboot.org/28591
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie7dbaff13d36f31e9d627609d0f74a4e9fa5a1e9
Gerrit-Change-Number: 28591
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180913/f5efa086/attachment.html>


More information about the coreboot-gerrit mailing list