-
Notifications
You must be signed in to change notification settings - Fork 153
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - ci/base.yml | ||
|
|
||
| machine: iq-615-evk |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| #@TYPE: Machine | ||
| #@NAME: Qualcomm QCS615 Evaluation Kit (EVK) | ||
| #@DESCRIPTION: Machine configuration for Qualcomm Talos Evaluation Kit (EVK), with QCS615. | ||
|
|
||
| require conf/machine/include/qcom-qcs615.inc | ||
|
|
||
| MACHINE_FEATURES += "efi pci" | ||
|
|
||
| QCOM_DTB_DEFAULT ?= "talos-evk" | ||
|
|
||
| KERNEL_DEVICETREE ?= " \ | ||
| qcom/talos-evk.dtb \ | ||
| " | ||
fangwu1 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ | ||
| packagegroup-qcs615-adp-air-firmware \ | ||
| packagegroup-qcs615-adp-air-hexagon-dsp-binaries \ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't reuse ADP AIR packages. Please add EVK-specific packagegroups. |
||
| " | ||
|
|
||
| QCOM_CDT_FILE = "cdt_adp_air_sa6155p" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is not ADP Air. Don't reuse the CDT, that's for sure. |
||
| QCOM_BOOT_FILES_SUBDIR = "qcs615" | ||
|
|
||
| QCOM_PARTITION_FILES_SUBDIR ?= "partitions/qcs615-adp-air/emmc" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope, add machine-specific partition tables. |
||
Uh oh!
There was an error while loading. Please reload this page.