From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 09 Nov 2008 15:10:43 +0100 Subject: [U-Boot] [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common files In-Reply-To: <20081109140446.GB25307@game.jcrosoft.org> References: <490df32e.0c07560a.16d0.26b4@mx.google.com> <490df34c.1358560a.7469.2f40@mx.google.com> <20081109140446.GB25307@game.jcrosoft.org> Message-ID: <4916EF63.6090109@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 19:36 Sun 02 Nov , dirk.behme at googlemail.com wrote: > >>Subject: [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common files >> >>From: Dirk Behme >> >>Add board, clock, cpu and interrupts common files >> >>Signed-off-by: Dirk Behme >> >>--- >> >>Changes in version v5: >> >>- Add Readme, further clean up as proposed by Jean-Christophe PLAGNIOL-VILLARD > > Where is it? http://git.denx.de/?p=u-boot/u-boot-arm.git;a=blob;f=doc/README.omap3;h=830a0f727064161386eb9296341be03857e3ccaf;hb=refs/heads/omap3 >>Changes in version v3: >> >>- Add detection and support for 128MB/256MB RAM by Mans Rullgard >> >>Changes in version v2: >> >>- Move common ARM Cortex A8 code to cpu/arm_cortexa8/ and OMAP3 SoC specific common code to cpu/arm_cortexa8/omap3 as proposed by Wolfgang. >> >> cpu/arm_cortexa8/omap3/Makefile | 2 >> cpu/arm_cortexa8/omap3/board.c | 326 +++++++++++++++++++++++++++++++++++ >> cpu/arm_cortexa8/omap3/clock.c | 328 ++++++++++++++++++++++++++++++++++++ >> cpu/arm_cortexa8/omap3/interrupts.c | 303 +++++++++++++++++++++++++++++++++ >> 4 files changed, 958 insertions(+), 1 deletion(-) > > Best Regards, > J. >