Re: [U-Boot] [PATCH 00/26 v2][NEXT] arm: add full relocation / cache support

2010-09-22 Thread Ben Gardiner
On Fri, Sep 17, 2010 at 7:10 AM, Heiko Schocher wrote: > This patch series add full relocation and cache support for arm > based boards. I test this for arm1136, arm_cortexa8 and arm926ejs > based boards. > > Relocation support: > > !! This change is not compatible to old code !! > > If you want t

Re: [U-Boot] [PATCH 00/26 v2][NEXT] arm: add full relocation / cache support

2010-09-18 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1284721853-8298-1-git-send-email...@denx.de> you wrote: > This patch series add full relocation and cache support for arm > based boards. I test this for arm1136, arm_cortexa8 and arm926ejs > based boards. ... > changes since v1: > > - missed to add statistics for

[U-Boot] [PATCH 00/26 v2][NEXT] arm: add full relocation / cache support

2010-09-17 Thread Heiko Schocher
This patch series add full relocation and cache support for arm based boards. I test this for arm1136, arm_cortexa8 and arm926ejs based boards. Relocation support: !! This change is not compatible to old code !! If you want to compile in old style, you can set CONFIG_SYS_ARM_WITHOUT_RELOC but