Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2024 14:19:23 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        Warner Losh <imp@bsdimp.com>, dev-commits-src-main@freebsd.org
Subject:   Re: git: 1bd4f769caf8 - main - add dtb support for RPI CM4, CM4s, CM4_ioBoard
Message-ID:  <248053AE-9F94-4C60-BEA1-C19A22E7058C@yahoo.com>
References:  <248053AE-9F94-4C60-BEA1-C19A22E7058C.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh <imp_at_bsdimp.com> wrote on
Date: Thu, 25 Apr 2024 19:24:07 UTC :

> On Thu, Apr 25, 2024, 12:57=E2=80=AFPM Colin Percival =
<cperciva@tarsnap.com> wrote:
>=20
> > On 4/19/24 16:11, Warner Losh wrote:
> > > add dtb support for RPI CM4, CM4s, CM4_ioBoard
> > >
> > > Signed-off-by: Klaus K=C3=BCchemann <maciphone2@googlemail.com>
> > > Reviewed by: imp
> > > Pull Request: https://github.com/freebsd/freebsd-src/pull/1182
> > > ---
> > > --- a/release/arm64/RPI.conf
> > > +++ b/release/arm64/RPI.conf
> > > -DTB=3D"bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb =
bcm2710-rpi-3-b-plus.dtb
> > bcm2710-rpi-cm3.dtb bcm2711-rpi-4-b.dtb"
> > > +DTB=3D"bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb =
bcm2710-rpi-3-b-plus.dtb
> > bcm2710-rpi-cm3.dtb \
> > > + bcm2711-rpi-4-b.dtb bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb
> > bcm2711-rpi-cm4s.dtb"
> >
> > This broke the RPI release build, since bcm2711-rpi-cm4s.dtb doesn't =
exist.
> > Is it provided by a port which we should add to the RPI build?
> >
>=20
> I thought it was in tree. I'll look into this and report back.

The upstream RPi* distributions do not use the linux mainstream *.dts*
files but build their own *.dts* files and distribute the resultant
*.dtb's directly.

For RPi*'s, FreeBSD uses the *.dtb files from some RPI* distribution
(via the rpi-firmware port). FreeBSD does not use the linux mainstream
*.dts* files for RPi*'s: RPi*'s have a a different compatibility
criteria applied compared to most of the Small Arm Boards.

So: not in tree.

=3D=3D=3D
Mark Millard
marklmi at yahoo.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?248053AE-9F94-4C60-BEA1-C19A22E7058C>