Page MenuHomeFreeBSD

arm64: Add a new SOC_ROCKCHIP option
ClosedPublic

Authored by manu on Thu, Jan 2, 12:52 PM.
Tags
None
Referenced Files
F106883464: D48286.diff
Mon, Jan 6, 9:53 PM
F106862456: D48286.diff
Mon, Jan 6, 2:20 PM
F106861223: D48286.id.diff
Mon, Jan 6, 1:55 PM
F106843150: D48286.diff
Mon, Jan 6, 7:40 AM
F106842396: D48286.id148670.diff
Mon, Jan 6, 7:24 AM
F106831156: D48286.diff
Mon, Jan 6, 3:04 AM
Unknown Object (File)
Sun, Jan 5, 3:58 PM
Unknown Object (File)
Fri, Jan 3, 10:50 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 61456
Build 58340: arc lint + arc unit

Event Timeline

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

Can you add a comment that SOC_ROCKCHIP_* depend on SOC_ROCKCHIP

This revision is now accepted and ready to land.Thu, Jan 2, 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.