Re: git: e006859bce01 and git: 8cc2156f85bb (and more?) for stable/13: removing some mips support and using 1400000 in one place?

From: Warner Losh <imp_at_bsdimp.com>
Date: Wed, 25 Jan 2023 04:40:59 UTC
On Tue, Jan 24, 2023 at 8:47 PM Mark Millard <marklmi@yahoo.com> wrote:

> https://www.freebsd.org/platforms/ shows mips as Tier 2 for 13.x but:
>
>
> https://lists.freebsd.org/archives/dev-commits-src-branches/2023-January/008721.html
>
> is:
>
> QUOTE
> The branch stable/13 has been updated by imp:
> . . .
>     stand: remove mips support
>

This was a mistake on my part.


> As part of decommissioning mips support, remove the boot loader
> support. Do this in advance of other boot loader work to limit the
> amount of work that will be thrown away.
> END QUOTE
>
> But earlier there was also a change to use a:
>
> #define __FreeBSD_version 1400000
>

Ditto.

And there was another removal for BERI support I shouldn't have done.

I'll be pushing changes to revert those three changes. I've also decided to
push
my MFC notes to make this easier in the future. This merge was hard enough
and even though I checked it multiple times, I still missed these. This
should help
make it easier in the future (which I plan on doing more often).

Please let me know if I've missed anything else. I did yet another scan of
the commits,
and didn't see any others, but things are easy to miss. We also don't have
any mips
booting tests, though we have them for most of our other supported
platforms (though
I need to finish moving from rootgen.sh to full-test.sh).

Warner


> in stable/13:
>
>
> https://lists.freebsd.org/archives/dev-commits-src-branches/2023-January/008705.html
>
> QUOTE
> The branch stable/13 has been updated by imp:
> . . .
>     Bump the FreeBSD kernel version in kernel boot shim.
> . . .
> -#define __FreeBSD_version 1300000
> +#define __FreeBSD_version 1400000
> . . .
> END QUOTE
>
> ===
> Mark Millard
> marklmi at yahoo.com
>
>