Skip to content

Commit

Permalink
Activate debug in sim_tpm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 11, 2024
1 parent ab6b1bb commit 855b968
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/examples/sim-tpm-keystore.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1

# sizes should be multiple of system page size
Expand Down
2 changes: 1 addition & 1 deletion config/examples/sim-tpm-measured.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1

# sizes should be multiple of system page size
Expand Down
2 changes: 1 addition & 1 deletion config/examples/sim-tpm-seal.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1

# sizes should be multiple of system page size
Expand Down
2 changes: 1 addition & 1 deletion config/examples/sim-tpm.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1
# enable offloading of asymmetric verify to TPM
WOLFBOOT_TPM_VERIFY?=1
Expand Down

0 comments on commit 855b968

Please sign in to comment.