History log of /arch/arm/mach-prima2/prima2.c
Revision Date Author Comments
125c4033f0187d7264f08d7cf1474252df4f4c17 05-Nov-2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: restart: prima2: use new restart hook

Hook these platforms restart code into the new restart hook rather
than using arch_reset().

Reviewed-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1bdfd27a0bd65ccdd7294c1080bdb59f6a5a6e72 17-Nov-2011 Barry Song <baohua.song@csr.com> ARM: CSR: fix build error due to new mdesc->dma_zone_size

commit 98b0124f0e2b88
"ARM: mach-prima2: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size"
causes building error:
arch/arm/mach-prima2/prima2.c:39:19: error: 'SZ_256M' undeclared here
(not in a function)

Signed-off-by: Barry Song <baohua.song@csr.com>
013dd12f5a075d5b186512ae7b1712b4ed046ecd 23-Sep-2011 Barry Song <Baohua.Song@csr.com> ARM: CSR: prima2: fix trailing whitespace

Signed-off-by: Barry Song <Baohua.Song@csr.com>
98b0124f0e2b88ec74cbd9345cf6195e527ce251 03-Sep-2011 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: mach-prima2: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size

Original comment:

Restrict DMA-able region to workaround silicon limitation.
The limitation restricts buffers available for DMA to SD/MMC
hardware to be below 256MB.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
0cc9311fad9eab567cea0b94e37ef73aef7a8cee 06-Jul-2011 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: mach-prima2: convert boot_params to atag_offset

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
31adb06f9d68f9d033284c9ab0e264b2d581bceb 08-Jul-2011 Barry Song <bs14@csr.com> ARM: CSR: mapping early DEBUG_LL uart

Signed-off-by: Barry Song <baohua.song@csr.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
02c981c07bc95ac1e42ec6c817f0c28cf3fe993a 08-Jul-2011 Binghua Duan <binghua.duan@csr.com> ARM: CSR: Adding CSR SiRFprimaII board support

SiRFprimaII is the latest generation application processor from CSR’s
Multifunction SoC product family. Designed around an ARM cortex A9 core,
high-speed memory bus, advanced 3D accelerator and full-HD multi-format
video decoder, SiRFprimaII is able to meet the needs of complicated
applications for modern multifunction devices that require heavy concurrent
applications and fluid user experience. Integrated with GPS baseband,
analog and PMU, this new platform is designed to provide a cost effective
solution for Automotive and Consumer markets.

This patch adds the basic support for this SoC and EVB board based on device
tree. It is following the ZYNQ of Xilinx in some degree.

Signed-off-by: Binghua Duan <Binghua.Duan@csr.com>
Signed-off-by: Rongjun Ying <Rongjun.Ying@csr.com>
Signed-off-by: Zhiwu Song <Zhiwu.Song@csr.com>
Signed-off-by: Yuping Luo <Yuping.Luo@csr.com>
Signed-off-by: Bin Shi <Bin.Shi@csr.com>
Signed-off-by: Huayi Li <Huayi.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>