-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add support for STM32F098xx SOC and Google Kukui reference board #20592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ulfalizer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits related to some recent cleanups.
|
All checks are passing now. checkpatch (informational only, not a failure)Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
61cd5f3 to
63d77bd
Compare
Should I do anything to resolve this warning, or leave as is? |
Could leave as is. Another option would be to mention those compatibles in a comment in a binding just to make the check happy ( Not super important at least. |
ulfalizer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits fixed.
a5f5dc2 to
d4d87ae
Compare
erwango
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this addition!
Additionally to the comments on the files, please take care to the 3 following points:
- Please add board documentation
- Please rename first commit to
soc: ...since you're actually touching soc sbsystem, not dt - Please add a dts related to cmmit to add the missing soc dtsi files
d4d87ae to
c4afcb4
Compare
c4afcb4 to
159bde0
Compare
jackrosenthal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this addition!
Additionally to the comments on the files, please take care to the 3 following points:
- Please add board documentation
Done. Apologies that the documentation may be a little slim, the board is not released yet and I'm not able to provide photos, etc.
- Please rename first commit to
soc: ...since you're actually touching soc sbsystem, not dt
Done
- Please add a dts related to cmmit to add the missing soc dtsi files
Done. It's equivalent to STM32F091xC, but I copied the files.
erwango
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments.
Also, please add yourself in front of this board in CODEOWNER file
159bde0 to
941c1c1
Compare
erwango
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One remaining comment on .dtsi package variant file name.
Otherwise this is fine.
This adds a Kconfig options and device tree configs for the STM32F098 series of SoC. Signed-off-by: Jack Rosenthal <[email protected]>
This adds support for the EC (embedded controller) on a Google reference board with codename "kukui". This board uses the STM32F098RC chip. We built an application for the board and verified UART functionality on the board. Signed-off-by: Jack Rosenthal <[email protected]> Signed-off-by: Simon Glass <[email protected]>
941c1c1 to
0ce7827
Compare
|
What steps remain in getting this merged? |
|
@jackrosenthal, we're in the process of releasing v2.1, so merge window is frozen for now. New one should be open in a couple of weeks. |
dbkinder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for docs, thanks.
This adds support for the EC (embedded controller) on a Google reference board with codename "kukui". This board uses the STM32F098RC chip. We built an application for the board and verified UART functionality on the board.