On Tue, Dec 26, 2017 at 04:50:13PM +1100, Jonathan Gray wrote:
> On Tue, Dec 26, 2017 at 01:16:51PM +0800, Kevin Lo wrote:
> > Hi,
> >
> > I'd like to add the bpi-m2m to our u-boot package. ok?
>
> This should be after Bananapi in the SUNXI list.
>
> The kernel support for a33/r16 isn't there yet? Seems to lack at least
>
> sxipio "allwinner,sun8i-a33-pinctrl"
> sxiccmu "allwinner,sun8i-a33-ccu"
I see you've sent a diff to tech@ for these.
>
> >
> > Index: sysutils/u-boot/Makefile
> > ===================================================================
> > RCS file: /cvs/ports/sysutils/u-boot/Makefile,v
> > retrieving revision 1.29
> > diff -u -p -u -p -r1.29 Makefile
> > --- sysutils/u-boot/Makefile 27 Nov 2017 03:53:47 -0000 1.29
> > +++ sysutils/u-boot/Makefile 20 Dec 2017 13:11:19 -0000
> > @@ -7,6 +7,7 @@ FLAVOR?= arm
> >
> > COMMENT= U-Boot firmware
> > VERSION= 2017.11
> > +REVISION= 0
> > DISTNAME= u-boot-${VERSION}
> > PKGNAME= u-boot-${FLAVOR}-${VERSION:S/-//}
> > FULLPKGNAME= ${PKGNAME}
> > @@ -99,6 +100,7 @@ SUNXI=\
> > orangepi_plus \
> > orangepi_plus2e \
> > orangepi_zero \
> > + Bananapi_m2m \
> > Sinovoip_BPI_M2_Plus
> > IMX=\
> > cm_fx6 \
> > Index: sysutils/u-boot/pkg/PFRAG.arm
> > ===================================================================
> > RCS file: /cvs/ports/sysutils/u-boot/pkg/PFRAG.arm,v
> > retrieving revision 1.10
> > diff -u -p -u -p -r1.10 PFRAG.arm
> > --- sysutils/u-boot/pkg/PFRAG.arm 29 Aug 2017 07:14:50 -0000 1.10
> > +++ sysutils/u-boot/pkg/PFRAG.arm 20 Dec 2017 13:11:19 -0000
> > @@ -43,6 +43,12 @@ share/u-boot/Bananapi/u-boot
> > share/u-boot/Bananapi/u-boot-sunxi-with-spl.bin
> > share/u-boot/Bananapi/u-boot.bin
> > share/u-boot/Bananapi/u-boot.img
> > +share/u-boot/Bananapi_m2m/
> > +share/u-boot/Bananapi_m2m/sunxi-spl.bin
> > +share/u-boot/Bananapi_m2m/u-boot
> > +share/u-boot/Bananapi_m2m/u-boot-sunxi-with-spl.bin
> > +share/u-boot/Bananapi_m2m/u-boot.bin
> > +share/u-boot/Bananapi_m2m/u-boot.img
> > share/u-boot/Bananapro/
> > share/u-boot/Bananapro/sunxi-spl.bin
> > share/u-boot/Bananapro/u-boot
>