Date: Sun, 11 Jul 2021 02:16:50 -0700 From: Mark Millard via freebsd-arm <freebsd-arm@freebsd.org> To: "Herbert J. Skuhra" <herbert@gojira.at> Cc: freebsd-arm@freebsd.org Subject: Re: git: 1dec3639fd0c - main - sysutils/u-boot: Update to 2021.07 Message-ID: <81C76E14-1323-41D9-A90E-49DAB83F338F@yahoo.com> In-Reply-To: <87sg0lmepu.wl-herbert@gojira.at> References: <202107071618.167GIvXd048504@gitrepo.freebsd.org> <874kd3390q.wl-herbert@gojira.at> <YOhlJgmDUlKiMUS%2B@mail.bsd4all.net> <D59DADD5-A5EA-4D6A-8D2B-3A0A480E13CE@yahoo.com> <87k0lye13y.wl-herbert@gojira.at> <87im1idnh2.wl-herbert@gojira.at> <0D08E03C-87CD-4567-A10A-F548BFD6469F@yahoo.com> <9EFC598D-703A-4E49-8459-C4284B772B38@yahoo.com> <87sg0lmepu.wl-herbert@gojira.at>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2021-Jul-11, at 01:34, Herbert J. Skuhra <herbert at gojira.at> = wrote: > On Sun, 11 Jul 2021 02:29:57 +0200, Mark Millard wrote: >>=20 >> Some more context from looking around (I'm still trying >> to get use to git ways of finding things): >=20 > Thanks. >=20 > I used a simple 'git log' and checked the GH page: >=20 > = https://github.com/u-boot/u-boot/commits/master?after=3D490101a5e5df65238b= 900b21b81361bc4b13da2e+2449&branch=3Dmaster >=20 > Both show the commits in this order: >=20 > 78af81c345430a9088235f48d302922955d2499f > 63af92e837f3d7c21ab5fc4a96ffcbf202efaf90 > [..] So I should not have said to bisect master but instead the sequence of contributions to v2021.04-rc4 , as that is apparently what tracks the contributions to the first broken v2021.04-rc* and master is different. > At the moment I have no idea how to bisect further. git diff and > reverting some parts manually? For . . . v2021.04-rc3 (c5219c4) in master was followed by (in sequence): 60a376b: configs: RPi2: Disable EFI Grub workaround 76cffd5: drivers: mmc: iproc_sdhci: enable HS200 mode 0267539: MAINTAINERS: Update info for Raspberry Pi 3ac0523: rng: iproc_rng200: Enable support for RPi4 armv7 fae165b: configs: rpi4_32: Enable iProc RNG200 20ecfbe: configs: Resync with savedefconfig 78af81c: Merge tag 'rpi-next-2021.04.2' of = https://source.denx.de/u-boot/custodians/u-boot-raspberrypi So "just": A) check out 3ac0523, build, test B) Based on the result: check out whichever of 76cffd5 and 20ecfbe, = build, test C) Based on the result: . . . And the 3 tries should do it for being sure where the good-followed-by-bad pair is. (If 60a376b is bad, then c5219c4 should be the good side of the good-then-bad pair.) (I've not dealt with the "build" part of that "just".) > Maybe I'll check the RPi 3 issue first (it tries to boot over the > network only). Hopefully it's easier to bisect, but I doubt it. :-( >=20 =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?81C76E14-1323-41D9-A90E-49DAB83F338F>