summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-kirkwood/cpu.h
Commit message (Collapse)AuthorAgeLines
* Kirkwood: print_cpuinfo fixed for valid devid revidPrafulla Wadaskar2010-10-13-0/+2
| | | | | | | | | | | | | 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>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-13-0/+169
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>