Conversation
Test Matrix
|
sgaud-quic
left a comment
There was a problem hiding this comment.
For Change Request 4457943 and Change Task kernel.qli.2.0- Parent Software Image development is not complete.
Test Matrix
|
sgaud-quic
left a comment
There was a problem hiding this comment.
@quic-tingweiz please rebase PR on tip
a006462 to
be22bbd
Compare
Test Matrix
|
sgaud-quic
left a comment
There was a problem hiding this comment.
For Change Request 4457943 and Change Task kernel.qli.2.0- Parent Software Image development is not complete.
updated status, please have a review again. |
shashim-quic
left a comment
There was a problem hiding this comment.
I think there is an issue with this pull request. The change need to be hosted on qcom-6.18/tech/noup/debug/all from where it merges to qcom-6.8.y.
was noup/debug branch rebased?
Tingwei helped to rebase the qcom-6.18/tech/noup/debug/all branch in kernel repo. |
be22bbd to
d4623f3
Compare
|
changes combined with previous changes: CRs-Fixed: 4499925 |
Fix the wrong arrary size issue for Talos. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Configure the linked list with defined register entries in dcc_probe. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Add the registers for configuring the linked_list of the DCC driver for debugging purpose. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
…ebug The DCC device stub driver was registered with module_init(), which runs during the initcall sequence before late_initcall(). The DCC hardware depends on resources that are not yet available at that point, causing the driver to fail silently during early boot. Switch to late_initcall() so the driver initialises after all subsystem dependencies are ready. Remove the module_exit() registration since the driver is now built-in only. Update qcom_debug.config to build CONFIG_QCOM_DCC and CONFIG_QCOM_DCC_DEV as built-in (=y) instead of loadable modules (=m) to match the late_initcall() requirement and allow early boot debugging. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
…t debug The memory dump device stub driver was registered with module_init(), which runs before late_initcall(). The memory dump subsystem depends on resources that are not yet available at that point, causing the driver to fail silently during early boot. Switch to late_initcall() so the driver initialises after all subsystem dependencies are ready. Remove the module_exit() registration since the driver is now built-in only. Update qcom_debug.config to build CONFIG_QCOM_MEMORY_DUMP_DEV as built-in (=y) instead of a loadable module (=m) to match the late_initcall() requirement and allow early boot debugging. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
c510ea0 to
d17d4fa
Compare
Test Matrix
|
Fix the wrong arrary size issue for Talos.
CRs-Fixed: 4457943