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

Stefano Babic sbabic at denx.de
Fri Dec 16 10:33:24 CET 2016


On 07/12/2016 16:50, Marcin Niestroj wrote:
> Hi,
> 
> On 29.11.2016 17:31, Stefano Babic wrote:
>> 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 !
> 
> I don't see it in u-boot-imx. However I have rebased this patch set on
> 2017.01-rc1, so it now builds correctly. Please see v2 patches, that I
> have sent just now.

Thanks for rebasing - I have mergef your patch and your should see them
on u-boot-imx now.

Best regards,
Stefano Babic

> 
>>
>> 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