Page MenuHomeFreeBSD

arm64: Add a new SOC_ROCKCHIP option
ClosedPublic

Authored by manu on Jan 2 2025, 12:52 PM.
Tags
None
Referenced Files
F168026967: D48286.diff
Wed, Aug 26, 12:18 AM
F167983332: D48286.id148670.diff
Tue, Aug 25, 6:16 PM
Unknown Object (File)
Mon, Aug 24, 5:39 PM
Unknown Object (File)
Thu, Aug 20, 8:30 AM
Unknown Object (File)
Tue, Aug 18, 9:32 PM
Unknown Object (File)
Tue, Aug 18, 10:55 AM
Unknown Object (File)
Tue, Aug 18, 7:13 AM
Unknown Object (File)
Mon, Aug 17, 3:24 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 61456
Build 58340: arc lint + arc unit

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.