[PATCH 0/7] Fix wrong static ip autoconf in some dts and defconfig

Giulio Benetti posted 7 patches 4 years, 4 months ago
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(-)
[PATCH 0/7] Fix wrong static ip autoconf in some dts and defconfig
Posted by Giulio Benetti 4 years, 4 months ago
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

Re: [PATCH 0/7] Fix wrong static ip autoconf in some dts and defconfig
Posted by Giulio Benetti 4 years, 2 months ago
Hello All,

kindly ping,

On 03/11/21 00:54, Giulio Benetti wrote:
> 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

the documentantion states "<autoconf> must be set to 'off' to use a 
static ip setup"...

> 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.

...so I don't even think it really deserves a test IMHO.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

> 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(-)
>