ci: Add qcom-quickboot.yml kas overlay for QuickBoot feature - #2839
Open
Chitti Babu Theegala (ctheegal) wants to merge 1 commit into
Open
ci: Add qcom-quickboot.yml kas overlay for QuickBoot feature#2839Chitti Babu Theegala (ctheegal) wants to merge 1 commit into
Chitti Babu Theegala (ctheegal) wants to merge 1 commit into
Conversation
Test Results 117 files + 10 698 suites +78 10h 30m 35s ⏱️ - 2h 21m 15s For more details on these failures, see this check. Results for commit 01afafd. ± Comparison against base commit 9597e0b. This pull request removes 1 test.♻️ This comment has been updated with latest results. |
Chitti Babu Theegala (ctheegal)
force-pushed
the
chitti-quickboot
branch
from
July 30, 2026 18:31
96df00e to
5fb0a9e
Compare
Add `qcom-quickboot.yml` to enable Quickboot feature which helps with faster time-to-first-frame and time-to-first-sound boot time. DISTO_FEATURE quickboot is appended. Individual subsystems can be disabled by removing the corresponding sub-feature from the QUICKBOOT_SUBSYSTEMS Note: Verified on IQ-9075-EVK ( QLI-2.0 Build tag: wrynose-260725.1 ) This QuickBoot phase-1 optimization reduces driver initialization times: Display: 4.6s → 2.7s, Camera: 4.1s → 2.8s, Audio: 9.6s → 7.5s. Default setup timestamps [ 4.616166] [drm] Initialized msm 1.13.0 for ae01000.display-controller on minor 0 [ 4.142160] CAM_INFO: CAM-UTIL: cam_main_probe: 336: Spectra camera driver initialized rc : 0 [ 9.641476] iq-9075-evk wireplumber[844]: device-detection: jack.connected is nil, skipping pw-play Quickboot enabled setup timestamps [ 2.725317] [drm] Initialized msm 1.13.0 for ae01000.display-controller on minor 0 [ 2.837135] CAM_INFO: CAM-UTIL: cam_main_probe: 336: Spectra camera driver initialized rc : 0 [ 7.568301] iq-9075-evk wireplumber[862]: device-detection: jack.connected is nil, skipping pw-play Signed-off-by: Chitti Babu Theegala <ctheegal@qti.qualcomm.com>
Chitti Babu Theegala (ctheegal)
force-pushed
the
chitti-quickboot
branch
from
July 30, 2026 18:42
5fb0a9e to
01afafd
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a kas overlay file to enable the QuickBoot DISTRO_FEATURES for fast time-to-first-frame and time-to-first-sound boot optimization.
Following DISTO_FEATURES are appendend:
Usage:
kas build <machine.yml>:<distro.yml>:meta-qcom/ci/qcom-quickboot.yml
Individual subsystems can be disabled by removing the corresponding sub-feature from the DISTRO_FEATURES:append line.