Page MenuHomeFreeBSD

armv6: Remove support for building armv6
ClosedPublic

Authored by andrew on Jun 19 2024, 5:34 PM.
Tags
None
Referenced Files
F97635617: D45634.id.diff
Mon, Sep 30, 12:23 PM
Unknown Object (File)
Sun, Sep 29, 5:23 PM
Unknown Object (File)
Sat, Sep 28, 6:59 PM
Unknown Object (File)
Thu, Sep 26, 1:16 PM
Unknown Object (File)
Tue, Sep 24, 6:35 AM
Unknown Object (File)
Mon, Sep 23, 8:56 PM
Unknown Object (File)
Mon, Sep 23, 3:58 PM
Unknown Object (File)
Sun, Sep 22, 12:15 AM
Subscribers

Details

Summary

With it planned that armv7 will be the only 32-bit kernel when 15.0 is
released remove support for armv6.

Remove the top level build infrastructure. It was already removed from
universe, this just stops it from being built directly.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew created this revision.
mmel added inline comments.
Makefile
534–535

Do we need both TOOLCHAINS_arm and TOOLCHAIN_armv7? It looks like it's not consistent with the other arches.

Looks good so far, with the one comnent addressed

LGTM; the duplication @mmel points out is curious, but it looks like it's consistent with powerpc

This revision is now accepted and ready to land.Jun 19 2024, 7:28 PM

Rebase + remove TOOLCHAIN_armv7

This revision now requires review to proceed.Jun 20 2024, 10:25 AM

Also make sure there's a Relnotes: Yes

This revision is now accepted and ready to land.Jun 20 2024, 12:14 PM

We should disable armv6-main in CI before committing, otherwise it will likely spam on each commit after this (cc @lwhsu)

We should disable armv6-main in CI before committing, otherwise it will likely spam on each commit after this (cc @lwhsu)

Sorry for the delay, the the main-armv6 job is disabled and the related configurations are removed.

This revision was automatically updated to reflect the committed changes.