Page MenuHomeFreeBSD

Allwinner add H3 support
ClosedPublic

Authored by manu on May 10 2016, 7:04 PM.
Tags
Referenced Files
Unknown Object (File)
Mon, May 20, 5:01 PM
Unknown Object (File)
Mon, May 20, 5:01 PM
Unknown Object (File)
Mon, May 20, 5:01 PM
Unknown Object (File)
Mon, May 20, 3:42 AM
Unknown Object (File)
Apr 26 2024, 10:37 PM
Unknown Object (File)
Apr 26 2024, 10:59 AM
Unknown Object (File)
Apr 25 2024, 11:05 PM
Unknown Object (File)
Mar 20 2024, 10:20 AM

Details

Reviewers
jmcneill
Group Reviewers
ARM
Commits
rS299688: Add support for Allwinner H3 SoC.
Summary

Add H3 support.
For now SMP, EHCI GPIO and pinctrl, this is what's it described in the DTS.

Test Plan

Tested on Orange Pi One.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3684
Build 3727: arc lint + arc unit

Event Timeline

manu retitled this revision from to Allwinner add H3 support.
manu updated this object.
manu edited the test plan for this revision. (Show Details)
manu added a reviewer: ARM.
manu set the repository for this revision to rS FreeBSD src repository - subversion.
manu added a project: ARM.
jmcneill added a reviewer: jmcneill.
jmcneill added a subscriber: jmcneill.
jmcneill added inline comments.
sys/arm/allwinner/clk/aw_pll.c
467

Can you add A23_PLL1_FACTOR_M/K/N defines so you're not referring to A31 stuff here? I know it's redundant but it makes it a bit easier when glancing at the code that there isn't a typo.

600

I suppose these should be sorted by compat string and not the data column.

This revision is now accepted and ready to land.May 10 2016, 7:59 PM
sys/arm/allwinner/clk/aw_pll.c
467

Maybe a comment would do the job then ?
I'm not really ok for adding duplicate defines ...

600

Tomato, Potato (c) Fez.
But yeah I see your point, I'll change that.

manu edited edge metadata.

Add defines for A23 PLLs so it's less confusing.

This revision now requires review to proceed.May 10 2016, 9:14 PM
manu marked 4 inline comments as done.May 10 2016, 9:14 PM
jmcneill edited edge metadata.
This revision is now accepted and ready to land.May 10 2016, 9:17 PM
This revision was automatically updated to reflect the committed changes.