| 1628cfc4 | 28-Sep-2010 |
Minkyu Kang <mk7.kang@samsung.com> |
ARMV7: S5P: serial: support the s5pc210
This patch is for s5pc210 support. Due to the resigter of baudrate is changed from slot to value, add both of them to uart structure.
Signed-off-by: Minkyu K
ARMV7: S5P: serial: support the s5pc210
This patch is for s5pc210 support. Due to the resigter of baudrate is changed from slot to value, add both of them to uart structure.
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
show more ...
|
| 1727e216 | 27-Sep-2010 |
Jaehoon Chung <jh80.chung@samsung.com> |
s5p_mmc: support 8-bit bus width
This Patch do support 8-bit bus width for s5p So we add parameter for bus_width (in s5p_mmc_init(), s5p_mmc_initialize()) If want to use 8-bit bus width, only change
s5p_mmc: support 8-bit bus width
This Patch do support 8-bit bus width for s5p So we add parameter for bus_width (in s5p_mmc_init(), s5p_mmc_initialize()) If want to use 8-bit bus width, only change (0, 8) instead of (0, 4).
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
show more ...
|
| b80e41ac | 07-Oct-2010 |
Matt Waddel <matt.waddel@linaro.org> |
ARMV7: Versatile Express Coretile CortexA9x4 support
Adds support for the ARM quad-core Cortex-A9 processor
This system includes a motherboard(Versatile Express), daughterboard (Coretile), and SOC(
ARMV7: Versatile Express Coretile CortexA9x4 support
Adds support for the ARM quad-core Cortex-A9 processor
This system includes a motherboard(Versatile Express), daughterboard (Coretile), and SOC(Cortex-A9 quad core). The serial port, ethernet, and flash systems work with these additions. The naming convention is: SOC -> CortexA9 quad core = ca9x4 daughterboard -> Coretile = ct motherboard -> Versatile Express = vxp This gives ca9x4_ct_vxp.c as the board support file.
Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
show more ...
|
| c0cd0207 | 20-Sep-2010 |
Prafulla Wadaskar <[prafulla@marvell.com]> |
Kirkwood: print_cpuinfo fixed for valid devid revid
Earlier Device Identification register was used to detect the type for SoC, considering 88F6282 support to be added, It is not possible to detect
Kirkwood: print_cpuinfo fixed for valid devid revid
Earlier Device Identification register was used to detect the type for SoC, considering 88F6282 support to be added, It is not possible to detect the same using current algorithm.
With this patch, device ID is being read using PCIE devid register, also valid chip revision ID will also be read and displayed
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| 87d98d3b | 26-Jul-2010 |
Stefano Babic <sbabic@denx.de> |
ARM: Use syslib functions for all CORTEXA8
The OMAP3 cpu directory contains a syslib file with some utilities that can be shared by all targets using arm cortexa8 processors, not only OMAP.
Signed-
ARM: Use syslib functions for all CORTEXA8
The OMAP3 cpu directory contains a syslib file with some utilities that can be shared by all targets using arm cortexa8 processors, not only OMAP.
Signed-off-by: Stefano Babic <sbabic@denx.de>
show more ...
|