Skip to content

Commit 955a412

Browse files
Kathiravan Thirumoorthyandersson
authored andcommitted
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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 65702c3 commit 955a412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#define SMEM_IMAGE_TABLE_BOOT_INDEX 0
3939
#define SMEM_IMAGE_TABLE_TZ_INDEX 1
4040
#define SMEM_IMAGE_TABLE_RPM_INDEX 3
41+
#define SMEM_IMAGE_TABLE_APPSBL_INDEX 9
4142
#define SMEM_IMAGE_TABLE_APPS_INDEX 10
4243
#define SMEM_IMAGE_TABLE_MPSS_INDEX 11
4344
#define SMEM_IMAGE_TABLE_ADSP_INDEX 12
@@ -56,6 +57,7 @@
5657
*/
5758
static const char *const socinfo_image_names[] = {
5859
[SMEM_IMAGE_TABLE_ADSP_INDEX] = "adsp",
60+
[SMEM_IMAGE_TABLE_APPSBL_INDEX] = "appsbl",
5961
[SMEM_IMAGE_TABLE_APPS_INDEX] = "apps",
6062
[SMEM_IMAGE_TABLE_BOOT_INDEX] = "boot",
6163
[SMEM_IMAGE_TABLE_CNSS_INDEX] = "cnss",

0 commit comments

Comments
 (0)