public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] Added SPL support
@ 2012-01-03  6:42 Chandan Nath
  2012-01-03  6:42 ` [U-Boot] [PATCH v3 1/3] ARM:AM33XX: Fix ddr and timer register offset Chandan Nath
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Chandan Nath @ 2012-01-03  6:42 UTC (permalink / raw)
  To: u-boot

This patch series is submitted to add support for MMC/SD along
with SPL support. Also, fixed incorrect register offset of
ddr and timer registers.

The patches have been compile tested and run on AM335X EVM.

The patches depends on previous patch series which was submitted
for supporting AM33xx platform.

The patches are applies on uboot master branch.

Changes since v2:
 - Added missing omap.h file in "Add SPL support for AM335X EVM" patch

Changes since v1:
 - Removed unwanted code from omap_hsmmc.c file
 - Changed CONFIG_AM335X to CONFIG_AM33XX
 - Rebased to master branch
 - Replaced am33xx lowleve_init.S with omap-common lowlevel_init.S
   in order to use common code for omap_bootmode.

Chandan Nath (3):
  ARM:AM33XX: Fix ddr and timer register offset
  ARM:AM33XX: Add mmc/sd support
  ARM:AM33XX: Add SPL support for AM335X EVM

 Makefile                                        |    2 +-
 arch/arm/cpu/armv7/am33xx/Makefile              |    2 -
 arch/arm/cpu/armv7/am33xx/board.c               |   80 ++++++++++-
 arch/arm/cpu/armv7/am33xx/clock.c               |    8 +
 arch/arm/cpu/armv7/am33xx/config.mk             |   18 +++
 arch/arm/cpu/armv7/am33xx/emif4.c               |    2 +-
 arch/arm/cpu/armv7/am33xx/lowlevel_init.S       |   72 ----------
 arch/arm/cpu/armv7/omap-common/Makefile         |    3 +
 arch/arm/include/asm/arch-am33xx/common_def.h   |   22 +++
 arch/arm/include/asm/arch-am33xx/cpu.h          |   44 +++---
 arch/arm/include/asm/arch-am33xx/ddr_defs.h     |    6 +-
 arch/arm/include/asm/arch-am33xx/mmc_host_def.h |  164 +++++++++++++++++++++++
 arch/arm/include/asm/arch-am33xx/omap.h         |   59 ++++++++
 arch/arm/include/asm/arch-am33xx/sys_proto.h    |    1 +
 arch/arm/include/asm/omap_common.h              |    5 +
 board/ti/am335x/common_def.h                    |   24 ----
 board/ti/am335x/evm.c                           |    2 +-
 board/ti/am335x/mux.c                           |   22 +++-
 include/configs/am335x_evm.h                    |   61 +++++++--
 spl/Makefile                                    |   13 +-
 20 files changed, 457 insertions(+), 153 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/am33xx/config.mk
 delete mode 100644 arch/arm/cpu/armv7/am33xx/lowlevel_init.S
 create mode 100644 arch/arm/include/asm/arch-am33xx/common_def.h
 create mode 100644 arch/arm/include/asm/arch-am33xx/mmc_host_def.h
 create mode 100644 arch/arm/include/asm/arch-am33xx/omap.h
 delete mode 100644 board/ti/am335x/common_def.h

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

end of thread, other threads:[~2012-01-03 15:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03  6:42 [U-Boot] [PATCH v3 0/3] Added SPL support Chandan Nath
2012-01-03  6:42 ` [U-Boot] [PATCH v3 1/3] ARM:AM33XX: Fix ddr and timer register offset Chandan Nath
2012-01-03  6:42 ` [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support Chandan Nath
2012-01-03  8:00   ` Igor Grinberg
2012-01-03 14:21     ` Tom Rini
2012-01-03 14:50       ` Igor Grinberg
2012-01-03 15:01         ` Tom Rini
2012-01-03  6:42 ` [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM Chandan Nath
2012-01-03  8:14   ` Igor Grinberg
2012-01-03  8:18     ` Kumar
2012-01-03  8:34       ` Igor Grinberg
2012-01-03  9:03       ` Wolfgang Denk
2012-01-03 14:24       ` Tom Rini

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