]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6: Add Phytec PCM058 i.MX6 Quad
authorStefano Babic <sbabic@denx.de>
Wed, 8 Jun 2016 08:50:20 +0000 (10:50 +0200)
committerStefano Babic <sbabic@denx.de>
Sat, 18 Jun 2016 13:48:30 +0000 (15:48 +0200)
commit5f49b652fa6e9bbdc05469137b891f04dbda6c16
tree5716ffae43d45183dea68947762256c56fcae2d1
parent6da5b795bde63d93fe96c05b79f8772845637e58
mx6: Add Phytec PCM058 i.MX6 Quad

Add Phytec-i.MX6 SOM with NAND

  Support:
   - 1GB RAM
   - Ethernet
   - SPI-NOR Flash
   - NAND (1024 MB)
   - external SD
   - UART

Signed-off-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/cpu/armv7/mx6/Kconfig
board/phytec/pcm058/Kconfig [new file with mode: 0644]
board/phytec/pcm058/MAINTAINERS [new file with mode: 0644]
board/phytec/pcm058/Makefile [new file with mode: 0644]
board/phytec/pcm058/README [new file with mode: 0644]
board/phytec/pcm058/pcm058.c [new file with mode: 0644]
configs/pcm058_defconfig [new file with mode: 0644]
include/configs/pcm058.h [new file with mode: 0644]