All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Added SPL support
@ 2011-12-21 13:03 Chandan Nath
  2011-12-21 13:03 ` [U-Boot] [PATCH 1/3] ARM:AM33XX: Fix ddr and timer register offset Chandan Nath
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Chandan Nath @ 2011-12-21 13:03 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 v2011.09 baseline.

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

 arch/arm/cpu/armv7/am33xx/board.c               |   89 +++++++++++-
 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       |   24 +++-
 arch/arm/cpu/armv7/omap-common/spl.c            |   11 ++-
 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/hardware.h     |    5 +
 arch/arm/include/asm/arch-am33xx/mmc_host_def.h |  164 +++++++++++++++++++++++
 arch/arm/include/asm/arch-am33xx/sys_proto.h    |    8 +-
 arch/arm/include/asm/omap_common.h              |    8 +
 board/ti/am335x/common_def.h                    |   24 ----
 board/ti/am335x/evm.c                           |    2 +-
 board/ti/am335x/mux.c                           |   22 +++-
 drivers/mmc/omap_hsmmc.c                        |    1 +
 include/configs/am335x_evm.h                    |   60 +++++++--
 spl/Makefile                                    |   10 +-
 19 files changed, 439 insertions(+), 89 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/am33xx/config.mk
 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
 delete mode 100644 board/ti/am335x/common_def.h

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

end of thread, other threads:[~2011-12-21 16:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21 13:03 [U-Boot] [PATCH 0/3] Added SPL support Chandan Nath
2011-12-21 13:03 ` [U-Boot] [PATCH 1/3] ARM:AM33XX: Fix ddr and timer register offset Chandan Nath
2011-12-21 15:41   ` Tom Rini
2011-12-21 13:03 ` [U-Boot] [PATCH 2/3] ARM:AM33XX: Add mmc/sd support Chandan Nath
2011-12-21 15:38   ` Tom Rini
2011-12-21 13:03 ` [U-Boot] [PATCH 3/3] ARM:AM33XX: Add SPL support for AM335X EVM Chandan Nath
2011-12-21 15:46   ` Tom Rini
2011-12-21 15:55     ` Aneesh V
2011-12-21 16:01       ` Tom Rini
2011-12-21 15:48 ` [U-Boot] [PATCH 0/3] Added SPL support Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.