Page MenuHomeFreeBSD

stand/efi: Retire i386 support
ClosedPublic

Authored by imp on May 8 2023, 8:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 18, 10:53 PM
Unknown Object (File)
Wed, Oct 16, 6:01 PM
Unknown Object (File)
Oct 7 2024, 4:46 PM
Unknown Object (File)
Oct 1 2024, 5:03 PM
Unknown Object (File)
Oct 1 2024, 1:51 PM
Unknown Object (File)
Sep 27 2024, 4:07 AM
Unknown Object (File)
Sep 21 2024, 4:42 AM
Unknown Object (File)
Sep 19 2024, 11:58 PM
Subscribers

Details

Summary

Remove the i386 ifdefs and files. It never worked.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51381
Build 48272: arc lint + arc unit

Event Timeline

imp requested review of this revision.May 8 2023, 8:30 PM
This revision is now accepted and ready to land.May 8 2023, 8:34 PM

I'm told that my assertions that this never worked may have been in error... I need to explore a bit more before I do this.

The last known user hasn't used this in a very long time and has no desire to continue using it.

In D40012#911110, @imp wrote:

The last known user hasn't used this in a very long time and has no desire to continue using it.

With the ongoing actions against i386, no objection at all to removing its efi loader. I'd find it more interesting if it could do amd64 kernels, as there are some machines with 64-bit CPU, 32-bit firmware... but I think those are rare, mostly older Macs maybe.

In D40012#911091, @imp wrote:

I'm told that my assertions that this never worked may have been in error... I need to explore a bit more before I do this.

IIRC it kinda worked on the first Intel Minnowboard but this board reached EOL quickly (and I'm not sure that everything needed for it to work was upstreamed).

This revision was automatically updated to reflect the committed changes.