Skip to content

Commit

Permalink
Merge pull request #1 from msloth/hotfix-lockdown-regression
Browse files Browse the repository at this point in the history
lock down DAP0 {TEST, CPU} by default on cc13xx
  • Loading branch information
g-oikonomou committed Jan 13, 2017
2 parents 0f44f94 + fca4d22 commit f4800b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions startup_files/ccfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
#endif

#ifndef SET_CCFG_CCFG_TAP_DAP_0_CPU_DAP_ENABLE
// #define SET_CCFG_CCFG_TAP_DAP_0_CPU_DAP_ENABLE 0x00 // Access disabled
#define SET_CCFG_CCFG_TAP_DAP_0_CPU_DAP_ENABLE 0xC5 // Access enabled if also enabled in FCFG
#define SET_CCFG_CCFG_TAP_DAP_0_CPU_DAP_ENABLE 0x00 // Access disabled
// #define SET_CCFG_CCFG_TAP_DAP_0_CPU_DAP_ENABLE 0xC5 // Access enabled if also enabled in FCFG
#endif

#ifndef SET_CCFG_CCFG_TAP_DAP_0_PRCM_TAP_ENABLE
Expand All @@ -238,8 +238,8 @@
#endif

#ifndef SET_CCFG_CCFG_TAP_DAP_0_TEST_TAP_ENABLE
// #define SET_CCFG_CCFG_TAP_DAP_0_TEST_TAP_ENABLE 0x00 // Access disabled
#define SET_CCFG_CCFG_TAP_DAP_0_TEST_TAP_ENABLE 0xC5 // Access enabled if also enabled in FCFG
#define SET_CCFG_CCFG_TAP_DAP_0_TEST_TAP_ENABLE 0x00 // Access disabled
// #define SET_CCFG_CCFG_TAP_DAP_0_TEST_TAP_ENABLE 0xC5 // Access enabled if also enabled in FCFG
#endif

#ifndef SET_CCFG_CCFG_TAP_DAP_1_PBIST2_TAP_ENABLE
Expand Down

0 comments on commit f4800b7

Please sign in to comment.