[coreboot-gerrit] Patch set updated for coreboot: lib: add poweroff() declaration

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Thu Jul 14 18:57:56 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15684

-gerrit

commit 11948be16a5a0ba04dc389afab5ecb742e020a49
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Jul 13 12:00:49 2016 -0500

    lib: add poweroff() declaration
    
    Add a function to power off the system. While powering off the
    system isn't necessarily associated with a 'reset' it's probably
    not worth adding another header.
    
    BUG=chrome-os-partner:54977
    
    Change-Id: I21ca9de38d4ca67c77272031cc20f3f1d015f8fa
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/include/reset.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/include/reset.h b/src/include/reset.h
index 95ba608..7ed1bed 100644
--- a/src/include/reset.h
+++ b/src/include/reset.h
@@ -11,4 +11,7 @@ void cpu_reset(void);
 /* Some Intel SoCs use a special reset that is specific to SoC */
 void global_reset(void);
 
+/* Power off the system. */
+void poweroff(void);
+
 #endif



More information about the coreboot-gerrit mailing list