Message ID | 20220831164645.2134258-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add RZ/G2UL support | expand |
Hi! > This patch series aims to add Basic board support for SMARC EVK > based on RZ/G2UL SoC. > > All these patches are cherry-picked from the mainline. > > Subsequent patch series will add more functionality to this > platform. This series looks okay for me. The only weird thing is 26/, where we enable nfsroot in the dts. I guess that's convenient for your configuration, but booting from eMMC is going to be more common, and I guess it may confusing to some. Best regards, Pavel -- 'DENX Software Engineering GmbH, Managing Director: Wolfgang Denk' 'HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany'
Hi Pavel, Thanks for feedback. > Subject: Re: [PATCH 5.10.y-cip 00/26] Add RZ/G2UL support > > Hi! > > > This patch series aims to add Basic board support for SMARC EVK based > > on RZ/G2UL SoC. > > > > All these patches are cherry-picked from the mainline. > > > > Subsequent patch series will add more functionality to this platform. > > This series looks okay for me. > > The only weird thing is 26/, where we enable nfsroot in the dts. I guess > that's convenient for your configuration, but booting from eMMC is going > to be more common, and I guess it may confusing to some. Yes, I agree for production boards, booting from eMMC is going to be common. eMMC boot from bootROM, loading kernel/dtb from eMMC and mounting rootFS on eMMC. On all Renesas development boards, we are using default bootargs option as NFS. As it more convenient for testing on development boards. Cheers, Biju
Hi! > This patch series aims to add Basic board support for SMARC EVK > based on RZ/G2UL SoC. Thank you, applied. Best regards, Pavel