Page MenuHomeFreeBSD

armv7: release: Stop installing BBB u-boot
ClosedPublic

Authored by manu on Apr 27 2023, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 23 2024, 1:32 AM
Unknown Object (File)
Jan 14 2024, 9:32 AM
Unknown Object (File)
Jan 3 2024, 6:11 AM
Unknown Object (File)
Dec 28 2023, 7:47 AM
Unknown Object (File)
Dec 28 2023, 7:47 AM
Unknown Object (File)
Dec 25 2023, 12:02 PM
Unknown Object (File)
Dec 25 2023, 12:02 PM
Unknown Object (File)
Dec 25 2023, 11:34 AM

Details

Summary

BBB code was removed from GENERIC kernel as it's not functional.
Stop installing u-boot for a platform that we don't boot on.

MFC after: never
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Apr 27 2023, 6:23 AM

I hate to see it go... but on the other hand my hate isn't for it leaving, but that the support for it in -current has decayed too much

This revision is now accepted and ready to land.Apr 27 2023, 5:50 PM
gjb requested changes to this revision.Apr 27 2023, 6:02 PM
gjb added a subscriber: gjb.
gjb added inline comments.
release/arm/GENERICSD.conf
51–52

Why not just get rid of the arm_install_uboot_bbb() call here, and remove the function entirely? It is not used anywhere else.

This revision now requires changes to proceed.Apr 27 2023, 6:02 PM
release/arm/GENERICSD.conf
51–52

Indeed, will do that tomorow.

release/arm/GENERICSD.conf
51–52

As part of this review?

release/arm/GENERICSD.conf
51–52

Yes, it's better to remove everything BBB related in release/ in one commit. Also easier if someone wants to work on this platform to revert only 1 or 2 commits

Remove arm_install_uboot_bbb too

manu marked 2 inline comments as done.Apr 28 2023, 8:07 PM
This revision is now accepted and ready to land.Apr 28 2023, 8:39 PM
This revision was automatically updated to reflect the committed changes.