[coreboot-gerrit] Patch set updated for coreboot: 1bc4508 cpu/allwinner/a10: Add definition for gating GPIO S clock

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Thu Jan 2 23:29:58 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4592

-gerrit

commit 1bc4508c44d04218a0053f9044d71769ea29c034
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Tue Dec 31 15:34:43 2013 -0500

    cpu/allwinner/a10: Add definition for gating GPIO S clock
    
    This bit is not documented in the datasheet, but is used in the
    upcoming RAM init code.
    
    Change-Id: I697ec222496236ac7690460ee62313ab8b1a2f0b
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/cpu/allwinner/a10/clock.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cpu/allwinner/a10/clock.h b/src/cpu/allwinner/a10/clock.h
index b9a0771..9656469 100644
--- a/src/cpu/allwinner/a10/clock.h
+++ b/src/cpu/allwinner/a10/clock.h
@@ -85,6 +85,8 @@ enum a1x_clken {
 	A1X_CLKEN_SPI2,
 	A1X_CLKEN_SPI3,
 	A1X_CLKEN_PATA,
+	RSVD_0x60_25,
+	A1X_CLKEN_GPS,
 	/* AHB1 module clock gating */
 	A1X_CLKEN_DRAM_VE = (0x64 << 5),
 	A1X_CLKEN_TVD,



More information about the coreboot-gerrit mailing list