All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] SMDKV310 Board Support
@ 2011-05-19  9:23 Chander Kashyap
  2011-05-19  9:23 ` [U-Boot] [PATCH v3 1/2] ARMV7: Add support for Samsung SMDKV310 Board Chander Kashyap
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Chander Kashyap @ 2011-05-19  9:23 UTC (permalink / raw)
  To: u-boot

Hi,
This patchset adds support for a new board SMDKV310, based on S5PV310 SOC.
This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code.

Specific changes in PATCH v3 are mention in specific patch files.

Chander Kashyap (2):
  ARMV7: Add support for Samsung SMDKV310 Board
  ARMV7: MMC SPL Boot support for SMDKV310 board

 MAINTAINERS                                        |    4 +
 Makefile                                           |   11 +
 board/samsung/smdkv310/Makefile                    |   46 ++
 board/samsung/smdkv310/lowlevel_init.S             |  470 ++++++++++++++++++++
 board/samsung/smdkv310/mem_setup.S                 |  365 +++++++++++++++
 board/samsung/smdkv310/smdkv310.c                  |  136 ++++++
 boards.cfg                                         |    1 +
 include/configs/smdkv310.h                         |  169 +++++++
 mmc_spl/board/samsung/smdkv310/Makefile            |  105 +++++
 mmc_spl/board/samsung/smdkv310/mmc_boot.c          |   81 ++++
 .../board/samsung/smdkv310/tools/mkv310_image.c    |  116 +++++
 mmc_spl/board/samsung/smdkv310/u-boot.lds          |   86 ++++
 12 files changed, 1590 insertions(+), 0 deletions(-)
 create mode 100644 board/samsung/smdkv310/Makefile
 create mode 100644 board/samsung/smdkv310/lowlevel_init.S
 create mode 100644 board/samsung/smdkv310/mem_setup.S
 create mode 100644 board/samsung/smdkv310/smdkv310.c
 create mode 100644 include/configs/smdkv310.h
 create mode 100644 mmc_spl/board/samsung/smdkv310/Makefile
 create mode 100644 mmc_spl/board/samsung/smdkv310/mmc_boot.c
 create mode 100644 mmc_spl/board/samsung/smdkv310/tools/mkv310_image.c
 create mode 100644 mmc_spl/board/samsung/smdkv310/u-boot.lds

--
1.7.4.1

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

end of thread, other threads:[~2011-05-19 20:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19  9:23 [U-Boot] [PATCH v3 0/2] SMDKV310 Board Support Chander Kashyap
2011-05-19  9:23 ` [U-Boot] [PATCH v3 1/2] ARMV7: Add support for Samsung SMDKV310 Board Chander Kashyap
2011-05-19  9:23 ` [U-Boot] [PATCH v3 2/2] ARMV7: MMC SPL Boot support for SMDKV310 board Chander Kashyap
2011-05-19 20:42   ` Wolfgang Denk
2011-05-19 19:00 ` [U-Boot] [PATCH v3 0/2] SMDKV310 Board Support Wolfgang Denk
2011-05-19 20:31   ` [U-Boot] [Samsung] " Angus Ainslie
2011-05-19 20:41     ` Wolfgang Denk
2011-05-19 20:32   ` Scott Bambrough

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.