Raspberry Pi 3 support

Warner Losh imp at bsdimp.com
Wed Oct 19 22:40:40 UTC 2016


On Wed, Oct 19, 2016 at 12:33 PM, Rodney W. Grimes
<freebsd-rwg at pdx.rh.cn85.dnsmgr.net> wrote:
>> On Wed, Oct 19, 2016 at 01:46:20AM -0600, Warner Losh wrote:
>> ...
>> > I've updated the nanobsd build.
>> >
>> > Is the u-boot-rpi3 port different from the other u-boot ports in
>> > requiring someone to snag firmware in addition to u-boot? Will that be
>> > fixed? Or should I go ahead and fix it when I get to rpi3 in my uboot
>> > cleanup?
>>
>> I looked at how the rpi2 u boot port did it. crochet (or whoever) is
>> responsible for building a dtb from a source dts we have. So for now
>> the rpi3 port does not provide the dtb files but will provide the broadcom
>> binary (as the RPI2 port does). Really this is one place where the
>> RPi2 and RPi3 ports could share easily as the firmware should be the same.
>> We need to chat about this further ;)
>
> It would be very nice to support both 32 bit and 64 bit worlds on the
> RPI3.   I am not sure if this can be done in one version of uboot, or
> if it would require two, as IIRC it is the binary blob running in the
> GPU that sets the CPU up for 32 or 64 bit.

Can't be done with one u-boot image. Could be done with two in one FAT.

However, we don't even support SMP yet on rpi3 and we've barely grown
support in the tree for it. This is a great idea, but a bit premature
I think.

Warner


More information about the freebsd-arm mailing list