[coreboot] Patch set updated for coreboot: c22db8e AMD hudson: Call the rtc update if needed.

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Thu Aug 2 08:26:08 CEST 2012


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1390

-gerrit

commit c22db8e4be7f10668e1ce1c54e86736660fe16c7
Author: zbao <fishbaozi at gmail.com>
Date:   Thu Aug 2 16:08:38 2012 +0800

    AMD hudson: Call the rtc update if needed.
    
    Change-Id: I5e427cfb42430ebebdb4c1e48bd25860c0fec45f
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: zbao <fishbaozi at gmail.com>
---
 src/southbridge/amd/agesa/hudson/lpc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/southbridge/amd/agesa/hudson/lpc.c b/src/southbridge/amd/agesa/hudson/lpc.c
index 4dd6083..708d1ea 100644
--- a/src/southbridge/amd/agesa/hudson/lpc.c
+++ b/src/southbridge/amd/agesa/hudson/lpc.c
@@ -67,6 +67,8 @@ static void lpc_init(device_t dev)
 	byte = pci_read_config8(dev, 0xBB);
 	byte |= 1 << 0 | 1 << 3;
 	pci_write_config8(dev, 0xBB, byte);
+
+	rtc_check_update_coms_date(1);
 }
 
 static void hudson_lpc_read_resources(device_t dev)




More information about the coreboot mailing list