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

Marcin Niestroj m.niestroj at grinn-global.com
Wed Dec 7 16:50:06 CET 2016


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.

>
> Best regards,
> Stefano Babic
>

-- 
Marcin Niestroj


More information about the U-Boot mailing list