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)
Wed, Sep 4, 12:44 PM
Unknown Object (File)
Sat, Aug 17, 4:54 AM
Unknown Object (File)
Fri, Aug 16, 9:16 PM
Unknown Object (File)
Fri, Aug 16, 5:34 PM
Unknown Object (File)
Jul 27 2024, 2:21 PM
Unknown Object (File)
Jun 29 2024, 2:46 PM
Unknown Object (File)
May 21 2024, 11:21 AM
Unknown Object (File)
May 18 2024, 4:00 AM
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.