From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 25 Aug 2008 23:04:55 +0200 Subject: [U-Boot] ARM Pull request Message-ID: <20080825210455.GA9643@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, please pull The following changes since commit afe3848b79a7ff351e9fbf3a7c162d2de002279b: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx are available in the git repository at: git://git.denx.de/u-boot-arm.git master Gururaja Hebbar K R (2): Add ARM AMBA PL031 RTC Support Correct ARM Versatile Timer Initialization Hugo Villeneuve (2): ARM DaVinci: Fix compilation error with new MTD code. ARM DaVinci: Removed redundant NAND initialization code. Jens Gehrlein (1): MX31: fix bit masks in function mx31_decode_pll() cpu/arm1136/mx31/generic.c | 4 +- cpu/arm926ejs/davinci/nand.c | 5 +- cpu/arm926ejs/versatile/timer.c | 39 +++++++++++- drivers/rtc/Makefile | 1 + drivers/rtc/pl031.c | 123 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 162 insertions(+), 10 deletions(-) mode change 100644 => 100755 cpu/arm926ejs/versatile/timer.c create mode 100755 drivers/rtc/pl031.c Best Regards, J.