All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/2] SMDKV310 Board Support
@ 2011-05-20  3:57 Chander Kashyap
  2011-05-20  3:57 ` [U-Boot] [PATCH v4 1/2] ARMV7: Add support for Samsung SMDKV310 Board Chander Kashyap
  2011-05-20  3:57 ` [U-Boot] [PATCH v4 2/2] ARMV7: MMC SPL Boot support for SMDKV310 board Chander Kashyap
  0 siblings, 2 replies; 4+ messages in thread
From: Chander Kashyap @ 2011-05-20  3:57 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 mentioned 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] 4+ messages in thread

end of thread, other threads:[~2011-05-25  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-20  3:57 [U-Boot] [PATCH v4 0/2] SMDKV310 Board Support Chander Kashyap
2011-05-20  3:57 ` [U-Boot] [PATCH v4 1/2] ARMV7: Add support for Samsung SMDKV310 Board Chander Kashyap
2011-05-20  3:57 ` [U-Boot] [PATCH v4 2/2] ARMV7: MMC SPL Boot support for SMDKV310 board Chander Kashyap
2011-05-25  1:50   ` Minkyu Kang

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.