public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] ORIGEN Board Support
@ 2011-07-18 10:19 Chander Kashyap
  2011-07-18 10:19 ` [U-Boot] [PATCH v3 1/2] ARMV7: Add support for Samsung ORIGEN board Chander Kashyap
  2011-07-18 10:19 ` [U-Boot] [PATCH v3 2/2] ORIGEN: Add MMC SPL support Chander Kashyap
  0 siblings, 2 replies; 5+ messages in thread
From: Chander Kashyap @ 2011-07-18 10:19 UTC (permalink / raw)
  To: u-boot

Adds support for ORIGEN board with MMC Booting.

Chander Kashyap (2):
  ARMV7: Add support for Samsung ORIGEN board
  ORIGEN: Add MMC SPL support

 MAINTAINERS                                       |    1 +
 board/samsung/origen/Makefile                     |   46 ++
 board/samsung/origen/lowlevel_init.S              |  464 +++++++++++++++++++++
 board/samsung/origen/mem_setup.S                  |  359 ++++++++++++++++
 board/samsung/origen/origen.c                     |  106 +++++
 boards.cfg                                        |    1 +
 include/configs/origen.h                          |  164 ++++++++
 mmc_spl/board/samsung/origen/Makefile             |  105 +++++
 mmc_spl/board/samsung/origen/mmc_boot.c           |   71 ++++
 mmc_spl/board/samsung/origen/tools/mkv310_image.c |  140 +++++++
 mmc_spl/board/samsung/origen/u-boot.lds           |   86 ++++
 11 files changed, 1543 insertions(+), 0 deletions(-)
 create mode 100644 board/samsung/origen/Makefile
 create mode 100644 board/samsung/origen/lowlevel_init.S
 create mode 100644 board/samsung/origen/mem_setup.S
 create mode 100644 board/samsung/origen/origen.c
 create mode 100644 include/configs/origen.h
 create mode 100644 mmc_spl/board/samsung/origen/Makefile
 create mode 100644 mmc_spl/board/samsung/origen/mmc_boot.c
 create mode 100644 mmc_spl/board/samsung/origen/tools/mkv310_image.c
 create mode 100644 mmc_spl/board/samsung/origen/u-boot.lds

-- 
1.7.4.1

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

end of thread, other threads:[~2011-07-26  6:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 10:19 [U-Boot] [PATCH v3 0/2] ORIGEN Board Support Chander Kashyap
2011-07-18 10:19 ` [U-Boot] [PATCH v3 1/2] ARMV7: Add support for Samsung ORIGEN board Chander Kashyap
2011-07-26  6:02   ` Minkyu Kang
2011-07-26  6:49   ` Igor Grinberg
2011-07-18 10:19 ` [U-Boot] [PATCH v3 2/2] ORIGEN: Add MMC SPL support Chander Kashyap

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