| 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 ...
|
| da90d4ce | 05-Oct-2010 |
Albert Aribaud <albert.aribaud@free.fr> |
arm: bugfix: replace ble with blo in start.S files
Generalized misuse of ble within relocation and bss initialization loops caused one iteration too many. Instead of ble ('branch if lower or equal')
arm: bugfix: replace ble with blo in start.S files
Generalized misuse of ble within relocation and bss initialization loops caused one iteration too many. Instead of ble ('branch if lower or equal'), use blo ('branch if lower').
While we're at it, fix all 'addreee' typos.
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
show more ...
|
| c8f6d84d | 13-Sep-2010 |
Alexander Stein <alexander.stein@systec-electronic.com> |
at91: Add arch_preboot_os which disables PIT in a faster way
When disabled the PIT runs until it reaches the CPIV value. The Linux PIT driver stops the PIT and waits until it stopped. This can take
at91: Add arch_preboot_os which disables PIT in a faster way
When disabled the PIT runs until it reaches the CPIV value. The Linux PIT driver stops the PIT and waits until it stopped. This can take over 100ms. Simply stopping in u-boot isn't sufficient as the PIT will still be running when Linux is waiting until it stopped. So, we stop it in u-boot by setting the compare value to a value slightly greater than the current running counter to make the PIT stopped in short time.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
show more ...
|
| a51dd67a | 17-Sep-2010 |
Heiko Schocher <hs@denx.de> |
ARM: implement relocation for arm1176
Change the implementation for arm1176 to relocate the code to an arbitrary address in RAM.
Portions of this work were supported by funding from the CE Linux Fo
ARM: implement relocation for arm1176
Change the implementation for arm1176 to relocate the code to an arbitrary address in RAM.
Portions of this work were supported by funding from the CE Linux Forum.
Signed-off-by: Heiko Schocher <hs@denx.de>
show more ...
|
| abef7b85 | 17-Sep-2010 |
Heiko Schocher <hs@denx.de> |
ARM: implement relocation for arm720t
Change the implementation for arm720t to relocate the code to an arbitrary address in RAM.
Portions of this work were supported by funding from the CE Linux Fo
ARM: implement relocation for arm720t
Change the implementation for arm720t to relocate the code to an arbitrary address in RAM.
Portions of this work were supported by funding from the CE Linux Forum.
Signed-off-by: Heiko Schocher <hs@denx.de>
show more ...
|