[coreboot-gerrit] New patch to review for coreboot: google/gale: Implement reset

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon May 9 23:47:38 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14750

-gerrit

commit f378335ffd452c69cefac41faa53ac2a37cd1eaf
Author: Varadarajan Narayanan <varada at codeaurora.org>
Date:   Tue Sep 8 15:12:46 2015 +0530

    google/gale: Implement reset
    
    Implement reset using PSHOLD and remove watchdog
    based reset not needed for ipx40xx.
    
    BUG=chrome-os-partner:49249
    TEST=None. Initial code not sure if it will even compile
    BRANCH=none
    
    Change-Id: Ic2fa0e7676604f36a99750b4bda53195199ebc69
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 65c8b9dd633f0d402cad7d609563c8aac9bf5115
    Original-Change-Id: I8f0ea3c1b71e86a7ca733965ecbec6954a52f6e3
    Original-Signed-off-by: Varadarajan Narayanan <varada at codeaurora.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/333298
    Original-Commit-Ready: David Hendricks <dhendrix at chromium.org>
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
---
 src/mainboard/google/gale/reset.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/google/gale/reset.c b/src/mainboard/google/gale/reset.c
index 468902a..47a46d4 100644
--- a/src/mainboard/google/gale/reset.c
+++ b/src/mainboard/google/gale/reset.c
@@ -21,4 +21,5 @@
 
 void hard_reset(void)
 {
+	write32(GCNT_PSHOLD, 0);
 }



More information about the coreboot-gerrit mailing list