Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: qcom: socinfo: Add support to retrieve APPSBL build details

Add support to retrieve APPS (Application Processor Subsystem) Bootloader
image details from SMEM.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250711-appsbl_crm_version-v1-1-48b49b1dfdcf@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Kathiravan Thirumoorthy and committed by
Bjorn Andersson
955a4121 65702c3d

+2
+2
drivers/soc/qcom/socinfo.c
··· 38 38 #define SMEM_IMAGE_TABLE_BOOT_INDEX 0 39 39 #define SMEM_IMAGE_TABLE_TZ_INDEX 1 40 40 #define SMEM_IMAGE_TABLE_RPM_INDEX 3 41 + #define SMEM_IMAGE_TABLE_APPSBL_INDEX 9 41 42 #define SMEM_IMAGE_TABLE_APPS_INDEX 10 42 43 #define SMEM_IMAGE_TABLE_MPSS_INDEX 11 43 44 #define SMEM_IMAGE_TABLE_ADSP_INDEX 12 ··· 57 56 */ 58 57 static const char *const socinfo_image_names[] = { 59 58 [SMEM_IMAGE_TABLE_ADSP_INDEX] = "adsp", 59 + [SMEM_IMAGE_TABLE_APPSBL_INDEX] = "appsbl", 60 60 [SMEM_IMAGE_TABLE_APPS_INDEX] = "apps", 61 61 [SMEM_IMAGE_TABLE_BOOT_INDEX] = "boot", 62 62 [SMEM_IMAGE_TABLE_CNSS_INDEX] = "cnss",