All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree
@ 2017-07-28  5:07 Gan, Yau Wai
  2017-09-13 21:19 ` Marek Vasut
  2017-11-17 19:07 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Gan, Yau Wai @ 2017-07-28  5:07 UTC (permalink / raw)
  To: u-boot

Tag CPU with dm-pre-reloc to enable driver before
relocation.

Signed-off-by: Gan, Yau Wai <yau.wai.gan@intel.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
---
 arch/nios2/dts/10m50_devboard.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/nios2/dts/10m50_devboard.dts b/arch/nios2/dts/10m50_devboard.dts
index 05eac30..461ae68 100644
--- a/arch/nios2/dts/10m50_devboard.dts
+++ b/arch/nios2/dts/10m50_devboard.dts
@@ -19,6 +19,7 @@
 		#size-cells = <0>;
 
 		cpu: cpu at 0 {
+			u-boot,dm-pre-reloc;
 			device_type = "cpu";
 			compatible = "altr,nios2-1.1";
 			reg = <0x00000000>;
-- 
2.7.4

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

* [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree
  2017-07-28  5:07 [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree Gan, Yau Wai
@ 2017-09-13 21:19 ` Marek Vasut
  2018-09-19 22:03   ` Thomas Chou
  2017-11-17 19:07 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2017-09-13 21:19 UTC (permalink / raw)
  To: u-boot

On 07/28/2017 07:07 AM, Gan, Yau Wai wrote:
> Tag CPU with dm-pre-reloc to enable driver before
> relocation.
> 
> Signed-off-by: Gan, Yau Wai <yau.wai.gan@intel.com>
> Cc: Thomas Chou <thomas@wytron.com.tw>

Reviewed-by: Marek Vasut <marex@denx.de>

Tom, please apply directly as the maintainer seems N/A.

> ---
>  arch/nios2/dts/10m50_devboard.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/nios2/dts/10m50_devboard.dts b/arch/nios2/dts/10m50_devboard.dts
> index 05eac30..461ae68 100644
> --- a/arch/nios2/dts/10m50_devboard.dts
> +++ b/arch/nios2/dts/10m50_devboard.dts
> @@ -19,6 +19,7 @@
>  		#size-cells = <0>;
>  
>  		cpu: cpu at 0 {
> +			u-boot,dm-pre-reloc;
>  			device_type = "cpu";
>  			compatible = "altr,nios2-1.1";
>  			reg = <0x00000000>;
> 


-- 
Best regards,
Marek Vasut

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

* [U-Boot] nios2: 10m50: Add CPU pre-relocation in device tree
  2017-07-28  5:07 [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree Gan, Yau Wai
  2017-09-13 21:19 ` Marek Vasut
@ 2017-11-17 19:07 ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2017-11-17 19:07 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 27, 2017 at 10:07:17PM -0700, Gan, Yau Wai wrote:

> Tag CPU with dm-pre-reloc to enable driver before
> relocation.
> 
> Signed-off-by: Gan, Yau Wai <yau.wai.gan@intel.com>
> Cc: Thomas Chou <thomas@wytron.com.tw>
> Reviewed-by: Marek Vasut <marex@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171117/2f32fd0d/attachment.sig>

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

* [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree
  2017-09-13 21:19 ` Marek Vasut
@ 2018-09-19 22:03   ` Thomas Chou
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Chou @ 2018-09-19 22:03 UTC (permalink / raw)
  To: u-boot

On 09/13/2017 02:19 PM, Marek Vasut wrote:
> On 07/28/2017 07:07 AM, Gan, Yau Wai wrote:
>> Tag CPU with dm-pre-reloc to enable driver before
>> relocation.
>>
>> Signed-off-by: Gan, Yau Wai <yau.wai.gan@intel.com>
>> Cc: Thomas Chou <thomas@wytron.com.tw>
> 
> Reviewed-by: Marek Vasut <marex@denx.de>
> 
> Tom, please apply directly as the maintainer seems N/A.

Dear all,

Sorry for being missing for a long long time. I am looking at this right 
now.

Best regards,
Thomas



> 
>> ---
>>   arch/nios2/dts/10m50_devboard.dts | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/nios2/dts/10m50_devboard.dts b/arch/nios2/dts/10m50_devboard.dts
>> index 05eac30..461ae68 100644
>> --- a/arch/nios2/dts/10m50_devboard.dts
>> +++ b/arch/nios2/dts/10m50_devboard.dts
>> @@ -19,6 +19,7 @@
>>   		#size-cells = <0>;
>>   
>>   		cpu: cpu at 0 {
>> +			u-boot,dm-pre-reloc;
>>   			device_type = "cpu";
>>   			compatible = "altr,nios2-1.1";
>>   			reg = <0x00000000>;
>>
> 
> 

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

* [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree
@ 2017-08-14  7:32 Gan, Yau Wai
  0 siblings, 0 replies; 5+ messages in thread
From: Gan, Yau Wai @ 2017-08-14  7:32 UTC (permalink / raw)
  To: u-boot

Hi all, this patch has been sent for a while. I did cc the patch to the u-boot custodian for Nios II, Thomas Chou. Can I know how can I get this patch reviewed and merged sooner? Thank you.

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

end of thread, other threads:[~2018-09-19 22:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28  5:07 [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree Gan, Yau Wai
2017-09-13 21:19 ` Marek Vasut
2018-09-19 22:03   ` Thomas Chou
2017-11-17 19:07 ` [U-Boot] " Tom Rini
2017-08-14  7:32 [U-Boot] [PATCH] " Gan, Yau Wai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.