]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/sa-lld.git/commitdiff
enable packet information collection in the utility DEV.SA_LLD.03.00.00.11A
authorAravind Batni <aravindbr@ti.com>
Wed, 5 Aug 2015 15:40:23 +0000 (11:40 -0400)
committerAravind Batni <aravindbr@ti.com>
Wed, 5 Aug 2015 15:40:23 +0000 (11:40 -0400)
util/coreDump/utilSaCoreDumpUtil.c

index bb962840d14329de22e4a3f61b559f0c4105fd8d..e70db9867516ec2ea177e4c9756c11c196d09de4 100644 (file)
@@ -380,6 +380,9 @@ static int16_t initSa(void)
   cfg.baseAddr = (uint32_t) fw_saCfgVaddr;
   cfg.sizeConfig = &sizeCfg;
   cfg.callTable = &salldsim_calloutFunc;
+  #ifdef NSS_GEN2
+  cfg.ctrlBitMap |= sa_CONFIG_CTRL_BITMAP_TRIGGER_PKT_INFO_LOG;
+  #endif  
   ret_code = Sa_create (&cfg, bases, &handle);
   return (ret_code);
 }