linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix wrong static ip autoconf in some dts and defconfig
@ 2021-11-02 23:54 Giulio Benetti
  2021-11-02 23:54 ` [PATCH 1/7] ARM: dts: mmp2-brownstone: fix wrong static ip autoconf Giulio Benetti
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Giulio Benetti @ 2021-11-02 23:54 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: Rob Herring, Daniel Mack, Haojian Zhuang, Robert Jarzmik,
	Russell King, Giulio Benetti, Alexandre Belloni,
	Krzysztof Kozlowski, Andrey Zhizhikin, Sam Ravnborg,
	linux-arm-kernel, devicetree, linux-kernel

While trying to have a working nfsroot through RNDIS on sunxi I've found
that in bootargs <autoconf> must be set to 'off' to use a static ip setup,
but I've also found that the following boards have it set to 'on' that is
not the <autoconf> setting for static ip as stated here:
https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt

And most of all on sunxi RNDIS it doesn't work as static ip nfsroot.

Unfortunately I don't have such boards to give a build and a test, so if
there is someone who could give a try it would be great.

Best regards
---
Giulio Benetti
Benetti Engineering sas

Giulio Benetti (7):
  ARM: dts: mmp2-brownstone: fix wrong static ip autoconf
  ARM: dts: pxa168-aspenite: fix wrong static ip autoconf
  ARM: dts: pxa910-dkb: fix wrong static ip autoconf
  ARM: mmp2: update mmp2_defconfig to fix wrong static ip autoconf
  ARM: pxa168: update pxa168_defconfig to fix wrong static ip autoconf
  ARM: pxa3xx: update pxa3xx_defconfig to fix wrong static ip autoconf
  ARM: pxa910: update pxa910_defconfig to fix wrong static ip autoconf

 arch/arm/boot/dts/mmp2-brownstone.dts | 2 +-
 arch/arm/boot/dts/pxa168-aspenite.dts | 2 +-
 arch/arm/boot/dts/pxa910-dkb.dts      | 2 +-
 arch/arm/configs/mmp2_defconfig       | 2 +-
 arch/arm/configs/pxa168_defconfig     | 2 +-
 arch/arm/configs/pxa3xx_defconfig     | 2 +-
 arch/arm/configs/pxa910_defconfig     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-01-19  7:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 23:54 [PATCH 0/7] Fix wrong static ip autoconf in some dts and defconfig Giulio Benetti
2021-11-02 23:54 ` [PATCH 1/7] ARM: dts: mmp2-brownstone: fix wrong static ip autoconf Giulio Benetti
2021-11-02 23:54 ` [PATCH 2/7] ARM: dts: pxa168-aspenite: " Giulio Benetti
2021-11-02 23:54 ` [PATCH 3/7] ARM: dts: pxa910-dkb: " Giulio Benetti
2021-11-02 23:54 ` [PATCH 4/7] ARM: mmp2: update mmp2_defconfig to " Giulio Benetti
2021-11-02 23:54 ` [PATCH 5/7] ARM: pxa168: update pxa168_defconfig " Giulio Benetti
2021-11-02 23:54 ` [PATCH 6/7] ARM: pxa3xx: update pxa3xx_defconfig " Giulio Benetti
2021-11-02 23:54 ` [PATCH 7/7] ARM: pxa910: update pxa910_defconfig " Giulio Benetti
2022-01-19  7:18 ` [PATCH 0/7] Fix wrong static ip autoconf in some dts and defconfig Giulio Benetti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).