-
Notifications
You must be signed in to change notification settings - Fork 157
QCS615-IQ-615-EVK enablement #1272
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
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| KERNEL_DEVICETREE ?= " \ | ||
| qcom/talos-evk.dtb \ | ||
| " |
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.
Where is this DTS?
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.
the DTS will be merged in the next few days, currently there is a PR on https://github.com/qualcomm-linux/kernel-topics/pull/386.
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.
Then mark this PR as draft until the DTS is available in the kernel revision used by this layer.
a4e22fb to
531c72e
Compare
lumag
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.
Also please reoder commits logically. Currenly CI config comes first, when there is neither machine config nor any of the packages.
531c72e to
89dcdb9
Compare
Add firmware packagegroups for IQ-615-EVK board. Signed-off-by: Wu Fang <[email protected]>
Add initial machine configuration for the Qualcomm IQ-615 EVK platform. Signed-off-by: Wu Fang <[email protected]>
Add KAS configuration file and update GitHub workflows to build IQ-615 EVK board in CI. Signed-off-by: Wu Fang <[email protected]>
89dcdb9 to
b5233e3
Compare
Added machine configuration, CI build support for QCS615-IQ-615-EVK.