[coreboot-gerrit] Patch set updated for coreboot: DO-NOT-MERGE: testing the test system

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Tue Jul 12 12:31:30 CEST 2016


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15342

-gerrit

commit d163d7c260894862983ce62121575795ef884d8f
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Jun 24 09:36:13 2016 +0200

    DO-NOT-MERGE: testing the test system
    
    Change-Id: I64c0b9c97294d05a3599aa6e78086c95a3ad23b1
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 Makefile                             | 1 +
 src/mainboard/lenovo/x201/romstage.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index c502d2c..ce4ed0e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@
 ## Copyright (C) 2009-2010 coresystems GmbH
 ## Copyright (C) 2011 secunet Security Networks AG
 ##
+##
 ## Redistribution and use in source and binary forms, with or without
 ## modification, are permitted provided that the following conditions
 ## are met:
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c
index 2bfa19c..f8093ec 100644
--- a/src/mainboard/lenovo/x201/romstage.c
+++ b/src/mainboard/lenovo/x201/romstage.c
@@ -295,4 +295,5 @@ void mainboard_romstage_entry(unsigned long bist)
 #if CONFIG_LPC_TPM
 	init_tpm(s3resume);
 #endif
+	;
 }



More information about the coreboot-gerrit mailing list