Re: git: 1dec3639fd0c - main - sysutils/u-boot: Update to 2021.07

From: Herbert J. Skuhra <herbert_at_gojira.at>
Date: Fri, 09 Jul 2021 15:03:02 UTC
On Fri, Jul 09, 2021 at 03:35:17PM +0200, Herbert J. Skuhra wrote:
> On Wed, 07 Jul 2021 18:18:57 +0200, Emmanuel Vadot wrote:
> > 
> > The branch main has been updated by manu:
> > 
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360
> > 
> > commit 1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360
> > Author:     Emmanuel Vadot <manu@FreeBSD.org>
> > AuthorDate: 2021-07-07 11:20:59 +0000
> > Commit:     Emmanuel Vadot <manu@FreeBSD.org>
> > CommitDate: 2021-07-07 16:18:40 +0000
> > 
> >     sysutils/u-boot: Update to 2021.07
> > ---
> >  sysutils/u-boot-master/Makefile       | 2 +-
> >  sysutils/u-boot-master/distinfo       | 6 +++---
> >  sysutils/u-boot-riotboard/Makefile    | 1 +
> >  sysutils/u-boot-sifive-fu540/Makefile | 2 +-
> >  4 files changed, 6 insertions(+), 5 deletions(-)
> 
> With u-boot 2021.07 two of my RPis no longer boot:
> 
> Raspberry Pi 3 Model B V1.2: mmc not detected; tries to boot over the network.
> 
> Same result with the latest snapshot:
> FreeBSD-13.0-STABLE-arm64-aarch64-RPI-20210708-f6d448caf69-246212.img
> (RPi 3).
> 
> Raspberry Pi 2 Model B V1.1 (hanging?).

The RPi 2 has a different issue. It doesn't even boot with u-boot
2021.04. Tested with
FreeBSD-13.0-STABLE-arm-armv7-GENERICSD-20210701-6aee7855180-246143.img.xz.

Booting [/boot/kernel/kernel]...
Using DTB provided by EFI at 0x7ef6000.
Kernel entry at 0x33e00200...
Kernel args: (null)
\

With u-boot.bin (2020.07) it boots:

Booting [/boot/kernel/kernel]...
Using DTB provided by EFI at 0x7ef6000.
Kernel entry at 0x33e00200...
Kernel args: (null)
WARNING: Cannot find freebsd,dts-version property, cannot check DTB
compliance
---<<BOOT>>---
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights
reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.0-STABLE #0 stable/13-n246143-6aee7855180: Thu Jul  1 03:21:56 UTC 2021
    root@releng3.nyi.freebsd.org:/usr/obj/usr/src/arm.armv7/sys/GENERIC arm

-- 
Herbert