Skip to content

Commit 74f4771

Browse files
committed
add missing dbgconf
1 parent b3fdc5d commit 74f4771

File tree

5 files changed

+59
-2
lines changed

5 files changed

+59
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ modules.order
5050
Module.symvers
5151
Mkfile.old
5252
dkms.conf
53-
*.dbgconf
54-
*@*
53+
5554
Objects
5655
*.scvd
5756
*.uvgui.*
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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 >>>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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 >>>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 >>>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 >>>

0 commit comments

Comments
 (0)