]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for Freescale's mx35pdk board.
authorStefano Babic <sbabic@denx.de>
Thu, 20 Jan 2011 08:05:15 +0000 (08:05 +0000)
committerAlbert Aribaud <albert.aribaud@free.fr>
Tue, 1 Feb 2011 23:54:43 +0000 (00:54 +0100)
commiteae4988b45e17054f27d58b6fe0b42e080951382
tree28cb3dffaef3be150910677ce7b0c4e01a177d6c
parentac87c17d344ede52d8d421addf92cbb2e271f73e
Add support for Freescale's mx35pdk board.

The patch adds suupport for the Freescale's mx35pdk board
(known as well as mx35_3stack).

The board boots from the NOR flash. Following devices
are supported:
 - two ethernet devices (FEC and SMC911x on debug board)
 - I2C
 - PMIC (MC13892) via I2C interface
 - UART
 - NOR flash (64MB)
 - NAND flash (2GB)
 - basic access to mc9sdz60 registers via I2C interface

Signed-off-by: Stefano Babic <sbabic@denx.de>
MAINTAINERS
board/freescale/mx35pdk/Makefile [new file with mode: 0644]
board/freescale/mx35pdk/lowlevel_init.S [new file with mode: 0644]
board/freescale/mx35pdk/mx35pdk.c [new file with mode: 0644]
board/freescale/mx35pdk/mx35pdk.h [new file with mode: 0644]
boards.cfg
doc/README.mx35pdk [new file with mode: 0644]
include/configs/mx35pdk.h [new file with mode: 0644]