From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Kaehlcke Date: Mon, 1 Feb 2010 08:24:46 +0100 Subject: [U-Boot] [PATCH 1/3] ARM: Add support for EP93xx SoCs In-Reply-To: <4B65D1B1.9080001@windriver.com> References: <20100124165629.GU18402@darwin> <4B65D1B1.9080001@windriver.com> Message-ID: <20100201072446.GF8053@darwin> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de El Sun, Jan 31, 2010 at 12:53:37PM -0600 Tom ha dit: > Matthias Kaehlcke wrote: > >Add support for the Cirrus EP93xx platform > > > >Signed-off-by: Matthias Kaehlcke > >--- > > cpu/arm920t/ep93xx/Makefile | 56 ++++ > > cpu/arm920t/ep93xx/cpu.c | 51 +++ > > cpu/arm920t/ep93xx/led.c | 101 ++++++ > > cpu/arm920t/ep93xx/lowlevel_init.S | 65 ++++ > > cpu/arm920t/ep93xx/speed.c | 110 +++++++ > > cpu/arm920t/ep93xx/timer.c | 168 ++++++++++ > > cpu/arm920t/ep93xx/u-boot.lds | 59 ++++ > > include/asm-arm/arch-ep93xx/ep93xx.h | 595 ++++++++++++++++++++++++++++++++++ > > include/common.h | 3 +- > > 9 files changed, 1207 insertions(+), 1 deletions(-) > > create mode 100644 cpu/arm920t/ep93xx/Makefile > > create mode 100644 cpu/arm920t/ep93xx/cpu.c > > create mode 100644 cpu/arm920t/ep93xx/led.c > > create mode 100644 cpu/arm920t/ep93xx/lowlevel_init.S > > create mode 100644 cpu/arm920t/ep93xx/speed.c > > create mode 100644 cpu/arm920t/ep93xx/timer.c > > create mode 100644 cpu/arm920t/ep93xx/u-boot.lds > > create mode 100644 include/asm-arm/arch-ep93xx/ep93xx.h > > This looks good. > Ack-ed. great :) thanks for reviewing all these patches! this week i'll respond with a patch to the issues you raised about the board patch -- Matthias Kaehlcke Embedded Linux Developer Barcelona We can't solve problems by using the same kind of thinking we used when we created them (Albert Einstein) .''`. using free software / Debian GNU/Linux | http://debian.org : :' : `. `'` gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4 `-