Searched hist:"07 a8e6d6ee04de7c95de9824e3d1821744f92970" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/pxa/ |
| H A D | relocate.S | 07a8e6d6ee04de7c95de9824e3d1821744f92970 Wed Aug 12 17:55:47 UTC 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 D | Makefile | 07a8e6d6ee04de7c95de9824e3d1821744f92970 Wed Aug 12 17:55:47 UTC 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>
|