All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board
@ 2015-08-27  9:24 Simon Horman
  2015-08-27 11:52 ` Sergei Shtylyov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Simon Horman @ 2015-08-27  9:24 UTC (permalink / raw)
  To: linux-sh

As has been the practice for boards for 32bit ARM Renesas SoCs

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
index e8d940cc831a..109261ea60bd 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
@@ -20,7 +20,7 @@
 	};
 
 	chosen {
-		bootargs = "ignore_loglevel";
+		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
 		stdout-path = &scif2;
 	};
 
-- 
2.1.4


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

* Re: [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board
  2015-08-27  9:24 [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board Simon Horman
@ 2015-08-27 11:52 ` Sergei Shtylyov
  2015-08-27 11:58 ` Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2015-08-27 11:52 UTC (permalink / raw)
  To: linux-sh

On 8/27/2015 12:24 PM, Simon Horman wrote:

> As has been the practice for boards for 32bit ARM Renesas SoCs
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>   arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
> index e8d940cc831a..109261ea60bd 100644
> --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
> +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
> @@ -20,7 +20,7 @@
>   	};
>
>   	chosen {
> -		bootargs = "ignore_loglevel";
> +		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";

    Hm... so this SoC doesn't have the plain Ether device, just AVB?

MBR, Sergei


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

* Re: [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board
  2015-08-27  9:24 [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board Simon Horman
  2015-08-27 11:52 ` Sergei Shtylyov
@ 2015-08-27 11:58 ` Geert Uytterhoeven
  2015-08-27 12:54 ` Sergei Shtylyov
  2015-08-27 13:05 ` Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-08-27 11:58 UTC (permalink / raw)
  To: linux-sh

On Thu, Aug 27, 2015 at 1:52 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
>    Hm... so this SoC doesn't have the plain Ether device, just AVB?

Indeed.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board
  2015-08-27  9:24 [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board Simon Horman
  2015-08-27 11:52 ` Sergei Shtylyov
  2015-08-27 11:58 ` Geert Uytterhoeven
@ 2015-08-27 12:54 ` Sergei Shtylyov
  2015-08-27 13:05 ` Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2015-08-27 12:54 UTC (permalink / raw)
  To: linux-sh

On 8/27/2015 2:58 PM, Geert Uytterhoeven wrote:

>>     Hm... so this SoC doesn't have the plain Ether device, just AVB?

> Indeed.

    Indeed, yes? Or was this to reiterate the question? :-)

> Gr{oetje,eeting}s,
>                          Geert

MBR, Sergei


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

* Re: [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board
  2015-08-27  9:24 [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board Simon Horman
                   ` (2 preceding siblings ...)
  2015-08-27 12:54 ` Sergei Shtylyov
@ 2015-08-27 13:05 ` Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-08-27 13:05 UTC (permalink / raw)
  To: linux-sh

On Thu, Aug 27, 2015 at 2:54 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> On 8/27/2015 2:58 PM, Geert Uytterhoeven wrote:
>
>>>     Hm... so this SoC doesn't have the plain Ether device, just AVB?
>
>
>> Indeed.
>
>
>    Indeed, yes? Or was this to reiterate the question? :-)

Indeed yes. R8a7795 has only ravb, not sh_eth.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2015-08-27 13:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27  9:24 [PATCH/RFC 08/10] arm64: dts: r8a7795: enable nfs root on Salvator-X board Simon Horman
2015-08-27 11:52 ` Sergei Shtylyov
2015-08-27 11:58 ` Geert Uytterhoeven
2015-08-27 12:54 ` Sergei Shtylyov
2015-08-27 13:05 ` Geert Uytterhoeven

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.