ARMV7: Add basic support for TI OMAP4
This patch adds minimum support for OMAP4. Code which can be shared between OMAP3 and OMAP4 is placed in arch/arm/cpu/armv7/omap-common Signed-off-by:Aneesh V <aneesh@ti.com> Signed-off-by:
Steve Sakoman <steve@sakoman.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
Showing
- Makefile 7 additions, 0 deletionsMakefile
- arch/arm/cpu/armv7/omap-common/Makefile 46 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/Makefile
- arch/arm/cpu/armv7/omap-common/config.mk 33 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/config.mk
- arch/arm/cpu/armv7/omap-common/reset.S 0 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/reset.S
- arch/arm/cpu/armv7/omap-common/timer.c 5 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/timer.c
- arch/arm/cpu/armv7/omap3/Makefile 0 additions, 2 deletionsarch/arm/cpu/armv7/omap3/Makefile
- arch/arm/cpu/armv7/omap4/Makefile 48 additions, 0 deletionsarch/arm/cpu/armv7/omap4/Makefile
- arch/arm/cpu/armv7/omap4/board.c 90 additions, 0 deletionsarch/arm/cpu/armv7/omap4/board.c
- arch/arm/cpu/armv7/omap4/lowlevel_init.S 48 additions, 0 deletionsarch/arm/cpu/armv7/omap4/lowlevel_init.S
- arch/arm/cpu/armv7/omap4/sys_info.c 54 additions, 0 deletionsarch/arm/cpu/armv7/omap4/sys_info.c
- arch/arm/include/asm/arch-omap4/cpu.h 94 additions, 0 deletionsarch/arm/include/asm/arch-omap4/cpu.h
- arch/arm/include/asm/arch-omap4/omap4.h 118 additions, 0 deletionsarch/arm/include/asm/arch-omap4/omap4.h
- arch/arm/include/asm/arch-omap4/sys_proto.h 37 additions, 0 deletionsarch/arm/include/asm/arch-omap4/sys_proto.h
Loading
Please register or sign in to comment