]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
[PDK-12632]Enabling Scilcient Firewall test app for j721s2 and j784s4 master
authorKunal Lahoti <k-lahoti@ti.com>
Thu, 16 Mar 2023 08:17:13 +0000 (13:47 +0530)
committerRishabh Garg <rishabh@ti.com>
Thu, 23 Mar 2023 17:08:35 +0000 (12:08 -0500)
Scilclient Firewall test app is not supported for J721s2 and J784s4.
Enabling the application and adding the firewall ids for the test.

Signed-off-by: Kunal Lahoti <k-lahoti@ti.com>
packages/ti/drv/sciclient/examples/sciclient_fw_testapp/sciclient_fw_main.c
packages/ti/drv/sciclient/sciclient_component.mk

index 0f1f3e659ee98888c856a70fd859b117950adc38..075e6987510fd1db78420ce26ba1b6ede1fb55c9 100644 (file)
 #if defined (SOC_J721S2)
 #define MCU_1_0_PRIVID (96)
 #define MCU_SRAM_FWL_ID (1050)
-#define MSMC_SRAM_FWL_ID (4760)
+#define MSMC_SRAM_FWL_ID (5140)
+#define DRAM_FWL_ID (1280)
+#define PROC_HOST_ID (TISCI_HOST_ID_MCU_0_R5_1)
+#endif
+
+#if defined (SOC_J784S4)
+#define MCU_1_0_PRIVID (96)
+#define MCU_SRAM_FWL_ID (1050)
+#define MSMC_SRAM_FWL_ID (5140)
 #define DRAM_FWL_ID (1280)
 #define PROC_HOST_ID (TISCI_HOST_ID_MCU_0_R5_1)
 #endif
index 4d6968aa6fe63e8fdbe3005aecce38d58875fe21..33c06b52382edac144f3f48f0f653c3bbe3bb4a5 100755 (executable)
@@ -397,7 +397,7 @@ export sciclient_fw_testapp_$(1)_BOARD_DEPENDENCY = no
 export sciclient_fw_testapp_$(1)_CORE_DEPENDENCY = yes
 export sciclient_fw_testapp_$(1)_PKG_LIST = sciclient_fw_testapp_$(1)
 #Disable J7AHP till FW CSLR is fixed
-export sciclient_fw_testapp_$(1)_BOARDLIST = $(filter $(DEFAULT_BOARDLIST_$(1)), am65xx_evm j721e_evm j7200_evm j721s2_evm)
+export sciclient_fw_testapp_$(1)_BOARDLIST = $(filter $(DEFAULT_BOARDLIST_$(1)), am65xx_evm j721e_evm j7200_evm j721s2_evm j784s4_evm)
 export sciclient_fw_testapp_$(1)_$(SOC)_CORELIST = $(filter $(DEFAULT_$(SOC)_CORELIST_$(1)), mcu1_0)
 export sciclient_fw_testapp_$(1)_SBL_APPIMAGEGEN = yes
 export sciclient_fw_testapp_$(1)_SBL_IMAGEGEN = no