[U-Boot] [PATCH 2/3] ARM: am335x: Add support for chiliSOM

Tom Rini trini at konsulko.com
Mon Jan 23 16:56:36 CET 2017


On Mon, Jan 23, 2017 at 02:39:15PM +0100, Marcin Niestroj wrote:

> chiliSOM is a System On Module (http://http://grinn-global.com/chilisom/).
> It can't exists on its own, but will be used as part of other boards.
> 
> Hardware specification:
>  * TI AM335x processor
>  * 128M, 256M or 512M DDR3 memory
>  * up to 256M NAND
> 
> Here we treat SOM similar to SOC, so we place it inside arch/arm/mach-*
> directory and make it possible to reuse initialization code (i.e. DDR,
> NAND init) for all boards that use it. This approach is similar as for
> liteSOM module.
> 
> Signed-off-by: Marcin Niestroj <m.niestroj at grinn-global.com>
> ---
>  arch/arm/Kconfig                               |   2 +
>  arch/arm/Makefile                              |   1 +
>  arch/arm/mach-chilisom/Kconfig                 |   4 +
>  arch/arm/mach-chilisom/Makefile                |   6 +
>  arch/arm/mach-chilisom/chilisom.c              | 185 +++++++++++++++++++++++++
>  arch/arm/mach-chilisom/include/mach/chilisom.h |  15 ++
>  6 files changed, 213 insertions(+)

These don't belong in a new mach directory, this should end up in
board/grinn/common/ instead, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170123/ccbe06fe/attachment.sig>


More information about the U-Boot mailing list