Re: FYI: FreeBSD-14.0-CURRENT-arm-armv7-GENERICSD-20220930-42dc8696df5-258315.img is broken for RPi2 v1.1 (so: armv7)
- Reply: Mark Millard : "Re: FYI: FreeBSD-14.0-CURRENT-arm-armv7-GENERICSD-20220930-42dc8696df5-258315.img is broken for RPi2 v1.1 (so: armv7)"
- In reply to: Warner Losh : "Re: FYI: FreeBSD-14.0-CURRENT-arm-armv7-GENERICSD-20220930-42dc8696df5-258315.img is broken for RPi2 v1.1 (so: armv7)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 02:55:06 UTC
On 2022-Oct-11, at 12:10, Warner Losh <imp@bsdimp.com> wrote: > On Tue, Oct 11, 2022 at 1:03 PM Warner Losh <imp@bsdimp.com> wrote: >> >> >> On Tue, Oct 11, 2022 at 12:50 PM Mark Millard <marklmi@yahoo.com> wrote: >> . . . >> >> For: >> >> boot-2022-09-16-15-45-b44869cba1b3-good >> boot-2022-09-16-18-02-dd2b9c296776-bad >> >> there are no armv7 artifacts available between. >> >> The range is: >> >> A) • git: b44869cba1b3 - main - sound: add patch for Lenovo Legion 5 Intel Nuno Teixeira >> B) • git: a705c72f2142 - main - stand: use archsw.arch_copyin instead of i386_copyin Warner Losh >> C) • git: 4c670b53a000 - main - stand: use archsw.arch_copyin instead of direct call Warner Losh >> D) • git: 8b19d28d68a3 - main - stand: Create MOD_ALIGN macro and use it everywhere Warner Losh >> E) • git: bca9c87b6104 - main - stand: Create common/modinfo.h Warner Losh >> F) • git: 5d1531d9d4e7 - main - stand: Move md_copymodules into modinfo.c and reduce copies Warner Losh >> G) • git: 2e6ed47a4609 - main - stand: Move MOD_xxx macros from modinfo.h to .c Warner Losh >> H) • git: fc352701ff3a - main - stand: collapse all copies of *copyenv into md_copyenv Warner Losh >> • git: e895ab3fbdc1 - main - stand: Remove dead store to bi_kernelname Warner Losh >> • git: d43bcf62a218 - main - stand: Stop support booting 4.x and earlier kernels Warner Losh >> • git: 59b1d074280d - main - i386: Mark the obsolete fields in bootinfo with _was_ Warner Losh >> • git: 4134f677eb39 - main - i386: Make boot loader smaller by reducing size of bootinfo Warner Losh >> • git: 9758dd3de1cd - main - stand: Allocate bootinfo rather than have it be static Warner Losh >> • git: c0ecae78abbe - main - stand/elf: Only support swapping headers on powerpc. Warner Losh >> • git: dd2b9c296776 - main - stand: fix mismerge Warner Losh >> > Yea, I did a bunch of refactoring. I'm surprised that this produced a change at all. Would be nice to > know which one of these caused the problems. 5d1531d9d4e7 has the stand/common/metadata.c "align" removal that the later dd2b9c296776 fixes as the "mismerge". So it appears that most of the stages would not build without adjustment for that. So presume I've made the adjustment for any such such cases below. H) fc352701ff3a Bad D) 8b19d28d68a3 Good F) 5d1531d9d4e7 Bad E) bca9c87b6104 Good So the good -> bad back-to-back sequence pair is: git: bca9c87b6104 - main - stand: Create common/modinfo.h Warner Los git: 5d1531d9d4e7 - main - stand: Move md_copymodules into modinfo.c and reduce copies Warner Losh Note: I cross build armv7 via aarch64 normally. There is no "buildstand" analogous to buildworld or buildkernel that takes TARGET and TARGET_ARCH for cross builds. Thus I ended up with a full buildworld to establish a context for the cross builds. === Mark Millard marklmi at yahoo.com