
Dear Ilya Yanok,
In message 1284066214-749-2-git-send-email-yanok@emcraft.com you wrote:
From: Sergei Poselenov psl@pollux.denx.de
This patch provides support for the A4M072 board with the following features: UART NOR flash FEC Ethernet External SRAM I2C EEPROM CompactFlash cards on IDE/ATA port USB Host PCI initialization
The 7-segment LED indicator is not yet supported.
Signed-off-by: Sergei Poselenov sposelenov@emcraft.com
MAINTAINERS | 3 + MAKEALL | 1 + board/a4m072/Makefile | 50 ++++++ board/a4m072/a4m072.c | 263 +++++++++++++++++++++++++++++++ board/a4m072/config.mk | 39 +++++ board/a4m072/mt46v32m16.h | 37 +++++ boards.cfg | 1 + include/configs/a4m072.h | 377 +++++++++++++++++++++++++++++++++++++++++++++ include/mpc5xxx.h | 3 +- 9 files changed, 773 insertions(+), 1 deletions(-) create mode 100644 board/a4m072/Makefile create mode 100644 board/a4m072/a4m072.c create mode 100644 board/a4m072/config.mk create mode 100644 board/a4m072/mt46v32m16.h create mode 100644 include/configs/a4m072.h
Applied, thanks.
Best regards,
Wolfgang Denk