Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-10-12 Thread Wolfgang Denk
Dear "Swarthout Edward L-SWARTHOU", In message you wrote: > > > To clarify, you're saying that the patch linked above > > just needs to be applied, right? > > Yes, I applied it asis. > I tested it on mpc8572ds with ATI Radeon video card. > > > Was there a reason the patch wasn't applied back

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-10-12 Thread Swarthout Edward L-SWARTHOU
From: Peter Tyser > >> From: Edward >> >> This patch fixes it: >> >> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/48103 >> >> I still get this crash with latest head (u-boot >> 2009.08-00338-gcd77dd1). > > Thanks Ed, > To clarify, you're saying that the patch linked above > just

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-10-12 Thread Peter Tyser
On Mon, 2009-10-12 at 11:30 -0700, Swarthout Edward L-SWARTHOU wrote: > From: Edward > > Sent: Thursday, September 24, 2009 11:05 AM > > To: Wolfgang Denk; Peter Tyser > > > > With -m relocatable, x86emu crashes because the op codes > > tables are forced to GOT2 section: > > > > Video: ATI Radeo

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-10-12 Thread Swarthout Edward L-SWARTHOU
From: Edward > Sent: Thursday, September 24, 2009 11:05 AM > To: Wolfgang Denk; Peter Tyser > > With -m relocatable, x86emu crashes because the op codes > tables are forced to GOT2 section: > > Video: ATI Radeon video card (1002, 5b60) found @(6:0:0) > videoboot: Booting PCI video card bus 6, fu

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Stefan Roese
On Friday 25 September 2009 01:46:10 Wolfgang Denk wrote: > > Yes please, I have not seen any objections so far only a few > > in favour. > > I'm just waiting for a few (positive) test reports. Yes, this is stuff > for this release. OK, here some (positive) test reports: Tested sucessfully on a

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > > > Is the plan to apply these patches for the upcoming release, or the > > > release after that one? I ask because some of X-ES's boards broke when > > > the 85xx linker script was consolidated. These patches fix the > > > breakage, but if the

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Joakim Tjernlund
> > On Thursday 24 September 2009 16:28:39 Peter Tyser wrote: > > > All patches applied to "reloc" branch. Thanks for all this work. > > > > > > So far the only issue I've seen (I didn't do any actual testing yet, > > > though) is the missing increment to the XF_VERSION value to indicate > > > inco

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Swarthout Edward L-SWARTHOU
From: Wolfgang Denk > > All patches applied to "reloc" branch. Thanks for all this work. With -m relocatable, x86emu crashes because the op codes tables are forced to GOT2 section: Video: ATI Radeon video card (1002, 5b60) found @(6:0:0) videoboot: Booting PCI video card bus 6, function 0, devic

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Stefan Roese
On Thursday 24 September 2009 16:28:39 Peter Tyser wrote: > > All patches applied to "reloc" branch. Thanks for all this work. > > > > So far the only issue I've seen (I didn't do any actual testing yet, > > though) is the missing increment to the XF_VERSION value to indicate > > incompatibility wi

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Peter Tyser
On Thu, 2009-09-24 at 00:31 +0200, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1253550038-16734-1-git-send-email-pty...@xes-inc.com> you wrote: > > This series attempts to fix relocation to RAM for ppc boards. > > > > I split the patches up pretty liberally, let me know if you'd like

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-23 Thread Peter Tyser
On Thu, 2009-09-24 at 00:31 +0200, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1253550038-16734-1-git-send-email-pty...@xes-inc.com> you wrote: > > This series attempts to fix relocation to RAM for ppc boards. > > > > I split the patches up pretty liberally, let me know if you'd like

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-23 Thread Wolfgang Denk
Dear Peter Tyser, In message <1253550038-16734-1-git-send-email-pty...@xes-inc.com> you wrote: > This series attempts to fix relocation to RAM for ppc boards. > > I split the patches up pretty liberally, let me know if you'd like > them organized differently. > > I tried to be thorough during th

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-22 Thread Peter Tyser
Hi Detlev, > >> This series attempts to fix relocation to RAM for ppc boards. > >> > >> I split the patches up pretty liberally, let me know if you'd like > >> them organized differently. > >> > >> I tried to be thorough during the changes (especially #1), let me > >> know if I missed anything, th

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-22 Thread Detlev Zundel
Hi, >> This series attempts to fix relocation to RAM for ppc boards. >> >> I split the patches up pretty liberally, let me know if you'd like >> them organized differently. >> >> I tried to be thorough during the changes (especially #1), let me >> know if I missed anything, there's lots of linker

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-21 Thread Joakim Tjernlund
> > This series attempts to fix relocation to RAM for ppc boards. > > I split the patches up pretty liberally, let me know if you'd like > them organized differently. > > I tried to be thorough during the changes (especially #1), let me > know if I missed anything, there's lots of linker scripts fo

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-21 Thread Stefan Roese
Hi Peter, On Monday 21 September 2009 18:20:24 Peter Tyser wrote: > This series attempts to fix relocation to RAM for ppc boards. > > I split the patches up pretty liberally, let me know if you'd like > them organized differently. > > I tried to be thorough during the changes (especially #1), le

[U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-21 Thread Peter Tyser
This series attempts to fix relocation to RAM for ppc boards. I split the patches up pretty liberally, let me know if you'd like them organized differently. I tried to be thorough during the changes (especially #1), let me know if I missed anything, there's lots of linker scripts for ppc boards:)