Kleaf test_mapping rules are no longer used upstream and were being
skipped in our builds anyway.
Remove the test_mapping rules.
Change-Id: If8689f4572b1d1dce2c8ba03075444fa3af7d86b
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
Enable QCOM_RPROC_BOTH_DUMPS in GKI config for Blair
to collect both full and mini dumps for SSRs in the case
where both dumps collection is enabled for subsystem.
Change-Id: I95306d6b6fe5b421372c746839a44337282718d2
Signed-off-by: Song Xue <quic_songxue@quicinc.com>
With a recent change to the output directory handling from
build_with_bazel.py, some dist directory paths incorrectly used
hyphens instead of underscores.
Fix this issue by mirroring the logic in msm_common.bzl which handles
these paths properly.
Also, run buildifier to fix format of Bazel build files.
Change-Id: Ia82073f059c54f4a7f523c5bd91afdc755c70df1
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
Starting kernel version 6.1.25 vm_flags modifications are performed
after taking exclusive mmap_lock to prevent vm_flags updates racing with
vma operations. Hence use VM flags modifier functions for vm_flags
update for better control on locking behavior during these updates.
Change-Id: I5ba3ab7dd25e27fe551d9a8b0ccb5757a1ed3bcc
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
Commit 02faddf96a ("ANDROID: build: Add build_opts.txt file to
output") changed the way targets are specified. This broke the
menuconfig invocation, so fix it.
Change-Id: I23610538d1dafe1f80acccfb13684819d27ee25e
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
Starting kernel version 6.1.25 vm_flags modifications are performed
after taking exclusive mmap_lock to prevent vm_flags updates racing with
vma operations. Hence use VM flags modifier functions for vm_flags
update for better control on locking behavior during these updates.
Change-Id: Idf9a690d87535adecc8a292603b0aba051cd62e9
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
After enabling deepsleep config, we are observing
compilation error.
To resolve compilation error, added suspend header file
and moved function body before usage.
Change-Id: Ifda190a44770a33a871216819c6c5064fe9ed8b0
Signed-off-by: Viken Dadhaniya <quic_vdadhani@quicinc.com>
Signed-off-by: Darshankumar Jagdishchandra Thakkar <quic_djagdish@quicinc.com>
UART register settings will be lost during hibernation.
Update the logic such that port setup happens for
both console uart and hs uart during restore and
register settings are done accordingly.
Change-Id: Ib8b1f2f373f67547a02934025c9586ed58b7ec54
Signed-off-by: Rama Krishna Phani A <rphani@codeaurora.org>
Signed-off-by: Aniket Randive <quic_arandive@quicinc.com>
Signed-off-by: Darshankumar Jagdishchandra Thakkar <quic_djagdish@quicinc.com>
Add changes to support hibernation feature for the serial
uart driver.
Change-Id: I0dc19826e2fa1e90177ac7f5edd25e6967ddc465
Signed-off-by: Rama Krishna Phani A <rphani@codeaurora.org>
Signed-off-by: Aniket Randive <quic_arandive@quicinc.com>
Signed-off-by: Darshankumar Jagdishchandra Thakkar <quic_djagdish@quicinc.com>
Update config data to reflect latest HW changes.
Change-Id: I808f472a7a18cd2ec23bb004fdfca126299ee01c
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
Correct the cesta perf level to power state mapping table
maximum index to MAX_MAP_IDX instead of MAX_PERF_LVL.
Change-Id: Ia9e7a726620c0c7e29e2f0a125f6268d95e6d75b
Signed-off-by: Prudhvi Yarlagadda <quic_pyarlaga@quicinc.com>
This change changes the qmp command which sends to AOP.
Change-Id: I8b4377a0219c062c4814ae63f2ee9f07526287d6
Signed-off-by: yonliu <quic_yonliu@quicinc.com>
Currently, there is an issue where the request to execute a QOS
request is not being serviced, as requests will only be honored
if a CPU is offline.
Fix this by ensuring QOS requests are made on online CPUs.
Change-Id: I454a5ddf50e373dc6d4fe5ac06674288aa529f1e
Signed-off-by: Shaleen Agrawal <quic_shalagra@quicinc.com>