public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] TI: tnetv107x patch series
@ 2010-03-29 20:16 Cyril Chemparathy
  2010-03-29 20:16 ` [U-Boot] [PATCH 1/3] ARM1176: Coexist with other ARM1176 platforms Cyril Chemparathy
  0 siblings, 1 reply; 12+ messages in thread
From: Cyril Chemparathy @ 2010-03-29 20:16 UTC (permalink / raw)
  To: u-boot

TNETV107X is a Texas Instruments SoC based on an ARM1176 core, and with a
bunch on on-chip integrated peripherals.  This patch series generalizes current
ARM1176 code to allow for the addition of new ARM1176 SOCs.  The remaining
patches in this series add arch and board support.

The contents of this series are identical to the larger patch posted earlier.
The only difference here is that these changes have been split up as per
feedback from Sandeep.


Cyril Chemparathy (3):
  ARM1176: Coexist with other ARM1176 platforms
  ARM1176: TI: TNETV107X soc initial support
  TI: TNETV107X EVM initial support

 MAKEALL                                    |    1 +
 Makefile                                   |    3 +
 board/ti/tnetv107xevm/Makefile             |   49 +++
 board/ti/tnetv107xevm/config.mk            |   20 +
 board/ti/tnetv107xevm/sdb_board.c          |   66 ++++
 board/ti/tnetv107xevm/u-boot.lds           |   48 +++
 cpu/arm1176/cpu.c                          |    1 -
 cpu/arm1176/start.S                        |   60 +++-
 cpu/arm1176/tnetv107x/Makefile             |   44 +++
 cpu/arm1176/tnetv107x/aemif.c              |  173 +++++++++
 cpu/arm1176/tnetv107x/clock.c              |  562 ++++++++++++++++++++++++++++
 cpu/arm1176/tnetv107x/init.c               |   41 ++
 cpu/arm1176/tnetv107x/lowlevel_init.S      |   25 ++
 cpu/arm1176/tnetv107x/mux.c                |  463 +++++++++++++++++++++++
 cpu/arm1176/tnetv107x/timer.c              |  125 ++++++
 cpu/arm1176/tnetv107x/wdt.c                |  172 +++++++++
 include/asm-arm/arch-tnetv107x/clock.h     |   43 +++
 include/asm-arm/arch-tnetv107x/emif_defs.h |    1 +
 include/asm-arm/arch-tnetv107x/hardware.h  |  184 +++++++++
 include/asm-arm/arch-tnetv107x/mux.h       |  307 +++++++++++++++
 include/asm-arm/arch-tnetv107x/nand_defs.h |   38 ++
 include/configs/smdk6400.h                 |    6 +
 include/configs/tnetv107x_evm.h            |  225 +++++++++++
 23 files changed, 2648 insertions(+), 9 deletions(-)
 create mode 100644 board/ti/tnetv107xevm/Makefile
 create mode 100644 board/ti/tnetv107xevm/config.mk
 create mode 100644 board/ti/tnetv107xevm/sdb_board.c
 create mode 100644 board/ti/tnetv107xevm/u-boot.lds
 create mode 100644 cpu/arm1176/tnetv107x/Makefile
 create mode 100644 cpu/arm1176/tnetv107x/aemif.c
 create mode 100644 cpu/arm1176/tnetv107x/clock.c
 create mode 100644 cpu/arm1176/tnetv107x/init.c
 create mode 100644 cpu/arm1176/tnetv107x/lowlevel_init.S
 create mode 100644 cpu/arm1176/tnetv107x/mux.c
 create mode 100644 cpu/arm1176/tnetv107x/timer.c
 create mode 100644 cpu/arm1176/tnetv107x/wdt.c
 create mode 100644 include/asm-arm/arch-tnetv107x/clock.h
 create mode 100644 include/asm-arm/arch-tnetv107x/emif_defs.h
 create mode 100644 include/asm-arm/arch-tnetv107x/hardware.h
 create mode 100644 include/asm-arm/arch-tnetv107x/mux.h
 create mode 100644 include/asm-arm/arch-tnetv107x/nand_defs.h
 create mode 100644 include/configs/tnetv107x_evm.h

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-04-03 18:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 20:16 [U-Boot] [PATCH 0/3] TI: tnetv107x patch series Cyril Chemparathy
2010-03-29 20:16 ` [U-Boot] [PATCH 1/3] ARM1176: Coexist with other ARM1176 platforms Cyril Chemparathy
2010-03-29 20:16   ` [U-Boot] [PATCH 2/3] ARM1176: TI: TNETV107X soc initial support Cyril Chemparathy
2010-03-29 20:16     ` [U-Boot] [PATCH 3/3] TI: TNETV107X EVM " Cyril Chemparathy
2010-03-30 20:54       ` Wolfgang Denk
2010-03-30 21:01         ` Chemparathy, Cyril
2010-03-30 21:35           ` Wolfgang Denk
2010-03-31 15:03             ` Chemparathy, Cyril
2010-04-03 18:51               ` Tom
2010-03-30 20:49     ` [U-Boot] [PATCH 2/3] ARM1176: TI: TNETV107X soc " Wolfgang Denk
2010-03-30 20:59       ` Chemparathy, Cyril
2010-03-30 21:34         ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox