[feature][T3TSK-4][v2x] Commit V2X file, missing instructions inside service
Change-Id: I637d2cf6c3c06b780e2275ec0a6f91ae34997ba1
diff --git a/meta/meta-mediatek-mt2731/recipes-lynq/lynq-cv2x/lynq-cv2x.bb b/meta/meta-mediatek-mt2731/recipes-lynq/lynq-cv2x/lynq-cv2x.bb
new file mode 100755
index 0000000..d758267
--- /dev/null
+++ b/meta/meta-mediatek-mt2731/recipes-lynq/lynq-cv2x/lynq-cv2x.bb
@@ -0,0 +1,94 @@
+inherit externalsrc package systemd
+
+DESCRIPTION = "liblynq cv2x"
+SECTION = "base"
+LICENSE = "MediaTekProprietary"
+#LIC_FILES_CHKSUM = "file://LICENSE;md5=e1696b147d49d491bcb4da1a57173fff"
+DEPENDS += "platform-libs"
+#DEPENDS += "platform-libs"
+inherit workonsrc
+WORKONSRC = "${TOPDIR}/../src/lynq/packages/apps/lynq-cv2x"
+
+
+SYSTEMD_PACKAGES = "${PN}"
+SYSTEMD_SERVICE_${PN} = "lynq_cv2x.service"
+FILES_${PN} += "${systemd_unitdir}/system/lynq_cv2x.service"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+BB_INCLUDE_ADD = "--sysroot=${STAGING_DIR_HOST}"
+BB_LDFLAGS_ADD = "--sysroot=${STAGING_DIR_HOST} -Wl,--hash-style=gnu"
+#Parameters passed to do_compile()
+EXTRA_OEMAKE = "'RAT_CONFIG_C2K_SUPPORT = ${RAT_CONFIG_C2K_SUPPORT}'\
+ 'MTK_MULTI_SIM_SUPPORT = ${MTK_MULTI_SIM_SUPPORT}'\
+ 'TARGET_PLATFORM = ${TARGET_PLATFORM}'"
+
+FILES_${PN} = "${base_libdir}/*.so \
+ ${bindir}\
+ /etc/cv2x "
+
+FILES_${PN}-dev = "/test \
+ ${includedir}"
+
+FILES_${PN}-doc = "/doc"
+
+FILES_${PN}-dbg ="${base_bindir}/.debug \
+ ${base_libdir}/.debug \
+ ${base_sbindir}/.debug"
+
+INSANE_SKIP_${PN} += "already-stripped"
+INSANE_SKIP_${PN} += "installed-vs-shipped"
+
+INSANE_SKIP_${PN} = "ldflags"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+INHIBIT_PACKAGE_STRIP = "1"
+
+#INHIBIT_PACKAGE_STRIP = "1"
+do_compile () {
+ if [ "${PACKAGE_ARCH}" = "cortexa7hf-vfp-vfpv4-neon" ]; then
+ oe_runmake all ROOT=${STAGING_DIR_HOST} OFLAGS="--sysroot=${STAGING_DIR_HOST} -Os -mhard-float -Wl,--hash-style=gnu -DTELEPHONYWARE"
+ elif [ "${PACKAGE_ARCH}" = "cortexa7hf-neon-vfpv4" ]; then
+ oe_runmake all ROOT=${STAGING_DIR_HOST} OFLAGS="--sysroot=${STAGING_DIR_HOST} -Os -mhard-float -Wl,--hash-style=gnu -DTELEPHONYWARE"
+ elif [ "${PACKAGE_ARCH}" = "cortexa53hf-neon-fp-armv8" ]; then
+ oe_runmake all ROOT=${STAGING_DIR_HOST} OFLAGS="--sysroot=${STAGING_DIR_HOST} -Os -mhard-float -Wl,--hash-style=gnu -DTELEPHONYWARE -mhard-float -mfpu=neon-fp-armv8 -mfloat-abi=hard -mcpu=cortex-a53 -mtune=cortex-a53"
+ else
+ oe_runmake all ROOT=${STAGING_DIR_HOST} OFLAGS="--sysroot=${STAGING_DIR_HOST} -Os -Wl,--hash-style=gnu -DTELEPHONYWARE"
+ fi
+}
+
+do_install () {
+ if [ -d "${WORKONSRC}" ] ; then
+ install -d ${D}/etc/cv2x
+ install -d ${D}${bindir}/
+ install -m 0755 ${S}lynq-cv2x ${D}${bindir}/
+ install -m 0755 ${S}/release-es2/cv2x-example ${D}${bindir}/
+ install -m 0755 ${S}/release-es2/atk_flasher ${D}${bindir}/
+ install -m 0755 ${S}/release-es2/atk_flasher ${D}/etc/cv2x/atk_flasher
+ install -m 0644 ${S}/release-es2/calib_file.bin ${D}/etc/cv2x/calib_file.bin
+ install -m 0755 ${S}/release-es2/cgen ${D}/etc/cv2x/cgen
+ install -m 0644 ${S}/release-es2/cv2x_rrc_config.uper ${D}/etc/cv2x/cv2x_rrc_config.uper
+ install -m 0644 ${S}/release-es2/cv2x_sw_config.txt ${D}/etc/cv2x/cv2x_sw_config.txt
+ install -m 0755 ${S}/release-es2/cv2x-example ${D}/etc/cv2x/cv2x-example
+ install -m 0644 ${S}/release-es2/device_logs.csv ${D}/etc/cv2x/device_logs.csv
+ install -m 0644 ${S}/release-es2/diag-cli ${D}/etc/cv2x/diag-cli
+ install -m 0644 ${S}/release-es2/dsp_sw_rev3.bin ${D}/etc/cv2x/dsp_sw_rev3.bin
+ install -m 0755 ${S}/release-es2/pgen ${D}/etc/cv2x/pgen
+ install -m 0644 ${S}/release-es2/rf_config.bin ${D}/etc/cv2x/rf_config.bin
+ install -m 0644 ${S}/release-es2/SECTON.packed_bin.rom.injected ${D}/etc/cv2x/SECTON.packed_bin.rom.injected
+ install -m 0644 ${S}/release-es2/sw_config.txt ${D}/etc/cv2x/sw_config.txt
+ install -m 0644 ${S}/release-es2/libatlkremote_linux_u.so ${D}/etc/cv2x/libatlkremote_linux_u.so
+ install -m 0644 ${S}/release-es2/libcli.so ${D}/etc/cv2x/libcli.so
+ install -m 0644 ${S}/release-es2/libcv2x.so ${D}/etc/cv2x/libcv2x.so
+ install -m 0644 ${S}/release-es2/libsmx.so ${D}/etc/cv2x/libsmx.so
+ install -m 0755 ${S}/release-es2/packet.sh ${D}/etc/cv2x/packet.sh
+
+ fi
+
+ install -d ${D}${systemd_unitdir}/system/
+ install -m 0644 ${S}/lynq_cv2x.service ${D}${systemd_unitdir}/system
+}
+
+addtask bachclean
+do_bachclean () {
+ oe_runmake clean
+}
+
diff --git a/meta/meta-mediatek-mt2731/recipes-lynq/packagegroups/packagegroup-lync-mt2731.bb b/meta/meta-mediatek-mt2731/recipes-lynq/packagegroups/packagegroup-lync-mt2731.bb
index 2d0cdbc..e42b3e4 100755
--- a/meta/meta-mediatek-mt2731/recipes-lynq/packagegroups/packagegroup-lync-mt2731.bb
+++ b/meta/meta-mediatek-mt2731/recipes-lynq/packagegroups/packagegroup-lync-mt2731.bb
@@ -26,4 +26,5 @@
lynq-low-power \
liblynq-logdata-handle \
lynq-gnss-test \
+ lynq-cv2x \
"
diff --git a/src/lynq/packages/apps/lynq-cv2x/LICENSE b/src/lynq/packages/apps/lynq-cv2x/LICENSE
new file mode 100755
index 0000000..77f59ed
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/LICENSE
@@ -0,0 +1,31 @@
+Copyright Statement:
+
+This software/firmware and related documentation ("MediaTek Software") are
+protected under relevant copyright laws. The information contained herein is
+confidential and proprietary to MediaTek Inc. and/or its licensors. Without
+the prior written permission of MediaTek inc. and/or its licensors, any
+reproduction, modification, use or disclosure of MediaTek Software, and
+information contained herein, in whole or in part, shall be strictly
+prohibited.
+
+MediaTek Inc. (C) 2015. All rights reserved.
+
+BY OPENING THIS FILE, RECEIVER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
+THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
+RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO RECEIVER
+ON AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL
+WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
+NONINFRINGEMENT. NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH
+RESPECT TO THE SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY,
+INCORPORATED IN, OR SUPPLIED WITH THE MEDIATEK SOFTWARE, AND RECEIVER AGREES
+TO LOOK ONLY TO SUCH THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO.
+RECEIVER EXPRESSLY ACKNOWLEDGES THAT IT IS RECEIVER'S SOLE RESPONSIBILITY TO
+OBTAIN FROM ANY THIRD PARTY ALL PROPER LICENSES CONTAINED IN MEDIATEK
+SOFTWARE. MEDIATEK SHALL ALSO NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE
+RELEASES MADE TO RECEIVER'S SPECIFICATION OR TO CONFORM TO A PARTICULAR
+STANDARD OR OPEN FORUM. RECEIVER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S
+ENTIRE AND CUMULATIVE LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE
+RELEASED HEREUNDER WILL BE, AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE
+MEDIATEK SOFTWARE AT ISSUE, OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE
+CHARGE PAID BY RECEIVER TO MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
diff --git a/src/lynq/packages/apps/lynq-cv2x/Makefile b/src/lynq/packages/apps/lynq-cv2x/Makefile
new file mode 100755
index 0000000..72acb30
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/Makefile
@@ -0,0 +1,46 @@
+SHELL = /bin/sh
+RM = rm -f
+
+LOCAL_CFLAGS := -Wall \
+ -g -Os \
+ -flto \
+ -DRIL_SHLIB \
+ -DATCI_PARSE \
+ -DKEEP_ALIVE \
+ -D__LINUX_OS__ \
+ -DECALL_SUPPORT
+
+
+
+
+LOCAL_PATH = .
+
+LOCAL_C_INCLUDES = \
+ -I. \
+ -I$(ROOT)$(includedir) \
+ -I$(ROOT)$(includedir)/logger \
+
+
+LOCAL_LIBS := \
+ -L. \
+ -ldl \
+ -lpthread \
+
+
+SOURCES = $(wildcard *.c src/*.c)
+
+EXECUTABLE = lynq-cv2x
+
+OBJECTS=$(SOURCES:.c=.o)
+all: $(EXECUTABLE)
+
+$(EXECUTABLE): $(OBJECTS)
+ $(CXX) $(OBJECTS) $(LOCAL_LIBS) $(LOCAL_CFLAGS) $(LOCAL_C_INCLUDES) -o $@
+
+%.o : %.c
+ $(CC) $(LOCAL_C_INCLUDES) $(LOCAL_CFLAGS) $(LOCAL_LIBS) -o $@ -c $<
+
+.PHONY: clean
+clean:
+ $(RM) $(OBJECTS) $(EXECUTABLE)
+
diff --git a/src/lynq/packages/apps/lynq-cv2x/lynq_cv2x.service b/src/lynq/packages/apps/lynq-cv2x/lynq_cv2x.service
new file mode 100755
index 0000000..e5ed56d
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/lynq_cv2x.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=lynq cv2x service
+After=wmtd.service
+
+[Service]
+StandardOutput =syslog+console
+Type=oneshot
+RemainAfterExit=no
+ExecStart=/usr/bin/lynq-cv2x
+
+[Install]
+Alias=pwrwifid
+WantedBy=multi-user.target
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/SECTON.packed_bin.rom.injected b/src/lynq/packages/apps/lynq-cv2x/release-es2/SECTON.packed_bin.rom.injected
new file mode 100755
index 0000000..5d425ea
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/SECTON.packed_bin.rom.injected
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/atk_flasher b/src/lynq/packages/apps/lynq-cv2x/release-es2/atk_flasher
new file mode 100755
index 0000000..1307cd2
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/atk_flasher
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/calib_file.bin b/src/lynq/packages/apps/lynq-cv2x/release-es2/calib_file.bin
new file mode 100755
index 0000000..4357784
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/calib_file.bin
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/cgen b/src/lynq/packages/apps/lynq-cv2x/release-es2/cgen
new file mode 100755
index 0000000..11d2785
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/cgen
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x-example b/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x-example
new file mode 100755
index 0000000..9e6ef16
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x-example
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x_rrc_config.uper b/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x_rrc_config.uper
new file mode 100755
index 0000000..6087310a
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x_rrc_config.uper
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x_sw_config.txt b/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x_sw_config.txt
new file mode 100755
index 0000000..483ae10
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/cv2x_sw_config.txt
@@ -0,0 +1,26 @@
+/* use 0x100 for tx only mode DSP_CONTROL_F_RX_DATA_PROC_DISABLE*/
+/* use 0x200 to disable rssi sorting DSP_CONTROL_F_RSSI_SORTING_DISABLE*/
+/* use 0x400 to Decode HARQ second frame also if first was decoded successfully DSP_CONTROL_F_HARQ_FORCE_DECODE_SECOND */
+/* use 0x800 to Disable High Doppler feature DSP_CONTROL_F_HIGH_DOPPLER_DISABLE */
+/* use 0x0 to enable rssi sorting (which disables harq) */
+cv2x_lmac_flags=0x200
+
+/* subset config */
+cv2x_subchannel_bitmap_mcs0=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs1=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs2=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs3=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs4=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs5=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs6=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs7=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs8=0xFFFFFFFF
+cv2x_subchannel_bitmap_mcs9=0x0
+cv2x_subchannel_bitmap_mcs10=0x0
+cv2x_subchannel_bitmap_mcs11=0xFFFFF
+cv2x_subchannel_bitmap_mcs12=0x3FFFF
+cv2x_subchannel_bitmap_mcs13=0xFFFF
+cv2x_subchannel_bitmap_mcs14=0x3FFF
+cv2x_subchannel_bitmap_mcs15=0x1FFF
+cv2x_subchannel_bitmap_mcs16=0xFFF
+cv2x_subchannel_bitmap_mcs17=0x7FF
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/device_logs.csv b/src/lynq/packages/apps/lynq-cv2x/release-es2/device_logs.csv
new file mode 100755
index 0000000..0a08ab8
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/device_logs.csv
@@ -0,0 +1,3676 @@
+
+file_id,0,wlan_dsp_utils.c
+"value:%d",0,237
+"array_size = %d\n",1,635
+"tempr_arr[0] = %d\n",2,651
+"Unrecognized TLV type %d, skipping.\n",3,825
+"Invalid magic %x",4,974
+"Invalid format (type) %d",5,1020
+"Invalid format (size) %d",6,1028
+"type:%x size:%x",7,1034
+"Invalid format %d",8,1037
+"Unrecognized TLV type %d, skipping.\n",9,1346
+
+file_id,1,atlk_mailbox.c
+"req_status=0x%08x, pending_interrupts=0x%08x irq_mask=0x%08x",0,39
+"Invalid mailbox_id=%d",1,50
+"mailbox_base is NULL",2,66
+"mailbox is NULL",3,71
+"mailbox is NULL",4,96
+"Invalid source mask == 0",5,116
+"Only a single bit is valid as argument: source_mask=%u",6,128
+"Invalid bit: %u",7,135
+"Invalid mailbox == NULL",8,157
+"Invalid source int_handler == NULL",9,162
+"interrupt_source_mask=%u is already registered: interrupt_handlers[bit=%u]=%p",10,175
+"Invalid mailbox == NULL",11,197
+"Called",12,229
+"bit_mask=0x%08x",13,246
+"Interrupt: %u, but no handler",14,256
+"mailbox is NULL",15,277
+"interrupt_mask=0x%08x",16,284
+
+file_id,2,block_pool.c
+"Block pool descriptor is not specified",0,20
+"Block pool memory area is not specified",1,25
+"Block pool memory area is not aligned in a uintptr_t boundary",2,31
+"BLOCK_POOL_ATTRIBUTE_THREAD_SAFE and BLOCK_POOL_ATTRIBUTE_TASKLET_SAFE cannot be used together on the same pool",3,39
+"Block pool descriptor is not specified",4,84
+"Allocated block is not specified",5,89
+"Block pool is not initialized",6,94
+"Block pool descriptor is not specified",7,203
+"Block pool is not initialized",8,208
+
+file_id,3,boot_timer.c
+"All phases marked",0,56
+"mtu_init failed",1,134
+
+file_id,6,cyclic_buffer.c
+"Line number: %u",0,101
+"RO: %u, WO: %u, RS: %u, WS: %u, HS: %u HP: %x",1,102
+"cyclic_buffer_enqueue failed, null pointer",2,204
+"invalid NULL pointer",3,247
+"buffer is was not initialized",4,255
+"invalid NULL pointer",5,273
+"buffer is was not initialized",6,281
+"cyclic_buffer_deinit failed, NULL pointer",7,297
+"cyclic_buffer_init failed, NULL pointer",8,317
+"cyclic_buffer_init failed, input buffer size is to small",9,322
+"cyclic_buffer_enqueue failed, null pointer",10,361
+"total room needed needed %u is bigger than (buffer size - buffer_header) / 2 %u, buffer address 0x%08x",11,389
+"cyclic_buffer_dequeue failed, null pointer 0x%x 0x%x 0x%x",12,518
+"buffer_size is zero or magic number is not as expected",13,528
+"cyclic_buffer_0x%08x: payload_dequeue failed, prefix overrun setting read_offset = write_offset",14,558
+"cyclic_buffer_0x%08x: payload_dequeue failed, payload size is to big: %d, setting read_offset = write_offset",15,571
+
+file_id,9,osal_mux_io.c
+"craton2_soc_revision_get() failed! rc=%d",0,103
+"No access to M3_GPIO bank",1,112
+"Invalid bank %u",2,119
+"Invalid gpio: bank %u gpio %u",3,126
+"Failed to map gpio registers (start=0x%08lx, len=%zu), rc %d",4,140
+"Failed to get virtual address",5,147
+"Invalid modes: mode %u",6,180
+"Failed to unmap gpio registers rc %d",7,192
+
+file_id,12,remote_counters.c
+"remote_counters_ptr is NULL",0,10
+"counters_ptr is NULL",1,15
+"remote_counters_ptr is NULL",2,45
+"counters_ptr is NULL",3,50
+
+file_id,14,spscq.c
+"Failed to wait SPSCQ_sem_element_count",0,127
+
+file_id,17,wait.c
+"timeout is NULL",0,22
+"*timeout is NULL",1,27
+"Timeout is not specified",2,79
+"Invalid wait option type %d",3,101
+
+file_id,18,rt.c
+"Registration of COMMON/RT statistics failed, rc = %u",0,167
+"Creating tpdu pool: num of elements %d, element size %d (includes metadata), total %u",1,171
+"Creating HB pool: num of elements %d, element size %d (includes metadata), total %u",2,185
+"Creating fragments send pool: num of elements %d, element size %d (includes metadata), total %u",3,199
+"Creating fragmentation recv pool: num of elements %d, element size %d (includes metadata), total %u",4,213
+"block_pool_deinit failed, rc = %d",5,250
+"block_pool_deinit failed, rc = %d",6,255
+"block_pool_deinit rt_fragments_send_block_pool_g failed, rc = %d",7,260
+"block_pool_deinit rt_fragmentation_recv_block_pool_g failed, rc = %d",8,265
+"Mandatory arguments not specified",9,300
+"L2 not ready",10,309
+"l2_packet_recv failed: rc = %d",11,321
+"Expected packet index %d, but received %d",12,346
+"Expected fragment index %d, but received %d",13,362
+"Packet too big %d > %d",14,391
+"Packet too big %d > %d",15,393
+"block_pool_alloc failed, rc = %d",16,409
+"Failed to copy fragment data",17,424
+"Packet too big %d > %d",18,436
+"Packet too big %d > %d",19,438
+"RT CRC mismatch: calculated %08X but received %08X",20,468
+"RT version mismatch: expected %d but received %d",21,477
+"secure_hdif_buffer_decrypt_and_authenticate failed rc=%d",22,515
+"Mandatory argument not specified",23,596
+"L2 not ready",24,607
+"secure_hdif_buffer_cbc_encrypt_and_cmac_get Failed %d",25,657
+"Not enough L2 space available for %d bytes",26,709
+"Not enough memory in L2",27,723
+"block_pool_alloc failed, rc = %d",28,745
+"Failed to push data",29,763
+"l2_packet_send() failed - rv=%d",30,781
+"Mandatory arguments not specified",31,866
+"rt_packet_ptr does not have SDU",32,871
+"Invalid pre_len %d",33,879
+"data_size %u exceeds L2 pkt pre_len %u",34,884
+"Mandatory arguments not specified",35,904
+"rt_packet_ptr does not have SDU",36,909
+"data_size %u exceeds l2_pkt data_length len %u",37,917
+"Mandatory arguments not specified",38,943
+"rt_packet_ptr does not have SDU",39,948
+"Invalid post_len %d",40,956
+"data_size %u exceeds l2_pkt pkt post_len %u",41,961
+"Mandatory arguments not specified",42,982
+"Mandatory arguments not specified",43,1001
+"rt_packet_ptr does not have SDU",44,1006
+"data_size %u exceeds l2_pkt pkt len %u",45,1016
+"Mandatory arguments not specified",46,1050
+"rt_packet_ptr does not have SDU",47,1055
+"rt_l2_pkt pointers are out of range",48,1060
+"rt_packet_ptr is NULL",49,1089
+"RT Packet data_start NULL",50,1093
+"rt_packet_ptr is NULL",51,1104
+"RT Packet data_start NULL",52,1108
+"rt_stat_ptr parameter not specified",53,1119
+"available %lu, total_vlocks %lu",54,1146
+
+file_id,19,craton2_soc.c
+"Mandatory function argument is not specified",0,21
+"Get cut revision from shared data has failed; rc = %d",1,28
+"Get erom version from shared data has failed; rc = %d",2,34
+"Unknown SoC revision - rom_version=0x%04x, erom_version=0x%02x, cut_rev=0x%02x",3,77
+"CRATON-2 SoC revision: rom_version=0x%04x, erom_version=0x%02x, cut_rev=0x%02x, soc_rev=0x%02x",4,84
+"Mandatory function argument is not specified",5,97
+"shared_data_erom_version_get() failed! rc=%d",6,104
+"soc_erom_version = 0x%x",7,109
+
+file_id,20,atlk_cca.c
+"Invalid args: cca_gpio = %u",0,26
+"Invalid args: cca_gpio = %u",1,40
+"mux_io_set failed for cca_gpio = %u, mode = %u, rc = %u",2,49
+"lmac_driver_wdm_control_mem_read failed, rc = %u",3,57
+"lmac_driver_wdm_control_mem_write failed, rc = %u",4,68
+
+file_id,21,atlk_pps.c
+"Invalid args: pps_gpio %u",0,21
+"mux_io_set failed for pps_gpio %u, mode %u, rc %u",1,29
+
+file_id,22,rf_loader.c
+"Failed to get sw_config, rc = %u",0,89
+"Calibration file wasn't loaded from Host",1,108
+"Invalid calibration file size, %u > %u",2,114
+"Reading calibration file from Host",3,119
+"Reading calibration file from EEPROM",4,125
+"RF configuration file wasn't loaded from Host",5,145
+"Invalid RF configuration file size, %u > %u",6,151
+"Reading RF configuration file from Host",7,156
+"Reading RF configuration file from EEPROM",8,162
+"Extended calibration file wasn't loaded from Host",9,171
+"Reading extended calibration file from Host",10,177
+"Invalid file_type %u",11,184
+"Bad arg(s)",12,199
+"wlan_dsp_get_auxilary_mem_bin_size() - failed, rc = %u",13,264
+"rf_loader file %u: CRC OK, 0x%08x, size %d",14,275
+"rf_loader file %u: CRC failed, expected 0x%08x, actual 0x%08x, size %d",15,278
+"'buffer_pptr' is null",16,309
+"'*size' is null",17,315
+"eprom_offsets_get() - failed, rc = %u",18,323
+"rf_loader file %u: offset = %u, size = %u",19,335
+"rf_loader file %u: read failed, rc = %u",20,346
+"'size' is NULL or 0",21,387
+"Enter, total size %u",22,432
+"size %u exceeds max %d",23,436
+"Out of memory",24,446
+"size %u",25,455
+"Wrong buffer",26,475
+"chunk_size %u exceeds max %d",27,480
+"chunk_size %u exceeds total size %u",28,485
+"Offset %u exceeds total size %u",29,490
+"Offset + chunk_size %u exceeds total size %u",30,495
+"size %u, offset %u",31,501
+"rf_loader file %u: file not found",32,522
+"one_byte_checksum failed, rc = %u",33,529
+"Invalid Digest",34,534
+"Digest %u match",35,539
+"EEPROM isn't supported",36,553
+"rf_loader file %u: failed to write, invalid format",37,559
+"rf_loader file %u: Failed to write, size doesn't match %d %d",38,569
+"rf_loader file %u: failed to write to eeprom, rc = %u",39,577
+"Calibration size exceeds %d",40,583
+"rf_loader file %u: failed to read (in order to verify), rc = %u",41,590
+"rf_loader file %u: failed verifying",42,596
+"chunk_size %u exceeds max %d",43,626
+"offset %u exceeds total size %d",44,631
+"'data' is null",45,636
+"chunk_size = %u, offset = %u",46,641
+"max_size = %d",47,642
+"rf_loader file %u: failed to read chunk, rc = %u",48,649
+"Failed to map auxiliary memory (start=0x%08lx), rc = %u",49,668
+"Failed to get EEPROM offsets initialization status, rc = %u",50,680
+"Failed to get EEPROM offsets, rc = %u",51,692
+"sw_config_get Failed, rc = %u",52,698
+"Cfg initialized successfully",53,715
+
+file_id,23,ceva_loader.c
+"Qswap",0,22
+"start",1,44
+"raw_binary_image is NULL",2,47
+"raw_binary_size is 0",3,51
+"dst is NULL",4,55
+"dst_mem_size is 0",5,59
+"Switching 128-bit dword endianness: dst=%p",6,78
+"Switching 64-bit dword endianness: dst=%p",7,117
+"WARNING: mem_switch_dwords_qswap() not supported on accordo5",8,121
+
+file_id,24,ceva_loader_dma.c
+"Enter",0,119
+"DMA Transfer complete",1,182
+"DMA Transfer not complete, ch1_blk_ts_val %x tmp %x",2,193
+"DMA Transfer Failed",3,197
+
+file_id,25,ceva_loader_driver.c
+"physmem_map failed, rc = %u",0,122
+"Stored %u bytes from %p into WLAN debug memory (%p)",1,132
+"physmem_unmap failed, rc = %u",2,137
+"Invalid type %u",3,172
+"relocating dsp_buffer_address from: 0x%x, to: 0x%x",4,201
+"Failed to map physical memory for CEVA configuration ",5,226
+"(start=0x%08x, len=%d), rc %d",6,227
+"physmem_unmap failed, rc=%d",7,243
+"Secure load library is not loaded. unable to authenticate image",8,312
+"Secure load library is loaded as Module %d",9,316
+"Image verification with security level= %d",10,348
+"Image verified, addr=0x%x (%u bytes)",11,366
+"Image not verified, proceeding with image (addr=0x%x, size=%d) as security level is zero",12,370
+"Ceva image verification failed\r\n",13,377
+"physmem_map failed, rc = %u",14,409
+"memcpy(%p, %p, %d)\r\n",15,415
+"physmem_unmap failed, rc = %u",16,424
+"Invalid type %d",17,440
+"size %u exceeds max %d",18,451
+"craton2_soc_revision_g_get failed, rc %u",19,460
+"image_address_unmap() failed, rc %d",20,473
+"image_address_map() failed, rc %d",21,489
+"Invalid type %d",22,528
+"type %d not as expected %d",23,534
+"chunk_size %u exceeds max %d",24,540
+"image_buffer_ptr=%x, size %u, offset %u",25,546
+"offset + chunk_size %u exceeds total size %u",26,550
+"Image isn't mapped",27,557
+"Invalid type %d",28,620
+"type %d not as expected %d",29,626
+"Size is zero",30,632
+"File of type %d is empty or does not exist",31,638
+"buffer ptr = %p, buffer size = %u",32,642
+"one_byte_checksum failed, rc = %u",33,646
+"ceva_loader_authenticate() failed, rc %d",34,659
+"ceva_loader(type=%d) authentication OK.",35,663
+"Post authentication: buffer ptr = %p, buffer size = %u",36,669
+"ceva_loader(type=%d) size is greater than 32KB",37,676
+"ceva_loader(type=%u) isn't compressed",38,687
+"ceva_loader(type=%u) is compressed, decompressing...",39,690
+"image_address_unmap() failed, rc %d",40,696
+"image_address_map() failed, rc %d",41,709
+"compressed size (%u) is bigger than image size (%u)",42,730
+"wlan_debug_memory_image_store failed, rc = %u",43,748
+"Not enough space exist for DSP image. start = %p, end = %p, requested size = %u",44,757
+"image moved from %p to %p",45,769
+"image decompress succeeded",46,777
+"%u bytes decompressed from %p to %p",47,778
+"image decompress failed",48,784
+"image size %u not %d aligned",49,793
+"physmem_map failed, rc = %u",50,810
+"copied+swapped %u bytes from %p to %p",51,826
+"copied %u bytes from %p to %p",52,831
+"physmem_unmap failed, rc=%d",53,838
+"Invalid Digest, digest.value=%u, exp_digest=%u",54,846
+"Digest %u match, type %d",55,856
+"ceva_dsp_full_reset",56,859
+"ceva_dsp_full_reset() failed rc %u",57,863
+"physmem_map failed",58,874
+"Failed to get pointer from physmem_ptr_get",59,880
+"dma_rgf_address = %x",60,884
+"physmem_map failed",61,895
+"memcpy(%p, %p, %d)\r\n",62,909
+"ceva_loader_sdma_copy_dtcm_to_ptcm() failed, rc %u",63,915
+"physmem_unmap failed, rc=%d",64,924
+"physmem_unmap failed, rc=%d",65,930
+"ceva_loader_sdma_copy_dtcm_to_ptcm() failed, rc %u",66,941
+"ceva_loader_sdma_copy_dtcm_to_ptcm OK, size=%d",67,944
+"Failed to map physical memory for CEVA configuration ",68,954
+"(start=0x%08x, len=%d), rc %d",69,955
+"physmem_unmap failed, rc=%d",70,969
+"ceva_loader_dtcm_copy_in_chunks failed, rc = %u",71,981
+"Failed to map physical memory for DSP cookie",72,1006
+"(start=0x%08x, len=%d), rc %d",73,1007
+"physmem_unmap failed, rc=%d",74,1023
+"wlan_dsp_parse_version_str failed, rc %u",75,1029
+"Expected DSP SW revision 1, protocol mismatch.",76,1057
+"Expected DSP SW revision 2, protocol mismatch.",77,1066
+"Expected DSP SW revision 3, protocol mismatch.",78,1073
+"Unsuppported SoC revision 0x%X",79,1079
+"DSP version matches baseband V2X hardware revision",80,1084
+"calling ceva_dsp_release_from_reset",81,1087
+"ceva_dsp_release_from_reset() failed rc %u",82,1092
+"calling ceva_dsp_release_from_reset OK",83,1096
+"File type %d doesn't need special ceva dsp handling",84,1099
+"DSP Loaded OK",85,1102
+"image_address_unmap() failed, rc %d",86,1110
+
+file_id,26,ceva_loader_lib.c
+"count (%u) > max_count (%u)",0,40
+"[%u] DSP PC=0x%08x",1,52
+"Failed to map physical memory for CEVA configuration (start=0x%08x, len=%d), rc %u",2,73
+"Failed to get pointer from physmem_ptr_get",3,81
+"physmem_unmap failed, rc=%d",4,98
+"Failed to map physical memory for CEVA configuration (start=0x%08x, len=%d), rc %u",5,120
+"Failed to get pointer from physmem_ptr_get",6,128
+"physmem_unmap failed, rc=%d",7,143
+"Failed to map physical memory for CEVA configuration (start=0x%08x, len=%d), rc %u",8,170
+"Failed to get pointer from physmem_ptr_get",9,178
+"regs_mem unaligned",10,184
+"physmem_unmap failed, rc=%d",11,239
+"m0_reset failed, rc=%d",12,255
+"dsp_reset failed, rc=%d",13,263
+
+file_id,27,generic_memory_block.c
+"Failed to map DSP memory (start=0x%08lx, len=%zu), rc %d",0,36
+"Buffer virtual_address_base is NULL",1,43
+"Mapped DSP memory at unaligned addresss %p",2,48
+"physmem_unmap failed, rc=%d",3,52
+"heap is NULL",4,69
+"heap->name is NULL",5,74
+"heap->size is 0",6,79
+"heap->buffer_ptr_alignment is 0",7,84
+"Memory block already initialized!",8,92
+"Buffer phys_address_base %zu unaligned to mask=%zu",9,97
+"Buffer virtual_address_base is NULL",10,110
+"Buffer virtual_address_base %p unaligned to mask=%zu",11,114
+"generic_memory_block_ioremap() failed, rc=%d",12,125
+"Invalid mode: %d",13,132
+"heap is NULL",14,152
+"Memory block not initialized",15,158
+"Not enough memory left in DSP (needed=%zu, left=%zu)",16,174
+"Memory block not initialized",17,200
+"DSP memory buffers physmem_unmap failed, rc=%d",18,208
+
+file_id,28,process_shared_memory.c
+"process_shared_memory_associate failed, invalid paramter",0,23
+"process_shared_memory_associate failed, allocation index is in use",1,28
+"process_shared_memory_buffer_release failed, invalid paramter",2,54
+"process_shared_memory_buffer_release failed, process id not found",3,66
+"process_shared_memory_buffer_get failed",4,89
+"process_shared_memory_buffer_get failed",5,94
+"process_shared_memory_buffer_get: process id: %d, mem allocated addreass 0x%08x, with size %u[byte]",6,106
+"process_shared_memory_buffer_get failed, No free buffer was found",7,114
+"process_shared_memory_init failed, shared memory is already initialized",8,125
+"kzalloc failed: shared_memory_buffer_ptr_g was not allocated",9,132
+
+file_id,30,aesa100_ccm.c
+"AES driver not initialized",0,72
+"Mandatory function argument is not specified",1,84
+"Invalid argument: header_ptr is not specified but header_size %lu != 0",2,91
+"Invalid argument: header_ptr is specified but header_size = 0",3,98
+"Invalid argument: input is not specified but input size %lu != 0",4,105
+"Invalid argument: output is not specified but input size %lu != 0",5,112
+"Invalid argument: output or input is specified but input size = 0",6,120
+"Authentication tag size %zu < minimum %u",7,133
+"aesa100_key_size returns zero",8,217
+"Failed to lock concurrency sem (rc=%d)",9,224
+
+file_id,31,aesa100_cmac.c
+"AES driver not initialized",0,50
+"Mandatory function argument is not specified",1,61
+"Invalid argument: message is not specified but message size %lu != 0",2,67
+"Invalid argument: message is specified but message size = 0",3,74
+"aesa100_key_size returns zero",4,82
+"Failed to lock concurrency sem (rc=%d)",5,89
+
+file_id,32,aesa100_crypt.c
+"AES driver not initialized",0,74
+"Mandatory function argument is not specified",1,85
+"Initialization vector is not specified",2,95
+"We currently support only ECB and CBC modes",3,103
+"Invalid size %zu (must be positive divisible by the AES block size %u)",4,111
+"aesa100_key_size returned zero",5,120
+"Failed to lock concurrency sem (rc=%d)",6,127
+
+file_id,33,aesa100_driver.c
+"Called",0,58
+"Failed to remove physical memory mapping (rc=%d)",1,66
+"Failed to map I/O physical memory region (start=0x%08x, len=%d), rc %d",2,92
+"physmem_ptr_get failed",3,100
+"Failed to register AES/DRIVER flow counters, rc = %u",4,113
+
+file_id,34,aesa100_gcm.c
+"AES driver not initialized",0,91
+"Mandatory function argument is not specified",1,102
+"Invalid argument: header is not specified but header size %lu != 0",2,108
+"Invalid argument: header is specified but header size = 0",3,115
+"Invalid header size %zu (> maximum %lu)",4,121
+"Invalid argument: input is not specified but input size %lu != 0",5,129
+"Invalid argument: output is not specified but input size %lu != 0",6,136
+"Invalid input size %zu (> maximum %lu)",7,143
+"Invalid argument: input is specified but input size = 0",8,151
+"Authentication tag size %zu < minimum %u",9,163
+"aesa100_key_size returned zero",10,187
+"Failed to lock concurrency sem (rc=%d)",11,194
+
+file_id,35,aesa100_io.c
+"W 0x%08x 0x%08x",0,31
+"W 0x%08x 0x%08x",1,39
+"R 0x%08x 0x%08x",2,64
+"R 0x%08x 0x%08x",3,75
+"R 0x%08x 0x%08x",4,99
+"R 0x%08x 0x%08x",5,111
+"W 0x%08x 0x%08x",6,136
+"W 0x%08x 0x%08x",7,146
+
+file_id,49,dbg_driver_mem.c
+"Failed to write to DSP control memory at address 0x%lx, rc = %u",0,93
+"Failed to read DSP control memory",1,105
+"Failed to write to WLAN DSP memory at address 0x%x, rc = %u",2,119
+"Failed to read from WLAN DSP memory at address 0x%x, rc = %u",3,133
+
+file_id,50,dbg_driver_wlan.c
+"lmac_driver_dbg_init failed, rc = %u",0,18
+"Invalid if_index = %u",1,40
+"Invalid if_index = %u",2,55
+"Invalid if_index = %u",3,71
+"Invalid argument: if_index = %u",4,88
+"Invalid parameter: data_pptr = %p, data_size_ptr = %p",5,104
+"lmac_driver_dbg_dsp_cookie_snapshot_get, rc = %u",6,111
+"Invalid parameter: if_index = %u",7,124
+"Invalid parameter: value_ptr is NULL",8,129
+"Failed to get DSP ring info from WLAN driver",9,136
+"Invalid parameter: if_index = %u",10,153
+"Invalid parameter: value = %d",11,158
+"Failed to get DSP ring info from WLAN driver",12,165
+
+file_id,51,ddm_blob.c
+"Failed to get sw_config_ptr, rc %u",0,83
+"calib file location is invalid, lmac_calib_file_location %d",1,115
+"Failed to get sw_config_ptr, rc %u",2,137
+"RF CONFIG file location is invalid, lmac_rf_config_file_location %d",3,153
+"Invalid BLOB type %d",4,228
+"ddm_state %d not appropriate for blob type %d",5,234
+"Mandatory argument not specified",6,252
+"DDM BLOB Not initialized",7,262
+"rf_loader_read_start failed, rc = %u",8,277
+"Invalid BLOB type %d",9,293
+"Mandatory argument not specified",10,311
+"DDM BLOB Not initialized",11,321
+"rf_loader_read_chunk failed, rc = %u",12,330
+"rf_loader_read_chunk failed, rc = %u",13,346
+"Invalid BLOB type %d",14,360
+"Enter",15,381
+"Mandatory argument not specified",16,383
+"DDM BLOB Not initialized",17,393
+"ddm_ctrl_state_get failed, rc %u",18,400
+"ceva_loader_driver_load_start failed, ceva_file_type %d rc %u",19,417
+"ceva_loader_driver_load_start failed, ceva_file_type %d rc %u",20,427
+"ceva_loader_driver_load_start failed, ceva_file_type %d rc %u",21,437
+"ceva_loader_driver_load_start failed, ceva_file_type %d rc %u",22,447
+"ddm_blob_update_calib_ctrl_params failed, rc %u",23,459
+"rf_loader_write_start failed, rc %u",24,471
+"ddm_blob_update_rf_config_ctrl_params failed, rc %u",25,484
+"rf_loader_write_start failed, rc %u",26,491
+"rf_loader_write_start failed: type %u, rc %u",27,509
+"rf_loader_write_start failed: type %u, rc %u",28,521
+"Invalid BLOB type %d",29,528
+"Mandatory argument not specified",30,548
+"DDM BLOB Not initialized",31,558
+"ddm_ctrl_state_get failed, rc %u",32,565
+"ceva_loader_driver_load_write failed, ceva_file_type %d rc %u",33,588
+"ceva_loader_driver_load_write failed, ceva_file_type %d rc %u",34,603
+"ceva_loader_driver_load_write failed, ceva_file_type %d rc %u",35,620
+"ceva_loader_driver_load_write failed, ceva_file_type %d rc %u",36,635
+"rf_loader_write_chunk failed, rc %u",37,652
+"rf_loader_write_chunk failed, rc %u",38,667
+"Invalid blob type %d",39,674
+"Mandatory argument not specified",40,697
+"DDM BLOB Not initialized",41,706
+"ddm_ctrl_state_get failed, rc %u",42,713
+"ceva_loader_driver_load_finish failed, ceva_file_type %d rc %u",43,731
+"ceva_loader_driver_load_finish failed, ceva_file_type %d rc %u",44,743
+"ceva_loader_driver_load_finish failed, ceva_file_type %d rc %u",45,755
+"ceva_loader_driver_load_finish failed, ceva_file_type %d rc %u",46,767
+"rf_loader_finish failed,rc = %u",47,784
+"rf_loader_finish failed, rc = %u",48,807
+"Invalid BLOB type %d",49,816
+"ddm_ctrl_state_set failed, new state %d, rc %u",50,823
+
+file_id,52,ddm_ctrl.c
+"Enter",0,74
+"Mandatory argument not specified",1,76
+"Already initialized, registrating anyway",2,81
+"Failed to register DDM/DRIVER statistics, rc = %u",3,124
+"rsvc_ddm_init failed: rc %u",4,129
+"ddm_blob_init failed, rc %u",5,135
+"ddm_sw_config_init failed, rc %u",6,141
+"ddm_hb_init failed, rc %u",7,150
+"ddm_gpio_init failed, rc = %u",8,158
+"ddm_ctrl_state_set failed, rc %u",9,172
+"DDM isn't initialized",10,217
+"Transit from %d to %d",11,233
+"Transit to REMOTE_DDM_STATE_INIT_STATE from %d",12,238
+"State leave handler for cur state %d failed, rc %u",13,306
+"State enter handler for new state %d failed, rc %u",14,318
+"ddm_reset_wd called, resetting device...",15,347
+"craton2_soc_revision_get() failed! rc=%d",16,354
+"Failed to map m3-regs, rc = %d",17,437
+"Failed to unmap m3-regs, rc = %d",18,448
+
+file_id,54,ddm_gpio.c
+"base_ptr is NULL",0,32
+"Non exist GPIO bank %d",1,63
+"gpio_config_ptr is NULL",2,87
+"Unknown ddm_gpio_mode_t",3,115
+"abs_pin_no_ptr is NULL",4,142
+"ddm_gpio_bank_offset_to_abs_convert: %d",5,148
+"gpio_get_abs_pin_no: %d",6,154
+"ddm_gpio_abs_pin_no_get: %d",7,183
+"gpio_get_pin_config: %d",8,189
+"ddm_gpio_config_get: %d",9,213
+"ddm_gpio_config_populate: %d",10,221
+"gpio_set_pin_config: %d",11,229
+"gpio_get_abs_pin_no: %d",12,238
+"mode_ptr is NULL",13,261
+"ddm_gpio_config_get: %d",14,273
+"Unknown GPIO config %d",15,297
+"ddm_gpio_config_get: %d",16,326
+"GPIO direction can be set in SW mode only",17,332
+"Unknown GPIO direction %d",18,348
+"gpio_set_pin_config: %d",19,356
+"gpio_get_abs_pin_no: %d",20,364
+"direction_ptr is NULL",21,386
+"ddm_gpio_config_get: %d",22,398
+"GPIO direction valid in SW mode only",23,404
+"Invalid GPIO direction %d",24,420
+"ddm_gpio_config_get: %d",25,449
+"GPIO value can be set in SW mode only",26,455
+"GPIO value can be set in output direction only",27,461
+"gpio_clear_gpio_pin: rv",28,471
+"gpio_set_gpio_pin: rv",29,481
+"Unknown value %d",30,489
+"value_ptr is NULL",31,513
+"ddm_gpio_config_get: %d",32,525
+"GPIO direction valid in SW mode only",33,531
+"gpio_read_gpio_pin: %d",34,538
+"Unknown GPIO value %d",35,554
+
+file_id,55,ddm_hb.c
+"wdt_init failed, rv = %d",0,84
+"wdt_reload failed, rv = %d",1,93
+"ddm_ctrl_state_get failed, rc = %d",2,142
+"ddm_ctrl_state_set failed, new state %d, rc %u",3,156
+"Invalid state %d",4,201
+"remote_ddm_hb_ind_encode failed, state = %d, rc = %u",5,208
+"boot_timer_phase_end failed, rc %d",6,225
+"boot_timer_compute failed, rc %d",7,230
+"Device in INIT mode. Time - %u us",8,233
+"osal_thread_join: %d",9,259
+"osal_thread_create: %d",10,283
+"Failed to set HB statistics",11,290
+"DDM HB not init",12,303
+"DDM HB not init",13,316
+
+file_id,56,ddm_otp.c
+"'otp_reg' is null",0,35
+"Failed to map CRATON OTP registers (start=0x%08lx, len=%zu), rc %d",1,48
+"'otp_virt_addr' is null",2,57
+"Failed to unmap a7 misc registers rc %d",3,70
+
+file_id,57,ddm_stats.c
+"Failed to get flow counters, rc = %u",0,217
+"Failed to get extended counters, rc = %u",1,237
+
+file_id,58,ddm_sw_config.c
+"Mandatory argument is not specified",0,37
+"DDM module params is not initialized",1,42
+"ddm_ctrl_state_get failed, rc = %d",2,48
+"ddm_state %d not appropriate for config",3,53
+"ddm_debug_clock_enable_set, rc = %d",4,87
+"debug_clock_enable value is ignored. Use hw_config in M3-loader instead",5,92
+
+file_id,60,ecultra_driver.c
+"Error getting cut revision",0,58
+"Called (id %u)",1,179
+"Invalid operation",2,195
+"Called (id %u)",3,214
+"Called (id %u)",4,280
+"Called (id %u)",5,325
+"Called (id %u)",6,394
+"Invalid work type",7,439
+"Enqueued work (type %u, id %u)",8,468
+"Dequeued work (type %u, id %u)",9,493
+"ecultra_tasklet called when not initialized",10,571
+"ecultra_tasklet called with wrong settings",11,581
+"ecultra_tasklet called with no work task",12,587
+"Called (id %u, op %u)",13,592
+"osal_tasklet_lock_save failed, rc=%d",14,602
+"Work descriptor is not specified",15,693
+"Invalid work type %u",16,701
+"Invalid elliptic curve identifier %u",17,710
+"Work callback function is not specified (work %p, id %lu)",18,718
+"Submitting work (type %u, id %u)",19,724
+"osal_tasklet_lock_save failed, rc=%d",20,729
+"osal_tasklet_lock_save failed, rc=%d",21,773
+"Allocated work %p",22,782
+"osal_tasklet_lock_save failed, rc=%d",23,799
+"Freed work %p",24,805
+"ecultra driver need initialization",25,815
+"ecultra_driver_init failed, rc=%d",26,818
+"ERROR: ecultra_dev.complete should zero at this point, but was found to be set",27,848
+"block_pool_deinit failed, rc = %d",28,881
+"physmem_unmap failed, rc = %u",29,893
+"Failed to map I/O physical memory region (start=0x%08x, len=%d), rc %d",30,929
+"Failed to get virtual address of mapped memory",31,937
+"block_pool_init failed, rc %u",32,954
+"Registration of ECC/DRIVER statistics failed, rc = %u",33,986
+"ecultra_verify_start failed rc=%d",34,1064
+"ecultra_load_start failed rc=%d",35,1068
+"ecultra_dev_init restoring mode failed",36,1076
+
+file_id,61,ecultra_op.c
+"ecultra_csr is not set",0,32
+"ecultra_csr is not set",1,111
+"Called (curve %u)",2,115
+"Called (curve %u)",3,137
+"ecultra_csr is not set",4,163
+"Called (curve %u)",5,167
+"Called (curve %u)",6,181
+"ecultra_csr is not set",7,306
+"Called (curve %u)",8,310
+"Called (curve %u)",9,345
+"Called (curve %u)",10,370
+"ecultra_csr is not set",11,407
+"Called (curve %u)",12,411
+"Called (curve %u)",13,434
+"ecultra_csr is not set",14,465
+"Called (curve %u)",15,469
+"Called (curve %u)",16,492
+
+file_id,62,ehsm_driver.c
+"eHSM driver not initialized",0,68
+"Failed to take lock, rc = %d",1,75
+"eHSM driver already locked",2,84
+"eHSM driver already unlocked",3,93
+"Invalid next_state %d",4,100
+"Failed to wait ehsm_driver_control.semaphore",5,156
+"Failed to set EHSM_DRIVER_STATE_UNLOCKED - rc = %d",6,176
+"command 0x%08x",7,190
+"error_code 0x%08x",8,191
+"p1 0x%08x",9,192
+"p2 0x%08x",10,193
+"p3 0x%08x",11,194
+"p4 0x%08x",12,195
+"p5 0x%08x",13,196
+"p6 0x%08x",14,197
+"p7 0x%08x",15,198
+"p8 0x%08x",16,199
+"p9 0x%08x",17,200
+"Failed to set EHSM_DRIVER_STATE_UNLOCKED - %d",18,205
+"craton2_soc_revision_get() failed! rc = %d",19,938
+"craton2_soc_erom_ver_get() failed! rc = %u",20,997
+"caller_source cannot %d",21,1322
+"ehsm_driver_storage_auth_encrypt failed secure HDIF magic key detected",22,1340
+"ehsm_driver_storage_auth_encrypt failed secure HDIF magic key not detected",23,1347
+"Unable to register callbacks",24,2170
+"Failed to register eHSM/DRIVERS statistics, rc = %u",25,2180
+"ehsm_driver_secure_hdif_master_key_magic_number_get failed",26,2199
+
+file_id,63,ehsm_driver_initialize.c
+"Failed to get eHSM SHMEM A7 address, rc %u",0,190
+"Fail to map ehsm eSRAM base address",1,201
+"Failed to get virtual pointer",2,208
+"Unable to unmap esram_physmem_handle_g",3,220
+"physmem_unmap of psb_physmem_handle_g failed, rc = %u",4,250
+"physmem_unmap of mailbox_physmem_handle_g failed, rc = %u",5,257
+"Fail to map ehsm_mailbox",6,289
+"Failed to get physical pointer",7,297
+"Failed to get physical pointer",8,304
+"Fail to map ehsm_psb",9,318
+"Failed to get physical pointer",10,326
+"atlk_mailbox_instance_get() failed, rc = %d",11,333
+"Fail to initialize eHSM to HOST mailbox, rc = %d",12,340
+"atlk_irq_register() failed, rc = %d, enable %u",13,407
+"ehsm_isr_thread_init() failed, rc = %d",14,419
+"nvic_chnl_init() failed! ret=%d",15,445
+"Could not read EROM version, rc = %d",16,497
+"Setting eHSM TRNG source via design HW config in current ROM version is not supported, configuration ignored",17,506
+"Setting eHSM TRNG to PLL configuration although FIPS mode is disabled!",18,516
+"Setting eHSM TRNG source via design HW config in FIPS mode is not supported, configuration ignored",19,523
+"Failed to wait eHSM semaphore - rc = %d",20,552
+"eHSM panicked during init sequence",21,556
+"EHSM_CMD_CSK_GENERATE returned error %d",22,587
+"runtime status read returned error %d",23,628
+"ehsm_driver_csk_generate failed",24,639
+"eHSM CSK was generated successfully",25,642
+"Error %d in runtime CSK status",26,657
+"eHSM panicked prior to init sequence",27,686
+"EHSM_CMD_SYSTEM_INIT Failed error %x EHSM_CMD %x",28,709
+"osal_thread_join failed, rc = %u",29,773
+"physmem_unmap for esram_physmem_handle_g failed, rc = %u",30,784
+"ehsm_driver_mailbox_irq_config failed, rc = %u",31,790
+"Failed to set EHSM_DRIVER_STATE_LOCKED - rc = %d",32,816
+"Fail to initialize eHSM mailbox rc = %d",33,823
+"Fail to Config mailbox interrupt request rc = %d",34,830
+"Fail to initialize eHSM memory region rc = %d",35,837
+"Fail to initialize eHSM driver, rc = %d",36,848
+"Fail to initialize eHSM mailbox rc = %d",37,854
+"Failed to set EHSM_DRIVER_STATE_UNLOCKED - %d",38,861
+
+file_id,65,ivn_driver.c
+"Counters not included for this channel %d",0,242
+"Failed to register IVN/DRIVER statistics, rc = %u",1,281
+"IVN driver is not initialized",2,297
+"'ivn_config' is NULL",3,302
+"'ivn_mailbox_channel_num' is invalid %d",4,307
+"Mbox is already open (%d)",5,312
+"IVN driver is not initialized",6,344
+"IVN driver channel %d is not open",7,350
+"Counters not included for this channel %d",8,355
+"'data' is NULL",9,365
+"'len' is 0",10,371
+"data too big",11,377
+"IVN driver is not initialized",12,417
+"Counters not included for this channel %d",13,422
+"mcu_control_sync_send failed, rc = %d",14,446
+"Expected %zu bytes but received %zu",15,451
+"ivn_driver_statistics_pack failed, rc = %d",16,466
+"remote_counters_to_counters failed, rc = %d",17,501
+"remote_counters_to_counters failed, rc = %d",18,509
+"Invalid argument: ivn_filter_tbl_ptr is NULL",19,533
+"Invalid arguments: Channel %u, filters type %u, filters number %u",20,542
+"mcu_control_sync_send failed, rc %u",21,568
+"Invalid received length %zu",22,574
+"Invalid argument: ivn_filter_tbl_ptr is NULL",23,606
+"Invalid channel %u",24,613
+"mcu_control_sync_send failed, rc %d",25,628
+"Invalid received length %zu, expected at least a return code of length %u",26,635
+"Invalid received length %zu, expected at least return code and filter table control fields of length %u",27,652
+"Number of filters (%u) exceeds maximum allowed (%u)",28,667
+"Invalid received length %zu, expected return code and filter table of length %u",29,676
+"IVN driver is not initialized",30,697
+
+file_id,66,ivn_server.c
+"Failed to register IVN/SERVER statistics, rc = %u",0,45
+"IVN server is not initialized",1,195
+
+file_id,67,cv2x_lmac_dsp_decoder.c
+"Invalid lmac_cv2x_transmission_index_t %d",0,30
+"Invalid cv2x_transmission_index_t %d",1,63
+"Invalid report format %d",2,95
+"Invalid descriptor_magic %x",3,504
+"Invalid descriptor_magic %x",4,534
+
+file_id,68,dsp_al_802_11.c
+"osal_mutex_lock failed, rc = %u",0,100
+"osal_sem_wait failed, rc = %u",1,132
+"H2D command interface status isn't done, status = %u",2,139
+"H2D command failed, opcode = %u, status = %u",3,153
+"Invalid argument: dsp_phymode = %u",4,203
+"Invalid bandwidth %u",5,243
+"Invalid argument: dsp_bandwidth = %u",6,283
+"Invalid argument: dsp_al_phymode = %u",7,319
+"Invalid argument: dsp_al_access_category = %u",8,352
+"Invalid argument: dsp_format = %u",9,382
+"Invalid argument: dsp_al_format = %u",10,412
+"wlan_dsp_load_comp_calib_data failed, dsp_rc = %u",11,460
+"Shared memory size: Total = %u, Used [802.11] = %u",12,536
+"Waiting for DSP to boot...",13,552
+"DSP failed to boot - timeout expired",14,566
+"DSP boot complete.",15,570
+"DSP Version mismatch",16,575
+"Current: (SW_FEATURE %u, SW_INTERFACE %u)\r\n Expected: (SW_FEATURE %d, SW_INTERFACE %d)",17,576
+"generic_memory_block_alloc failed, rc = %d",18,602
+"Aux memory size [Both RF channels]: %u Bytes",19,606
+"Aux memory PHY addr = 0x%x",20,607
+"Aux memory PHY addr RF#0 = 0x%x",21,619
+"Aux memory PHY addr RF#1 = 0x%x",22,620
+"generic_memory_block_alloc failed, rc = %d",23,674
+"Tx total buffer size [IF#%u] (rings+frame+ranging buffers): %u Bytes",24,678
+"tx_instance_index = %u",25,704
+"tx_instance_size = %u",26,705
+"cookie_ring_info_ptr = 0x%x",27,706
+"tx_ring_phy_addr = 0x%x",28,707
+"tx_ring_size = 0x%x",29,708
+"tx_frame_size = %u",30,737
+"tx_frame_buffer_phy_addr = 0x%x",31,738
+"tx_ranging_size = %u",32,770
+"tx_ranging_buffer_phy_addr = 0x%x",33,771
+"generic_memory_block_alloc failed, rc = %d",34,820
+"Rx total buffer size [IF#%u] (ring+frame+ranging buffers+guards): %u Bytes",35,824
+"rx_ring_phy_addr = 0x%x",36,839
+"rx_ring_size = 0x%x",37,840
+"rx_frame_size = %u",38,862
+"rx_frame_buffer_phy_addr = 0x%x",39,863
+"rx_ranging_size = %u",40,897
+"rx_ranging_buffer_phy_addr = 0x%x",41,898
+"Recovery memory wasn't allocated",42,945
+"Recovery memory size: %u Bytes",43,953
+"Recovery memory phy_addr = 0x%x",44,954
+"sw_config_get failed, rc = %u",45,979
+"wlan_dsp_load_auxilary_mem failed, dsp_rc = %u",46,1204
+"flags_bitmap isn't valid [flags_bitmap = 0x%x, valid mask = 0x%x]",47,1263
+"h2d_request_issue failed, rc = %u",48,1345
+"osal_sem_wait failed, rc = %u",49,1430
+"h2d_request_issue failed, rc = %u",50,1452
+"Invalid state",51,1462
+"No such device_id: %u",52,1534
+"h2d_request_issue failed, rc = %u",53,1549
+"No such device_id: %u",54,1583
+"h2d_request_issue failed, rc = %u",55,1598
+"h2d_request_issue failed, rc = %u",56,1621
+"h2d_request_issue failed, rc = %u",57,1651
+"Unknown mode: %u",58,1705
+"h2d_request_issue failed, rc = %u",59,1717
+"h2d_request_issue failed, rc = %u",60,1752
+"h2d_request_issue failed, rc = %u",61,1774
+"h2d_request_issue failed, rc = %u",62,1811
+"h2d_request_issue failed, rc = %u",63,1825
+"h2d_request_issue failed, rc = %u",64,1839
+"h2d_request_issue failed. rc = %u",65,1861
+"Compenstaor download failed on RF #0 reported from DSP",66,1955
+"Compenstaor download failed on RF #1 reported from DSP",67,1987
+"Invalid request type #%u",68,2329
+"h2d_request_issue failed, rc = %u",69,2341
+"h2d_request_issue failed, rc = %u",70,2375
+"MAC address is NULL",71,2406
+"Invalid h2d_scoreboard action: %u",72,2417
+"h2d_request_issue failed, rc = %u",73,2428
+"Scoreboard table is full, status: %u",74,2439
+"Scoreboard to delete not found, status: %u",75,2443
+"Unknown action: %u",76,2476
+"h2d_request_issue failed, rc = %u",77,2488
+"h2d_request_issue failed, rc = %u",78,2516
+"h2d_request_issue failed, rc = %u",79,2540
+"dsp_bandwidth_convert failed, rc = %u",80,2564
+"bandwidth_convert failed, rc = %u",81,2583
+"dsp_phymode_convert failed, rc=%u",82,2770
+"phymode_convert failed, rc = %u",83,2796
+"access_category_convert failed, rc = %u",84,2861
+"Invalid argument - AIFSN should be in the range [1..15]",85,2908
+"Invalid argument - CWMIN should be in the range [0..255] and in the form (2^n-1)",86,2914
+"Invalid argument - CWMAX should be in the range [0..65535] and in the form (2^n-1)",87,2920
+"Invalid argument - TXOP limit should be in the range [0..65535]",88,2926
+"access_category_convert failed, rc = %u",89,2932
+"h2d_request_issue failed, rc = %u",90,2961
+"Invalid argument: mode = %u",91,3074
+"dsp_al_802_11_phy_format_convert failed, rc=%u",92,3130
+"dsp_al_802_11_phy_format_convert failed, rc = %u",93,3144
+"bandwidth_convert failed, rc = %u",94,3150
+"start index = %u, end index = %u, packet len = %u, mcs[0]=%u",95,3161
+"bw[0]=%u format=%u, power[dBm(1/2)]=%u, packet->rates[0].flags=0x%08x",96,3164
+"rtscts_mcs=%u, packet->flags=0x%x",97,3167
+"Invalid ring type",98,3203
+"Invalid instance number (#%u)",99,3231
+"Invalid instance number (#%u)",100,3246
+"Invalid ring type",101,3261
+"Invalid instance number (#%u)",102,3288
+"Invalid ring type",103,3304
+"Invalid instance number (#%u)",104,3331
+"Invalid ring type",105,3347
+"Invalid instance number (#%u)",106,3368
+"Invalid ring type",107,3381
+"Invalid ring type",108,3419
+"Invalid ring type",109,3452
+"Received packet size is invalid (%u > %u)",110,3586
+"dsp_bandwidth_convert failed, rc = %u",111,3610
+"dsp_format_convert failed, rc = %u",112,3616
+"dsp_format_convert failed, rc = %u",113,3780
+"dsp_bandwidth_convert failed, rc = %u",114,3786
+"dsp_al_802_11_phy_format_convert failed, rc = %u",115,3821
+"bandwidth_convert failed, rc = %u",116,3827
+"Control block is NULL",117,4036
+"Null argument pointer",118,4049
+
+file_id,69,dsp_al_cv2x.c
+"dsp_al_interface_tsf_value_get failed, rc = %u",0,46
+"h2dpt_get_time() failed to get TSF value !! \n",1,92
+"Skipping H2DPT measurement. S [MSB] = %u, S [LSB] = %u, E [MSB] = %u, E [LSB] = %u",2,119
+"H2DPT: S [MSB] = %u, S [LSB] = %u, E [MSB] = %u, E [LSB] = %u, Diff = %u",3,128
+"osal_mutex_lock failed, rc = %u",4,170
+"osal_sem_wait failed, rc = %u",5,201
+"H2D command interface status isn't done, status = %u",6,208
+"H2D command failed, opcode = %u, status = %u",7,222
+"dsp_al_interface_tsf_value_get failed, rc = %u",8,268
+"LMAC Invalid time gap between messages: gap=%u, lmac=%u, RR SF=%u, prev SF=%u, cur frame=%u, delta=%u",9,327
+"LMAC too late: lmac=%u, RR SF=%u, lmac SF=%u, cur frame=%u, delta_usec=%llu",10,357
+"LMAC too early (or very late): lmac=%u, RR SF=%u, lmac SF=%u, cur frame=%u, delta_usec=%llu",11,368
+"Invalid DFN number %u",12,376
+"wlan_dsp_load_comp_calib_data failed, dsp_rc = %u",13,424
+"dsp_al_cv2x_carrier_pools_defaults_set params values are invalid, bandwidth = %u, freq = %u",14,455
+"**************** write cookie with freq %d %d",15,481
+"Cookie rx pools update: carrier=%d, pool=%d, s_rb_subch=%d, subch_n=%d, subch_s=%d, bitmap_len=%d.",16,558
+"bitmap 0x%08x 0x%08x 0x%08x 0x%08x, bandwidth=%d, tx_code=%u.",17,566
+"Cookie tx pools update: carrier=%d, pool=%d, s_rb_subch=%d, subch_n=%d, subch_s=%d, bitmap_len=%d.",18,601
+"bitmap 0x%08x 0x%08x 0x%08x 0x%08x, bandwidth=%d, tx_code=%u.",19,609
+"Shared memory size: Total = %u, Used without L1 [CV2X] = %u",20,653
+"Waiting for DSP to boot...",21,670
+"DSP failed to boot - timeout expired",22,684
+"DSP boot complete.",23,688
+"DSP Version mismatch",24,693
+"Current: (SW_FEATURE %u, SW_INTERFACE %u)\r\n Expected: (SW_FEATURE %d, SW_INTERFACE %d)",25,694
+"generic_memory_block_alloc failed, rc = %d",26,719
+"Aux memory size: %u Bytes",27,733
+"aux_memory_phy_addr = 0x%x",28,734
+"generic_memory_block_alloc failed, rc = %d",29,762
+"L1 memory size: %u Bytes",30,785
+"l1_memory_phy_addr = 0x%x",31,786
+"Logging memory size: %u Bytes",32,803
+"logging_memory_phy_addr = 0x%x",33,804
+"logging_memory_virtual_addr = 0x%x",34,805
+"generic_memory_block_alloc failed, rc = %d",35,836
+"Tx total buffer size (rings+frame buffers): %u Bytes",36,840
+"tx_ring_phy_addr = 0x%x",37,853
+"tx_ring_size = 0x%x",38,854
+"tx_frame_size = %u",39,876
+"tx_frame_buffer_phy_addr = 0x%x",40,877
+"generic_memory_block_alloc failed, rc = %d",41,922
+"Rx total buffer size (ring+frame buffers+guards): %u Bytes",42,926
+"rx_ring_size = %u",43,939
+"rx_ring_phy_addr = 0x%x",44,940
+"rx_frame_size = %u",45,962
+"rx_frame_buffer_phy_addr = 0x%x",46,963
+"generic_memory_block_alloc failed, rc = %d",47,1013
+"Measurement total buffer size (ring+frame buffers): %u Bytes",48,1017
+"measurement_ring_size = 0x%x",49,1027
+"measurement_ring_phy_addr = 0x%x",50,1028
+"Recovery memory wasn't allocated",51,1072
+"Recovery memory size: %u Bytes",52,1084
+"Recovery memory phy_addr = 0x%x",53,1085
+"sw_config_get failed, rc = %u",54,1101
+"Skip setting not valid CV2X config values (from host)",55,1120
+"CV2X config values are valid, Setting a valid CV2X config (from host)",56,1124
+"sw_config_get failed, rc = %u",57,1153
+"modules params values: carrier_freq %d adc %d dac %d bandwidth %d",58,1161
+"modules params values are invalid, using default values",59,1174
+"modules params values are valid, using values from module params",60,1190
+"wlan_dsp_load_auxilary_mem failed, dsp_rc = %u",61,1316
+"flags_bitmap isn't valid [flags_bitmap = 0x%x, valid mask = 0x%x]",62,1348
+"osal_sem_wait failed, rc = %u",63,1468
+"h2d_request_issue failed, rc = %u",64,1490
+"Invalid state",65,1500
+"No such device_id: %u",66,1533
+"h2d_request_issue failed, rc = %u",67,1548
+"No such device_id: %u",68,1583
+"h2d_request_issue failed, rc = %u",69,1598
+"**************** dsp_al_cv2x_frequency_set %d %d",70,1615
+"h2d_request_issue failed, rc = %u",71,1623
+"Unknown mode: %u",72,1702
+"h2d_request_issue failed, rc = %u",73,1714
+"h2d_request_issue failed, rc = %u",74,1741
+"h2d_request_issue failed, rc = %u",75,1786
+"h2d_request_issue failed, rc = %u",76,1805
+"Invalid bandwidth case",77,1929
+"Failed to decode diagnostics struct, rc %u",78,2097
+"Packet does not contain a valid CV2X descriptor magic (0x%x)",79,2220
+"No PPS lock, DSP not ready",80,2231
+"Invalid Buffer size (%d + %d) > %d",81,2242
+"Buffer size Larger than Max frame size (%d > %d)",82,2250
+"Failed to decode Tx descriptor, %d",83,2263
+"Added message to ring (idx=%u, %p): magic 0x%x, lock=%u, power=(%u,%u)",84,2333
+"data size=%d, mcs=%u",85,2337
+"pool_index=%d, schs=%u, dfn=%d",86,2338
+"Invalid ring type",87,2390
+"Invalid instance number (#%u)",88,2426
+"Invalid instance number (#%u)",89,2443
+"Invalid instance number (#%u)",90,2478
+"Invalid ring type",91,2493
+"Invalid instance number (#%u)",92,2524
+"Invalid ring type",93,2545
+"Invalid instance number (#%u)",94,2569
+"Invalid ring type",95,2583
+"dsp_al_interface_tsf_value_get failed, rc = %u",96,2611
+"Failed to decode Rx descriptor, %d",97,2662
+"Failed to decode CV2X packet descriptor info, %d",98,2673
+"Received packet size is invalid (%u > %u)",99,2695
+"Failed to decode measurement, %d",100,2735
+"invalid ring type input",101,2760
+"No PPS lock, DSP not ready",102,2886
+"h2d_request_issue failed, rc = %u",103,2905
+"No PPS lock, DSP not ready",104,2923
+"h2d_request_issue failed, rc = %u",105,2938
+"DSP logging size %u is too big ",106,3003
+"h2d_request_issue failed. rc = %u",107,3023
+"Compenstaor download failed on RF #0 reported from DSP",108,3076
+"Compenstaor download failed on RF #1 reported from DSP",109,3108
+"Control block is NULL",110,3563
+"Null argument pointer",111,3576
+
+file_id,70,dsp_al_interface.c
+"Reloading DSP image: DTCM",0,83
+"Reloading DSP image: M0",1,86
+"Compressed image doesn't exist",2,108
+"Compressed image exist, decompressing...",3,112
+"Image decompress failed",4,128
+"Image decompress succeeded. %u bytes decompressed from %p to %p",5,132
+"DTCM decompressed image size %u < %u, bypassing DTCM recovery",6,143
+"ceva_loader_dtcm_copy_in_chunks failed, rc = %u",7,149
+"Copied %u bytes from %p to %p",8,160
+"DSP mailbox physmem_map failed, rc = %u",9,242
+"dsp_mailbox_memory_ptr is NULL",10,249
+"WLAN subsystem physmem_map failed, rc = %u",11,261
+"base_memory_ptr is NULL",12,268
+"craton2_soc_revision_get failed, rc %u",13,278
+"wlan_dsp_parse_version_str failed, rc = %u",14,292
+"DSP binary type: 802.11",15,300
+"DSP binary type: CV2X",16,303
+"Unable to shared_memory_buffer_address_get()",17,309
+"Device-DSP memory block allocation failed",18,324
+"Device-DSP memory block allocation failed",19,335
+"Device-DSP memory block allocation failed, errno=%d",20,347
+"DSP Using AP-SRAM address:0x%x, size=0x%x",21,386
+"DSP Using Allocated memory address:0x%x, size=0x%x",22,398
+"generic_memory_block_init failed, rc = %u",23,404
+"DSP Using Allocated platform memory address:0x%x, size=0x%x",24,419
+"generic_memory_block_init failed, rc = %u",25,424
+"dsp_al_802_11_boot_validation failed, rc = %u",26,448
+"DSP loaded okay",27,451
+"dsp_al_802_11_aux_memory_allocate failed, rc = %u",28,456
+"dsp_al_802_11_tx_rings_memory_allocate failed, rc = %u",29,463
+"dsp_al_802_11_rx_rings_memory_allocate failed, rc = %u",30,470
+"dsp_al_802_11_recovery_memory_allocate failed, rc = %u",31,477
+"dsp_al_802_11_mib_init failed, rc = %u",32,484
+"dsp_al_cv2x_boot_validation failed, rc = %u",33,497
+"DSP loaded okay",34,500
+"dsp_al_cv2x_aux_memory_allocate failed, rc = %u",35,505
+"dsp_al_cv2x_tx_rings_memory_allocate failed, rc = %u",36,512
+"dsp_al_cv2x_rx_rings_memory_allocate failed, rc = %u",37,519
+"dsp_al_cv2x_measurement_ring_memory_allocate failed, rc = %u",38,526
+"dsp_al_cv2x_logging_memory_allocate failed, rc = %u",39,534
+"dsp_al_cv2x_l1_memory_allocate failed, rc = %u",40,543
+"dsp_al_cv2x_recovery_memory_allocate failed, rc = %u",41,550
+"dsp_al_cv2x_defaults_set failed, rc = %u",42,557
+"WLAN subsystem physmem_unmap failed, rc = %u",43,586
+"DSP mailbox physmem_unmap failed, rc = %u",44,592
+"DSP-AL not initialized",45,612
+"WLAN subsystem physmem_unmap failed, rc = %u",46,653
+"DSP mailbox physmem_unmap failed, rc = %u",47,659
+"dsp_al_802_11_assert_info_get failed, rc = %u",48,843
+"dsp_al_cv2x_assert_info_get failed, rc = %u",49,851
+"dsp_al_802_11_diversity_mode_get failed, rc = %u",50,882
+"dsp_al_cv2x_diversity_mode_get failed, rc = %u",51,890
+"dsp_al_802_11_diversity_mode_set failed, rc = %u",52,921
+"dsp_al_cv2x_diversity_mode_set failed, rc = %u",53,929
+"dsp_al_802_11_cookie_snapshot_get failed, rc = %u",54,960
+"dsp_al_cv2x_cookie_snapshot_get failed, rc = %u",55,968
+"dsp_al_802_11_aux_memory_populate failed, rc = %u",56,1010
+"if index #%u isn't supported in CV2X",57,1017
+"dsp_al_cv2x_aux_memory_populate failed, rc = %u",58,1028
+"dsp_al_802_11_compensator_info_request_trigger failed, rc = %u",59,1203
+"dsp_al_cv2x_compensator_info_request_trigger failed, rc = %u",60,1211
+"dsp_al_802_11_compensator_calibration_data_parse failed. rc = %u",61,1246
+"dsp_al_cv2x_compensator_calibration_data_parse failed. rc = %u",62,1257
+"dsp_al_802_11_compensator_keep_alive_get failed. rc = %u",63,1287
+"dsp_al_cv2x_compensator_keep_alive_get failed. rc = %u",64,1295
+"dsp_al_802_11_compensator_calib_valid_get failed. rc = %u",65,1329
+"dsp_al_cv2x_compensator_calib_valid_get failed, rc = %u",66,1337
+"dsp_al_802_11_compensator_temperature_get failed, rc = %u",67,1372
+"dsp_al_cv2x_compensator_temperature_get failed, rc = %u",68,1380
+"dsp_al_802_11_compensator_cable_loss_get failed, rc = %u",69,1417
+"dsp_al_cv2x_compensator_cable_loss_get failed, rc = %u",70,1428
+"dsp_al_802_11_compensator_tssi_value_get failed, rc = %u",71,1463
+"dsp_al_cv2x_compensator_tssi_value_get failed, rc = %u",72,1471
+"dsp_al_802_11_compensator_version_get failed, rc = %u",73,1506
+"dsp_al_cv2x_compensator_version_get failed, rc = %u",74,1514
+"dsp_al_802_11_compensator_stats_get failed, rc = %u",75,1549
+"dsp_al_cv2x_compensator_stats_get failed, rc = %u",76,1557
+"dsp_al_802_11_compensator_last_messages_get failed, rc = %u",77,1592
+"dsp_al_cv2x_compensator_last_messages_get failed, rc = %u",78,1600
+"dsp_al_802_11_compensator_fault_code_get failed, rc = %u",79,1636
+"dsp_al_cv2x_compensator_fault_code_get failed, rc = %u",80,1644
+"dsp_al_802_11_compensator_raw_calibration_data_get failed, rc = %u",81,1684
+"dsp_al_cv2x_compensator_raw_calibration_data_get failed, rc = %u",82,1695
+"dsp_al_802_11_compensator_dsp_state_reset failed, rc = %u",83,1720
+"dsp_al_cv2x_compensator_dsp_state_reset failed, rc = %u",84,1728
+"dsp_al_802_11_pps_source_set failed, rc = %u",85,1755
+"dsp_al_cv2x_pps_source_set failed, rc = %u",86,1763
+"dsp_al_802_11_cca_gpio_set failed, rc = %u",87,1790
+"dsp_al_802_11_phy_flags_set failed, rc = %u",88,1832
+"if index #%u isn't supported in CV2X",89,1839
+"dsp_al_cv2x_phy_flags_set failed, rc = %u",90,1846
+"dsp_al_802_11_phy_flags_get failed, rc = %u",91,1881
+"if index #%u isn't supported in CV2X",92,1888
+"dsp_al_cv2x_phy_flags_get failed, rc = %u",93,1895
+"dsp_al_802_11_phy_status_flags_get failed, rc = %u",94,1930
+"if index #%u isn't supported in CV2X",95,1937
+"dsp_al_cv2x_phy_status_flags_get failed, rc = %u",96,1944
+"dsp_al_802_11_mac_address_set failed, rc = %u",97,1980
+"dsp_al_802_11_mac_address_get failed, rc = %u",98,2020
+"dsp_al_802_11_attach_state_set failed, rc = %u",99,2060
+"if index #%u isn't supported in CV2X",100,2067
+"dsp_al_cv2x_attach_state_set failed, rc = %u",101,2074
+"dsp_al_802_11_dot4_switching_config_get failed, rc = %u",102,2130
+"dsp_al_802_11_dot4_switching_config_set failed, rc = %u",103,2171
+"dsp_al_802_11_memory_read failed, rc = %u",104,2224
+"if index #%u isn't supported in CV2X",105,2231
+"dsp_al_cv2x_memory_read failed, rc = %u",106,2238
+"No such device_id: %u",107,2274
+"dsp_al_802_11_memory_write failed, rc = %u",108,2283
+"if index #%u isn't supported in CV2X",109,2290
+"dsp_al_cv2x_memory_write failed, rc = %u",110,2297
+"dsp_al_802_11_cbr_value_get failed, rc = %u",111,2342
+"dsp_al_802_11_frequency_set failed, rc = %u",112,2382
+"if index #%u isn't supported in CV2X",113,2389
+"dsp_al_cv2x_frequency_set failed, rc = %u",114,2396
+"dsp_al_802_11_frequency_get failed, rc = %u",115,2431
+"if index #%u isn't supported in CV2X",116,2438
+"dsp_al_cv2x_frequency_get failed, rc = %u",117,2445
+"dsp_al_802_11_cookie_frequency_set failed, rc = %u",118,2476
+"if index #%u isn't supported in CV2X",119,2483
+"dsp_al_cv2x_cookie_frequency_set failed, rc = %u",120,2490
+"dsp_al_802_11_rf_test_mode_set failed, rc = %u",121,2533
+"if index #%u isn't supported in CV2X",122,2540
+"dsp_al_cv2x_rf_test_mode_set failed, rc = %u",123,2547
+"dsp_al_802_11_tssi_calibration_mode_start failed, rc = %u",124,2583
+"dsp_al_802_11_tssi_calibration_mode_start failed - DSP type %d is not supported",125,2589
+"dsp_al_802_11_tssi_calibration_mode_stop failed, rc = %u",126,2621
+"dsp_al_802_11_rssi_calibration_run failed, rc = %u",127,2666
+"dsp_al_802_11_dot4_configure failed, rc = %u",128,2714
+"dsp_al_802_11_tsf_value_set failed, rc = %u",129,2755
+"if index #%u isn't supported in CV2X",130,2762
+"dsp_al_cv2x_tsf_value_set failed, rc = %u",131,2769
+"dsp_al_802_11_scoreboard_operation failed, rc = %u",132,2928
+"dsp_al_802_11_dfs_set failed, rc = %u",133,2979
+"dsp_al_802_11_dpd_set failed, rc = %u",134,3020
+"dsp_al_802_11_pps_validity_set failed, rc = %u",135,3065
+"if index #%u isn't supported in CV2X",136,3072
+"dsp_al_cv2x_pps_validity_set failed, rc = %u",137,3079
+"if index #%u isn't supported in CV2X",138,3114
+"dsp_al_cv2x_pps_unsync_force failed, rc = %u",139,3126
+"if index #%u isn't supported in CV2X",140,3161
+"dsp_al_cv2x_pps_hold_over_time_set failed, rc = %u",141,3168
+"if index #%u isn't supported in CV2X",142,3207
+"dsp_al_cv2x_pps_hold_over_time_get failed, rc = %u",143,3214
+"if index #%u isn't supported in CV2X",144,3253
+"dsp_al_cv2x_pps_last_timing_offset_get failed, rc = %u",145,3260
+"dsp_al_802_11_bandwidth_get failed, rc = %u",146,3296
+"if index #%u isn't supported in CV2X",147,3303
+"dsp_al_cv2x_bandwidth_get failed, rc = %u",148,3310
+"dsp_al_802_11_bandwidth_set failed, rc = %u",149,3342
+"dsp_al_802_11_rf_temperature_get failed, rc = %u",150,3382
+"if index #%u isn't supported in CV2X",151,3389
+"dsp_al_cv2x_rf_temperature_get failed, rc = %u",152,3396
+"dsp_al_802_11_mac_address_rx_mask_set failed, rc = %u",153,3436
+"dsp_al_802_11_control_flag_get failed, rc = %u",154,3476
+"if index #%u isn't supported in CV2X",155,3483
+"dsp_al_cv2x_control_flag_get failed, rc = %u",156,3490
+"dsp_al_802_11_control_flag_set failed, rc = %u",157,3521
+"if index #%u isn't supported in CV2X",158,3528
+"dsp_al_cv2x_control_flag_set failed, rc = %u",159,3535
+"dsp_al_802_11_primary_index_get failed, rc = %u",160,3570
+"dsp_al_802_11_primary_index_set failed, rc = %u",161,3606
+"dsp_al_802_11_ctrl_tx_power_set failed, rc = %u",162,3642
+"dsp_al_802_11_phy_mode_get failed, rc = %u",163,3684
+"dsp_al_802_11_phy_mode_set failed, rc = %u",164,3720
+"dsp_al_802_11_csd11p_get failed, rc = %u",165,3760
+"if index #%u isn't supported in CV2X",166,3767
+"dsp_al_cv2x_csd11p_get failed, rc = %u",167,3774
+"Invalid argument: csd11p %d",168,3801
+"dsp_al_802_11_csd11p_set failed, rc = %u",169,3810
+"if index #%u isn't supported in CV2X",170,3817
+"dsp_al_cv2x_csd11p_set failed, rc = %u",171,3824
+"dsp_al_802_11_edca_config_get failed, rc = %u",172,3862
+"dsp_al_802_11_edca_config_set failed, rc = %u",173,3901
+"dsp_al_802_11_lmac_counters_get failed, rc = %u",174,3942
+"dsp_al_802_11_lmac_counters2_get failed, rc = %u",175,3983
+"dsp_al_802_11_phy_counters_get failed, rc = %u",176,4024
+"if index #%u isn't supported in CV2X",177,4031
+"dsp_al_cv2x_phy_counters_get failed, rc = %u",178,4038
+"if index #%u isn't supported in CV2X",179,4079
+"dsp_al_802_11_ring_size_get failed, rc = %u",180,4123
+"if index #%u isn't supported in CV2X",181,4130
+"dsp_al_cv2x_ring_size_get failed, rc = %u",182,4137
+"dsp_al_802_11_is_ring_empty failed, rc = %u",183,4175
+"if index #%u isn't supported in CV2X",184,4182
+"dsp_al_cv2x_is_ring_empty failed, rc = %u",185,4189
+"dsp_al_802_11_ring_start_indexes_get failed, rc = %u",186,4235
+"if index #%u isn't supported in CV2X",187,4242
+"dsp_al_cv2x_ring_start_indexes_get failed, rc = %u",188,4254
+"dsp_al_802_11_ring_end_indexes_get failed, rc = %u",189,4300
+"dsp_al_802_11_start_shadow_ring_index_set failed, rc = %u",190,4347
+"if index #%u isn't supported in CV2X",191,4354
+"dsp_al_cv2x_shadow_ring_index_set failed, rc = %u",192,4365
+"dsp_al_802_11_dsp_end_ring_index_set failed, rc = %u",193,4403
+"dsp_al_802_11_shadow_end_ring_index_set failed, rc = %u",194,4446
+"dsp_al_802_11_pps_counter_get failed, rc = %u",195,4481
+"dsp_al_cv2x_pps_counter_get failed, rc = %u",196,4489
+"if index #%u isn't supported in CV2X",197,4523
+"dsp_al_cv2x_diagnostics_struct_get failed, rc = %u",198,4530
+"if index #%u isn't supported in CV2X",199,4560
+"dsp_al_cv2x_diagnostics_struct_reset failed, rc = %u",200,4567
+"dsp_al_802_11_tsf_lock_status_get failed, rc = %u",201,4601
+"if index #%u isn't supported in CV2X",202,4608
+"dsp_al_cv2x_tsf_lock_status_get failed, rc = %u",203,4615
+"dsp_al_802_11_tx_packet_complete_info_get failed, rc = %u",204,4657
+"if index #%u isn't supported in CV2X",205,4664
+"dsp_al_cv2x_tx_packet_complete_info_get failed, rc = %u",206,4675
+"dsp_al_802_11_rx_packet_dequeue failed, rc = %u",207,4717
+"if index #%u isn't supported in CV2X",208,4724
+"dsp_al_cv2x_rx_packet_dequeue failed, rc = %u",209,4734
+"dsp_al_802_11_dot4_counters_get failed, rc = %u",210,4771
+"dsp_al_802_11_dsp_ring_info_snapshot_get failed, rc = %u",211,4818
+"if index #%u isn't supported in CV2X",212,4825
+"dsp_al_cv2x_dsp_ring_info_snapshot_get failed, rc = %u",213,4832
+"dsp_al_802_11_dsp_ring_descriptor_ptr_get failed, rc = %u",214,4876
+"if index #%u isn't supported in CV2X",215,4883
+"dsp_al_cv2x_dsp_ring_descriptor_ptr_get failed, rc = %u",216,4895
+"dsp_al_802_11_tx_ring_descriptor_flags_set failed, rc = %u",217,4933
+"dsp_al_802_11_tx_ring_descriptor_rate_get failed, rc = %u",218,4982
+"dsp_al_802_11_tx_ring_descriptor_rate_set failed, rc = %u",219,5031
+"dsp_al_802_11_tx_ring_descriptor_rates_shift failed, rc = %u",220,5072
+"dsp_al_802_11_tx_ring_descriptor_ampdu_configuration_set failed, rc = %u",221,5118
+"dsp_al_802_11_tx_ring_descriptor_length_set failed, rc = %u",222,5161
+"dsp_al_802_11_tx_ring_frame_retransmission_flag_set failed, rc = %u",223,5202
+"dsp_al_802_11_tx_ring_elements_swap failed, rc = %u",224,5245
+"if index #%u isn't supported in CV2X",225,5285
+"dsp_al_cv2x_logging_start failed, rc = %u",226,5298
+"if index #%u isn't supported in CV2X",227,5329
+"dsp_al_cv2x_logging_stop failed, rc = %u",228,5337
+"if index #%u isn't supported in CV2X",229,5370
+"dsp_al_cv2x_logging_file_name_get failed, rc = %u",230,5380
+"if index #%u isn't supported in CV2X",231,5412
+"dsp_al_cv2x_logging_bytes_recorded_get failed, rc = %u",232,5421
+"if index #%u isn't supported in CV2X",233,5452
+"dsp_al_cv2x_config_set failed, rc = %u",234,5459
+"dsp_al_cv2x_watchdog_counters_get failed, rc = %u",235,5495
+"ceva_dsp_full_reset failed, rc = %u",236,5548
+"dsp_memory_reload failed, rc = %u",237,5555
+"dsp_memory_reload failed, rc = %u",238,5561
+"dsp_al_802_11_recovery_boot_mode_set failed, rc = %u",239,5569
+"dsp_al_cv2x_recovery_boot_mode_set failed, rc = %u",240,5577
+"ceva_dsp_release_from_reset failed, rc = %u",241,5589
+"dsp_al_802_11_boot_validation failed, rc = %u",242,5598
+"dsp_al_cv2x_boot_validation failed, rc = %u",243,5607
+"dsp_al_802_11_buffers_overrun_check failed, rc = %u",244,5641
+"dsp_al_cv2x_buffers_overrun_check failed, rc = %u",245,5648
+"dsp_al_802_11_versions_get failed, rc = %u",246,5680
+"dsp_al_cv2x_versions_get failed, rc = %u",247,5692
+
+file_id,71,lmac_driver.c
+"Calibration file type isn't supported",0,147
+"RF CONFIG file type isn't supported",1,159
+"DSP physmem_map failed, rc = %u",2,257
+"dsp_memory_dump_ptr is NULL",3,264
+"DSP memory dump failed, rc = %u",4,289
+"***************************DSP ERROR STATUS*********************************",5,354
+"************************************************************",6,364
+"**** DSP ERROR - ASSERT ***",7,365
+"************************************************************",8,366
+"Assert in line %d, function name prefix %c%c%c%c%c",9,367
+"************************************************************",10,389
+"**** DSP ERROR - HANG ***",11,390
+"************************************************************",12,391
+"Hang in MAIN",13,401
+"************************************************************",14,414
+"**** DSP ERROR - OVERRUN ***",15,415
+"************************************************************",16,416
+"Buffer overrun occurred in Rx frame buffer, if_index=%u, ring #%u, element #%u",17,425
+"Buffer overrun occurred in Rx ranging buffer, if_index=%u, ring #%u, element #%u",18,439
+"Buffer overrun occurred in L1 buffer",19,453
+"************************************************************",20,463
+"**** DSP UNDEFINED ERROR DETECTED ***",21,464
+"************************************************************",22,465
+"sw_config_get failed, rc = %u",23,493
+"dsp_al_interface_recovery_trigger failed, rc = %u",24,552
+"lmac_driver_dsp_attach failed, rc = %u",25,560
+"DSP Recovery succeeded",26,570
+"DSP Recovery failed",27,573
+"Failed to set register in physical address 0x%x, rc = %u",28,632
+"Failed to set PLL4, PLL is not locked",29,644
+"Failed to set register in physical address %x, rc = %d",30,652
+"Failed to set register in physical address %x, rc = %d",31,660
+"Failed to set register in physical address %x, rc = %d",32,667
+"Failed to get register in physical address %x, rc = %d",33,675
+"Failed to set WLAN clock",34,687
+"Invalid argument: dsp_al_device_id_ptr is NULL",35,740
+"Invalid argument: lmac_device_id = %u",36,759
+"Exiting (dev %d)",37,782
+"Called (dev %u)",38,816
+"Invalid interface index = %u",39,819
+"CBR Sampling callback is already registered for if_index %u",40,834
+"tx_dev %d, rx_dev %d,",41,887
+"tx_ring %d, tx_start %u, tx_end %u",42,888
+"rx_start %u, rx_end %u",43,890
+"packet:",44,912
+"Exiting...",45,933
+"Invalid argument: last_rssi is NULL",46,973
+"Invalid argument: if_index = %u",47,978
+"Invalid if_index = %u",48,1056
+"Invalid if_index = %u",49,1077
+"dsp_al_interface_phy_flags_get failed, rc = %u",50,1084
+"Invalid if_index = %u",51,1099
+"dsp_al_interface_phy_status_flags_get failed, rc = %u",52,1106
+"pluton2_rev_id_ptr cannot be NULL",53,1126
+"Buffer too small %u, minimum len %u",54,1132
+"Failed to write to page 0, rc = %u",55,1150
+"Failed to read PLUTON2 RevID, rc = %u",56,1160
+"Invalid revision ID, %u",57,1186
+"osal_thread_config_create failed: rc = %u",58,1216
+"osal_thread_create failed: rc = %u",59,1225
+"osal_thread_join: %d",60,1249
+"Failed to map AFE PLL cfg registers (start=0x%08x, len=%zu), rc %d",61,1279
+"Failed to write value to DSP control memory, rc = %u",62,1293
+"Failed to write value to DSP control memory, rc = %u",63,1299
+"Frequency not supported, supported frequencies are 122.88 and 160 MHz",64,1328
+"Failed to set AFE PLL, PLL is not locked",65,1344
+"Failed to unmap AFE PLL cfg registers, rc %d",66,1375
+"Frequency not supported %d, supported 200 and 333 MHz",67,1421
+"Failed to disable PLL4 or WLAN clock, rc = %u",68,1431
+"Failed to set register in physical address %x, rc = %u",69,1439
+"Failed to enable PLL4 or WLAN clock, rc = %u",70,1447
+"Failed to set register in physical address %x, rc = %u",71,1457
+"Failed to set register in physical address %x, rc = %u",72,1471
+"Failed to set register in physical address %x, rc = %u",73,1483
+"Failed to map resstat A7 register (start=0x%08x, len=%zu), rc %d",74,1513
+"Failed to get register in physical address %x, rc = %d",75,1523
+"XTAL frequency not supported %x ",76,1547
+"IDF value cannot be zero",77,1554
+"Failed to unmap resstat A7 register, rc %d",78,1571
+"Interface %u is already attached",79,1593
+"dsp_al_interface_attach_state_set failed, rc = %u",80,1600
+"osal_tasklet_lock_save failed, rc = %u",81,1630
+"Interface %u detach failed, rc=%d",82,1637
+"Invalid argument: if_index = %u",83,1657
+"Interface #%u is already detached",84,1668
+"lmac_driver_mode_dependent_detach failed, if#%u, rc = %u",85,1675
+"lmac_driver_mode_dependent_attach failed, if#%u, rc = %u",86,1681
+"Failed to get RF configuration info, if_index = %u rc = %u",87,1703
+"Failed to get calibration info, if_index = %u rc = %u",88,1706
+"dsp_al_interface_aux_memory_populate failed, rc = %u",89,1720
+"lmac_driver_phy_flags_set failed, rc = %u",90,1731
+"dsp_al_interface_aux_is_rf_pluton2_get failed, rc = %u",91,1760
+"lmac_driver_phy_status_flags_get failed, rc = %u",92,1775
+"*******************************************************************",93,1781
+"* WARNING: DCOC_I CALIBRATION FAIL (phy_status_flags=0x%08x) *",94,1782
+"*******************************************************************",95,1784
+"*******************************************************************",96,1791
+"* WARNING: DCOC_Q CALIBRATION FAIL (phy_status_flags=0x%08x) *",97,1792
+"*******************************************************************",98,1794
+"*******************************************************************",99,1801
+"* WARNING: PHY_STATUS_F_NO_RF_FAIL FAIL (phy_status_flags=0x%08x) *",100,1802
+"*******************************************************************",101,1804
+"*******************************************************************",102,1811
+"* WARNING: PHY_STATUS_F_RF_PLL_UNLOCKED (phy_status_flags=0x%08x) *",103,1812
+"*******************************************************************",104,1814
+"*******************************************************************",105,1821
+"* WARNING: PHY_STATUS_F_CAL_FAIL (phy_status_flags=0x%08x) *",106,1822
+"*******************************************************************",107,1824
+"********************************************************************",108,1831
+"* WARNING: PHY_STATUS_F_FAST_WRITE_FAIL (phy_status_flags=0x%08x) *",109,1832
+"********************************************************************",110,1834
+"DCOC_I and DCOC_Q Calibration Succeeded",111,1839
+"device_id_lmac_to_dsp_al_convert failed, rc = %u",112,1856
+"dsp_al_interface_memory_write failed, rc = %u",113,1862
+"device_id_lmac_to_dsp_al_convert failed, rc = %u",114,1880
+"dsp_al_interface_memory_read failed, rc = %u",115,1886
+"dsp_al_interface_type_get failed, rc = %u",116,1901
+"dsp_al_interface_cbr_value_get failed, rc = %u",117,1922
+"Unknown action: %u",118,1944
+"dsp_al_interface_dfs_set failed, rc = %u",119,1951
+"control_block_ptr is NULL",120,1965
+"Invalid interface index = %u",121,2009
+"passthrough Sampling callback is already registered for if_index %u",122,2022
+"Invalid interface index = %u",123,2050
+"Invalid argument: ac_value_ptr is NULL",124,2121
+"Invalid argument: access_category = %u",125,2148
+"Invalid parameter: lmac_format = %u",126,2270
+"Invalid parameter: dsp_al_format = %u",127,2299
+"lmac_driver_format_to_dsp_al_convert failed, rc = %u",128,2313
+"lmac_driver_bandwidth_conversion_lmac_to_802_11 failed, rc = %u",129,2320
+"lmac_driver_format_dsp_al_to_lmac_convert failed, rc = %u",130,2340
+"lmac_driver_bandwidth_conversion_802_11_to_lmac failed, rc = %u",131,2346
+"Invalid argument: if_index = %u",132,2370
+"Interface %d is already attached",133,2380
+"lmac_driver_auxiliary_file_assign failed, rc = %u",134,2388
+"lmac_driver_auxiliary_file_assign failed, rc = %u",135,2397
+"lmac_driver_auxiliary_file_assign failed, rc = %u",136,2405
+"lmac_driver_calibration_status_check failed, rc = %u",137,2431
+"lmac_driver_calibration_status_check failed. rc = %u",138,2441
+"lmac_driver_compensator_calibration_download_trigger failed. rc = %u",139,2450
+"lmac_driver_dsp_detach failed, rc = %u",140,2456
+"Attaching UMAC failed ...retry number %d",141,2466
+"lmac_driver_dsp_detach(if_index=%u) failed, rc = %u",142,2472
+"Invalid argument: if_index = %u",143,2492
+"lmac_driver_if_indexes_get failed, rc = %u",144,2498
+"dsp_al_interface_is_compensator_enabled_get failed. rc = %u. Assume we have no compensator and continue",145,2506
+"lmac_driver_events_service_compensator_status_set failed. rc = %u",146,2519
+"lmac_driver_events_service_compensator_status_set failed. rc = %u",147,2527
+"dsp_al_interface_compensator_info_request_trigger failed, rc = %u. Assume we have no compensator and continue",148,2539
+"Invalid argument: if_index = %u",149,2562
+"Invalid argument: last_rf_gain_ptr is NULL",150,2593
+"Invalid argument: if_index = %u",151,2598
+"Failed to map A7 misc registers (start=0x%08lx, len=%zu), rc = %u",152,2639
+"Failed to unmap A7 misc registers rc = %u",153,2659
+"atk42xx_soc_wlan_pinctrl_rf_pluton2_pins_bind() - Failed, rc = %u",154,2672
+"rf_fast_write_enable failed, rc %d",155,2701
+"dsp_al_interface_aux_pps_source_get failed, rc = %u",156,2724
+"Invalid PPS GPIO source (%u)",157,2742
+"pps_gpio_source_set failed, rc = %u",158,2751
+"dsp_al_interface_pps_source_set failed, rc = %u",159,2759
+"dsp_al_interface_aux_pps_source_get failed, rc = %u",160,2767
+"No CCA configuration found",161,2791
+"dsp_al_interface_cca_gpio_set failed, rc = %u",162,2798
+
+file_id,72,lmac_driver_dbg.c
+"osal_mutex_lock failed, rc = %u",0,74
+"Invalid next state %d, current state %d",1,104
+"logging file path is to long",2,126
+"file_open err %d",3,149
+"LMAC driver debug logging control block not initialized",4,184
+"lmac_driver_events_service_queue_send failed. rc = %u",5,278
+"LMAC driver DBG not initialized",6,301
+"LMAC driver debug not initialized",7,329
+"LMAC driver debug not initialized",8,387
+"osal_sem_wait failed, rc = %u",9,409
+"Invalid ring type: %d",10,443
+
+file_id,73,lmac_driver_ddm.c
+"Invalid if_index = %u",0,41
+"lmac_driver_mode_dependent_detach failed, if#%u, rc = %u",1,54
+"lmac_driver_auxiliary_file_assign failed, rc = %u",2,61
+"lmac_driver_auxiliary_file_assign failed, rc = %u",3,69
+"lmac_driver_auxiliary_file_assign failed, rc = %u",4,78
+"lmac_driver_calibration_status_check failed. rc = %u",5,111
+"Interface %d UMAC attached.",6,116
+"lmac_driver_mode_dependent_detach failed, if#%u, rc = %u",7,126
+"Invalid parameter: dsp_al_tsf_lock_status = %u",8,152
+"Failed to map temperature registers (start = 0x%08lx, len = %u), rc = %u",9,189
+"Failed to unmap temperature registers, rc = %u",10,222
+"dsp_al_interface_tsf_lock_status_get failed, rc = %u",11,255
+"dsp_al_interface_tsf_value_set failed, rc = %u",12,275
+"dsp_al_interface_tsf_value_get failed, rc = %u",13,303
+"dsp_al_interface_tsf_lock_status_get failed, rc = %u",14,319
+"tsf_lock_status_dsp_al_to_lmac_convert failed, rc = %u",15,326
+"reload_flags %d",16,348
+"Failed to get sw_config, rc = %u",17,352
+"lmac_calib_file_location orig 0x%x new 0x%x",18,374
+"calibration_reload failed, if_index= %u, rc = %u",19,390
+"lmac_driver_rf_type_set failed, rc = %u",20,398
+"lmac_driver_dsp_pps_cca_gpio_set failed, rc = %u",21,405
+"Unknown PPS validity value: %u",22,436
+"dsp_al_interface_pps_lock_status_set failed, rc = %u",23,449
+"dsp_al_interface_pps_unsync_force failed, rc = %u",24,470
+"dsp_al_interface_pps_hold_over_time_set failed, rc = %u",25,491
+"dsp_al_interface_pps_hold_over_time_get failed, rc = %u",26,512
+"dsp_al_interface_pps_last_timing_offset_get failed, rc = %u",27,533
+"device_temperature_get failed, rc = %u",28,567
+
+file_id,74,lmac_driver_dot4.c
+"DSP - freq: %u, time-slot: %u",0,94
+"Failed to switch DOT4 channel, rc = %d",1,104
+"update channel - requested num: %u, stored num: %u",2,120
+"invalid parameters",3,182
+"scq_enqueue to event queue failed, rc %d",4,194
+"scq_dequeue_ptr_get from event queue failed, rc %d",5,209
+"invalid element received from event queue",6,214
+"Invalid argument: if_index = %u",7,229
+"Invalid argument: switching_config_ptr is NULL",8,234
+"dsp_al_interface_dot4_switching_config_set failed, rc=%u",9,248
+"Invalid argument: if_index = %u",10,263
+"Invalid argument: switching_config_ptr is NULL",11,268
+"dsp_al_interface_dot4_switching_config_get failed, rc = %u",12,275
+"scq_dequeue from event queue failed, rc %d",13,296
+"Invalid param - NULL pointer",14,353
+"timer expired",15,387
+"send_element_to_event_queue failed, rc = %u",16,392
+"failed to read switching capability values from DSP",17,449
+"Invalid event #%d",18,476
+"Invalid param - immediate access > 0",19,516
+"Failed to configure EDCA functions (rc = %d)",20,538
+"Invalid param - channel already configured",21,628
+"Invalid param - channel already configured on second slot",22,636
+"No time sync - can't switch state",23,649
+"Failed to configure EDCA functions (rc = %d)",24,691
+"Invalid param - channel_num not configured",25,712
+"lmac_driver_control_block_get returned NULL, if_index = %u",26,755
+"Invalid param - channel not configured",27,813
+"Invalid param - non immediate mode isn't supported",28,819
+"Failed to configure EDCA functions (rc = %d)",29,848
+"Invalid param - channel_num not configured",30,871
+"Invalid param - channel_num not configured",31,985
+"Invalid param - channel not in immediate mode",32,991
+"Invalid immediate stacked state",33,1058
+"receive_element_ptr_from_event_queue error #%d",34,1180
+"Invalid DOT4 state #%d",35,1261
+"IF #%u - 1609.4 State: INIT",36,1271
+"IF #%u - 1609.4 State: DISABLE",37,1275
+"IF #%u - 1609.4 State: CONTINUOUS",38,1279
+"IF #%u - 1609.4 State: IMMEDIATE",39,1283
+"IF #%u - 1609.4 State: ALTERNATE",40,1287
+"error removing element from event queue",41,1302
+"Invalid argument: if_index = %u",42,1324
+"Invalid argument: channel_id_ptr is NULL",43,1329
+"Invalid argument: if_index = %u",44,1355
+"Invalid argument: time_slot = %u, DOT4 state isn't DISABLE",45,1361
+"Invalid argument: if_index = %u",46,1390
+"Invalid argument: request_ptr is NULL",47,1396
+"Invalid argument: channel number not supported",48,1403
+"Invalid argument: time_slot = %d",49,1410
+"Invalid argument: op_class = %d",50,1419
+"lmac_driver_if_indexes_get failed, rc = %u",51,1427
+"Error, same frequency as adjacent channel",52,1442
+"couldn't allocate data block from pool",53,1452
+"Invalid argument: if_index = %u",54,1479
+"Invalid argument: request_ptr is NULL",55,1485
+"Invalid argument: channel number not supported",56,1492
+"Invalid argument: op_class",57,1501
+"couldn't allocate data block from pool",58,1511
+"Invalid argument: if_index = %u",59,1537
+"Invalid argument: request_ptr is NULL",60,1543
+"couldn't allocate data block from pool",61,1553
+"Invalid argument: if_index = %u",62,1579
+"Invalid argument: switching_config_ptr is NULL",63,1584
+"time sync duration should be >= %d msec",64,1590
+"total duration (%u ms) can't be divider of %lu",65,1596
+"sync tolerance should be >= %d msec / max channel switch time should be >= %d msec",66,1604
+"Invalid state #%d",67,1631
+"Invalid argument: if_index = %u",68,1647
+"Invalid input param - NULL pointer",69,1652
+"response callback is NULL",70,1666
+"event queue init failed, rc %d",71,1687
+"block pool init failed, rc %d",72,1700
+"osal_thread_config_create failed: rc=%d",73,1720
+"osal_thread_create failed: rc=%d",74,1729
+"send_element_to_event_queue failed, rc = %d",75,1755
+"osal_thread_join failed, rc = %d",76,1761
+"block_pool_deinit failed, rc = %d",77,1781
+"scq_deinit failed, rc = %d",78,1792
+"sync loss occurred",79,1817
+"send_element_to_event_queue (idx=%u) failed, rc = %u",80,1828
+"Invalid argument: if_index = %u",81,1866
+"Invalid argument: stats_ptr is NULL",82,1871
+"Invalid argument: time_slot = %u",83,1876
+"dsp_al_interface_dot4_counters_get failed, rc = %u",84,1889
+
+file_id,75,lmac_driver_events_service.c
+"dsp_al_interface_compensator_keep_alive_get failed, rc = %u",0,56
+"scq_dequeue_ptr_get failed. rc = %u",1,77
+"scq_dequeue failed. rc = %u",2,88
+"lmac_driver_if_indexes_get failed, rc = %u. Exiting thread.",3,111
+"events_status_queue_receive failed. rc = %u",4,120
+"compensator_info_request_trigger - retry #%u due to internal dsp_al error",5,139
+"dsp_al_interface_compensator_info_request_trigger failed, rc = %u",6,144
+"compensator_info_request_trigger - retry #%u due CRC error",7,189
+"dsp_al_interface_compensator_info_request_trigger failed, rc = %u",8,194
+"compensator_info_request_trigger - retry #%u due timeout",9,236
+"dsp_al_interface_compensator_info_request_trigger failed, rc = %u",10,242
+"Compensator information download timer expired",11,310
+"send_element_to_event_queue failed, rc = %u",12,315
+"Compensator keep alive timer expired",13,331
+"scq_enqueue failed, rc = %u",14,336
+"lmac_driver_events_service_queue_send failed. rc = %u",15,355
+"dsp_al_interface_compensator_calib_valid_get failed, rc = %u",16,420
+"Invalid compensator internal status [%u]",17,438
+"scq_init failed. rc = %u",18,460
+"osal_thread_config_create failed, rc = %u",19,491
+"osal_thread_create failed, rc = %u",20,501
+"scq_enqueue(DEINIT) failed. rc = %u",21,543
+"osal_thread_join failed. rc = %u",22,549
+"scq_deinit failed. rc = %u",23,557
+"scq_enqueue failed. rc = %u",24,574
+
+file_id,76,lmac_driver_init.c
+"Invalid params: control_block_ptr = %p, config_ptr = %p",0,117
+"dsp_al_interface_type_get failed, rc = %u",1,141
+"dsp_al_interface_frequency_get failed, rc = %u",2,148
+"dsp_al_interface_ring_size_get failed, rc = %u",3,158
+"Memory block pool size isn't enough, required=%u, current=%u",4,168
+"block_pool_alloc failed, rc = %u",5,174
+"lmac_driver_if_indexes_get failed, rc = %u",6,258
+"lmac_driver_control_block_get failed, rc = %u",7,265
+"lmac_driver_ddm_pps_unsync_force failed, rc = %u",8,274
+"lmac_driver_mode_dependent_detach failed, if_index %u, rc = %u",9,284
+"lmac_driver_wdm_cbp_deinit failed, rc = %u",10,302
+"block_pool_deinit failed, rc = %d",11,334
+"lmac_mode_dependent_deinit failed, rc = %u",12,346
+"lmac_loopback_enable=%u",13,361
+"lmac_phy_loopback_enable=%u",14,362
+"lmac_wlan_mailbox_interrupts_enable=%u",15,363
+"lmac_calib_file_location = %u",16,364
+"lmac_rf_config_file_location = %u",17,365
+"physical_interfaces_in_use = %u",18,366
+"craton2_soc_revision_get failed, rc = %u",19,374
+"Invalid parameter: physical_interfaces_in_use = %u",20,379
+"lmac_driver_if_indexes_set failed, rc = %u",21,395
+"dsp_al_interface_cold_init failed, rc = %u",22,402
+"block_pool_init failed, rc = %u",23,418
+"control_block_ptr is NULL, if_index = %u",24,426
+"control_block_init failed (if index = %u), rc = %u",25,433
+"lmac_driver_mode_dependent_init failed, rc = %u",26,440
+"control_block_ptr is NULL, first_if_index = %u",27,448
+"lmac_driver_dsp_error_handling_thread_init failed, rc = %u",28,455
+"lmac_driver_events_service_init failed, rc = %u",29,462
+"lmac_driver_auxiliary_file_assign failed, to set calibration file, rc = %u",30,469
+"lmac_driver_auxiliary_file_assign failed, to set RF configuration file, rc = %u",31,476
+"lmac_driver_rf_type_set failed, rc = %u",32,483
+"lmac_driver_dsp_pps_cca_gpio_set failed, rc = %u",33,490
+"dsp_al_interface_type_get failed, rc = %u",34,504
+"Invalid DSP type %u",35,518
+"lmac_driver_afe_pll_frequency_set failed, rc = %u",36,526
+
+file_id,79,lmac_driver_tx.c
+"pre_enqueue failed, rc = %u",0,36
+"IF#%u: access category = %u, length = %u, mcs[0]=%u, bw[0]=%u format=%u",1,56
+"packet->rates[0].flags=0x%x, power[dBm(1/8)]=%u, rtscts_mcs=%u",2,59
+"mpdu_spacing=%u (0.25usec units), packet->flags=0x%x",3,62
+"pre_tx_trigger failed, rc = %u",4,77
+"control_block_ptr is NULL",5,101
+"osal_tasklet_lock_save failed, rc = %u",6,112
+"dsp_al_interface_is_ring_empty failed, rc = %u",7,123
+"txc_ring_before failed, rc = %u",8,134
+"dsp_al_interface_ring_start_indexes_get failed, rc = %u",9,144
+"ring instance #%u",10,147
+"shadow_start_index = %u",11,148
+"dsp_start_index = %u",12,149
+"txc_frame_before failed, rc = %u",13,155
+"dsp_al_interface_shadow_start_ring_index_set failed, rc = %u",14,165
+"txc_ring_after failed, rc = %u",15,171
+"dev %u, ring %u, dsp start %d, start %d",16,175
+"Invalid argument: if_index = %u",17,190
+"lmac_driver_control_block_get failed",18,196
+"TSSI %08X",19,203
+
+file_id,80,lmac_driver_tx_v2x.c
+"Called",0,21
+"Mandatory function argument is not specified",1,29
+"Invalid packet (no data)",2,34
+"Invalid argument: if_index = %u",3,39
+"Invalid argument: access_category %d",4,44
+"Invalid argument: Tx slot ID = %d",5,49
+"Interface %d is not attached!",6,59
+"dsp_al_interface_diversity_mode_get failed, rc = %u",7,66
+"osal_tasklet_lock_save failed, rc = %u",8,80
+"IF#%u, Packet slot-id = %u, ac = %u",9,85
+"lmac_driver_packet_enqueue failed, rc = %u",10,91
+"lmac_driver_tx_trigger failed, rc = %u",11,101
+
+file_id,81,lmac_driver_tx_wifi.c
+"DSP is not attached",0,19
+"osal_tasklet_lock_save failed, rc = %u",1,25
+"dsp_al_interface_ring_start_indexes_get failed, rc=%u",2,38
+"dsp_al_interface_ring_end_indexes_get failed, rc=%u",3,48
+"lmac_driver_tx_trigger failed, rc=%u",4,62
+"osal_tasklet_lock_save failed, rc = %u",5,105
+"lmac_driver_packet_enqueue failed, rc=%u",6,113
+"dsp_al_interface_ring_start_indexes_get failed, rc=%u",7,123
+"dsp_al_interface_ring_end_indexes_get failed, rc=%u",8,133
+"lmac_driver_tx_trigger failed, rc=%u",9,141
+
+file_id,82,lmac_driver_wdm.c
+"Invalid argument: min_rssi_ptr NULL",0,79
+"Invalid argument: control_block_ptr is NULL",1,84
+"Invalid argument: max_rssi_ptr is NULL",2,121
+"Invalid argument: control_block_ptr is NULL",3,126
+"Invalid arguments: min_mcs_ptr = %p, max_mcs_ptr = %p",4,164
+"Invalid argument: control_block_ptr is NULL",5,169
+"Invalid argument: evm_fraction_ptr is NULL",6,217
+"Invalid argument: control_block_ptr is NULL",7,222
+"Invalid argument: evm_fraction_ptr is NULL",8,260
+"Invalid argument: control_block_ptr is NULL",9,265
+"Invalid argument: rx_queue_full_cnt_ptr is NULL",10,307
+"lmac_driver_if_indexes_get failed, rc = %u",11,314
+"Invalid argument: control_block_ptr is NULL",12,357
+"Invalid argument: statistics_ptr is NULL",13,362
+"Invalid argument: statistics_ptr is NULL",14,429
+"dsp_al_interface_diversity_mode_get failed, rc = %u",15,436
+"osal_tasklet_lock_save failed, rc = %u",16,453
+"diversity_stats_get failed, rc = %u",17,459
+"osal_tasklet_lock_save failed, rc = %u",18,475
+"Failed to get last RF gain from WLAN driver",19,483
+"Failed to get min RF gain from WLAN driver",20,490
+"Failed to get max RF gain from WLAN driver",21,497
+"Failed to get last RSSI from WLAN driver",22,505
+"Failed to get min RSSI from WLAN driver",23,512
+"Failed to get max RSSI from WLAN driver",24,519
+"Failed to get last RF gain from WLAN driver",25,526
+"Failed to get min and max MCS from WLAN driver",26,535
+"Invalid arguments",27,638
+"Failed to get mac address for interface %u, rc = %u",28,655
+"Failed to set mac address for interface %u, rc = %u",29,669
+"Failed to set Rx mac address mask for interface %u, rc = %u",30,686
+"Invalid argument: if_index = %u",31,703
+"Invalid argument: duty_cycle_msec_ptr is NULL",32,723
+"Invalid argument: if_index = %u",33,728
+"Failed to get frequency for interface %u, rc = %u",34,749
+"Failed to set interface %u frequency in DSP cookie, rc = %u",35,775
+"lmac_driver_if_indexes_get failed, rc = %u",36,787
+"lmac_driver_wdm_diversity_get failed, rc = %u",37,804
+"Error, same frequency as adjacent channel",38,813
+"Failed to get control flag for interface %u, rc = %u",39,867
+"Failed to get control flag for interface %u, rc = %u",40,882
+"Failed to set control flag for interface %u, rc = %u",41,889
+"Failed to reattach for interface %u, rc = %u",42,896
+"Failed to get primary index for interface %u, rc = %u",43,911
+"Failed to set primary index for interface %u, rc = %u",44,924
+"Invalid argument: value %u",45,937
+"Failed to set TX power for interface %u, rc = %u",46,943
+"Failed to reattach for interface %u, rc = %u",47,950
+"Invalid argument: rf_test_mode_config_ptr is NULL",48,975
+"Invalid argument: if_index = %u",49,980
+"Unknown RF test mode %u",50,1034
+"RF already in test mode",51,1043
+"Unknown RF test mode %u",52,1053
+"Invalid argument: if_index = %u",53,1079
+"rf_test_mode_config_ptr is NULL",54,1084
+"Failed to get LMAC counters for interface %u, rc = %u",55,1125
+"Failed to get LMAC additional counters for interface %u, rc = %u",56,1167
+"Failed to get PHY counters for interface %u, rc = %u",57,1222
+"Invalid argument: evm_fraction_ptr is NULL",58,1247
+"Invalid argument: if_index = %u",59,1252
+"Failed to set cookie frequency for interface %u, rc = %u",60,1274
+"Invalid argument: if_index = %u",61,1293
+"dsp_al_interface_bandwidth_get failed, rc = %u",62,1305
+"Invalid argument: if_index = %u",63,1339
+"dsp_al_interface_bandwidth_set failed, rc = %u",64,1370
+"Invalid argument: primary_index is NULL",65,1390
+"Invalid argument: if_index = %u",66,1395
+"Failed to get primary index for interface %u, rc = %u",67,1402
+"Invalid argument: primary_index = %u",68,1417
+"Invalid argument: if_index = %u",69,1422
+"Failed to get primary index for interface %u, rc = %u",70,1428
+"Failed to set primary index",71,1436
+"Failed to get PHY mode for interface %u, rc = %u",72,1456
+"Invalid argument: if_index = %u",73,1472
+"Failed to set PHY mode for interface %u, rc = %u",74,1496
+"Failed to get diversity mode for interface %u, rc = %u",75,1529
+"Invalid argument: if_index = %u",76,1561
+"Invalid diversity mode",77,1568
+"Failed to get diversity mode, rc = %u",78,1574
+"lmac_driver_if_indexes_get failed, rc = %u",79,1592
+"Diversity mode is not supported when only interface #1 is in use",80,1599
+"Failed to set diversity mode for interface %u, rc = %u",81,1621
+"Failed to get csd11p for interface %u, rc = %u",82,1660
+"Failed to set csd11p for interface %u, rc = %u",83,1673
+"lmac_driver_phy_flags_get failed, rc = %u",84,1688
+"lmac_driver_phy_flags_set failed, rc = %u",85,1707
+"Invalid argument: if_index = %u",86,1726
+"lmac_driver_mode_dependent_attach failed, if#%u, mode = %u, rc = %u",87,1735
+"Invalid argument: if_index = %u",88,1749
+"lmac_driver_mode_dependent_detach failed, if#%u, rc = %u",89,1756
+"Invalid argument: if_index = %u",90,1774
+"lmac_driver_mode_dependent_interface_mode_get failed, if#%u, rc = %u",91,1780
+"Invalid parameters: tssi_detector_ptr is NULL",92,1796
+"Invalid parameter: if_index = %u",93,1801
+"lmac_driver_tx_last_tssi_reading_get failed, rc = %u",94,1810
+"dsp_al_interface_compensator_tssi_value_get failed, rc = %u",95,1817
+"Unknown value type: %u",96,1826
+"lmac_driver_events_service_compensator_user_status_get failed, rc = %u",97,1853
+"dsp_al_interface_compensator_version_get failed, rc = %u",98,1862
+"dsp_al_interface_compensator_stats_get failed, rc = %u",99,1894
+"dsp_al_interface_compensator_last_messages_get failed, rc = %u",100,1925
+"dsp_al_interface_compensator_fault_code_get failed, rc = %u",101,1950
+"lmac_driver_events_service_compensator_user_status_get failed, rc = %u",102,1976
+"dsp_al_interface_compensator_raw_calibration_data_get failed, rc = %u",103,1983
+"lmac_driver_if_indexes_get failed, rc = %u",104,2003
+"lmac_driver_events_service_compensator_user_status_get failed, rc = %u",105,2010
+"dsp_al_interface_compensator_dsp_state_reset failed, rc = %u",106,2023
+"lmac_driver_compensator_calibration_download_trigger failed, rc = %u",107,2030
+"lmac_driver_wdm_diversity_get failed, rc = %u",108,2045
+"lmac_driver_wdm_diversity_set failed, rc = %u",109,2053
+"dsp_al_interface_tssi_calibration_mode_start failed, rc = %u",110,2060
+"dsp_al_interface_tssi_calibration_mode_stop failed, rc = %u",111,2075
+"lmac_driver_wdm_diversity_set failed, rc = %u",112,2087
+"Failed to get PLUTON2 revision ID, rc = %u",113,2103
+"lmac_driver_wdm_diversity_get failed, rc = %u",114,2122
+"Failed to get RSSI calibration result for RF antenna %u, rc = %u",115,2138
+"lmac_driver_wdm_diversity_set failed, rc = %u",116,2149
+"Failed to get RSSI calibration result for RF antenna %u, rc = %u",117,2157
+"lmac_driver_wdm_diversity_set failed, rc = %u",118,2164
+"lmac_driver_access_category_convert failed, rc = %u",119,2192
+"Failed to get EDCA config parameters for interface %u, rc = %u",120,2198
+"lmac_driver_access_category_convert failed, rc = %u",121,2224
+"Failed to get EDCA config parameters for interface %u, rc = %u",122,2236
+"Failed to write value to DSP control memory, rc = %u",123,2250
+"Failed to read value from DSP control memory, rc = %u",124,2263
+"Invalid parameter: statistics_ptr is NULL",125,2281
+"Failed to get PHY counters from WLAN driver",126,2293
+"Failed to get LMAC counters from WLAN driver",127,2301
+"Failed to get LMAC additional counters from WLAN driver",128,2309
+"Failed to get Rx EVM and RSSI stats",129,2316
+"Failed to get Rx queue full counter from WLAN driver",130,2323
+"Failed to get DSP error report from WLAN driver",131,2330
+"Invalid ring_instance_number = %u",132,2366
+"Failed to get DSP ring descriptor pointer for interface %u, rc = %u",133,2377
+"lmac_driver_if_indexes_get failed, rc = %u",134,2490
+"lmac_driver_if_indexes_get failed, rc = %u",135,2527
+"dsp_al_interface_diagnostics_struct_get failed, rc = %u",136,2536
+"lmac_driver_if_indexes_get failed, rc = %u",137,2557
+"lmac_driver_if_indexes_get failed, rc = %u",138,2591
+"lmac_driver_time_ahead_usec_set: invalid time_ahead_usec=%u, reseting to 4000",139,2606
+"lmac_driver_if_indexes_get failed, rc = %u",140,2630
+"Unsupported first_if_index = %d",141,2634
+"Unsupported dsp_type = %d. Not a CV2X dsp image!",142,2645
+"lmac_driver_if_indexes_get failed, rc = %u",143,2666
+"lmac_driver_if_indexes_get failed, rc = %u",144,2698
+"lmac_driver_if_indexes_get failed, rc = %u",145,2727
+"lmac_driver_if_indexes_get failed, rc = %u",146,2759
+"lmac_driver_if_indexes_get failed, rc = %u",147,2788
+"lmac_driver_if_indexes_get failed, rc = %u",148,2816
+"lmac_driver_if_indexes_get failed, rc = %u",149,2858
+"dsp_al_interface_diagnostics_struct_reset failed, rc = %u",150,2867
+"cwdm_sw_config_ptr is NULL",151,2883
+"lmac_driver_if_indexes_get failed, rc = %u",152,2894
+"lmac_driver_wdm_cv2x_sw_config_set: Reattach DSP on CWDM config change",153,2907
+"lmac_driver_wdm_cv2x_sw_config_set: Reattach DSP on carrier pools change",154,2914
+"cv2x_sw_config_set failed, rc = %u",155,2922
+"lmac_driver_wdm_cv2x_sw_config_set - Reattach DSP is required for interface %u",156,2931
+"dsp_al_interface_sw_config_set failed, rc = %u",157,2941
+"lmac_driver_if_indexes_get failed, rc = %u",158,2966
+"measurements_threshold_for_sci %d",159,2979
+"lmac_driver_if_indexes_get failed, rc = %u",160,2995
+"Invalid enable_disable_value %d",161,3021
+"lmac_driver_if_indexes_get failed, rc = %u",162,3028
+"Reading RF temperature failed, rc = %u",163,3076
+"lmac_driver_if_indexes_get failed, rc = %u",164,3183
+
+file_id,83,lmac_driver_wdm_cbp.c
+"Filter is to old and was removed, A new filter will be added",0,636
+"cbp_hash_verify_age_of_filter failed with error %d",1,639
+"filter is to old and was removed",2,850
+"cbp_hash_verify_age_of_filter failed with error %d",3,854
+"found filter index=%d, time=%u",4,907
+"Invalid parameter",5,926
+"cbp_hash_garbage_collection return less than 1, unable to allocate a place for filter",6,1096
+"second cbp_hash_insert still return NULL, returning out of memory",7,1103
+"lmac_driver_wdm_cbp_reset Failed",8,1125
+"----calculate_cbp_stats_debug----",9,1209
+"hash index %d filter index %d",10,1227
+"filter next %d",11,1235
+"first_filter_empty_index: %d",12,1248
+"filter next %d",13,1256
+"filters_in_use = %d, filters_available = %d, hash_table_size_in_use = %d, hash_table_size = %d",14,1259
+
+file_id,84,lmac_irq.c
+"lmac_driver_if_indexes_get failed, rc = %u",0,34
+"Failed to register MBOX_D2H_TX_CHANNEL_%u, rc=%d",1,50
+"Failed to register MBOX_D2H_RX_CHANNEL_%u, rc=%d",2,60
+"Failed to register MBOX_D2H_CMD_DONE_%u, rc=%d",3,70
+"Failed to register MBOX_D2H_RUNNING_%u, rc=%d",4,80
+"Failed to register MBOX_D2H_PPS_LOCK_LOST, rc=%d",5,95
+"Failed to register MBOX_D2H_PPS_LOCKED, rc=%d",6,104
+"Failed to register MBOX_D2H_PPS_SYNCED, rc=%d",7,113
+"Failed to register MBOX_D2H_COMP_CALIB_READY. rc = %u",8,122
+"Failed to register MBOX_D2H_TRIGGER_CATCHED, rc = %u",9,132
+"dsp_al_interface_h2d_request_complete_indicate failed, rc = %u",10,198
+"dsp_al_interface_attach_complete_indicate failed, rc = %u",11,214
+"irq_config_ptr is NULL",12,276
+"atlk_mailbox_instance_get() failed, rc=%d",13,283
+"atlk_mailbox_instance_get() failed, rc=%d",14,290
+"Fail to initialize LMAC Mailbox (WLAN to HOST), rc=%d",15,301
+"Fail to initialize LMAC Mailbox (HOST to WLAN), rc=%d",16,308
+"atlk_mailbox_interrupts_enable failed, rc=%u",17,331
+"Interrupt source registration failed, rc=%d",18,338
+"atlk_irq_register() failed, rc=%u",19,350
+"lmac_isr_handler_task_init() failed, rc=%d",20,357
+
+file_id,85,cv2x_mode.c
+"on_dequeue_thread\n",0,34
+"start polling_dequeue_thread old = %u new = %u\n",1,44
+"Cannot create polling_dequeue_thread, err=%d\n",2,71
+"osal_thread_join failed, rc=%d",3,87
+"dsp_al_interface_tx_packet_complete_info_get failed, rc = %u",4,151
+"Got confirmation (0x%x) from DSP: ring index=%d, lmac=%u, irq to DSP=%u (%u)",5,170
+"RR SF=%u, lmac SF=%d, cur frame=%u, ts=%u",6,173
+"ahead=%d\n stats: ok=%u, bd=%u, n=%u",7,177
+"sw_config_get failed, rc = %u",8,333
+"dsp_al_interface_is_ring_empty (Rx) failed, rc = %u",9,345
+"dsp_al_interface_rx_packet_dequeue failed, rc = %u",10,355
+"dsp_al_interface_is_ring_empty (Rx) failed, rc = %u",11,365
+"Buffer received. %lu bytes, EVM=%u/%u, ts=%u (%u)",12,377
+"rssi=[%d.%d,%d.%d]",13,382
+"gn=[%u,%u], mcs=%u",14,384
+"osal_tasklet_lock_save failed, rc = %u",15,407
+"dsp_al_interface_diversity_mode_get failed, rc = %u",16,445
+"last_evm_fraction.denominator == 0",17,473
+"dsp_al_interface_is_ring_empty (Rx) failed, rc = %u",18,493
+"dsp_al_interface_is_ring_empty (measurement) failed, rc = %u",19,504
+"dsp_al_interface_rx_packet_dequeue failed, rc = %u",20,517
+"dsp_al_interface_is_ring_empty (measurement) failed, rc = %u",21,526
+"sent %d measurements(cb=%d), max_cnt=%d, delta from last mesasurement=%dms",22,589
+"dsp_al_interface_is_ring_empty (measurement) failed, rc = %u",23,603
+"mode_ops_ptr is NULL",24,633
+
+file_id,86,default.c
+"mode_ops_ptr is NULL",0,150
+"Using default UMAC Rx callback!",1,160
+"Using default UMAC Tx complete callback!",2,168
+
+file_id,87,mode_dependent.c
+"lmac_driver_if_indexes_get failed, rc = %u",0,70
+"osal_mutex_lock failed, rc = %u",1,85
+"lmac_driver_dsp_detach failed, rc = %u",2,93
+"lmac_driver_if_indexes_get failed, rc = %u",3,117
+"Can't set umac callbacks while DSP is attached",4,171
+"Can't set mode operations while DSP is attached",5,195
+"mode %u is not registered",6,215
+"umac_callbacks_set failed, if#%u, mode = %u",7,225
+"mode_ops_set failed, if#%u, mode = %u",8,232
+"lmac_driver_if_indexes_get failed, rc = %u",9,257
+"Same frequency %u as adjacent interface",10,287
+"interfaces_state_descriptor_init failed, rc = %u",11,309
+"mode_apply failed, rc = %u",12,320
+"interfaces_state_descriptor_deinit failed, rc=%u",13,340
+"Invalid parameters: mode = %u, umac_callbacks_ptr = %p",14,358
+"Invalid parameter: mode = %u",15,379
+"Invalid mode = %u",16,404
+"Invalid argument: if_index = %u",17,409
+"If#%u can't attach in mode %u when CV2X DSP image is loaded",18,420
+"If#%u can't attach in mode %u when 802_11 DSP image is loaded",19,426
+"dsp_al_interface_diversity_mode_get failed, rc = %u",20,433
+"is_interface_frequency_unique failed, rc = %u",21,443
+"osal_mutex_lock failed, rc = %u",22,449
+"If#%u can't attach in dsp only mode since it hasn't been detached in this mode",23,457
+"lmac_driver_dsp_attach failed, if#%u, rc = %u",24,465
+"If#%u is busy, current mode = %u, requested mode = %u",25,484
+"lmac_driver_dsp_detach failed, if#%u, rc = %u",26,502
+"lmac_driver_calibration_load_and_verify failed, if#%u, rc = %u",27,511
+"mode_apply failed, if#%u, rc = %u",28,521
+"pre_warm_init failed, mode = %u, if#%u, rc = %u",29,528
+"lmac_driver_dsp_attach failed, if#%u, rc = %u",30,535
+"post_warm_init failed, mode = %u, if#%u, rc = %u",31,542
+"If#%u attached in mode %u, attached_counter = %u",32,552
+"Failed to set sampling timer duty cycle, rc = %u",33,567
+"Invalid mode = %u",34,591
+"Invalid argument: if_index = %u",35,596
+"dsp_al_interface_diversity_mode_get failed, rc = %u",36,603
+"osal_mutex_lock failed, rc = %u",37,613
+"if#%u is already detached",38,618
+"Can't do full detach during dsp only detach, if#%u",39,624
+"lmac_driver_dsp_detach failed, if#%u, rc = %u",40,640
+"warm_deinit failed, mode = %u, if#%u, rc = %u",41,656
+"If#%u detached from mode %u over service",42,661
+"warm_deinit failed, mode = %u, if#%u, rc = %u",43,673
+"lmac_driver_dsp_detach failed, if_index = %u, rc = %u",44,681
+"if_index %u detached from %u mode",45,685
+"mode_apply failed, rc = %u",46,690
+"mode_ptr is NULL",47,723
+"Invalid argument: if_index = %u",48,728
+"osal_mutex_lock failed, rc = %u",49,736
+"Invalid argument: if_index = %u",50,756
+"Current mode is not DSRC",51,764
+"Force DSRC mode detach, if#%u, attached_counter=%u",52,768
+"lmac_driver_mode_dependent_detach failed, rc=%u",53,772
+
+file_id,88,v2x_mode.c
+"dsp_al_interface_tx_packet_complete_info_get failed, rc = %u",0,69
+"dsp_al_interface_bandwidth_get failed, rc = %u",1,111
+"lmac_driver_bandwidth_conversion_lmac_to_802_11 failed, rc = %u",2,117
+"Packet bandwidth (%u) > MIB bandwidth (%u)",3,122
+"lmac_driver_access_category_convert failed, rc = %u",4,132
+"lmac_driver_rate_to_dsp_al_convert failed, rc = %u",5,160
+"access_category = %u",6,168
+"frame_data_ptr = %p",7,169
+"frame_data_size = %u",8,170
+"ring_descriptor_dpd_val = %u",9,171
+"ring_descriptor_tssi_length = %u",10,172
+"ring_descriptor_flags = 0x%x",11,173
+"ring_descriptor_rtscts_format = %u",12,174
+"ring_descriptor_rtscts_mcs = %u",13,175
+"ring_descriptor_tx_power_ctrl[0] = %u",14,176
+"ring_descriptor_tx_power_ctrl[1] = %u",15,177
+"dsp_al_interface_ring_end_indexes_get failed, rc = %u",16,198
+"dsp_al_interface_dsp_end_ring_index_set failed, rc = %u",17,210
+"dsp_al_interface_is_ring_empty failed, rc = %u",18,234
+"dsp_al_interface_rx_packet_dequeue failed, rc = %u",19,243
+"osal_tasklet_lock_save failed, rc = %u",20,275
+"dsp_al_interface_diversity_mode_get failed, rc = %u",21,313
+"last_evm_fraction.denominator == 0",22,341
+"dsp_al_interface_is_ring_empty failed, rc = %u",23,359
+"lmac_driver_wdm_phy_mode_set failed, rc = %u",24,405
+"lmac_driver_phy_flags_set failed, rc = %u",25,412
+"lmac_driver_dot4_init_request() failed, rc=%d",26,427
+"mode_ops_ptr is NULL",27,452
+
+file_id,90,tx_aggr.c
+"dsp_al_interface_tx_ring_descriptor_ampdu_configuration_set failed, rc = %u",0,43
+"dsp_al_interface_tx_ring_descriptor_length_set failed, rc = %u",1,52
+"Triggering only part of the ring: %u frames [%u/%u]",2,233
+"dsp_al_interface_tx_ring_descriptor_ampdu_configuration_set failed, rc = %u",3,294
+"dsp_al_interface_tx_ring_descriptor_ampdu_configuration_set failed, rc = %u",4,319
+"False ACK: sqn=%u < ssqn=%u\n",5,372
+"dsp_al_interface_tx_packet_complete_info_get failed, rc = %u",6,408
+"dsp_al_interface_tx_ring_descriptor_rate_get failed, rc = %u",7,418
+" unaggregate frame_idx=%u, ring_idx=%u",8,505
+"clean_ampdu_stats failed, rc = %u",9,509
+"dsp_al_interface_tx_ring_descriptor_flags_set failed, rc = %u",10,521
+"Called, if_index=%d, ac=%d, aid=%d",11,537
+"osal_tasklet_lock_save failed, rc = %u",12,549
+"dsp_al_interface_ring_end_indexes_get failed, rc = %u",13,559
+
+file_id,91,tx_retry.c
+"dsp_al_interface_tx_ring_elements_swap failed, rc = %u",0,75
+"dsp_al_interface_shadow_end_ring_index_set failed, rc = %u",1,350
+"dsp_al_interface_tx_ring_descriptor_rate_get failed, rc = %u",2,401
+"dsp_al_interface_tx_ring_descriptor_rates_shift failed, rc = %u",3,411
+"lmac_driver_rate_dsp_al_to_lmac_convert failed, rc = %u",4,419
+"lmac_driver_rate_to_dsp_al_convert failed, rc = %u",5,426
+"dsp_al_interface_tx_ring_descriptor_rate_set failed, rc = %u",6,436
+"dsp_al_interface_tx_ring_frame_retransmission_flag_set failed, rc = %u",7,451
+"LMAC driver is not ready",8,480
+"osal_tasklet_lock_save failed, rc = %u",9,488
+"dsp_al_interface_ring_start_indexes_get failed, rc = %u",10,504
+"dsp_al_interface_ring_end_indexes_get failed, rc = %u",11,514
+"lmac_driver_rate_to_dsp_al_convert failed, rc = %u",12,542
+"dsp_al_interface_tx_ring_descriptor_rate_set failed, rc = %u",13,548
+"dsp_al_interface_tx_ring_descriptor_rate_get failed, rc = %u",14,556
+"dsp_al_interface_tx_ring_descriptor_rate_set failed, rc = %u",15,564
+
+file_id,92,wifi_mode.c
+"dsp_al_interface_tx_packet_complete_info_get failed, rc = %u",0,99
+"Unexpected duration error: fmt=%u, bw=%u, mcs=%u",1,124
+"clean_ampdu_stats failed, rc = %u",2,138
+"dsp_al_interface_ring_end_indexes_get failed, rc = %u",3,187
+"dsp_al_interface_ring_start_indexes_get failed, rc = %u",4,197
+"lmac_driver_tx_trigger failed, rc = %u",5,205
+"dsp_al_interface_ring_end_indexes_get failed, rc = %u",6,216
+"lmac_driver_access_category_convert failed, rc = %u",7,254
+"lmac_driver_format_to_dsp_al_convert failed, rc = %u",8,272
+"lmac_driver_rate_to_dsp_al_convert failed, rc = %u",9,280
+"dsp_al_interface_ring_end_indexes_get failed, rc = %u",10,335
+"dsp_al_interface_dsp_end_ring_index_set failed, rc = %u",11,359
+"dsp_al_interface_is_ring_empty failed, rc = %u",12,384
+"dsp_al_interface_rx_packet_dequeue failed, rc = %u",13,393
+"lmac_driver_bandwidth_conversion_802_11_to_lmac failed, rc = %u",14,414
+"osal_tasklet_lock_save failed, rc = %u",15,432
+"dsp_al_interface_diversity_mode_get failed, rc = %u",16,470
+"last_evm_fraction.denominator == 0",17,498
+"dsp_al_interface_is_ring_empty failed, rc = %u",18,516
+"lmac_driver_control_block_get failed",19,532
+"tx_retry_init failed, rc = %u",20,538
+"mode_ops_ptr is NULL",21,571
+"Called, if_index=%u, ac=%u, aid=%u",22,589
+"LMAC driver is not ready",23,593
+"Invalid access category %u",24,598
+"osal_tasklet_lock_save failed, rc = %u",25,607
+"dsp_al_interface_ring_end_indexes_get failed, rc = %u",26,617
+" drop: ring_idx=%u, frame_idx=%u",27,633
+"dsp_al_interface_shadow_end_ring_index_set failed, rc = %u",28,648
+
+file_id,93,v2x_extended.c
+"tx_params_flags = 0x%08x",0,112
+"format = 0x%02x",1,114
+"rate_flags = 0x%04x",2,116
+"rtscts_mcs = 0x%02x",3,118
+"rtscts_format = 0x%02x",4,120
+"mpdu_spacing_0_25_usec = 0x%02x",5,122
+"sta_ampdu_factor = 0x%02x",6,124
+"override_ring = 0x%02x",7,126
+
+file_id,94,log_driver.c
+"scq_enqueue failed, rc = %u",0,55
+"osal_thread_join failed, rc = %d",1,62
+"scq_dequeue_ptr_get failed, rc = %u",2,122
+"scq_dequeue failed, rc = %u",3,162
+"scq_init failed, rc = %u",4,190
+"osal_thread_config_create failed, rc = %u",5,202
+"osal_thread_create failed, rc = %u",6,211
+"sw_config_get failed, rc = %u",7,221
+"Log driver already de-initiazlied",8,252
+"thread_deinit failed, rc = %u",9,260
+"scq_deinit failed, rc = %u",10,267
+"osal_tasklet_lock_save failed, rc = %u",11,338
+"scq_enqueue failed, rc = %u",12,364
+
+file_id,95,mcu_control.c
+"Invalid next state %u",0,142
+"osal_state_lock failed",1,149
+"Invalid next state %u, current state %u",2,156
+"Invalid next state %u, current state %u",3,164
+"Invalid arguments from mcu_control_rx_cb, len = %zu ",4,204
+"mcu_control_move_to_next_state failed, rc = %d",5,210
+"Received message type is %d, expected %d",6,226
+"Invalid data len = %zu, rc = %d",7,232
+"invalid control_type %d, rc = %d",8,246
+"Handler_func_ptr is NULL, rc = %d",9,256
+"mcu_control_move_to_next_state failed, rc = %d",10,262
+"Invalid send mode, %u",11,275
+"mcu_control_move_to_next_state failed, rc = %d",12,283
+"MCU CONTROL initialized",13,297
+"MCU control not initialized",14,319
+"MCU control not initialized",15,353
+"Invalid control_type = %d",16,359
+"mcu_control_move_to_next_state failed, rc = %d",17,365
+"atlk_m3_mbox_send failed, rc = %d",18,390
+"mcu_control_move_to_next_state failed, rc = %d",19,400
+"MCU control not initialized",20,424
+"'rx_data_ptr' is NULL",21,432
+"'rx_len_ptr' is NULL",22,437
+"Data too big: len %zu, max_len %d",23,443
+"mcu_control_internal_send failed, rc = %d",24,458
+"osal_sem_wait failed, rc = %d",25,466
+"Expected control type %d but received %u",26,479
+"Received data size too big",27,487
+"mcu_control_move_to_next_state failed, rc = %d",28,502
+"MCU control not initialized",29,518
+"Data len too big - tx_len %zu",30,524
+"Invalid control type %d",31,530
+"Missing handler func for control_type %d",32,536
+"mcu_control_internal_send failed, rc = %d",33,545
+"Handler_func_ptr is NULL",34,557
+"Invalid control type %d",35,563
+"Handler for control type %d already exists, handler is overridden",36,569
+
+file_id,96,sha_driver.c
+"OSAL mutex lock failed",0,245
+"Invalid next state %d, current state %d",1,276
+"sha_driver already initialized, state = %u",2,300
+"physmem_map SHA failed, rc = %d",3,317
+"SHA is working without DMA",4,352
+"physmem_map MSCR_70 failed, rc = %d",5,363
+"atk42xx_soc_dma_init failed",6,374
+"Failed to register SHA/DRIVER statistics, rc = %u",7,391
+"SHA device is busy",8,453
+"Requested algorithm is not supported",9,465
+"context_ptr is NULL",10,472
+"Invalid state",11,537
+"Invalid context provided",12,548
+"Not supported algorithm",13,555
+"data_ptr is null",14,562
+"data_ptr is not aligned to 4",15,569
+"data size is too big",16,583
+"data_size is not aligned to 4",17,593
+"DMA sem barrier failed, rc = %d",18,621
+"DMA sem wait failed, rc = %d",19,637
+"Invalid state",20,743
+"Invalid request ID",21,753
+"digest_ptr is null",22,759
+"algorithm is invalid",23,766
+"remaining_size is invalid: %zu",24,774
+"total_size is null",25,782
+"physmem_unmap MSCR #70 failed, rc = %d",26,884
+"physmem_unmap failed, rc = %d",27,896
+
+file_id,97,soc_reg_access.c
+"mcu_control_sync_send failed, rc = %d",0,91
+"Invalid received length %zu\n",1,97
+"mcu_control_sync_send failed, rc = %d",2,159
+"Invalid received length %zu\n",3,165
+
+file_id,98,linuxk_l2_netlink.c
+"msg_len %u exceeds RT_TSDU_SIZE_MAX %u",0,54
+"malloc failed",1,66
+"malloc failed",2,72
+"Failed to enqueue",3,94
+"Not init",4,118
+"queue_release failed, rc = %d",5,125
+"queue_dequeue failed, rc = %d",6,135
+"Registration of COMMON/LL statistic failed, rc = %u",7,161
+"Error creating socket",8,166
+"Created netlink",9,170
+"Could not initialize queue",10,176
+"rt_packet is NULL",11,199
+"Failed to dequeue",12,206
+"L2 not ready",13,230
+"Failed to allocate new skb",14,242
+"Failed to set skb header",15,249
+"netlink_broadcast failed, rv = %d",16,271
+"nlmsg_unicast failed, rv = %d",17,285
+"'stat' is NULL",18,325
+
+file_id,99,linuxk_l2_shared_memory.c
+"stats_register failed, rc = %u",0,83
+"Not init",1,92
+"Mandatory argument is missing",2,119
+"malloc failed",3,126
+"cyclic_buffer_dequeue failed with error, %d process id 0x%08x\n",4,147
+"cyclic_buffer_enqueue failed with error, %d\n",5,217
+"find_matching_process_shared_memory_index failed with error, %d\n",6,226
+"cyclic_buffer_enqueue failed with error, %d\n",7,241
+"'stat' is NULL",8,272
+
+file_id,100,linuxk_m3_mbox.c
+"'config' is NULL",0,14
+"mailbox_adapter_channel_request for index %d failed, ret %d",1,20
+"Not open",2,32
+"Not init",3,46
+"mailbox_adapter_send failed, no bufffer",4,54
+"mailbox_adapter_send failed, rv = %d",5,59
+
+file_id,101,linuxk_osal.c
+"Mandatory function argument not specified",0,20
+"Invalid argument thread %p, config %p entry %p",1,76
+"kernel thread create failed, rv %d",2,94
+"thread is already running",3,101
+"Invalid argument thread %p",4,113
+"semaphore already locked",5,154
+"wait on semaphore interrupted",6,162
+"wait on semaphore timed out",7,171
+"wait on semaphore interrupted",8,175
+"mutex_lock_interruptible: rv=%d",9,224
+
+file_id,102,linuxk_osal_mux_io.c
+"Invalid mode %u",0,22
+"No access to M3_GPIO bank",1,76
+"Invalid bank %u",2,83
+"Invalid gpio: bank %u gpio %u",3,90
+"Invalid mode %u",4,118
+"atk42xx_soc_mux_io_set failed, linuxk_gpio %u linuxk_mode %u ret %d",5,126
+
+file_id,103,linuxk_physmem.c
+"Invalid flags 0x%x (support is only for I/O memory mapping)",0,17
+"No region name for I/O memory mapping",1,23
+"Memory mapping handle is not specified",2,28
+"Failed to map physical memory region (start 0x%08lx, size %lu)",3,35
+"Mapped physical memory region (start 0x%08lx, size %lu) to virtual memory starting at %p",4,46
+"Memory mapping handle is not specified",5,62
+
+file_id,105,linuxk_shared_data.c
+"shdata_field_size %u",0,74
+"shdata_field_size %u",1,107
+"otp_regs[0..3] %08X %08X %08X %08X",2,109
+"otp_regs[4..7] %08X %08X %08X %08X",3,115
+"shdata_field_size %u",4,152
+"soc_id = %02X",5,154
+"shdata_field_size %u",6,187
+"erom_version = %02X",7,189
+"shdata_field_size %u",8,222
+"board_id = %02X",9,224
+"shdata_field_size %u",10,257
+"board_rev_id = %02X",11,259
+"shdata_field_size %u",12,292
+"board_extensions = %02X",13,294
+"shdata_field_size %u",14,327
+"mmc_boot_dev = %02X",15,329
+"shdata_field_size %u",16,362
+"display_cfg = %02X",17,364
+"shdata_field_size %u",18,397
+"cut_rev = %02X",19,399
+"shdata_field_size %u",20,432
+"flash_dev_id = %02X %02X %02X %02X %02X %02X",21,434
+"shdata_field_size %u",22,473
+"mac_address = %02X %02X %02X %02X %02X %02X",23,475
+"shdata_field_size %u",24,514
+"ehsm_psb_a7_address = %08X",25,516
+"shdata_field_size %u",26,549
+"ehsm_shmem_a7_address = %08X",27,551
+"shdata_field_size %u",28,584
+"rom_full_version = %08X",29,586
+"shdata_field_size %u",30,848
+"checksum = %08X",31,849
+
+file_id,106,qnx_ecc_irq.c
+"Failed to request I/O privileges, rv = %d",0,56
+"ecc isr handler thread creation failed: rc=%d",1,116
+
+file_id,107,qnx_ehsm_irq.c
+"Failed to request I/O privileges, rv = %d",0,80
+"EHSM ISR thread creation failed: rc=%d",1,134
+
+file_id,108,qnx_hexdump.c
+"buf_len mod groupsize has remainder, setting groupsize to 1",0,70
+"Invalid groupsize %d, setting groupsize to 1",1,92
+
+file_id,109,qnx_l2_qmp.c
+"server failed to create a channel",0,61
+"Registration of LL statistic failed, rc = %u",1,85
+"Client %d with PID %u disconnected",2,129
+"unable to send signal to pid %u, errno = %d",3,136
+"l2_client_checkup failed, rc = %d",4,157
+"Failed to receive init message. bytes received %d",5,189
+"l2_clients_checkup failed",6,201
+"Client with UID %u, already exists",7,207
+"server failed to connect to the client channel",8,228
+"Failed to send to client_coid %u",9,242
+"rt_packet_ptr is NULL",10,275
+"L2 not ready",11,280
+"osal_malloc failed",12,286
+"msg_len %zu exceeds RT_TSDU_SIZE_MAX %u",13,304
+"Channel with id %d has been destroyed.",14,327
+"client disconnected from server channel",15,339
+"client channel close failed. errno = %d",16,342
+"pthread_mutex_lock failed, rv = %d",17,348
+"server failed to add a client, rc = %d",18,355
+"pthread_mutex_unlock failed, rv = %d",19,360
+"pulse code: %d",20,366
+"failed to receive message. bytes received %d. errno = %d",21,373
+"rt_packet is NULL",22,405
+"L2 not ready",23,411
+"pthread_mutex_lock failed, rv = %d",24,437
+"l2_client_checkup failed, rc = %d",25,443
+"pthread_mutex_unlock failed, rv = %d",26,448
+"Failed to send to client_coid %u",27,455
+"'stat_ptr' is NULL",28,485
+"client channel %d with UID %d close failed. errno = %d",29,516
+"l2 channel is not initialized",30,528
+"Failed to destroy the channel, errno = %d",31,533
+
+file_id,110,qnx_l2_socket.c
+"server: socket",0,68
+"server: bind",1,81
+"Registration of LL statistic failed, rc = %u",2,99
+"Client PID %u is dead",3,143
+"unable to send signal to pid %u, errno = %d",4,149
+"l2_socket_client_checkup failed, rc = %d",5,170
+"l2_socket_clients_checkup failed",6,192
+"Client with UID %u, already exists",7,198
+"Failed to send to added client",8,222
+"rt_packet is NULL",9,251
+"L2 not ready",10,256
+"osal_malloc failed",11,264
+"pthread_mutex_lock, rv = %d",12,290
+"pthread_mutex_unlock, rv = %d",13,299
+"msg_len %zu exceeds RT_TSDU_SIZE_MAX %u",14,308
+"rt_packet is NULL",15,348
+"L2 not ready",16,354
+"osal_malloc failed",17,362
+"pthread_mutex_lock failed, rv = %d",18,384
+"l2_socket_client_checkup failed, rc = %d",19,390
+"pthread_mutex_unlock failed, rv = %d",20,395
+"Failed to send to client",21,402
+"'stat' is NULL",22,436
+"Not init",23,459
+"Failed to close file descriptor, errno = %d",24,464
+"Failed to unlink file, errno = %d",25,469
+
+file_id,111,qnx_lmac_irq.c
+"Failed to request I/O privileges, rv = %d",0,80
+"lmac isr handler thread creation failed: rc=%d",1,138
+
+file_id,112,qnx_m3_mbox.c
+"sigwaitinfo rv = %d",0,56
+"Invalid channel_id %u",1,63
+"devctl rv = %d ",2,75
+"Not init",3,99
+"Failed to release channel %d, rv = %d",4,110
+"Failed to cancel qnx_m3_mbox_rx_thread, rv = %d",5,117
+"osal_thread_join failed, rc = %u",6,123
+"'config' is NULL",7,136
+"Invalid mbox_id %u",8,141
+"Failed to open M3 mail box, errno = %d",9,149
+"Failed to get channel %d, rv = %d",10,161
+"osal_thread_config_create failed, rc = %u",11,179
+"osal_thread_create failed, rc = %u",12,188
+"Invalid index %d",13,207
+"Mailbox channel %u not initialized",14,212
+"Data too long %zu",15,217
+"devctl: %d",16,231
+
+file_id,113,qnx_osal_mux_io.c
+"Invalid mode %u",0,53
+"Invalid bank %u",1,77
+"Invalid gpio %u",2,84
+"open GPIO device failed: errno %d",3,91
+"devctl failed for IOCTL_GPIO_SET_PIN_CONFIG, GPIO device, gpio_num %u",4,103
+
+file_id,114,qnx_osal_tasklet.c
+"Failed to request I/O privileges, rv = %d",0,82
+"Failed to request I/O privileges, rv = %d",1,178
+"Failed to request I/O privileges, rv = %d",2,213
+"Tasklet %p is already deleted",3,220
+"Tasklet %p is already enqueued",4,226
+
+file_id,115,qnx_osal_timer.c
+"Got timeout for unregistered timer, timerid %d",0,30
+"Can't add more timers",1,58
+
+file_id,116,qnx_shared_data.c
+"shdata_field_size %u",0,63
+"shdata_field_size %u",1,98
+"otp_regs[0..3] %08X %08X %08X %08X",2,100
+"otp_regs[4..7] %08X %08X %08X %08X",3,106
+"shdata_field_size %u",4,143
+"soc_id = %02X",5,145
+"shdata_field_size %u",6,178
+"erom_version = %02X",7,180
+"shdata_field_size %u",8,213
+"board_id = %02X",9,215
+"shdata_field_size %u",10,248
+"board_rev_id = %02X",11,250
+"shdata_field_size %u",12,283
+"board_extensions = %02X",13,285
+"shdata_field_size %u",14,318
+"mmc_boot_dev = %02X",15,320
+"shdata_field_size %u",16,353
+"display_cfg = %02X",17,355
+"shdata_field_size %u",18,388
+"cut_rev = %02X",19,390
+"shdata_field_size %u",20,423
+"flash_dev_id = %02X %02X %02X %02X %02X %02X",21,425
+"shdata_field_size %u",22,464
+"mac_address = %02X %02X %02X %02X %02X %02X",23,466
+"shdata_field_size %u",24,505
+"ehsm_psb_a7_address = %08X",25,507
+"shdata_field_size %u",26,540
+"ehsm_shmem_a7_address = %08X",27,542
+"shdata_field_size %u",28,575
+"rom_full_version = %08X",29,577
+"shdata_field_size %u",30,838
+"checksum = %08X",31,839
+
+file_id,117,qnx_wlan.c
+"open GPIO device failed: errno %d",0,40
+"IOCTL_GPIO_SET_PIN_CONFIG",1,55
+
+file_id,120,atlk_app_info.c
+"atlk_eeprom_app_info_get failed, rc %u",0,36
+
+file_id,122,atlk_design_hw_config.c
+"Filters number %u exceeds maximum allowed\n",0,958
+
+file_id,123,atlk_eeprom.c
+"eprom_write() failed, rc %u\n",0,61
+"atlk_eeprom_open: sw_struct_valid_flag_ptr argument not specified\n",1,73
+"atlk_eeprom_open: Failed to configure the EEPROM module, rc=%u\n",2,93
+"atlk_eeprom_open: Failed to get EEPROM app_info size, rc=%u\n",3,99
+"atlk_eeprom_open: Invalid EEPROM app_info size %u, expected at least %u\n",4,104
+"atlk_eeprom_open: Failed to get EEPROM app_info offset, rc=%u\n",5,111
+"atlk_eeprom_open: Failed to get EEPROM software area offset, rc=%u\n",6,117
+"atlk_eeprom_app_info_set: eprom_write failed, rc %u\n",7,206
+"eprom_close() failed, rc %u\n",8,456
+
+file_id,124,atlk_mem_pool.c
+"atlk_byte_pool_create() failed, byte pool was already initialized\r\n",0,15
+"tx_byte_pool_create() failed, ret=%d\r\n",1,24
+"atlk_byte_malloc_free() mem_ptr is NULL\r\n",2,39
+"tx_byte_release() failed, ret = %d\r\n",3,45
+"tx_byte_allocate() failed, malloc_size = %ld, ret = %d\r\n",4,63
+
+file_id,125,eprom.c
+"sw_config_get failed, rc %d\n",0,92
+"Not implemented\n",1,104
+"i2c_set_port_mode() failed\n",2,116
+"Failed to create communication with I2C-0\n",3,121
+"Failed to reset port\n",4,136
+"eprom_read() - Failed, rc=%d\n",5,154
+"eprom_write() - Failed, rc=%d\n",6,172
+"Failed to zero EEPROM's eeprom_sw_struct fields, eprom_write() rc=%d\n",7,183
+"EEPROM settings: Ver=%d, Magic=0x%08lx\n",8,194
+"eeprom_max_calib_size_get failed, rc %d. Using version 1 calibration max size\n",9,265
+"Failed to set new address size, eeprom module not initialized\n",10,309
+"Failed to set new address size, eeprom is already ready\n",11,314
+"EEPROM init disabled\n",12,319
+"address_size %ld is invalid\n",13,325
+"i2c_address 0x%lx is invalid\n",14,333
+"eprom_offsets_initialize() - Failed, rc=%d\n",15,359
+"EEPROM address_size %d, i2c_address 0x%x\n",16,364
+"eeprom_max_calib_size_get failed, rc %d. Using version 1 calibration max size\n",17,392
+"Failed to write to EEPROM, not ready\n",18,535
+"'buffer' argument is null\n",19,541
+"Trying to write to out-of-bound address (CALIB),",20,549
+"calibration_max_size=%u size=%lu offset=%lu\n",21,550
+"Writing RF configuration data to 1-byte EEPROM isn't supported\n",22,563
+"Trying to write to out-of-bound address (RF CONFIG),",23,569
+"rf_config_max_size=%u size=%lu offset=%lu\n",24,570
+"Trying to write to out-of-bound address (RAW),",25,584
+"eeprom_max_size=%u size=%lu offset=%lu\n",26,585
+"'field' argument is not valid rc = %d\n",27,597
+"EEPROM write: field: %d, add %p ,buffer %p\n",28,602
+"failed to allocated i2c_com\n",29,609
+"i2c_write() - failed, rc = %d\n",30,647
+"failed to free i2c_com\n",31,652
+"Failed to read from EEPROM, not ready\n",32,683
+"'buffer' argument is null\n",33,689
+"Trying to read from out-of-bound address (CALIB),",34,697
+"calibration_max_size=%u size=%lu offset=%lu\n",35,698
+"Reading RF configuration data from 1-byte EEPROM isn't supported\n",36,711
+"Trying to read from out-of-bound address (RF CONFIG),",37,716
+"rf_config_max_size=%u size=%lu offset=%lu\n",38,717
+"Trying to read from out-of-bound address (RAW),",39,731
+"eeprom_max_size=%u size=%lu offset=%lu\n",40,732
+"'field' argument is invalid rc = %d\n",41,744
+"EEPROM read: field: %d, add %p ",42,749
+"failed to allocated i2c_com\n",43,753
+"i2c_read() failed, rc = %d\n",44,765
+"failed to free i2c_com\n",45,782
+"i2c_open_port() failed\n",46,816
+"eprom_address_size_set failed, rc = %u\n",47,823
+"i2c_reset_port() failed\n",48,839
+"i2c_exit() failed\n",49,844
+
+file_id,132,sta_m3_irq.c
+"Called, shouldn't get here.",0,51
+
+file_id,142,threadx_hexdump.c
+"buf_len mod groupsize has remainder, setting groupsize to 1",0,77
+"Invalid groupsize %d, setting groupsize to 1",1,99
+
+file_id,143,threadx_osal_mux_io.c
+"Invalid mode %u",0,23
+"Invalid bank %u",1,67
+"Invalid gpio: bank %u gpio %u",2,74
+"Failed to set gpio pin, rc %u",3,92
+
+file_id,144,threadx_osal_tasklet.c
+"Tasklet %p is already deleted",0,209
+"Tasklet %p is already enqueued",1,214
+
+file_id,145,threadx_osal_thread.c
+"Mandatory function argument not specified",0,43
+"Thread stack not specified",1,48
+"Thread stack size %lu is too small (< %u)",2,54
+"Invalid thread priority %u",3,61
+"Mandatory function argument not specified",4,89
+
+file_id,147,threadx_shared_data.c
+"shdata_val_size %u",0,36
+"otp_regs[0..3] %08X %08X %08X %08X",1,38
+"otp_regs[4..7] %08X %08X %08X %08X",2,44
+"shdata_val_size %u",3,68
+"cut_rev = %02X",4,70
+"shdata_val_size %u",5,97
+"erom_version = 0x%02X",6,99
+
+file_id,148,threadx_sysinfo.c
+"Mandatory function argument not specified",0,42
+
+file_id,149,threadx_trace.c
+"ThreadX lib was not compiled with TraceX flag enabled",0,41
+"Trace buffer is too small",1,45
+"tx_trace_enable failed, rv = %d",2,49
+"ThreadX trace recording start: buffer start 0x%08x, buffer end 0x%08x, buffer size %d[byte]",3,58
+"tx_trace_disable failed, rv = %d",4,73
+"ThreadX trace stopped",5,80
+"threadx_trace_buffer_legth_get failed, TraceX was not initialized",6,88
+"threadx_trace_buffer_get failed, TraceX was not initialized",7,104
+"threadx_trace_buffer_get failed, offset %u is bigger then TraceX buffer size %u",8,111
+"WARNING: trace record is in progress data may be corrupted",9,118
+"threadx_trace_record failed invalid args, state = %d",10,145
+"threadx_trace_record failed",11,157
+
+file_id,151,rsvc_dbg.c
+"rsvc_dbg_wlan_init failed, rc = %u",0,28
+"RT packet is NULL",1,54
+"rsvc_dbg not initialized",2,61
+"secure_hdif_local_security_level_get failed rc = %u",3,78
+"rsvc_packet_security_level_verify failed rc = %u",4,84
+"Unsupported request_type %u",5,142
+"Handling of DIAG request failed, request_type %u rc %u",6,148
+"Invalid object value_type %u",7,170
+"rt_data_pull failed, rc %u",8,179
+"Invalid object value_type %u",9,204
+"rt_data_pull failed, rc %u",10,212
+"rt_data_put failed, rc %u",11,233
+"rt_data_put for uint8 failed, rc %u",12,242
+"rt_data_put for uint16 failed, rc %u",13,249
+"rt_data_put failed, rc %u",14,256
+"rt_data_put for opaque failed, rc %u",15,264
+"Invalid value type %d",16,272
+
+file_id,152,rsvc_dbg_ddm.c
+"ddm_hb_cycle_set failed, rc %u",0,39
+"ddm_hb_cycle_get failed, rc %u",1,46
+"Invalid request type, %u",2,55
+"RT packet is NULL",3,72
+"rsvc_dbg_req_ptr is NULL",4,77
+"rsvc_dbg_decode_obj_32 failed, rc %u",5,83
+"Invalid object_type %u",6,95
+
+file_id,153,rsvc_dbg_gen.c
+"rsvc_dbg_set_rsp failed, rc %u",0,44
+"atlk_mcci_stat_get failed, rc %u",1,51
+"rt_data_put for ll driver stat failed, rc %u",2,58
+"rt_stat_get failed, rc %u",3,65
+"rt_data_put for rt driver stat failed, rc %u",4,72
+"rsvc_stat_get failed, rc %u",5,79
+"rt_data_put for rsvc stat failed, rc %u",6,86
+"v2x_server_stat_get failed, rc %u",7,93
+"rt_data_put for v2x stat failed, rc %u",8,100
+"rsvc_wdm_stat_get failed, rc %u",9,107
+"rt_data_put for wdm stat failed, rc %u",10,113
+"rsvc_ddm_stat_get failed, rc %u",11,120
+"rt_data_put for ddm stat failed, rc %u",12,126
+"rsvc_dbg_set_rsp failed, rc %u",13,136
+"rsvc_dbg_set_rsp failed, rc %u",14,168
+"atlk_mcci_stat_get failed, rc %u",15,174
+"rt_data_put for ll driver stat failed, rc %u",16,190
+"rsvc_dbg_set_rsp failed, rc %u",17,200
+"rsvc_dbg_set_rsp failed, rc %u",18,222
+"l2_internal_statistics_get failed, rc %u",19,228
+"l2 type, not supported",20,254
+"rt_data_put for ll driver stat failed, rc %u",21,263
+"rsvc_dbg_set_rsp failed, rc %u",22,273
+"RT packet is NULL",23,291
+"req_ptr NULL",24,296
+"rsvc_dbg_gen_stat failed, rc %u",25,304
+"rsvc_dbg_gen_stat failed, rc %u",26,311
+"rsvc_dbg_l2_internal_statistics_get failed, rc %u",27,318
+"Invalid object_type %u",28,323
+"rsvc_dbg_set_rsp failed, rc %u",29,327
+"req_ptr is NULL",30,356
+"rt_rsp_ptr is NULL",31,361
+"Invalid request type, %u",32,366
+"threadx_trace_buffer_get() failed, rc %u",33,387
+"Invalid request, request obj type is not defined for blob get, obj_type = %u",34,393
+"rsvc_dbg_set_rsp failed, rc %u",35,409
+"rsvc_dbg_set_rsp failed, rc %u",36,419
+"threadx_trace_buffer_length_get, rc %u",37,448
+"Invalid request, request obj type is not defined for blob get, obj_type = %u",38,454
+"rsvc_dbg_set_rsp failed, rc %u",39,465
+"rt_data_put for failed, rc %u",40,474
+"rsvc_dbg_set_rsp failed, rc %u",41,484
+"rsvc_dbg_set_rsp failed, rc %u",42,510
+"boot_timer_compute failed, rc %u",43,517
+"rt_data_put for dbg system timer measurements failed, rc %u",44,533
+"rsvc_dbg_set_rsp failed, rc %u",45,543
+"Invalid request type, %u",46,564
+"threadx_trace_record_state_set failed, rc %u",47,575
+"RT packet or req_ptr is NULL",48,591
+"rsvc_dbg_gen_boot_timer_measurements failed, rc %u",49,599
+"Invalid object_type %u",50,604
+"rsvc_dbg_set_rsp failed, rc %u",51,609
+"RT packet is NULL",52,624
+"req_ptr NULL",53,629
+"tracex_record_set failed, rc %u",54,637
+"Invalid object_type %u",55,642
+"rsvc_dbg_set_rsp failed, rc %u",56,647
+
+file_id,154,rsvc_dbg_mem.c
+"dbg_driver_dsp_mem_read failed, rc %u",0,42
+"Invalid object size %u",1,61
+"Invalid request type, %u",2,80
+"Invalid object size",3,98
+"Invalid request type, %u",4,117
+"Invalid object size",5,138
+"dbg_driver_control_mem_write failed, rc = %u",6,152
+"physmem_unmap failed, rc = %u",7,183
+"physmem_map failed, rc = %u",8,195
+"dbg_driver_control_mem_read failed, rc = %u",9,205
+"physmem_unmap failed, rc = %u",10,236
+"physmem_map failed, rc = %u",11,248
+"Invalid request type, %u",12,260
+"type %u address %x value %x",13,266
+"Invalid request type, %u",14,290
+"dbg_driver_control_mem_read failed, rc %d",15,306
+"Invalid object size",16,359
+"soc_reg_access_set failed, rc %u",17,373
+"soc_reg_access_get failed, rc %u",18,380
+"Invalid request type, %u",19,390
+"type %u address %x value %x",20,395
+"Unsupported request type, %u",21,425
+"Invalid object size",22,444
+"dbg_driver_dsp_mem_write failed, rc %u",23,457
+"dbg_driver_dsp_mem_read failed, rc %u",24,464
+"address %x value %x",25,469
+"Invalid request type, %u",26,474
+"Req type %u, Address %x device_id %u value %x rc %u",27,478
+"Invalid request type, %u",28,498
+"dsp memory get failed, rc %u",29,505
+"Invalid object size %u",30,537
+"eprom_write failed, rc %u",31,550
+"eprom_read failed, rc %u",32,558
+"Invalid request type, %u",33,567
+"Req type %u, Address %x value %x rc %u",34,572
+"RT packet is NULL",35,583
+"req_ptr NULL",36,588
+"Invalid object_type %u",37,630
+
+file_id,155,rsvc_dbg_wlan.c
+"Invalid request type, %u",0,25
+"dbg_driver_dsp_cookie_snapshot_get failed, rc %u",1,32
+"dsp_cookie_ptr %p",2,42
+"dsp_cookie_ptr size %u",3,43
+"rsvc_dbg_set_rsp failed, rc %u",4,47
+"rsvc_dbg_set_rsp failed, rc %u",5,58
+"Invalid request type, %u",6,79
+"rsvc_dbg_set_rsp failed, rc %u",7,90
+"lmac_driver_if_indexes_get failed, rc = %u",8,96
+"index %u value %u rx %u",9,103
+"dbg_driver_wlan_dsp_tx_ring_info_get failed ,rc %u",10,108
+"rt_data_put for ll driver stat failed, rc %u",11,115
+"dbg_driver_wlan_dsp_rx_ring_info_get failed ,rc %u",12,122
+"rt_data_put for ll driver stat failed, rc %u",13,129
+"rsvc_dbg_set_rsp failed, rc %u",14,140
+"rsvc_dbg_decode_obj_opaque - failed",15,159
+"Invalid request type, %u",16,164
+"dsp_al_interface_cbr_value_get failed, rc %u",17,171
+"rsvc_dbg_set_rsp failed, rc %u",18,187
+"rsvc_dbg_set_rsp failed, rc %u",19,197
+"DBG set WLAN_FILTERS: if_index %u, value 0x%x, rsp_rc %u",20,226
+"DBG get WLAN_FILTERS: if_index %u, rsp_rc %u",21,234
+"Invalid request type, %u",22,241
+"rsvc_dbg_set_rsp failed, rc %u",23,252
+"Invalid request type, %u",24,293
+"rsvc_dbg_set_rsp failed, rc %u",25,304
+"rsvc_dbg_decode_obj_opaque - failed",26,328
+"Invalid object size",27,333
+"craton2_soc_revision_get() failed! rc=%d",28,341
+"Invalid request type, %u",29,373
+"rsvc_dbg_set_rsp failed, rc %u",30,384
+"craton2_soc_revision_get() failed! rc=%d",31,409
+"Invalid request type, %u",32,426
+"rsvc_dbg_set_rsp failed, rc %u",33,437
+"Fail to initialize WLAN driver debug rc = %u",34,452
+"Remote WLAN debug not initialized",35,466
+"RT packet is NULL",36,482
+"req_ptr NULL",37,487
+"Remote WLAN debug not initialized",38,493
+"rsvc_dbg_dsp_cookie_snapshot_get failed, rc %u",39,501
+"rsvc_dbg_wlan_rings_info failed, rc %u",40,511
+"rsvc_dbg_wlan_atk42xx_cbr_get failed, rc %u",41,519
+"rsvc_dbg_wlan_filters failed, rc %u",42,527
+"rsvc_dbg_pll4_frequency failed, rc %u",43,535
+"rsvc_dbg_wlan_dsp_logging_start failed, rc = %u",44,544
+"rsvc_dbg_wlan_dsp_logging_stop failed, rc = %u",45,556
+"Unsupported object_type %u",46,566
+"rsvc_dbg_set_rsp failed, rc %u",47,577
+
+file_id,157,rsvc_ddm.c
+"stats_register failed, rc = %u",0,57
+"RT packet is NULL",1,78
+"rt_data_extend failed, rc = %u",2,86
+"rt_data_extend failed, rc = %u",3,93
+"secure_hdif_local_security_level_get failed rc = %u",4,99
+"dsp_al_interface_versions_get failed rc = %u",5,114
+"shared_data_platform_version_get failed rc = %u",6,121
+"RT packet is NULL",7,149
+"secure_hdif_local_security_level_get failed rc = %u",8,169
+"rsvc_packet_security_level_verify failed rc = %u",9,175
+"rsvc_ddm_blob_handle_req failed, rc %u",10,188
+"rsvc_ddm_sw_config_handle_req failed, rc %u",11,196
+"DDM_REQUEST_TYPE_OBJECT_GET",12,202
+"ddm_object_remote failed, rc %u",13,205
+"DDM_REQUEST_TYPE_OBJECT_SET",14,211
+"ddm_request_type_object_set failed, rc %u",15,214
+"Invalid request_type %u",16,246
+"Handling of DDM request failed, msg_id %u rc %u",17,253
+"osal_sem_wait failed, rc %u",18,280
+"Invalid counter type %d",19,314
+"ddm_stat parameter not specified",20,327
+"RT packet is NULL",21,345
+"rt_data_put failed, rc %u",22,357
+"rt_data_put failed, rc %u",23,364
+"secure_hdif_local_security_level_get failed rc = %u",24,370
+"RT packet is NULL",25,386
+"lmac_driver_ddm_device_temperature_get failed, rc = %u",26,396
+"rt_data_put failed, rc = %u",27,411
+"rt_data_put failed, rc = %u",28,418
+"secure_hdif_local_security_level_get failed rc = %u",29,424
+
+file_id,158,rsvc_ddm_blob.c
+"rt_data_put failed, rc %u",0,55
+"secure_hdif_local_security_level_get failed rc = %u",1,61
+"ddm_blob_start_read, rc %u",2,97
+"rt_data_put failed, rc %u",3,106
+"rt_data_put failed, rc %u",4,114
+"secure_hdif_local_security_level_get failed",5,121
+"rt_data_extend failed, rc %u",6,161
+"rt_data_extend failed, rc %u",7,168
+"ddm_blob_start_read, rc %u",8,175
+"secure_hdif_local_security_level_get failed rc = %u",9,183
+"rt_data_pull failed, rc %u",10,226
+"Invalid rt packet len %u chunk size %u",11,231
+"ddm_blob_chunk_write failed , rc %u",12,239
+"ddm_blob_finish, rc %u",13,274
+"rt_data_put failed, rc %u",14,283
+"secure_hdif_local_security_level_get failed rc = %u",15,289
+"RT packet is NULL",16,313
+"boot_timer_phase_start failed, rc %d",17,328
+"Invalid request_type %u",18,355
+
+file_id,159,rsvc_ddm_cpu_profiler.c
+"cpu profiler: rt_data_extend failed, rc = %u",0,33
+"RT packet is NULL",1,110
+"cpu profiler: rt_data_extend failed, rc = %u",2,118
+"rsvc_ddm_cpu_profiler_handle_req failed, unknown protocol",3,137
+"secure_hdif_local_security_level_get failed rc = %u",4,149
+
+file_id,160,rsvc_ddm_hb.c
+"Failed to allocate SDU for RT packet, rc %u",0,39
+"Failed to add dx_remote_service to RT SDU",1,48
+"Failed to add msg_header to RT SDU, rc %u",2,54
+"secure_hdif_local_security_level_get failed rc = %u",3,60
+"Failed to send indication, rc %u",4,70
+
+file_id,161,rsvc_ddm_object.c
+"version string is longer than buffer, len = %u",0,86
+"craton2_soc_revision_get failed, rc %u",1,125
+"Invalid soc_revision %d",2,149
+"atlk_mcci_mac_address_get failed, rc %d",3,174
+"Invalid size %u",4,198
+"shared_data_app_info_get failed, rc %d",5,204
+"atlk_eeprom_app_info_get failed, rc %u",6,236
+"atlk_eeprom_app_info_set failed, rc %u",7,249
+"Command not supported on SECTON",8,310
+"Failed to allocate SDU for RT packet, rc = %u",9,352
+"Failed to get SDU available size, rc = %u",10,359
+"Failed to add remote_service to RT SDU, rc = %u",11,369
+"Failed to add remote_ddm_ind_header_t to RT SDU, rc = %u",12,376
+"Failed to extend RT SDU before stats fetch, rc = %u",13,383
+"Failed to fetch statistics to RT SDU, rc = %u",14,394
+"Failed to trim RT SDU after stats put, rc = %u",15,405
+"secure_hdif_local_security_level_get failed rc = %u",16,411
+"Failed to send indication, rc = %u",17,423
+"RT packet is NULL",18,452
+"rsvc_common_decode_request failed, rc = %d",19,478
+"Received tsf object",20,483
+"DDM set EEPROM APP_INFO: 1st val %d offset %u, rsp_rc %u",21,504
+"rsvc_common_decode_request: %d",22,521
+"GPIO not supported",23,530
+"rsvc_common_decode_request: %d",24,544
+"GPIO not supported",25,552
+"rsvc_common_decode_request: %d",26,566
+"GPIO not supported",27,575
+"rsvc_common_decode_request failed, rc = %d",28,592
+"eprom write failed, rc = %d",29,614
+"EPROM WRITE not supported",30,618
+"rsvc_common_decode_request failed, rc = %d",31,631
+"rsvc_common_decode_request failed, rc = %d",32,651
+"rsvc_common_decode_request failed, rc = %d",33,666
+"Invalid object type %u",34,698
+"rt_data_put failed, rc %u",35,719
+"secure_hdif_local_security_level_get failed rc = %u",36,725
+"%02X%02X%02X%02X",37,816
+"%02X%02X%02X%02X",38,817
+"%02X%02X%02X%02X",39,818
+"%02X%02X%02X%02X",40,819
+"rsp_rc %u",41,820
+"GPIO not supported",42,876
+"GPIO not supported",43,900
+"GPIO not supported",44,924
+"EPROM READ not supported",45,991
+"Invalid object type %u",46,1127
+"rt_data_put failed, rc %u",47,1143
+"secure_hdif_local_security_level_get failed rc = %u",48,1149
+
+file_id,162,rsvc_ddm_otp_regs.c
+"RT packet is NULL",0,31
+"rt_data_put failed, rc %u",1,44
+"rt_data_put failed, rc %u",2,61
+"secure_hdif_local_security_level_get failed rc = %u",3,67
+
+file_id,163,rsvc_ddm_reset.c
+"RT packet is NULL",0,26
+"rt_data_put failed, rc %u",1,44
+"secure_hdif_local_security_level_get failed rc = %u",2,50
+"rsvc_dev_send_rsp failed, rc %u",3,57
+"Invalid request_type %u",4,73
+
+file_id,164,rsvc_ddm_secure_hdif.c
+"session_keys_blob_ptr is NULL",0,59
+"session_key_get invalid arg",1,64
+"ehsm_server_random_generate failed: rc = %d, ehsm_rc = %d",2,76
+"ehsm_server_random_generate failed: rc = %d, ehsm_rc = %d",3,87
+"ehsm_server_random_generate failed: rc = %d, ehsm_rc = %d",4,98
+"ehsm_server_symmetric_cbc_encrypt failed: rc = %d, ehsm_rc = %d",5,133
+"ehsm_server_symmetric_cmac_generate failed: rc = %d, ehsm_rc = %d",6,158
+"master_keys is NULL",7,189
+"ehsm_server_information_get failed: rc = %d, ehsm_rc = %d",8,196
+"Lifecycle master pairing key creation is disabled %d: ",9,204
+"Lifecycle import plain-text symmetric key is disabled %d: ",10,210
+"ehsm_server_random_generate invalid arg",11,217
+"ehsm_server_random_generate failed: rc = %d, ehsm_rc = %d",12,225
+"ehsm_server_random_generate failed: rc = %d, ehsm_rc = %d",13,236
+"ehsm_server_symmetric_key_import failed: rc = %d, ehsm_rc = %d",14,259
+"ehsm_server_symmetric_key_import failed: rc = %d, ehsm_rc = %d",15,278
+"ehsm_server_storage_auth_encrypt failed: rc = %d, ehsm_rc = %d",16,306
+"rsvc_ddm_secure_hdif_get_request_handle invalid arg",17,329
+"ehsm_driver_state_check failed: rc = %d, ehsm_rc = %d",18,338
+"rsvc_ddm_secure_hdif_get_request_handle() failed, unknown request_type = %u",19,375
+"set_ptr is NULL",20,399
+"ehsm_driver_state_check failed: rc = %d, ehsm_rc = %d",21,407
+"rsvc_ddm_secure_hdif_set_request_handle() failed, unknown request_type = %u",22,426
+"Failed to allocate SDU for RT packet, rc = %u",23,461
+"Failed to add msg_header to RT SDU, rc = %u",24,480
+"Failed to add remote_time_sync_indication to RT SDU, rc = %u",25,487
+"secure_hdif_local_security_level_get failed rc = %u",26,493
+"Failed to send indication, rc %u",27,502
+
+file_id,165,rsvc_ddm_sw_config.c
+"RT packet is NULL",0,27
+"rt_data_put failed, rc %u",1,56
+"secure_hdif_local_security_level_get failed rc = %u",2,62
+
+file_id,166,rsvc_ddm_tsf.c
+"RT packet is NULL",0,30
+"Invalid parameter: tsf_lock_status = %u",1,54
+"rt_data_put failed, rc %u",2,66
+"rt_data_put failed, rc %u",3,73
+"secure_hdif_local_security_level_get failed rc = %u",4,79
+"Failed to allocate SDU for RT packet, rc = %u",5,99
+"Invalid parameter: ind_time_sync_state = %u",6,133
+"Failed to add msg_header to RT SDU, rc = %u",7,150
+"Failed to add remote_time_sync_indication to RT SDU, rc = %u",8,157
+"secure_hdif_local_security_level_get failed rc = %u",9,163
+"Failed to send indication, rc %u",10,172
+
+file_id,167,ecc_server.c
+"NULL parameter received",0,131
+"Not enough memory for adding a new request",1,161
+"NULL parameter received",2,185
+"request id #%u is not in range",3,190
+"request id #%u is not in progress state",4,198
+"NULL parameter received",5,237
+"request id #%u is not in range",6,242
+"request id #%u is not in progress",7,251
+"ecultra_driver_work_free failed",8,292
+"craton2_soc_revision_get failed, rc = %u",9,322
+"S scalar of signature is zero",10,364
+"NULL parameter received",11,399
+"Unknown request type %d",12,472
+"NULL parameter received",13,504
+"Wrong work type",14,557
+"Called (requst_index %u, work %d, type %u, id %u, rc %u)",15,584
+"ECC is not initialized",16,593
+"request id #%u is not in range",17,599
+"get_data_from_request_info_array_element failed, rc = %d",18,618
+"request_info_array_element_clear failed, rc = %d",19,636
+"ecultra_driver_work_free failed",20,641
+"ECC signal semaphore 'osal_sem_wait', failed rc=%d",21,669
+"ECC response thread has terminated",22,687
+"ECC is not initialized",23,703
+"request_ptr is NULL",24,713
+"ecultra_driver_work_alloc failed, rc=%d",25,723
+"request_info_array_element_populate failed, rc=%d",26,733
+"Failed to submit work, rc=%d",27,753
+"Failed to free request, rc=%d",28,771
+"ecultra_driver_work_free failed, rc=%d",29,778
+"ecc_server_deinit",30,804
+"Failed to close EC-Ultra device (rc=%d)",31,808
+"osal_thread_join failed, rc=%d",32,828
+"ECC is de-initialized",33,840
+"ECC already initialized",34,853
+"osal_thread_config_create failed: rc=%d",35,876
+"osal_thread_create failed, rc=%d",36,887
+"Registration of ECC/SERVICE statistics failed, rc = %u",37,900
+"ECC is initialized",38,903
+"Failed to initialize EC-Ultra (rc=%d)",39,909
+
+file_id,168,rsvc_ecc.c
+"Failed to allocate SDU for RT packet, rc=%u",0,118
+"Failed to add remote_service to RT SDU, rc=%u",1,128
+"Failed to add msg_header to RT SDU, rc=%u",2,145
+"secure_hdif_local_security_level_get failed rc = %u",3,151
+"rsvc_server_send_indication failed, rc = %u",4,159
+"Failed decoding ECC remote, rc=%u",5,201
+"secure_hdif_local_security_level_get failed rc = %u",6,207
+"rsvc_packet_security_level_verify failed rc = %u",7,213
+"Failed decoding ECC request, rc=%u",8,221
+"rt_pkt_ptr is NULL",9,236
+"Failed to handle ecc request, rc=%u",10,251
+"Registration of ECC/RSVC statistics failed, rc = %u",11,273
+
+file_id,169,rsvc_ehsm.c
+"Failed to allocate SDU for RT packet, rc = %d",0,403
+"Failed to add msg_header to RT SDU, rc = %d",1,414
+"Failed to add msg_header to RT SDU, rc = %d",2,427
+"secure_hdif_local_security_level_get failed rc = %u",3,433
+"Failed to send indication, rc = %d",4,444
+"EHSM error code %u",5,530
+"EHSM error code %u",6,547
+"EHSM error code %u",7,567
+"EHSM error code %u",8,590
+"EHSM error code %u",9,614
+"EHSM error code %u",10,641
+"EHSM error code %u",11,671
+"EHSM error code %u",12,703
+"EHSM error code %u",13,729
+"EHSM error code %u",14,753
+"EHSM error code %u",15,776
+"EHSM error code %u",16,800
+"EHSM error code %u",17,821
+"EHSM error code %u",18,840
+"EHSM error code %u",19,858
+"EHSM error code %u",20,879
+"EHSM error code %u",21,902
+"EHSM error code %u",22,925
+"EHSM error code %u",23,951
+"EHSM error code %u",24,976
+"EHSM error code %u",25,999
+"EHSM error code %u",26,1023
+"EHSM error code %u",27,1049
+"EHSM error code %u",28,1075
+"EHSM error code %u",29,1102
+"EHSM error code %u",30,1129
+"EHSM error code %u",31,1155
+"EHSM error code %u",32,1182
+"EHSM error code %u",33,1213
+"EHSM error code %u",34,1245
+"EHSM error code %u",35,1267
+"EHSM error code %u",36,1289
+"Invalid message_id %u",37,1299
+"message_size[%zu] are not set properly",38,1307
+"spscq_enqueue_ptr_get failed, rc = %d",39,1366
+"eHSM queue provided an invalid request element to enqueue",40,1371
+"Too much data to copy into queue (%d > %d)",41,1380
+"spscq_enqueue failed, rc = %d",42,1392
+"rt_pkt_ptr is NULL",43,1414
+"rsvc_ehsm_initialize_object failed",44,1427
+"secure_hdif_local_security_level_get failed rc = %u",45,1439
+"rsvc_packet_security_level_verify failed rc = %u",46,1445
+"rt_data_pull failed",47,1452
+"spscq_dequeue_ptr_get failed, rc = %d",48,1513
+"rsvc_ehsm_process_request_and_response failed",49,1538
+"spscq_dequeue failed, rc = %d",50,1544
+"spscq_init failed, rc = %d",51,1569
+"osal_thread_config_create failed rc = %d",52,1582
+"osal_thread_create failed rc = %d",53,1592
+"stats_register failed, rc = %u",54,1631
+"spscq_enqueue failed, rc %d",55,1662
+"spscq_deinit failed, rc = %d",56,1669
+
+file_id,170,hash_server.c
+"OSAL mutex lock failed",0,163
+"Invalid next state %d, current state %d",1,194
+"Invalid main argument",2,227
+"spscq_enqueue_ptr_get failed, rc %d",3,237
+"HASH Server queue retrieved an invalid enqueue ptr",4,242
+"Callback cannot be null",5,265
+"spscq_init failed, rc %d",6,275
+"osal_thread_config_create failed",7,293
+"osal_thread_create failed",8,303
+"sha_driver_initialize failed, rc = %u",9,312
+"Failed to register HASH/SERVER statistics, rc = %u",10,319
+"sha_driver_final failed, rc %d",11,356
+"Returned digest length is too long: %zu, max expected: %d",12,365
+"sha_driver_init failed, rc = %d",13,401
+"sha_driver_update failed, rc = %d",14,408
+"hash_server_final_response_handle failed, rc = %d",15,415
+"sha_driver_reset failed, rc = %d",16,427
+"spscq_dequeue_ptr_get failed, rc %d",17,461
+"sha_driver_init failed, rc %d",18,496
+"sha_driver_update failed, rc %d",19,509
+"hash_server_final_response_handle failed, rc %d",20,522
+"hash_server_compute_response_handle failed, rc %d",21,537
+"sha_driver_reset failed, rc %d",22,549
+"hash_server_compute_response_handle failed, rc %d",23,582
+"Invalid sub type %d",24,589
+"Unsupported request",25,596
+"rsvc_hash_cb failed, rc = %d",26,622
+"spscq_dequeue failed, rc %d",27,629
+"HASH server is not initialized",28,651
+"spscq_enqueue failed, rc %d",29,680
+"HASH server is not initialized",30,713
+"Pointer cannot be NULL",31,720
+"spscq_enqueue failed, rc %d",32,751
+"HASH server is not initialized",33,772
+"context_ptr cannot be NULL",34,779
+"spscq_enqueue failed, rc %d",35,806
+"HASH server is not initialized",36,836
+"Chunk size exceeds maximum supported",37,843
+"data_ptr cannot be NULL",38,850
+"spscq_enqueue failed, rc %d",39,878
+"HASH server is not initialized",40,897
+"spscq_enqueue failed, rc %d",41,916
+"HASH server is not initialized",42,934
+"async_req_ptr cannot be NULL",43,941
+"Invalid sub type %d",44,983
+"spscq_enqueue failed, rc %d",45,998
+"HASH server is not initialized",46,1015
+"spscq_enqueue failed, rc %d",47,1034
+"osal_thread_join failed, rc %d",48,1040
+"spscq_deinit failed, rc %d",49,1050
+
+file_id,171,rsvc_hash.c
+"Unsupported algorithm",0,51
+"rt_data_pull failed, rc %d",1,85
+"Registration of HASH/RSVC statistics failed, rc = %u",2,102
+"rt_data_pull failed, rc %d",3,140
+"rt_data_pull failed, rc %d",4,179
+"rt_data_pull failed, rc %d",5,224
+"rt_data_pull failed, rc %d",6,309
+"rt_data_pull failed, rc %d",7,366
+"rt_pkt is a NULL pointer",8,384
+"rt_data_pull failed, rc %d",9,408
+"rsvc_hash_handle_init failed, rc %d",10,417
+"hash_server_update failed, rc %d",11,424
+"rsvc_hash_handle_final failed, rc %d",12,431
+"hash_server_final failed, rc %d",13,438
+"rsvc_hash_handle_compute failed, rc %d",14,445
+"Unsupported operation",15,465
+"rt_data_put failed, rc %u",16,484
+"rt_data_put failed, rc %u",17,495
+"rsvc_dev_send_rsp failed, rc %u",18,504
+"Failed to allocate SDU for RT packet, rc %u",19,543
+"Failed to add remote_service to RT SDU, rc %u",20,554
+"Failed to add response_header to RT SDU, rc %u",21,571
+"Unsupported response type",22,647
+"Failed to add data to RT SDU, rc %u",23,655
+"rsvc_server_send_indication failed, rc = %u",24,665
+
+file_id,172,rsvc_ivn.c
+"RX Packets: \t%10llu\n",0,32
+"TX Packets: \t%10llu\n",1,33
+"RX Bytes: \t%10u[GB] and %u[B]\n",2,35
+"RX Bytes: \t%10u\n",3,40
+"TX Bytes: \t%10u[GB] and %u[B]\n",4,45
+"TX Bytes: \t%10u\n",5,50
+"RX Error: \t%10llu\n",6,54
+"TX Error: \t%10llu\n",7,55
+"RX Dropped: \t%10llu\n",8,56
+"TX Dropped: \t%10llu\n\n",9,57
+"M3 controller stats \r\n",10,70
+"M3 stats \r\n",11,73
+"device stats \r\n",12,76
+"Failed to pull IVN_MSG data",13,117
+"Expected at least %zu bytes, received only %u",14,123
+"Invalid argument. Number of filters (%u) exceeds maximum (%u)",15,137
+"Expected %zu bytes, received only %u",16,146
+"ivn_server_filter_tbl_set failed, rsp_rc = %d",17,155
+"rt_data_put failed, rc %d",18,165
+"Failed to pull device_id",19,200
+"ivn_server_filter_tbl_get failed, rc = %d",20,207
+"rt_data_put failed, rc %d",21,216
+"rt_data_put failed, rc %d",22,230
+"Invalid arguments from mcu_control_rx_cb, len = %zu ",23,267
+"Failed to allocate SDU for RT packet, rc = %d",24,274
+"Failed to add remote_service to RT SDU, rc = %d",25,285
+"Failed to add remote_indication to RT SDU, rc = %d",26,297
+"Failed to add data to RT SDU, rc = %d len = %zu ",27,304
+"secure_hdif_local_security_level_get failed rc = %u",28,310
+"Failed to send indication, rc = %d",29,319
+"RT packet is NULL",30,365
+"Failed to pull device_id, rc = %d",31,382
+"ivn_server_open failed, rsp_rc = %d",32,395
+"rt_data_put failed, rc = %d",33,406
+"Failed to pull IVN_MSG data, rc = %d",34,421
+"Expected at least %zu bytes, received only %u",35,428
+"Data length mismatch. Expected %zu bytes but got only %u",36,439
+"mailbox_adapter_send failed, rsp_rc = %d",37,452
+"ivn_server_send failed, rsp_rc = %d",38,455
+"rt_data_put failed, rc = %d",39,467
+"Failed to pull device_id, rc = %d",40,483
+"ivn_server_statistics_get failed, rc = %d",41,491
+"rt_data_put failed, rc = %d",42,507
+"rt_data_put failed, rc = %d",43,515
+"rsvc_ivn_filter_tbl_set failed, rc %d",44,524
+"rsvc_ivn_filter_tbl_get failed, rc %d",45,533
+"rsvc_ivn_handle_host_msg failed, unknown protocol",46,540
+"Registration of IVN/RSVC statistics failed, rc = %u",47,567
+
+file_id,173,rsvc_log.c
+"RT packet is NULL",0,33
+"secure_hdif_local_security_level_get failed rc = %u",1,48
+"rsvc_packet_security_level_verify failed rc = %u",2,54
+"SYSLOG destination UID set from %u to %u ",3,69
+"SYSLOG destination UID set from %u to %u ",4,86
+"Invalid message_id %u",5,91
+"rt_alloc_pdu failed, rc = %u",6,114
+"rt_data_put failed, rc = %u",7,124
+"rt_data_put failed, rc = %u",8,134
+"rt_data_put failed, rc = %u",9,142
+"secure_hdif_local_security_level_get failed rc = %u",10,149
+
+file_id,174,rsvc_common.c
+"Invalid remote object value type %u",0,60
+"Invalid remote object value type %u",1,107
+
+file_id,175,rsvc_server.c
+"rsvc_server_stop failed, rc %d",0,118
+"rsvc_loopback_enable=%u",1,137
+"rsvc_server_create failed, rc = %u",2,166
+"rsvc_ehsm_init failed rc = %u",3,174
+"Failed to initialize RT, rc %u",4,202
+"Failed to receive RT packet, rc %u",5,222
+"Failed to allocate SDU for RT packet, rc %u",6,237
+"Failed to add msg_header to RT SDU, rc %u",7,244
+"Failed to send back received packet, rc = %d",8,262
+"rt_data_pull failed, rc %d",9,281
+"Failed to allocate RT SDU, rc %u",10,294
+"rt_data_extend failed, rc = %u",11,300
+"Invalid destination_service %#x",12,369
+"rsvc_server_rsp_send failed, rc = %d",13,389
+"RSVC is not initialized",14,432
+"Mandatory argument not specified",15,439
+"Response size is zero",16,448
+"Failed to send response, rc %u",17,455
+"rsvc_srv_thread_once_init failed, rc = %u",18,488
+"osal_thread_create failed, rc = %u",19,496
+"stats_register failed, rc = %u",20,504
+"rsvc_v2x_stats_register failed, rc = %u",21,510
+"rsvc_ivn_stats_register failed, rc = %u",22,517
+"wdm_wlan_stats_register failed, rc = %u",23,524
+"rsvc_ecc_stats_register failed, rc = %u",24,530
+"osal_thread_join failed, rc %u",25,545
+"rt_pkt_ptr parameter not specified",26,564
+"RSVC is not initialized",27,569
+"Invalid packet type %d",28,590
+"Failed to send RT message, rc %u",29,601
+"RSVC is not initialized",30,619
+"rsvc_stat_ptr parameter not specified",31,624
+"received packet security level is not as expected: received %d, expected: %d",32,638
+
+file_id,176,rsvc_symmetric_crypto.c
+"rsvc_symmetric_crypto_dev_init",0,44
+"aesa100_driver_init failed, rc = %u",1,48
+"stats_register failed, rc = %u",2,57
+"Called",3,69
+"aesa100_driver_exit failed, rc = %u",4,73
+"RT packet is NULL",5,158
+"'rsvc_symmetric_crypto' is not initialized",6,164
+"Expected at least %d bytes, received only %zu",7,181
+"get_symmetric_crypto_key_len failed, rc %d",8,208
+"Expected at least %zu bytes, received only %zu",9,223
+"Expected at most %u bytes, received %zu",10,245
+"Expected at least %zu bytes, received only %zu",11,253
+"ecb_request failed, rc %d",12,288
+"rt_data_put failed, rc %d",13,304
+"rt_data_put failed, rc %d",14,319
+"rt_data_put failed, rc %d",15,328
+"get_symmetric_crypto_key_len failed, rc %d",16,351
+"Expected at least %zu bytes, received only %zu",17,366
+"Expected at most %u bytes, received %zu",18,389
+"Expected at least %zu bytes, received only %zu",19,397
+"cbc_request failed, rc %d",20,437
+"rt_data_put failed, rc %d",21,453
+"rt_data_put failed, rc %d",22,468
+"rt_data_put failed, rc %d",23,477
+"get_symmetric_crypto_key_len failed, rc %d",24,509
+"Expected at least %zu bytes, received only %zu",25,524
+"Expected at most %u bytes, received %zu",26,546
+"Expected at least %zu bytes, received only %zu",27,563
+"Expected at least %zu bytes, received only %zu",28,580
+"Expected at least %zu bytes, received only %zu",29,590
+"ccm_request failed, rc %d",30,647
+"rt_data_put failed, rc %d",31,663
+"rt_data_put failed, rc %d",32,678
+"rt_data_put failed, rc %d",33,687
+"rt_data_put failed, rc %d",34,696
+"rt_data_put failed, rc %d",35,705
+"get_symmetric_crypto_key_len failed, rc %d",36,737
+"Expected at least %zu bytes, received only %zu",37,752
+"Expected at most %u bytes, received %zu",38,774
+"Expected at least %zu bytes, received only %zu",39,784
+"Expected at least %zu bytes, received only %zu",40,796
+"Expected at least %zu bytes, received only %zu",41,818
+"gcm_request failed, rc %d",42,875
+"rt_data_put failed, rc %d",43,891
+"rt_data_put failed, rc %d",44,906
+"rt_data_put failed, rc %d",45,915
+"rt_data_put failed, rc %d",46,924
+"rt_data_put failed, rc %d",47,933
+"get_symmetric_crypto_key_len failed, rc %d",48,945
+"Expected at least %zu bytes, received only %zu",49,960
+"Expected at least %zu bytes, received only %zu",50,988
+"cmac_request failed, rc %d",51,1009
+"rt_data_put failed, rc %d",52,1025
+"rt_data_put failed, rc %d",53,1040
+"rt_data_put failed, rc %d",54,1049
+"get_symmetric_crypto_key_len failed, rc %d",55,1060
+"Expected at least %zu bytes, received only %zu",56,1075
+"Expected at least %zu bytes, received only %zu",57,1098
+"Expected at least %zu bytes, received only %zu",58,1111
+"gmac_request failed, rc %d",59,1143
+"rt_data_put failed, rc %d",60,1159
+"rt_data_put failed, rc %d",61,1174
+"rt_data_put failed, rc %d",62,1183
+"rsvc_symmetric_crypto_handle_host_msg failed, unknown protocol",63,1190
+
+file_id,177,rsvc_v2x.c
+"Invalid message_id %u",0,91
+"rt_data_put failed, rc %u",1,111
+"Mandatory arguments not specified",2,143
+"if_index = %u",3,149
+"ch_id.op_class = 0x%02x",4,150
+"ch_id.ch_num = 0x%02x",5,151
+"datarate = 0x%02x",6,152
+"power dbm = 0x%04x",7,153
+"diversity power dbm = 0x%04x",8,154
+"expiry_time_ms = 0x%04x",9,155
+"Enter",10,183
+"rt_pkt is a NULL pointer",11,186
+"Invalid V2X socket data received",12,202
+"Failed to remove remote_v2x_send_t from rx packet, rc %u",13,213
+"Failed to remove remote_v2x_extended_send_params_t from Rx packet, rc %u",14,228
+"Invalid socket index: %i",15,239
+"Enter",16,275
+"RT packet is a NULL pointer",17,277
+"rt packet destination_service = %u",18,281
+"rt packet service_context = %u",19,282
+"rt packet uid = %u",20,283
+"rt packet sdu_len = %u",21,284
+"rt_data_pull failed, rc %u",22,300
+"message_id = %u",23,305
+"secure_hdif_local_security_level_get failed rc = %u",24,311
+"rsvc_packet_security_level_verify failed rc = %u",25,317
+"rt_data_put failed, rc %u",26,342
+"rt_data_put failed, rc %u",27,357
+"Invalid message_id %u",28,398
+"Registration of V2X/RSVC statistics failed, rc = %u",29,432
+"Registration of CBR/RSVC statistics failed, rc = %u",30,439
+
+file_id,178,v2x_server.c
+"Invalid argument: if_index = %u",0,184
+"Failed to get rf_gain, rc %u",1,205
+"lmac_driver_wdm_last_rx_evm_fraction_get failed, rc %u",2,211
+"Failed to get TSSI for ranging packet, rc = %u",3,228
+"Invalid operation class",4,277
+"Invalid time slot",5,313
+"Failed to allocate SDU for RT packet, rc %u",6,451
+"Failed to add msg_header to RT SDU, rc %u",7,478
+"Failed to add message ID to RT SDU, rc %u",8,488
+"Failed to add result to RT SDU, rc %u",9,499
+"Failed to add measurements header to RT SDU, rc %u",10,513
+"Failed to add measurements data to RT SDU, rc %u",11,521
+"Failed to add response data to RT SDU, rc %u",12,530
+"secure_hdif_local_security_level_get failed rc = %u",13,539
+"Failed to send indication to host, rc %u",14,556
+"Failed to send indication to host, rc %u",15,563
+"V2X server isn't initialized",16,590
+"Failed to extract context, rc=%u",17,601
+"Mandatory arguments not specified",18,650
+"Invalid datarate %u",19,667
+"Invalid datarate %u",20,681
+"Invalid channel id %u",21,693
+"failed to get mac address for interface %d, rc %u",22,756
+"Unsupported remote access category %d",23,795
+"remote_to_lmac_access_category_convert failed, rc = %u",24,844
+"V2X server isn't initialized",25,871
+"RT packet is NULL",26,878
+"Converting message from Host: rc %u",27,896
+"Failed to extract context, rc=%u",28,904
+"rt_data_put failed, rc %u",29,937
+"Invalid param - NULL pointers",30,1002
+"V2X server isn't initialized",31,1030
+"RT packet is NULL",32,1037
+"Converting message from Host: rc %u",33,1055
+"Failed to extract context, rc=%u",34,1064
+"rt_data_put failed, rc %u",35,1098
+"Enter",36,1134
+"V2X server isn't initialized",37,1137
+"Mandatory function argument is not specified\n\r",38,1143
+"Invalid argument: if_index = %u",39,1156
+"Mandatory function argument is not specified\n\r",40,1162
+"Invalid transmission data rate %u\n\r",41,1170
+"Invalid power dbm8 %u\n\r",42,1178
+"Invalid diversity power dbm8 %i",43,1188
+"v2x_user_priority_to_lmac_access_category_convert failed, rc = %u",44,1221
+"lmac_driver_wdm_bandwidth_get failed, rc = %u",45,1233
+"Failed to set default extended parameters, rc = %u",46,1241
+"Failed to convert datarate to mcs, rc = %u",47,1260
+"Failed to convert datarate to mcs",48,1272
+"v2x_server_empty_context_get - failed",49,1319
+"Failed to extract context, rc=%u",50,1326
+"Packet:",51,1332
+"Dropped packet, rc=%u",52,1349
+"V2X server isn't initialized",53,1402
+"Invalid argument: if_index = %u",54,1411
+"Failed to allocate SDU for RT packet, rc %u",55,1425
+"Failed to add msg_header to RT SDU, rc %u",56,1449
+"Failed to add msg_header to RT SDU, rc %u",57,1458
+"Dropping packet",58,1478
+"Invalid if_index %u",59,1492
+"Failed to get 'channel id', rc %u",60,1514
+"lmac_driver_wdm_bandwidth_get failed, rc %u",61,1527
+"v2x_mcs_to_datarate_convert failed, rc %u",62,1534
+"sw_config_get failed, rc = %u",63,1545
+"v2x_server_receive_remote_set failed, rc %u",64,1565
+"remote_v2x_receive failed, rc %u",65,1572
+"Failed to add user data to RT SDU, rc %u",66,1580
+"lmac_driver_wdm_cbp_process failed %u",67,1602
+"Failed to add data to RT SDU, rc %u",68,1610
+"secure_hdif_local_security_level_get failed %u",69,1616
+"Failed to send indication, rc %u",70,1625
+"sw_config_get failed, rc = %u",71,1685
+"Failed to free context(%p)",72,1745
+"Failed to get indexes of interfaces, rc = %u",73,1760
+"Failed to get DOT4 statistics for if_index=%u time_slot=%u",74,1772
+"Registration of V2X/SERVER statistics failed, rc = %u",75,1798
+"Failed to get indexes of interfaces, rc = %u",76,1803
+"Registration of V2X/HW statistics failed, rc = %u",77,1816
+"V2X server already initialized",78,1836
+"config_ptr is NULL",79,1842
+"send_indication is NULL",80,1848
+"Invalid argument: first_if_index = %u, last_if_index = %u",81,1855
+"lmac_driver_dsp_type_get failed, rc = %u",82,1872
+"Failed to initialized 1609.4, rc=%d",83,1891
+"Enter",84,1896
+"Failed to get WLAN MAC address, if_index %u, rc = %u",85,1905
+"lmac_driver_mode_dependent_attach failed, rc = %u",86,1914
+"Attached if#%u in DSRC mode by default",87,1918
+"Attached if#%u in CV2X mode by default",88,1921
+"RT packet is NULL",89,1978
+"V2X server isn't initialized",90,1984
+"lmac_driver_dot4_stats_get: %u",91,2007
+"rt_data_put failed, rc %u",92,2035
+"v2x_stat specified",93,2051
+"V2X server isn't initialized",94,2056
+"V2X server isn't initialized",95,2077
+"RT packet is NULL",96,2084
+"V2X server isn't initialized",97,2150
+"RT packet is NULL",98,2157
+"V2X server isn't initialized",99,2227
+"RT packet is NULL",100,2234
+"Failed to extract context, rc=%u",101,2251
+"invalid event type #%d",102,2361
+
+file_id,179,v2x_server_common.c
+"Invalid argument: user_priority = %u",0,62
+"Invalid frame length",1,198
+"Protocol Version %u != 0)",2,206
+"Control frame",3,211
+"To DS bit is set",4,217
+"Protected frame bit is set",5,223
+"Data is not present",6,228
+"Actual frame length is less then expected minimal length",7,235
+"lmac_driver_wdm_control_flag_get failed, rc %u",8,241
+"Malformed - multicast source address",9,254
+"lmac_driver_wdm_cbp_process failed %u",10,267
+"Destination address mismatch",11,277
+"Duplicate frame",12,282
+
+file_id,180,v2x_server_datarate.c
+"mcs_ptr is NULL",0,249
+"bandwidth not supported: bandwidth = %u",1,265
+"data_rate is NULL",2,278
+"Invalid MCS %u",3,283
+"bandwidth not supported: bandwidth = %u",4,299
+
+file_id,181,v2x_server_sampling.c
+"Invalid argument: if_index = %u",0,119
+"Not initialized",1,163
+"lmac_driver_passthrough_sampling_callback_register failed, rc = %u",2,174
+"lmac_driver_cbr_sampling_callback_register failed, rc = %u",3,182
+"lmac_driver_passthrough_tx_indication_enable failed, rc = %u",4,193
+"Not initialized",5,206
+"unregister, lmac_driver_cbr_sampling_callback_register failed, rc = %u",6,217
+"unregister, lmac_driver_passthrough_tx_indication_enable failed, rc = %u",7,228
+"Not initialized",8,241
+"Failed to get DB seq, if_index %u rc = %u",9,253
+"Failed to wait for sync, rc = %u",10,295
+"lmac_driver_if_indexes_get failed, rc = %u",11,316
+"lmac_driver_dsp_cbr_read failed, if_index = %u, rc = %u",12,334
+"Failed to set DB, if_index = %u, rc = %u",13,341
+"lmac_driver_wdm_diversity_get failed, rc = %u",14,352
+"Unknown diversity mode %d",15,380
+"Already initialized",16,417
+"Failed to create V2X Sample thread configuration, rc = %u",17,437
+"Failed to create V2X Sample thread, rc = %u",18,443
+"Registration of CBR/SERVICE failed, rc = %u",19,455
+"osal_thread_join failed, rc %u",20,481
+"TX complete failure indication ifindex=%d packet_id=%d flags=%d",21,520
+
+file_id,182,v2x_server_sampling_db.c
+"Invalid argument: if_index = %u",0,53
+"invalid main arguments",1,58
+"Failed to take lock, rc %u",2,65
+"Invalid argument: if_index %u",3,93
+"seq_ptr cannot be NULL",4,98
+"Failed to take lock, rc %u",5,105
+"Invalid argument: if_index = %u",6,129
+"invalid main arguments",7,134
+"Failed to take lock, rc %u",8,141
+"Already initialized",9,171
+"V2X Sampling DB not initialized",10,208
+
+file_id,183,v2x_sqn_cache.c
+"lmac_driver_if_indexes_get failed, rc = %u",0,341
+
+file_id,184,rsvc_wdm.c
+"'r_value_ptr' is null",0,40
+"Unknown WIFI_BW value %d",1,66
+"lmac_driver_if_indexes_get failed, rc = %u",2,100
+"craton2_soc_revision_get failed, rc = %u",3,107
+"lmac_driver_wdm_rf_temperature_get failed, rc %u",4,175
+"lmac_driver_wdm_dsp_status_get failed, rc %u",5,184
+"'remote_cable_loss_status_ptr' is null",6,200
+"Unknown cable loss status value %u",7,218
+"lmac_driver_events_service_compensator_user_status_get failed, rc = %u",8,246
+"Invalid compensator_status [%u]",9,272
+"lmac_driver_wdm_compensator_temperature_get failed, rc = %u",10,279
+"lmac_driver_wdm_compensator_cable_loss_info_get failed, rc = %u",11,292
+"lmac_driver_wdm_compensator_stats_get failed, rc = %u",12,345
+"lmac_driver_wdm_compensator_last_messages_get failed, rc = %u",13,370
+"wdm_external_object_get: unknown object_type=%d, ",14,462
+"lmac_driver_wdm_control_flag_set failed rc = %u",15,499
+"lmac_driver_phy_flags_set failed rc=%d",16,507
+"wdm_external_object_set: unknown object_type=%d",17,529
+"'w_value_ptr' is null",18,542
+"Unknown remote bandwidth value %d",19,568
+"Unsupported remote access category %d",20,609
+"dest_ptr is NULL",21,622
+"Unknown interface mode %d",22,644
+"RT packet is NULL",23,692
+"WDM get FREQUENCY_MHZ: if_index %u, value %u, rsp_rc %u",24,729
+"WDM get TSSI_LOOP_ENABLE: if_index %u, value %d, rsp_rc %u",25,759
+"WDM get RSSI_CALIB_RESULT: rf_index %u, value %llu, rsp_rc %u",26,770
+"WDM get WLAN_STATS: if_index %u, rsp_rc %u",27,797
+"WDM get primary_index: if_index %u, value %u, rsp_rc %u",28,810
+"WDM get BANDWIDTH: if_index %u, value %u, rsp_rc %u",29,828
+"WDM get PHY_MODE: if_index %u, value %u, rsp_rc %u",30,839
+"WDM get NTX: if_index %u, value %d, rsp_rc %u",31,852
+"lmac_driver_wdm_edca_config_get failed, rc = %u",32,873
+"WDM get EDCA_CONFIG: if_index %u, ac %u",33,877
+"aifsn %u, cwmin %u, cwmax %u, txop_limit %u, rsp_rc %u",34,879
+"WDM get CSD11P: if_index %u, value %d, rsp_rc %u",35,892
+"WDM get RF temperature offset: value %i[c], rsp_rc %u",36,903
+"WDM get IF STATUS: if_index %u, rsp_rc %u",37,934
+"afe_pll_status %u, rf_pll_status %u, calibration_status %u",38,945
+"temperature_celsius %u, rsp_rc %u",39,950
+"WDM get WLAN MAC: if_index %u, value %02x:%02x:%02x:",40,961
+"%02x:%02x:%02x, rsp_rc %u",41,963
+"WDM get CBR_SAMPLE_INTERVAL: if_index %u, value %u, rsp_rc %u",42,974
+"lmac_driver_wdm_rf_test_mode_get failed, rc = %d",43,985
+"WDM get RF test mode:",44,989
+"if_index %u, mode %ufreq_offset %u, tx_power %u, rsp_rc %u",45,990
+"compensator_status %u, temperature_celsius %d, cable_loss_db8 %d, cable_loss_status %u, rsp_rc %u",46,1005
+"hw_version %u, sw_version %u, protocol_version %u, rsp_rc %u",47,1021
+"total_messages %u, error_messages %u, rsp_rc %u",48,1035
+"raw_data_size %u, rsp_rc %u",49,1067
+"wdm_external_object_get failed, cwdm_type=%d, rc = %u",50,1092
+"Invalid object type %d",51,1131
+"rt_data_extend failed, rc %u",52,1159
+"secure_hdif_local_security_level_get failed rc = %u",53,1168
+"mode_ptr is NULL",54,1184
+"Unknown remote interface mode %d",55,1206
+"RT packet is NULL",56,1233
+"rt_data_extend failed, rc %u",57,1263
+"WDM set FREQUENCY_MHZ: if_index %u, value %u, rsp_rc %u",58,1280
+"WDM set TSSI_LOOP_ENABLE: if_index %u, value %u, rsp_rc %u",59,1306
+"failed to get SoC revision, rc = %u",60,1321
+"WDM TSSI CALIBRATION START: rf_index %u, mode %d, rsp_rc %u",61,1331
+"failed to get SoC revision, rc = %u",62,1341
+"WDM TSSI CALIBRATION STOP: rsp_rc %u",63,1351
+"WDM set primary_index: if_index %u, value %u rsp_rc %u",64,1371
+"WDM set RF temperature offset: value %i[c], rsp_rc %u",65,1385
+"WDM set BANDWIDTH: if_index %u, value %d, rsp_rc %u",66,1406
+"WDM set PHY_MODE: if_index %u, value %u, rsp_rc %u",67,1420
+"WDM set NTX: if_index %u, value %d, rsp_rc %u",68,1434
+"lmac_driver_wdm_edca_config_convert, rc = %u",69,1455
+"WDM set EDCA_CONFIG: if_index %u, ac %u",70,1463
+"aifsn %u, cwmin %u, cwmax %u, txop_limit %u, rsp_rc %u",71,1465
+"WDM set CSD11P: if_index %u, value %d, rsp_rc %u",72,1481
+"WDM set IF ATTACH: if_index %u, value %u, rsp_rc %u",73,1501
+"WDM set IF DETACH: if_index %u, rsp_rc %u",74,1509
+"WDM set WLAN MAC: if_index %u, value %02x:%02x:%02x:",75,1522
+"%02x:%02x:%02x, rsp_rc %u",76,1524
+"WDM set CBR_SAMPLE_INTERVAL: if_index %u, value %u, rsp_rc %u",77,1537
+"lmac_driver_wdm_rf_test_mode_set failed, rc = %d",78,1551
+"WDM set RF test mode:",79,1555
+"if_index %u, mode %u, freq_offset %u, tx_power %u, rsp_rc %u",80,1556
+"WDM set CTRL TX POWER: if_index %u, value %u, rsp_rc %u",81,1575
+"wdm_external_object_set failed, rc = %u",82,1594
+"Invalid object type %u",83,1613
+"secure_hdif_local_security_level_get failed rc = %u",84,1631
+"wdm_stat parameter not specified",85,1648
+"RT packet is NULL",86,1670
+"secure_hdif_local_security_level_get failed rc = %u",87,1687
+"rsvc_packet_security_level_verify failed rc = %u",88,1693
+"handle_set_req failed, rc %u",89,1701
+"handle_get_req failed, rc %u",90,1709
+"Invalid request_type %u",91,1715
+"wdm_stats_ptr parameter not specified",92,1737
+"Failed to get indexes of interfaces, rc = %u",93,1744
+"Failed to get WDM statistics for if_index = %u, rc = %u",94,1753
+"Registration of WDM/RSVC statistics failed, rc = %u",95,1779
+"Failed to get indexes of interfaces, rc = %u",96,1784
+"Registration of WDM/HW statistics failed, rc = %u",97,1797
+
+file_id,185,rsvc_wdm_cbp.c
+"Invalid object type %d",0,165
+"Invalid object type %d",1,219
+
+file_id,186,secure_hdif.c
+"compare_tags failed rv = %d",0,101
+"tx_mutex_get failed %d",1,164
+"tx_mutex_get failed %d",2,170
+"tx_mutex_put failed %d",3,198
+"tx_mutex_put failed %d",4,205
+"tx_mutex_create failed %d",5,322
+"tx_mutex_create failed %d",6,328
+"secure_hdif_security_level_set failed (rc=%d)",7,341
+"security level EHSM %d, security level ECC %d",8,368
+"tx_mutex_get failed %d",9,408
+"session_key_wear_down_counter_g exceeds maximum level %d",10,419
+"tx_mutex_put failed %d",11,497
+"session_key_wear_down_counter_g exceeds maximum level %d",12,542
+"session_key_update_state_done",13,626
+"check_error_validity",14,639
+"tx_mutex_put failed %d",15,651
+"ehsm_server_random_generate failed: rc = %d, ehsm_rc = %d",16,668
+"---------------Secure HDIF statistics---------------",17,725
+"packets_authenticated: %u",18,726
+"packets_encrypted: %u",19,727
+"packets_decrypted: %u",20,728
+"authentication_errors: %u",21,729
+"tag_compute_errors: %u",22,730
+"encrypt_errors: %u",23,731
+"decrypt_errors: %u",24,732
+"total_number_of_secure_blocks: %u",25,733
+"number_of_session_keys_used: %u",26,734
+"current_session_key_wear_down_counter: %u",27,735
+"session_key_wear_down_errors: %u\n",28,736
+
+file_id,188,ehsm_server.c
+"Pointer cannot be NULL",0,126
+"Panic reason %x",1,309
+"EHSM_CSK is not programmed,\nInvalid operation",2,349
+"eHSM server is not initialized",3,360
+"Pointer cannot be NULL",4,387
+"eHSM server is not initialized",5,392
+"ehsm_driver_status_get failed rc = %d",6,400
+"Failed to wait ehsm_server_entrance_mutex rc = %d",7,412
+"eHSM Panicked",8,419
+"Pointer cannot be NULL",9,450
+"Invalid remote ehsm command %x",10,457
+"Expecting result for message_id %d received response message_id %d",11,464
+"ehsm_driver_status_get failed rc = %d",12,474
+"eHSM Panicked",13,482
+"Pointer cannot be NULL",14,511
+"Failed to wait ehsm_server_respons_sem rc = %d",15,518
+"firmware_version_ptr is NULL",16,532
+"ehsm_driver_firmware_version_read failed, rc = %d",17,545
+"Fail to initialize eHSM driver rc = %d",18,578
+"Failed to register eHSM server with eHSM driver rc = %d",19,594
+"ehsm_driver_psb_get failed",20,601
+"Failed to register eHSM/SERVER registration, rc = %u",21,608
+"firmware_version_read failed, rc = %d",22,614
+"ehsm_driver_firmware_version_read failed, rc = %d",23,650
+"ehsm_driver_life_cycle_read failed, rc = %d",24,677
+"ehsm_driver_otp_word_read failed, rc = %d",25,703
+"ehsm_driver_runtime_status_read failed, rc = %d",26,730
+"ehsm_driver_csk_generate Failed, rc = %d",27,791
+"ehsm_driver_ecc_key_pair_generate Failed, rc = %d",28,867
+"ehsm_driver_ecc_key_pair_import Failed, rc = %d",29,933
+"ehsm_driver_ecdsa_sign Failed, rc = %d",30,1000
+"Failed to wait ehsm_server_respons_sem rc = %d",31,1015
+"ehsm_driver_ecc_private_key_multiply_add Failed, rc = %d",32,1307
+"ehsm_driver_ecc_private_key_multiply_add Failed, rc = %d",33,1375
+"ehsm_driver_random_generate Failed, rc = %d",34,1435
+"ehsm_driver_otp_block_ecc_enable Failed, rc = %d",35,1488
+"ehsm_driver_otp_word_type_read Failed, rc = %d",36,1537
+"ehsm_driver_otp_word_read Failed, rc = %d",37,1592
+"ehsm_driver_otp_word_write Failed, rc = %d",38,1645
+"ehsm_driver_otp_word_lock Failed, rc = %d",39,1691
+"MAC generate data size should be multiple of 16 bytes",40,1743
+"ehsm_driver_storage_mac_generate Failed, rc = %d",41,1752
+"MAC verify data size should be multiple of 16 bytes",42,1812
+"ehsm_driver_storage_mac_verify Failed, rc = %d",43,1821
+"ehsm_driver_storage_auth_encrypt Failed, rc = %d",44,1881
+"caller_source cannot %d",45,1947
+"ehsm_driver_storage_auth_decrypt Failed, rc = %d",46,1958
+"ehsm_driver_storage_auth_decrypt Failed secure HDIF magic key detected",47,2003
+"ehsm_driver_storage_auth_decrypt Failed secure HDIF magic key not detected",48,2011
+"ehsm_driver_symmetric_key_generate Failed, rc = %d",49,2045
+"ehsm_driver_symmetric_key_import Failed, rc = %d",50,2105
+"Invalid data size",51,2165
+"ehsm_driver_symmetric_ecb_encrypt Failed, rc = %d",52,2173
+"Invalid data size",53,2233
+"ehsm_driver_symmetric_ecb_decrypt Failed, rc = %d",54,2241
+"Invalid data size",55,2302
+"ehsm_driver_symmetric_cbc_encrypt Failed, rc = %d",56,2310
+"Invalid data size",57,2371
+"ehsm_driver_symmetric_cbc_decrypt Failed, rc = %d",58,2379
+"Invalid data size",59,2439
+"ehsm_driver_symmetric_cmac_generate Failed, rc = %d",60,2447
+"Invalid data size",61,2508
+"ehsm_driver_symmetric_cmac_verify Failed, rc = %d",62,2516
+"Invalid data size",63,2577
+"Invalid associated_data size",64,2583
+"ehsm_driver_symmetric_ccm_encrypt Failed, rc = %d",65,2599
+"Invalid data size",66,2669
+"Invalid associated_data size",67,2675
+"ehsm_driver_symmetric_ccm_decrypt Failed, rc = %d",68,2692
+"ehsm_server_secure_hdif_master_key_magic_number_get failed",69,2771
+"ehsm_driver_self_test Failed, rc = %d",70,2789
+"ehsm_driver_lifecycle_set(%d) failed, rc = %d",71,2839
+"Error for field %d",72,2859
+
+version_0,0xA71F8C15
+version_1,0xF2A0C491
+version_2,0xA4687709
+version_3,0x14849B79
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/diag-cli b/src/lynq/packages/apps/lynq-cv2x/release-es2/diag-cli
new file mode 100755
index 0000000..1a0ea6a
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/diag-cli
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/dsp_sw_rev3.bin b/src/lynq/packages/apps/lynq-cv2x/release-es2/dsp_sw_rev3.bin
new file mode 100755
index 0000000..53ef515
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/dsp_sw_rev3.bin
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/libatlkremote_linux_u.so b/src/lynq/packages/apps/lynq-cv2x/release-es2/libatlkremote_linux_u.so
new file mode 100755
index 0000000..046673c
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/libatlkremote_linux_u.so
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/libcli.so b/src/lynq/packages/apps/lynq-cv2x/release-es2/libcli.so
new file mode 100755
index 0000000..f1ffae0
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/libcli.so
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/libcv2x.so b/src/lynq/packages/apps/lynq-cv2x/release-es2/libcv2x.so
new file mode 100755
index 0000000..0dc471a
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/libcv2x.so
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/libsmx.so b/src/lynq/packages/apps/lynq-cv2x/release-es2/libsmx.so
new file mode 100755
index 0000000..013c8b5
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/libsmx.so
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/packet.sh b/src/lynq/packages/apps/lynq-cv2x/release-es2/packet.sh
new file mode 100755
index 0000000..9996748
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/packet.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+cp ./lib/*.so ./release/
+cp ./firmware/* ./release/
+cp ./build/out/cv2x-demo ./release/
+cp ./env.sh ./release/
+cp ./dl_fw.sh ./release/
+cp ./set-tty.sh ./release/
+cp ./load-from-t800.sh ./release/
+
+tar cvf cv2x-release.tar.gz ./release
\ No newline at end of file
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/pgen b/src/lynq/packages/apps/lynq-cv2x/release-es2/pgen
new file mode 100755
index 0000000..56d5284
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/pgen
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/rf_config.bin b/src/lynq/packages/apps/lynq-cv2x/release-es2/rf_config.bin
new file mode 100755
index 0000000..1518f9f
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/rf_config.bin
Binary files differ
diff --git a/src/lynq/packages/apps/lynq-cv2x/release-es2/sw_config.txt b/src/lynq/packages/apps/lynq-cv2x/release-es2/sw_config.txt
new file mode 100755
index 0000000..73b47cf
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/release-es2/sw_config.txt
@@ -0,0 +1,2 @@
+lmac_calib_file_location=1
+internal_poti_disable=1
diff --git a/src/lynq/packages/apps/lynq-cv2x/src/cv2x-example.c b/src/lynq/packages/apps/lynq-cv2x/src/cv2x-example.c
new file mode 100755
index 0000000..cf2e426
--- /dev/null
+++ b/src/lynq/packages/apps/lynq-cv2x/src/cv2x-example.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, const char *argv[])
+{
+ printf("test\n");
+ return 0;
+}
\ No newline at end of file