Skip to content

.github: add hardware-test and compile_devicetrees - #3489

Open
ozan956 wants to merge 3 commits into
adsp-6.18.31-yfrom
linux-hw-test-smoke
Open

.github: add hardware-test and compile_devicetrees#3489
ozan956 wants to merge 3 commits into
adsp-6.18.31-yfrom
linux-hw-test-smoke

Conversation

@ozan956

@ozan956 ozan956 commented Aug 12, 2026

Copy link
Copy Markdown
Member

After the sc598-som-ezkit kernel build, run the adsp/initramfs-boot hw-test.

The kernel and device tree just built are booted to a shell entirely from RAM, on a stable boot chain (SPL/U-Boot and initramfs sourced from other repos' runs).

PR Description

  • Please replace this comment with a summary of your changes, and add any context
    necessary to understand them. List any dependencies required for this change.
  • To check the checkboxes below, insert a 'x' between square brackets (without
    any space), or simply check them after publishing the PR.
  • If you changes include a breaking change, please specify dependent PRs in the
    description and try to push all related PRs simultaneously.

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have compiled my changes, including the documentation
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly
  • I have provided links for the relevant upstream lore

After the sc598-som-ezkit kernel build, run the adsp/initramfs-boot
hw-test.

The kernel and device tree just built are booted to a shell entirely
from RAM, on a stable boot chain (SPL/U-Boot and initramfs sourced
from other repos' runs).

Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
@ozan956
ozan956 requested a review from pamolloy August 12, 2026 13:31
@ozan956 ozan956 self-assigned this Aug 12, 2026
Just to see whether dtb artifact is fine.

Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
@ozan956 ozan956 mentioned this pull request Aug 12, 2026
8 tasks

@nunojsa nunojsa left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not something I know much about but LGTM :)

Comment thread .github/workflows/top-level.yml Outdated
Comment thread .github/workflows/top-level.yml Outdated
secrets: inherit
with:
compiler: "gcc"
archs: "arm64"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
archs: "arm64"
archs: "arm arm64"

compiler: "gcc"
archs: "arm64"
dts_files: >
arch/arm64/boot/dts/adi/*.dts

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
arch/arm64/boot/dts/adi/*.dts
arch/arm64/boot/dts/adi/*.dts
arch/arm/boot/dts/adi/*.dts

@pamolloy pamolloy left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good with additional devicetrees

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants