-
Notifications
You must be signed in to change notification settings - Fork 303
shikra-evk: add initial changes for shikra-evk board #2450
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
Merged
Ricardo Salveti (ricardosalveti)
merged 9 commits into
qualcomm-linux:master
from
vivpuar:shikra
Jun 30, 2026
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
73055a5
qcom-dtb-metadata: update to build version V0.8
vivpuar d8a3983
fit-dtb-compatible: add compatible strings for Shikra ITP boards
vivpuar 0c1738b
firmware-qcom-boot-shikra: Add boot firmware recipe
vivpuar d60609d
firmware-qcom-cdt-shikra: add recipe to fetch CDT
vivpuar 1387e2c
packagegroup-shikra-evk: packagegroup for Shikra-EVK
vivpuar a9d6ee8
packagegroup-machine-essential: define shikra-soc package
vivpuar 4b88535
conf/machine: add Shikra-EVK machine configuration
vivpuar a88711e
ci: add KAS configuration file for shikra-evk Board
vivpuar b4d2916
ci: Add support for shikra-evk machine in github workflow
vivpuar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: shikra-evk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Configurations and variables for Shikra SoC family. | ||
|
|
||
| SOC_FAMILY = "shikra" | ||
| require conf/machine/include/qcom-base.inc | ||
| require conf/machine/include/qcom-common.inc | ||
|
|
||
| DEFAULTTUNE = "armv8-2a-crypto" | ||
| require conf/machine/include/arm/arch-armv8-2a.inc | ||
|
|
||
| MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ | ||
| packagegroup-qcom-boot-essential \ | ||
|
vivpuar marked this conversation as resolved.
|
||
| packagegroup-machine-essential-qcom-shikra-soc \ | ||
| " | ||
|
|
||
| MACHINE_EXTRA_RRECOMMENDS += " \ | ||
| packagegroup-qcom-boot-additional \ | ||
| " | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| #@TYPE: Machine | ||
| #@NAME: Qualcomm Shikra Alpha Evaluation Kit (EVK) | ||
| #@DESCRIPTION: Machine configuration for Qualcomm Shikra Evaluation Kit (EVK) | ||
|
|
||
| require conf/machine/include/qcom-shikra.inc | ||
|
|
||
| MACHINE_FEATURES += "efi pci" | ||
|
|
||
| KERNEL_DEVICETREE ?= " \ | ||
| qcom/shikra-cqm-evk.dtb \ | ||
| qcom/shikra-cqs-evk.dtb \ | ||
| qcom/shikra-iqs-evk.dtb \ | ||
| qcom/shikra-cqm-evk-imx577-camera.dtbo \ | ||
| qcom/shikra-iqs-evk-imx577-camera.dtbo \ | ||
| " | ||
|
|
||
| MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ | ||
| packagegroup-shikra-evk-firmware \ | ||
| packagegroup-shikra-evk-hexagon-dsp-binaries \ | ||
| " | ||
|
|
||
| QCOM_CDT_FILE = "cdt_cq2390_itp_0.2.0" | ||
| QCOM_BOOT_FILES_SUBDIR = "shikra" | ||
| QCOM_PARTITION_FILES_SUBDIR ?= "partitions/shikra-evk/emmc" | ||
|
|
||
| QCOM_BOOT_FIRMWARE = "firmware-qcom-boot-shikra" | ||
| QCOM_CDT_FIRMWARE = "firmware-qcom-cdt-shikra" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| DESCRIPTION = "QCOM NHLOS Firmware for Qualcomm Shikra-EVK platform" | ||
| LICENSE = "LICENSE.qcom-2" | ||
| LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BOOTBINARIES}/LICENSE.qcom-2.txt;md5=165287851294f2fb8ac8cbc5e24b02b0" | ||
|
|
||
| FW_ARTIFACTORY = "softwarecenter.qualcomm.com/nexus/generic/product/chip/tech-package/SHIKRA_bootbinaries.1.0/shikra_bootbinaries.1.0-test-device-public" | ||
| BOOTBINARIES = "SHIKRA_bootbinaries" | ||
|
|
||
| SRC_URI = " \ | ||
| https://${FW_ARTIFACTORY}/${PV}/${BOOTBINARIES}_${PV}.zip;name=bootbinaries \ | ||
| " | ||
|
|
||
| QCOM_BOOT_IMG_SUBDIR = "shikra" | ||
|
|
||
| include firmware-qcom-boot-common.inc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| require firmware-qcom-boot-shikra.inc | ||
|
|
||
| SRC_URI[bootbinaries.sha256sum] = "df2437405516034fb2d33585c8436891f7fb765e92022256364b4cf609089d0e" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| DESCRIPTION = "CDT (Configuration Data Table) Firmware for Qualcomm Shikra Evaluation Kit (EVK)" | ||
|
|
||
| SRC_URI = " \ | ||
| https://${CDT_ARTIFACTORY}/CQ2390/cdt/cq2390-itp.zip;downloadfilename=cq2390-itp_${PV}.zip;name=cq2390-itp \ | ||
| " | ||
| SRC_URI[cq2390-itp.sha256sum] = "acc8b39a9a8ccde5e04b762e9e4c7bbddf66f0420a5d32ed69a5a74761699f7b" | ||
|
|
||
| QCOM_CDT_SUBDIR = "shikra" | ||
|
|
||
| include firmware-qcom-cdt-common.inc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| SUMMARY = "Packages for the Shikra-EVK platform" | ||
|
|
||
| inherit packagegroup | ||
|
|
||
| COMPATIBLE_MACHINE = "(qcom)" | ||
|
vivpuar marked this conversation as resolved.
|
||
|
|
||
| PACKAGES = " \ | ||
| ${PN}-firmware \ | ||
| ${PN}-hexagon-dsp-binaries \ | ||
| " | ||
|
|
||
| RRECOMMENDS:${PN}-firmware = " \ | ||
| ${@bb.utils.contains_any('DISTRO_FEATURES', 'opencl opengl vulkan', 'linux-firmware-qcom-adreno-a702 linux-firmware-qcom-shikra-adreno', '', d)} \ | ||
| ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn3950', '', d)} \ | ||
| linux-firmware-qcom-shikra-compute \ | ||
|
vivpuar marked this conversation as resolved.
|
||
| linux-firmware-qcom-shikra-audio \ | ||
| linux-firmware-qcom-shikra-modem \ | ||
| linux-firmware-qcom-shikra-qupv3fw \ | ||
| linux-firmware-qcom-vpu \ | ||
|
lumag marked this conversation as resolved.
|
||
| " | ||
|
|
||
| RDEPENDS:${PN}-hexagon-dsp-binaries = " \ | ||
| hexagon-dsp-binaries-qcom-shikra-cqm-evk-cdsp \ | ||
| hexagon-dsp-binaries-qcom-shikra-cqs-evk-cdsp \ | ||
|
lumag marked this conversation as resolved.
|
||
| hexagon-dsp-binaries-qcom-shikra-iqs-evk-cdsp \ | ||
| " | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.