[U-Boot] [PATCH v5 1/2] ARMV7: Add support for Samsung SMDKV310 Board

Minkyu Kang promsoft at gmail.com
Thu May 26 07:17:41 CEST 2011


Dear Chander Kashyap,

On 25 May 2011 15:02, Chander Kashyap <chander.kashyap at linaro.org> wrote:
> SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
> similar to S5PC210.
>
> Signed-off-by: Chander Kashyap <chander.kashyap at linaro.org>
> Signed-off-by: Tushar Behera <tushar.behera at linaro.org>
> ---
> Changes for v2:
>        - Coding Style Cleanup
>        - Removed unwanted macros from board config file.
>        - Ethernet controllor configuration is done using gpio structures.
>        - MMC Controllor gpio configuration corrected.
>        - Added MAINTAINERS entry.
>        - Removed unwanted code from mem_setup.S.
> Changes for v3:
>        - Comment style fixed
>        - Added New macro in board config file.
> Changes for v4:
>        - Fixed line with more than 80 characters in board config file
>
>  MAINTAINERS                            |    4 +
>  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 ++++++++++++
>  7 files changed, 1191 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
>

applied to u-boot-samsung

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net


More information about the U-Boot mailing list