File tree Expand file tree Collapse file tree 5 files changed +59
-2
lines changed
Expand file tree Collapse file tree 5 files changed +59
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ modules.order
5050Module.symvers
5151Mkfile.old
5252dkms.conf
53- * .dbgconf
54- * @ *
53+
5554Objects
5655* .scvd
5756* .uvgui. *
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2024 Arm Limited. All rights reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+
4+ // <<< Use Configuration Wizard in Context Menu >>>
5+
6+ // <e> Fixed Debug Authentication
7+ // <i> Use a fixed value for Debug Authentication. Only secure debug authentication configurable.
8+ DAuthFixed = 0x1;
9+
10+ // <q.2> Secure Invasive Debug
11+ // <q.3> Secure Non-Invasive Debug
12+ DAuthConfig = 0xF;
13+
14+ // </e>
15+
16+ // <<< end of configuration section >>>
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2024 Arm Limited. All rights reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+
4+ // <<< Use Configuration Wizard in Context Menu >>>
5+
6+ // <e> Fixed Debug Authentication
7+ // <i> Use a fixed value for Debug Authentication. Only secure debug authentication configurable.
8+ DAuthFixed = 0x1;
9+
10+ // <q.2> Secure Invasive Debug
11+ // <q.3> Secure Non-Invasive Debug
12+ DAuthConfig = 0xF;
13+
14+ // </e>
15+
16+ // <<< end of configuration section >>>
Original file line number Diff line number Diff line change 1+ // <<< Use Configuration Wizard in Context Menu >>>
2+
3+ // <e> Fixed Debug Authentication
4+ // <i> Use a fixed value for Debug Authentication. Only secure debug authentication configurable.
5+ DAuthFixed = 0x1;
6+
7+ // <q.2> Secure Invasive Debug
8+ // <q.3> Secure Non-Invasive Debug
9+ DAuthConfig = 0xF;
10+
11+ // </e>
12+
13+ // <<< end of configuration section >>>
Original file line number Diff line number Diff line change 1+ // <<< Use Configuration Wizard in Context Menu >>>
2+
3+ // <e> Fixed Debug Authentication
4+ // <i> Use a fixed value for Debug Authentication. Only secure debug authentication configurable.
5+ DAuthFixed = 0x1;
6+
7+ // <q.2> Secure Invasive Debug
8+ // <q.3> Secure Non-Invasive Debug
9+ DAuthConfig = 0xF;
10+
11+ // </e>
12+
13+ // <<< end of configuration section >>>
You can’t perform that action at this time.
0 commit comments