]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: Add basic gpmc initialization for OMAP4
authorSteve Sakoman <steve@sakoman.com>
Thu, 15 Jul 2010 20:19:16 +0000 (16:19 -0400)
committerSandeep Paulraj <s-paulraj@ti.com>
Thu, 15 Jul 2010 20:19:16 +0000 (16:19 -0400)
commit27952014c465eec646157d5d045c084b94e3f2d7
tree4effebce5a22cc65e1132efecf7f45711d7e3bde
parent900c0c6b0a67b2372075f42a343205f384b0c120
ARMV7: Add basic gpmc initialization for OMAP4

This patch adds a gpmc_init function for OMAP4 and adds calls to
gpmc_init for existing OMAP4 boards: panda and sdp4430

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap4/Makefile
arch/arm/cpu/armv7/omap4/mem.c [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/cpu.h
arch/arm/include/asm/arch-omap4/omap4.h
arch/arm/include/asm/arch-omap4/sys_proto.h
board/ti/panda/panda.c
board/ti/sdp4430/sdp.c