summaryrefslogtreecommitdiff
path: root/board/palmtc/palmtc.c
Commit message (Collapse)AuthorAgeLines
* serial: pxa: Make use of default_serial_console in serial_pxaMarek Vasut2012-10-15-5/+0
| | | | | | | | | | Make use of the newly implemented weak default_serial_console in the serial_pxa driver. This removes all reimplementations of this function from board files. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Tom Rini <trini@ti.com>
* PXA: Rename pxa_dram_init to pxa2xx_dram_initMarek Vasut2011-12-06-1/+1
| | | | Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
* PXA: Squash extern pxa_dram_init()Marek Vasut2011-12-06-1/+1
| | | | Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
* PXA: palmtc: Fix for relocMarek Vasut2010-10-22-1/+12
| | | | Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
* PXA: Palm Tungsten|C SupportMarek Vasut2010-10-19-0/+59
This patch adds support for the Palm Tungsten|C PXA255 board. The support includes: - LCD - MMC - UART - NOR Signed-off-by: Marek Vasut <marek.vasut@gmail.com>