Re: [PATCH] MIPS: fix boot with DT passed via UHI

2017-06-11 Thread Jonas Gorski
On 8 June 2017 at 00:47, David Daney wrote: > On 06/07/2017 06:16 AM, Daniel Schwierzeck wrote: >> >> >> >> Am 06.06.2017 um 21:16 schrieb Andrea Merello: >>> >>> commit 15f37e158892 ("MIPS: store the appended dtb address in a >>> variable") >>> seems to have introduced

Re: [PATCH] MIPS: fix boot with DT passed via UHI

2017-06-11 Thread Jonas Gorski
On 8 June 2017 at 00:47, David Daney wrote: > On 06/07/2017 06:16 AM, Daniel Schwierzeck wrote: >> >> >> >> Am 06.06.2017 um 21:16 schrieb Andrea Merello: >>> >>> commit 15f37e158892 ("MIPS: store the appended dtb address in a >>> variable") >>> seems to have introduced code that relies on delay

Re: [PATCH] MIPS: fix boot with DT passed via UHI

2017-06-07 Thread David Daney
On 06/07/2017 06:16 AM, Daniel Schwierzeck wrote: Am 06.06.2017 um 21:16 schrieb Andrea Merello: commit 15f37e158892 ("MIPS: store the appended dtb address in a variable") seems to have introduced code that relies on delay slots after branch, however it seems that, since no directive ".set

Re: [PATCH] MIPS: fix boot with DT passed via UHI

2017-06-07 Thread David Daney
On 06/07/2017 06:16 AM, Daniel Schwierzeck wrote: Am 06.06.2017 um 21:16 schrieb Andrea Merello: commit 15f37e158892 ("MIPS: store the appended dtb address in a variable") seems to have introduced code that relies on delay slots after branch, however it seems that, since no directive ".set

Re: [PATCH] MIPS: fix boot with DT passed via UHI

2017-06-07 Thread Daniel Schwierzeck
Am 06.06.2017 um 21:16 schrieb Andrea Merello: > commit 15f37e158892 ("MIPS: store the appended dtb address in a variable") > seems to have introduced code that relies on delay slots after branch, > however it seems that, since no directive ".set noreorder" is present, the > AS already fills

Re: [PATCH] MIPS: fix boot with DT passed via UHI

2017-06-07 Thread Daniel Schwierzeck
Am 06.06.2017 um 21:16 schrieb Andrea Merello: > commit 15f37e158892 ("MIPS: store the appended dtb address in a variable") > seems to have introduced code that relies on delay slots after branch, > however it seems that, since no directive ".set noreorder" is present, the > AS already fills

[PATCH] MIPS: fix boot with DT passed via UHI

2017-06-06 Thread Andrea Merello
commit 15f37e158892 ("MIPS: store the appended dtb address in a variable") seems to have introduced code that relies on delay slots after branch, however it seems that, since no directive ".set noreorder" is present, the AS already fills delay slots with NOPs. This caused failure in assigning

[PATCH] MIPS: fix boot with DT passed via UHI

2017-06-06 Thread Andrea Merello
commit 15f37e158892 ("MIPS: store the appended dtb address in a variable") seems to have introduced code that relies on delay slots after branch, however it seems that, since no directive ".set noreorder" is present, the AS already fills delay slots with NOPs. This caused failure in assigning