-
Notifications
You must be signed in to change notification settings - Fork 153
kaanapali-mtp: add initial changes for kaanapali-mtp board #1275
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
Add initial machine configuration for the kaanapali-mtp platform Signed-off-by: Vivek Puar <[email protected]>
UEFI on kaanapali-mtp does not support parsing the DTB partition. To address this, embed the DTB inside the Unified Kernel Image(UKI). As part of this change configure the KERNEL_DEVICETREE variable to use QCOM_DTB_DEFAULT and pack DTB inside UKI. This ensures proper device tree handling during boot. Signed-off-by: Vivek Puar <[email protected]>
Add KAS configuration file and update GitHub workflow to build for kaanapali-mtp board in CI. Signed-off-by: Vivek Puar <[email protected]>
| require conf/machine/include/qcom-common.inc | ||
|
|
||
| DEFAULTTUNE = "armv9-2a" | ||
| require conf/machine/include/arm/arch-armv9-2a.inc |
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.
Is it?
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.
I believe the baseline is still v8-6a, @vivpuar please confirm.
|
|
||
| KERNEL_DEVICETREE ?= " \ | ||
| qcom/kaanapali-mtp.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.
Please also add firmware packagegroups and depend on them here.
Test run workflowTest jobs for commit 2da8eb3
|
|
And what about partition files, cdt, boot firmware, etc? |
Adding below changes for kaanapali-mtp Board: