[coreboot-gerrit] New patch to review for coreboot: b24c6ee Asus F2A85-M Fix S3 memory power cut-off

Rudolf Marek (r.marek@assembler.cz) gerrit at coreboot.org
Tue Nov 12 17:06:13 CET 2013


Rudolf Marek (r.marek at assembler.cz) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4041

-gerrit

commit b24c6eed3842af7db855f67c6d17193eedd6de86
Author: Rudolf Marek <r.marek at assembler.cz>
Date:   Tue Nov 12 16:46:47 2013 +0100

    Asus F2A85-M Fix S3 memory power cut-off
    
    The power to memory is lost during the the suspend, activate
    the 3VSBSW# which switches the power during S3 suspend sequence.
    
    Change-Id: Id953313ee4400a03a2ad8ca09e39a5e0d5f92524
    Signed-off-by: Rudolf Marek <r.marek at assembler.cz>
---
 src/mainboard/asus/f2a85-m/romstage.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/asus/f2a85-m/romstage.c b/src/mainboard/asus/f2a85-m/romstage.c
index 5d01bb4..031bb50 100644
--- a/src/mainboard/asus/f2a85-m/romstage.c
+++ b/src/mainboard/asus/f2a85-m/romstage.c
@@ -90,6 +90,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 		sbxxx_enable_48mhzout();
 		it8712f_kill_watchdog();
 		it8712f_enable_serial(0, CONFIG_TTYS0_BASE);
+		it8712f_enable_3vsbsw();
 		console_init();
 
 		/* turn on secondary smbus at b20 */



More information about the coreboot-gerrit mailing list