summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/u-boot.lds
Commit message (Collapse)AuthorAgeLines
* armv7, beagle: add support for ELF relocationsHeiko Schocher2010-10-13-0/+7
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* ARM: implement relocation for ARM V7 (OMAP)Heiko Schocher2010-09-19-1/+13
| | | | | | | | | | | | Change the implementation for ARM V7 to relocate the code to an arbitrary address in RAM. Adapt the Beagle board (Cortex A8) to test the changes. Portions of this work were supported by funding from the CE Linux Forum. Signed-off-by: Heiko Schocher <hs@denx.de>
* ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7Steve Sakoman2010-07-05-0/+58
The purpose of this patch is to prepare for adding the OMAP4 architecture, which is Cortex A9 Cortex A8 and A9 both belong to the armv7 architecture, hence the name change. The two architectures are similar enough that substantial code can be shared. Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>