Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kirkwood: print_cpuinfo fixed for valid devid revid | Prafulla Wadaskar | 2010-10-13 | 1 | -11/+23 |
| | | | | | | | | | | | | | 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> | ||||
* | Kirkwood: bugfix: window size (mis)calculation | Prafulla Wadaskar | 2010-08-26 | 1 | -1/+1 |
| | | | | | | | | Fixed kw_winctrl_calcsize() off-by-1 bug which caused mapping windows size to be cut by half. This corrected all windows address configuration Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> | ||||
* | mvgbe: support SoCs other than kirkwood | Albert Aribaud | 2010-07-12 | 1 | -2/+2 |
| | | | | | | | | | Rename all references to kirkwood in mvgbe symbols throughout the whole codebase. Signed-off-by: Albert Aribaud <albert.aribaud@free.fr> Acked-by: Prafulla Wadaskar <prafulla@marvell.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> | ||||
* | arm: Move cpu/$CPU to arch/arm/cpu/$CPU | Peter Tyser | 2010-04-13 | 1 | -0/+387 |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |