
9 Nov
2008
9 Nov
'08
3:04 p.m.
On 19:36 Sun 02 Nov , dirk.behme@googlemail.com wrote:
Subject: [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common files
From: Dirk Behme dirk.behme@gmail.com
Add board, clock, cpu and interrupts common files
Signed-off-by: Dirk Behme dirk.behme@gmail.com
Changes in version v5:
- Add Readme, further clean up as proposed by Jean-Christophe PLAGNIOL-VILLARD
Where is it?
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.