[coreboot-gerrit] New patch to review for coreboot: msi/ms7135: move power_on_after_fail out of RTC century byte

Jonathan A. Kollasch (jakllsch@kollasch.net) gerrit at coreboot.org
Tue Jun 23 16:52:45 CEST 2015


Jonathan A. Kollasch (jakllsch at kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10643

-gerrit

commit d56efba53bf7a6e1bd28f6e74a0c0e0e5432ee14
Author: Jonathan A. Kollasch <jakllsch at kollasch.net>
Date:   Tue Jun 23 09:51:22 2015 -0500

    msi/ms7135: move power_on_after_fail out of RTC century byte
    
    Change-Id: I0796b6e7adad0151c5aa6271d62a2cf4abeedb1e
    Signed-off-by: Jonathan A. Kollasch <jakllsch at kollasch.net>
---
 src/mainboard/msi/ms7135/cmos.layout | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/msi/ms7135/cmos.layout b/src/mainboard/msi/ms7135/cmos.layout
index 8520347..c2d0a33 100644
--- a/src/mainboard/msi/ms7135/cmos.layout
+++ b/src/mainboard/msi/ms7135/cmos.layout
@@ -9,7 +9,8 @@ entries
 396          1       e       1        interleave_chip_selects
 397          2       e       8        max_mem_clock
 399          1       e       2        multi_core
-400          1       e       1        power_on_after_fail
+400          8       h       0        century
+408          1       e       1        power_on_after_fail
 412          4       e       6        debug_level
 440          4       e       9        slow_cpu
 444          1       e       1        nmi



More information about the coreboot-gerrit mailing list