Page MenuHomeFreeBSD

powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystem
ClosedPublic

Authored by jhibbits on Jan 2 2019, 3:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 5, 8:23 PM
Unknown Object (File)
Thu, Mar 5, 2:30 PM
Unknown Object (File)
Wed, Mar 4, 10:40 PM
Unknown Object (File)
Sun, Mar 1, 9:50 AM
Unknown Object (File)
Sun, Feb 8, 11:23 PM
Unknown Object (File)
Jan 18 2026, 7:09 PM
Unknown Object (File)
Jan 13 2026, 8:44 AM
Unknown Object (File)
Nov 27 2025, 6:33 AM
Subscribers
None

Details

Summary

Now that mpc85xx can boot via ubldr, move ubldr to a separate
filesystem, mounted on /boot/uboot, so that a fresh install can boot correctly.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Longer-term, it might be better to avoid a proliferation of special cases like this to set LOADER_MSDOS_SUPPORT for the U-boot loader and make loader flexible enough to find the kernel etc. in the root rather than /boot. But this is fine for now.

This revision is now accepted and ready to land.Jan 13 2019, 4:53 AM
This revision was automatically updated to reflect the committed changes.