
-----Original Message----- From: Lei Wen [mailto:leiwen@marvell.com] Sent: Wednesday, January 19, 2011 12:13 AM To: Wolfgang Denk; u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare; Prabhanjan Sarnaik; Lei Wen Subject: [PATCH 5/5] Pantheon: Add Board Support for Marvell dkb board
DKB is a Development Board for PANTHEON TD/TTC(pxa920/pxa910) with
- Processor upto 806Mhz
- LPDDR1/2
- x8/x16 SLC/MLC NAND
- Footprints for eMMC & MMC x8 card
With Peripherals:
- Parallel LCD I/F
- Audio codecs (88PM8607)
- MIPI CSI-2 camera
- Marvell 88W8787 802.11n/BT module
- Marvell 2G/3G RF
- Dual analog mics & speakers, headset jack, LED, ambient
- USB2.0 HS host, OTG (mini AB)
- GPIO, GPIO expander with DIP switches for easier selection
- UART serial over USB, CIR
This patch adds basic board support with DRAM and UART functionality
Signed-off-by: Lei Wen leiwen@marvell.com
V2:
V3: Fix copyright claim year.
V4: Add change log to each patch.
V5: Remove additional CONFIG_SYS_NS16550_COM1 definition in dkb.h
Hi Lei This patch cannot be cleanly applied, please pull u-boot-marvell.git first Also please resolve below warnings.
[prafulla@pe-dt061 u-boot-marvell.git]$ cat warn.txt dkb.c: In function board_init: dkb.c:51: warning: implicit declaration of function panth_sdram_base
Regards.. Prafulla. .