wolfTPM/src
Aidan Garske ddf990a4c9 Address review feedback
- Renamed spdm_demo to spdm_ctrl: file, binary, internal demo_* functions to ctrl_*, all references in
  include.am, spdm_test.sh, .gitignore, CLAUDE.md, both READMEs
  - README mentions Nations: title updated to Nuvoton NPCT75x and Nations NS350 TPMs, added Nations build section
  - README section header renamed from Demo Commands to Setup/Control Commands
  - README added reset pin control section: documents GPIO reset requirement, Pi-specific example, custom hardware
  design guidance
  - Moved spdm_tcg.c to common build section, no longer conditional on Nuvoton/Nations in src/spdm/include.am
  - Removed redundant wolfSSL options include from spdm_internal.h since tpm2_types.h handles this
  - Added WOLFTPM_SPDM_TCG generic guard as auto-define in spdm_types.h, replaced ~30 occurrences of #if        defined(WOLFSPDM_NUVOTON) || defined(WOLFSPDM_NATIONS) across all files
2026-03-25 18:59:32 +00:00
..
spdm Address review feedback 2026-03-25 18:59:32 +00:00
include.am Add Nuvoton NPCT75x and NSING NS350 SPDM support for wolfTPM 2026-03-24 18:15:38 +00:00
tpm2.c Add Nuvoton NPCT75x and NSING NS350 SPDM support for wolfTPM 2026-03-24 18:15:38 +00:00
tpm2_asn.c Remove wrong null check 2026-03-21 14:24:57 -07:00
tpm2_cryptocb.c
tpm2_linux.c
tpm2_packet.c Add Nuvoton NPCT75x and NSING NS350 SPDM support for wolfTPM 2026-03-24 18:15:38 +00:00
tpm2_param_enc.c
tpm2_spdm.c Address review feedback 2026-03-25 18:59:32 +00:00
tpm2_swtpm.c Add Nuvoton NPCT75x and NSING NS350 SPDM support for wolfTPM 2026-03-24 18:15:38 +00:00
tpm2_tis.c
tpm2_winapi.c
tpm2_wrap.c Address review feedback 2026-03-25 18:59:32 +00:00