Home
last modified time | relevance | path

Searched hist:"07 a8e6d6" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/pxa/
H A Drelocate.S07a8e6d6 Wed Aug 12 12:55:47 CDT 2015 Andrew Ruder <andrew.ruder@elecsyscorp.com> pxa: Fix boot hang by avoiding vector relocation

Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors")
pxa does not boot anymore.

Add a specific relocate_vectors macro that skips the vector relocation,
as the pxa SoC does not provide RAM at the high vectors address
(0xFFFF0000), and (0x00000000) maps to ROM.

This allows pxa to boot again.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
H A DMakefile07a8e6d6 Wed Aug 12 12:55:47 CDT 2015 Andrew Ruder <andrew.ruder@elecsyscorp.com> pxa: Fix boot hang by avoiding vector relocation

Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors")
pxa does not boot anymore.

Add a specific relocate_vectors macro that skips the vector relocation,
as the pxa SoC does not provide RAM at the high vectors address
(0xFFFF0000), and (0x00000000) maps to ROM.

This allows pxa to boot again.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>