Skip to content

Add host command to enable/disable JTAG debug#243

Open
aranikam wants to merge 1 commit intomainfrom
tpm
Open

Add host command to enable/disable JTAG debug#243
aranikam wants to merge 1 commit intomainfrom
tpm

Conversation

@aranikam
Copy link
Copy Markdown
Collaborator

@aranikam aranikam commented Apr 3, 2026

Note: This will stop working once authorized host commands are supported

Note: This will stop working once authorized host commands are supported
@aranikam aranikam requested review from stevenportley and xorptr April 3, 2026 19:57
@@ -0,0 +1,64 @@

// Copyright 2025 Google LLC
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 2026

@@ -0,0 +1,31 @@
// Copyright 2025 Google LLC
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 2026

.func = command_target_reset_pulse,
},
{
.verbs = (const char*[]){"target_debug", "enable", NULL},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Is this intentionally different from target reset command structure? Would it be a good idea to use the same structure (i.e. target reset and target debug)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants