arch/tricore: fpu: drop iLLD dependency and fix Makefile - #20018
Open
zhangyu-duck wants to merge 2 commits into
Open
arch/tricore: fpu: drop iLLD dependency and fix Makefile#20018zhangyu-duck wants to merge 2 commits into
zhangyu-duck wants to merge 2 commits into
Conversation
1. replace __mtcr/mfcr with arch's tricore_mtcr/tricore_mfcr, donot dependon illd 2. Simplify header files 3. define registers address self Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
error: Makefile:241: *** unterminated call to function "call": missing ")". Stop. Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
zhangyu-duck
marked this pull request as ready for review
August 31, 2026 06:22
xiaoxiang781216
approved these changes
Aug 31, 2026
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.
Summary
Drop iLLD dependency from TriCore FPU code and fix a missing closing paren in the arch/tricore/src Makefile.
__mfcr/__mtcrintrinsics and iLD-provided register symbols withtricore_mfcr/tricore_mtcrand hardcoded register values, so FPU code no longer depends onIfxCpu_Intrinsics.h.)in$(call DELFILE, ...)atarch/tricore/src/Makefile:241, which causedunterminated call to function "call"build error.Impact
arch/tricore/include/irq.h,arch/tricore/src/common/tricore_fpu.c,arch/tricore/src/Makefile.Testing
tools/checkpatch.sh -f) passes on both source files.