TC3xx: Replace IDE/AURIX project with new HAL module#604
Merged
dgarske merged 2 commits intowolfSSL:masterfrom Oct 9, 2025
Merged
TC3xx: Replace IDE/AURIX project with new HAL module#604dgarske merged 2 commits intowolfSSL:masterfrom
dgarske merged 2 commits intowolfSSL:masterfrom
Conversation
dgarske
requested changes
Oct 8, 2025
dgarske
approved these changes
Oct 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Major overhaul of AURIX TC3xx support to align with the new internal TC3 low-level driver library.
wolfLLD-tc3xxdriver library (currently NDA-restricted).wbaurixtool.shscript. Signing, NVM image generation, and certificate creation are now handled directly by wolfBoot Makefiles.Implications
NDA dependency:
wolfLLD-tc3xxcurrently includes both HSM and TriCore drivers, requiring NDA access even for TriCore-only builds. All existing customers using wolfBoot on TC3xx already meet this requirement. A public TriCore-only version ofwolfLLD-tc3xxis planned to remove this barrier in the future.Build integration:
TC3xx wolfBoot should currently be built as part of the
wolfHSM-infineon-tc3xxplatform release, which includes wolfBoot, NDA components, and a top-level Makefile for easy platform builds.Documentation:
Build instructions for TC3xx are now maintained as part of the
wolfHSM-infineon-tc3xxplatform release due to tight coupling between components.Note
This PR adds support for the HSM core but contains no non-public material. It is safe to open-source.