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)
Dec 12 2024, 5:09 PM
Unknown Object (File)
Nov 18 2024, 11:55 PM
Unknown Object (File)
Sep 28 2024, 2:03 PM
Unknown Object (File)
Sep 27 2024, 10:53 AM
Unknown Object (File)
Sep 24 2024, 6:08 AM
Unknown Object (File)
Sep 15 2024, 10:00 PM
Unknown Object (File)
Sep 15 2024, 10:00 PM
Unknown Object (File)
Sep 15 2024, 9:59 PM
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.