]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/pcm052.h
vf610: add support for Phytec PCM052
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Mon, 21 Sep 2015 20:43:39 +0000 (22:43 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 2 Oct 2015 08:42:59 +0000 (10:42 +0200)
commit931a1d2a14191266b675fe9db9afd227e372a919
tree208531b3e136477e6503feb971eda4692cf0b555
parent03544c6640e8a969f8409eac637f4780e1eabb1d
vf610: add support for Phytec PCM052

Devices supported are:
- NFC (NAND FLASH)
- MMC
- QSPI (SPI NOR FLASH)
- I2C (only bus 2)
- I2C RTC
- I2C EEPROM
- FEC

Patch-series: 2
- remove useless CONFIG_SYS_SPD_BUS_NUM from config
- remove include of config_cmd_default.h
- remove duplicate CONFIG_CMD_NET

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
arch/arm/Kconfig
board/phytec/pcm052/Kconfig [new file with mode: 0644]
board/phytec/pcm052/MAINTAINERS [new file with mode: 0644]
board/phytec/pcm052/Makefile [new file with mode: 0644]
board/phytec/pcm052/imximage.cfg [new file with mode: 0644]
board/phytec/pcm052/pcm052.c [new file with mode: 0644]
configs/pcm052_defconfig [new file with mode: 0644]
include/configs/pcm052.h [new file with mode: 0644]