]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx27: basic cpu support
authorIlya Yanok <yanok@emcraft.com>
Mon, 8 Jun 2009 00:12:45 +0000 (04:12 +0400)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 21 Jun 2009 14:18:13 +0000 (16:18 +0200)
commit1dc4da749dbde27ec862f5b65703e8e4541fbba3
treea9a58974b5fe97e6d77c2c54225b78841d64ce2c
parentdd2f6965a6c71f6f711ec98827880152e022c236
mx27: basic cpu support

This patch adds generic code to support Freescale's i.MX27 SoCs.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
cpu/arm926ejs/mx27/Makefile [new file with mode: 0644]
cpu/arm926ejs/mx27/generic.c [new file with mode: 0644]
cpu/arm926ejs/mx27/reset.c [new file with mode: 0644]
cpu/arm926ejs/mx27/timer.c [new file with mode: 0644]
include/asm-arm/arch-mx27/asm-offsets.h [new file with mode: 0644]
include/asm-arm/arch-mx27/clock.h [new file with mode: 0644]
include/asm-arm/arch-mx27/imx-regs.h [new file with mode: 0644]