[coreboot-gerrit] Patch set updated for coreboot: soc/intel/common: Add prototype for global_reset() reset

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Thu Jun 23 20:31:18 CEST 2016


Andrey Petrov (andrey.petrov at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15333

-gerrit

commit 992d99caf2e3639d0f0fe96b4187045d40d4cfc4
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Wed Jun 22 23:39:08 2016 -0700

    soc/intel/common: Add prototype for global_reset() reset
    
    Add prototype for global_reset() that some SoCs need to provide.
    
    BUG=chrome-os-partner:54149
    BRANCH=none
    TEST=none
    
    Change-Id: I8afe076b6f4f675b3c6a3ec0e4dd69f950baa4ef
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
---
 src/include/reset.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/reset.h b/src/include/reset.h
index 9430ffe..95ba608 100644
--- a/src/include/reset.h
+++ b/src/include/reset.h
@@ -8,5 +8,7 @@ void hard_reset(void);
 #endif
 void soft_reset(void);
 void cpu_reset(void);
+/* Some Intel SoCs use a special reset that is specific to SoC */
+void global_reset(void);
 
 #endif



More information about the coreboot-gerrit mailing list