public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: zynq: fix a bug in Zynq linker script
@ 2014-06-05 10:47 Masahiro Yamada
  2014-06-17  8:45 ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2014-06-05 10:47 UTC (permalink / raw)
  To: u-boot

Commit 41623c91 moved exception handlers to ".vectores" section
but it missed to adjust Zynq linker script.

Zynq boards hang up after relocation because "_start" symbol
does not point to the correct address and gd->relocaddr gets insane.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Michal Simek <monstr@monstr.eu>
Tested-by: Michal Simek <monstr@monstr.eu>
---
 arch/arm/cpu/armv7/zynq/u-boot.lds | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/cpu/armv7/zynq/u-boot.lds b/arch/arm/cpu/armv7/zynq/u-boot.lds
index 69500a6..4dc9bb0 100644
--- a/arch/arm/cpu/armv7/zynq/u-boot.lds
+++ b/arch/arm/cpu/armv7/zynq/u-boot.lds
@@ -18,6 +18,7 @@ SECTIONS
 	.text :
 	{
 		*(.__image_copy_start)
+		*(.vectors)
 		CPUDIR/start.o (.text*)
 		*(.text*)
 	}
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] arm: zynq: fix a bug in Zynq linker script
  2014-06-05 10:47 [U-Boot] [PATCH] arm: zynq: fix a bug in Zynq linker script Masahiro Yamada
@ 2014-06-17  8:45 ` Masahiro Yamada
  2014-06-17 10:38   ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2014-06-17  8:45 UTC (permalink / raw)
  To: u-boot

Hi Michal,

On Thu,  5 Jun 2014 19:47:45 +0900
Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:

> Commit 41623c91 moved exception handlers to ".vectores" section
> but it missed to adjust Zynq linker script.
> 
> Zynq boards hang up after relocation because "_start" symbol
> does not point to the correct address and gd->relocaddr gets insane.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
> Cc: Michal Simek <monstr@monstr.eu>
> Tested-by: Michal Simek <monstr@monstr.eu>
> ---
>  arch/arm/cpu/armv7/zynq/u-boot.lds | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/cpu/armv7/zynq/u-boot.lds b/arch/arm/cpu/armv7/zynq/u-boot.lds
> index 69500a6..4dc9bb0 100644
> --- a/arch/arm/cpu/armv7/zynq/u-boot.lds
> +++ b/arch/arm/cpu/armv7/zynq/u-boot.lds
> @@ -18,6 +18,7 @@ SECTIONS
>  	.text :
>  	{
>  		*(.__image_copy_start)
> +		*(.vectors)
>  		CPUDIR/start.o (.text*)
>  		*(.text*)
>  	}


This bug should be fixed asap.

Because this patch is assigned to you, 
could you apply it and send a pull-request, please?

Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] arm: zynq: fix a bug in Zynq linker script
  2014-06-17  8:45 ` Masahiro Yamada
@ 2014-06-17 10:38   ` Michal Simek
  2014-06-25  9:07     ` Helmut Raiger
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2014-06-17 10:38 UTC (permalink / raw)
  To: u-boot

On 06/17/2014 10:45 AM, Masahiro Yamada wrote:
> Hi Michal,
> 
> On Thu,  5 Jun 2014 19:47:45 +0900
> Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
> 
>> Commit 41623c91 moved exception handlers to ".vectores" section
>> but it missed to adjust Zynq linker script.
>>
>> Zynq boards hang up after relocation because "_start" symbol
>> does not point to the correct address and gd->relocaddr gets insane.
>>
>> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
>> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
>> Cc: Michal Simek <monstr@monstr.eu>
>> Tested-by: Michal Simek <monstr@monstr.eu>
>> ---
>>  arch/arm/cpu/armv7/zynq/u-boot.lds | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/cpu/armv7/zynq/u-boot.lds b/arch/arm/cpu/armv7/zynq/u-boot.lds
>> index 69500a6..4dc9bb0 100644
>> --- a/arch/arm/cpu/armv7/zynq/u-boot.lds
>> +++ b/arch/arm/cpu/armv7/zynq/u-boot.lds
>> @@ -18,6 +18,7 @@ SECTIONS
>>  	.text :
>>  	{
>>  		*(.__image_copy_start)
>> +		*(.vectors)
>>  		CPUDIR/start.o (.text*)
>>  		*(.text*)
>>  	}
> 
> 
> This bug should be fixed asap.
> 
> Because this patch is assigned to you, 
> could you apply it and send a pull-request, please?

Applied and pull request sent.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140617/47309fd7/attachment.pgp>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] arm: zynq: fix a bug in Zynq linker script
  2014-06-17 10:38   ` Michal Simek
@ 2014-06-25  9:07     ` Helmut Raiger
  0 siblings, 0 replies; 4+ messages in thread
From: Helmut Raiger @ 2014-06-25  9:07 UTC (permalink / raw)
  To: u-boot

On 06/17/2014 12:38 PM, Michal Simek wrote:
> On 06/17/2014 10:45 AM, Masahiro Yamada wrote:
>> ....
>>
>> This bug should be fixed asap.
>>
>> Because this patch is assigned to you,
>> could you apply it and send a pull-request, please?
> Applied and pull request sent.
>
> Thanks,
> Michal
>
This very same commit breaks the SPL on TT-01. Note, the SPL is not
contributed yet (I'm about to).
Has anyone tested a current u-boot on one of the mx31 boards lately?
Simply pulling in the vectors section in the linker script does not
do the  trick.

I'm a bit tight with my time currently, so I'd very much appreciate if
someone could test and possibly offer a suggestion on what to change
to get that working again, if necessary.

Helmut


--
Scanned by MailScanner.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-25  9:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 10:47 [U-Boot] [PATCH] arm: zynq: fix a bug in Zynq linker script Masahiro Yamada
2014-06-17  8:45 ` Masahiro Yamada
2014-06-17 10:38   ` Michal Simek
2014-06-25  9:07     ` Helmut Raiger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox