Skip to content

Conversation

b49020
Copy link
Member

@b49020 b49020 commented Aug 12, 2025

APDP firmware partition stands for "Apps Processor Debug Policy". It is generally used to enable debug functionality on a secured/fused device.

It is recommended to erase this option debug partition by default since any garbage contents with correct magic value for APDP can lead to a boot crash which was observed on RB3G2 as follows:

...
B -   1001101 - APDP -  Image Load, Start
D -       244 - Auth Metadata
B -   1009489 - Error code 65 at boot_platforminfo.c Line 76
B -   1010709 - Call Stack:
B -   1016229 - func_addr  :   1481E438
B -   1018822 - func_addr  :   1481D8BC
B -   1022482 - ^^^^^^^^^^^^^^^^^^^^^
B -   1031205 - sbl_error_handler: copied boot regions to crash dump region

Lets fix this issue on all platforms via erasing this APDP partition.

APDP firmware partition stands for "Apps Processor Debug Policy". It is
generally used to enable debug functionality on a secured/fused device.

It is recommended to erase this option debug partition by default since
any garbage contents with correct magic value for APDP can lead to a
boot crash which was observed on RB3G2 as follows:

...
B -   1001101 - APDP -  Image Load, Start
D -       244 - Auth Metadata
B -   1009489 - Error code 65 at boot_platforminfo.c Line 76
B -   1010709 - Call Stack:
B -   1016229 - func_addr  :   1481E438
B -   1018822 - func_addr  :   1481D8BC
B -   1022482 - ^^^^^^^^^^^^^^^^^^^^^
B -   1031205 - sbl_error_handler: copied boot regions to crash dump region

Lets fix this issue on all platforms via erasing this APDP partition.

Signed-off-by: Sumit Garg <[email protected]>
@lumag lumag merged commit 93ad1e5 into qualcomm-linux:main Aug 12, 2025
3 checks passed
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.

2 participants