From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clint Adams Date: Sun, 24 Jul 2011 15:56:57 +0000 Subject: [U-Boot] [PATCH] drivers/rtc: add Marvell Integrated RTC. In-Reply-To: <1311469921-10241-1-git-send-email-u-boot@lakedaemon.net> References: <1311469921-10241-1-git-send-email-u-boot@lakedaemon.net> Message-ID: <20110724155657.GA18730@scru.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jul 24, 2011 at 01:12:01AM +0000, u-boot at lakedaemon.net wrote: > rewrite of the not-merged code from Globalscale Technologies. This RTC is > known to exist in the DreamPlug platform and is accessed via two registers. If I apply this on top of your v4 patch on top of 2011.06, I only need two tweaks to build: MACH_TYPE_DREAMPLUG which will obviously sort itself out, and s/MPP7_GP0/MPP7_GPO/ in board/Marvell/dreamplug/dreamplug.c . It has not yet been tested on a plug. Do you have a working OpenOCD config for flash/ram?