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

Minkyu Kang promsoft at gmail.com
Tue Aug 30 05:48:55 CEST 2011


Dear Chander Kashyap,

On 19 August 2011 17:37, Chander Kashyap <chander.kashyap at linaro.org> wrote:
> Origen board is based upon S5PV310 SoC which is similiar to
> S5PC210 SoC.
>
> Signed-off-by: Chander Kashyap <chander.kashyap at linaro.org>
> ---
> Changes for v2:
>        - None
> Changes for v3:
>        - Board entry added Alphabetically in boards.cfg
>        - Used get_Ram_size function to calculate ram size
> Changes for v4:
>        - CONFIG_MACH_TYPE defined to initialise MACH_TYPE in generic way
>        - Used s5p_gpio_* functions for gpio operations
> Changes for v5:
>        - Used Symbolic names for hard-coded macros
>        - Used get_ram_size() while initialising gd->bd->bi_dram[].size
>
>  MAINTAINERS                          |    1 +
>  board/samsung/origen/Makefile        |   46 +++
>  board/samsung/origen/lowlevel_init.S |  357 ++++++++++++++++++++++
>  board/samsung/origen/mem_setup.S     |  421 ++++++++++++++++++++++++++
>  board/samsung/origen/origen.c        |  109 +++++++
>  board/samsung/origen/origen_setup.h  |  546 ++++++++++++++++++++++++++++++++++
>  boards.cfg                           |    1 +
>  include/configs/origen.h             |  160 ++++++++++
>  8 files changed, 1641 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 board/samsung/origen/origen_setup.h
>  create mode 100644 include/configs/origen.h
>

applied to u-boot-samsung

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


More information about the U-Boot mailing list