[U-Boot] [PATCH 0/2] ARM: imx6ul: Support liteSOM and liteBoard

Stefano Babic sbabic at denx.de
Tue Nov 29 17:31:14 CET 2016


On 16/09/2016 15:45, Marcin Niestroj wrote:
> Hi,
> 
> These patches add support for liteSOM (http://grinn-global.com/litesom/),
> and liteBoard (which uses liteSOM as it's base).
> 
> liteSOM consists of processor (NXP i.MX6UL), RAM memory (up to 512M DDR3)
> and flash (eMMC card). The idea is that every board vendor can use liteSOM
> as it's base for designed board. Hence, we need a way to reuse common code
> between those board.
> 
> liteBoard is a development kit (and reference platform for liteSOM), that
> mainly shows possibilities and use cases of liteSOM.
> 
> Patches were developed and tested on 2016.09.
> 
> Marcin Niestroj (2):
>   ARM: imx6ul: Add support for liteSOM
>   board/liteboard: Add support for liteBoard
> 
>  arch/arm/Kconfig                             |   2 +
>  arch/arm/Makefile                            |   1 +
>  arch/arm/cpu/armv7/mx6/Kconfig               |   5 +
>  arch/arm/mach-litesom/Kconfig                |   6 +
>  arch/arm/mach-litesom/Makefile               |   6 +
>  arch/arm/mach-litesom/include/mach/litesom.h |  16 ++
>  arch/arm/mach-litesom/litesom.c              | 200 ++++++++++++++++++++
>  board/grinn/liteboard/Kconfig                |  12 ++
>  board/grinn/liteboard/MAINTAINERS            |   6 +
>  board/grinn/liteboard/Makefile               |   6 +
>  board/grinn/liteboard/README                 |  31 +++
>  board/grinn/liteboard/board.c                | 270 +++++++++++++++++++++++++++
>  configs/liteboard_defconfig                  |  22 +++
>  include/configs/liteboard.h                  | 174 +++++++++++++++++
>  14 files changed, 757 insertions(+)
>  create mode 100644 arch/arm/mach-litesom/Kconfig
>  create mode 100644 arch/arm/mach-litesom/Makefile
>  create mode 100644 arch/arm/mach-litesom/include/mach/litesom.h
>  create mode 100644 arch/arm/mach-litesom/litesom.c
>  create mode 100644 board/grinn/liteboard/Kconfig
>  create mode 100644 board/grinn/liteboard/MAINTAINERS
>  create mode 100644 board/grinn/liteboard/Makefile
>  create mode 100644 board/grinn/liteboard/README
>  create mode 100644 board/grinn/liteboard/board.c
>  create mode 100644 configs/liteboard_defconfig
>  create mode 100644 include/configs/liteboard.h
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list