Page MenuHomeFreeBSD

arm64: Add a new SOC_ROCKCHIP option
ClosedPublic

Authored by manu on Jan 2 2025, 12:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 26, 8:26 AM
Unknown Object (File)
Thu, Sep 18, 8:34 PM
Unknown Object (File)
Sep 17 2025, 10:48 AM
Unknown Object (File)
Sep 13 2025, 6:07 PM
Unknown Object (File)
Sep 2 2025, 2:26 PM
Unknown Object (File)
Aug 23 2025, 1:19 AM
Unknown Object (File)
Aug 18 2025, 2:25 PM
Unknown Object (File)
Aug 12 2025, 2:19 PM
Subscribers

Details

Summary

A lot of drivers are shared between all rockchip SoCs, each time we add
suppot for a new SoC we need to add the options in the files.arm64 lines.
Add a new option SOC_ROCKCHIP that will help simplify this file.

Diff Detail

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

Event Timeline

manu requested review of this revision.Jan 2 2025, 12:52 PM

Can you add a comment that SOC_ROCKCHIP_* depend on SOC_ROCKCHIP

This revision is now accepted and ready to land.Jan 2 2025, 4:07 PM

Can you add a comment that SOC_ROCKCHIP_* depend on SOC_ROCKCHIP

Sure, where do you think it would be best, in options.arm64 ?

Yes, that's probably the best place for it

This revision was automatically updated to reflect the committed changes.