]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
PDK-9337: Fix for Clocking on J7VCL to use fracf pll calibration REL.CORESDK.07.03.00.10 REL.CORESDK.07.03.00.11 REL.CORESDK.07.03.00.12 REL.CORESDK.07.03.01.02
authorPiyali Goswami <piyali_g@ti.com>
Thu, 18 Feb 2021 13:14:11 +0000 (18:44 +0530)
committerPiyali Goswami <piyali_g@ti.com>
Thu, 18 Feb 2021 13:14:11 +0000 (18:44 +0530)
Fix for clocking on J7VCL to use fracf pll calibration

Signed-off-by: Piyali Goswami <piyali_g@ti.com>
packages/ti/drv/sciclient/src/rm_pm_hal_build.mk
packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/sciserver_testapp_mcu1_0_release.rprc
packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/sciserver_testapp_mcu1_0_release.xer5f
packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721e/sciserver_testapp_mcu1_0_release.rprc
packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721e/sciserver_testapp_mcu1_0_release.xer5f

index 5fbc568f8413fadd820d1ff497a5e172246ff808..a751b4eed4b40bc6789e0360374ef989090a9b59 100644 (file)
@@ -53,6 +53,7 @@ endif
 
 ifeq ($(SOC),$(filter $(SOC), j7200))
 CONFIG_SOC_FOLDER_STRING="j7200"
+CONFIG_CLK_PLL_16FFT_FRACF_CALIBRATION=y
 endif
 
 # SoC Specific source files
@@ -90,6 +91,9 @@ endif
 ifeq ($(CONFIG_CLK_PLL_DESKEW),y)
 CFLAGS_LOCAL_COMMON += -DCONFIG_CLK_PLL_DESKEW
 endif
+ifeq ($(CONFIG_CLK_PLL_16FFT_FRACF_CALIBRATION),y)
+CFLAGS_LOCAL_COMMON += -DCONFIG_CLK_PLL_16FFT_FRACF_CALIBRATION
+endif
 
 #
 # Resource Manager Feature Support
index 117a6a250ad475c1255c2297d081c534bb87453b..3135aa61675f97ea3475aabb6e730ba791fff94c 100644 (file)
Binary files a/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/sciserver_testapp_mcu1_0_release.rprc and b/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/sciserver_testapp_mcu1_0_release.rprc differ
index 34e912ad8efcba01c10eb6e36d1451eaa6ade547..cea3c8219909108958d06e530eff55e7ea08ae6b 100644 (file)
Binary files a/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/sciserver_testapp_mcu1_0_release.xer5f and b/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/sciserver_testapp_mcu1_0_release.xer5f differ
index bf3a96ec6dd6958eb54ea526158f2bed2b643bdd..21c05d8497fa491276ff7e8becdf2d64d4e9f58d 100644 (file)
Binary files a/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721e/sciserver_testapp_mcu1_0_release.rprc and b/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721e/sciserver_testapp_mcu1_0_release.rprc differ
index b61feb2d323eb71b756b742e5fa7513a55d309a1..a742b19aec410c9d5bcd0564c0f2a0d3172843ee 100644 (file)
Binary files a/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721e/sciserver_testapp_mcu1_0_release.xer5f and b/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721e/sciserver_testapp_mcu1_0_release.xer5f differ