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)
Sat, Feb 1, 5:01 PM
Unknown Object (File)
Mon, Jan 13, 3:06 AM
Unknown Object (File)
Sat, Jan 11, 4:51 AM
Unknown Object (File)
Dec 22 2024, 2:03 AM
Unknown Object (File)
Nov 20 2024, 5:50 AM
Unknown Object (File)
Nov 16 2024, 9:35 PM
Unknown Object (File)
Nov 5 2024, 4:25 PM
Unknown Object (File)
Nov 1 2024, 5:28 PM

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.