[PR #311] [CLOSED] Claude/tricore architecture review 014f q wc pg shk wnjy y yo94 un j #433

Open
opened 2026-01-31 21:31:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/311
Author: @wutieyang
Created: 11/22/2025
Status: Closed

Base: masterHead: claude/tricore-architecture-review-014fQWcPgSHKWnjyYYo94UnJ


📝 Commits (2)

  • 8c20701 Add multi-platform CMake workflow
  • b007ade target/tricore: Add TC4xx (TriCore 1.8) CPU and SoC support

📊 Changes

9 files changed (+897 additions, -1 deletions)

View changed files

.github/workflows/cmake-multi-platform.yml (+75 -0)
📝 hw/tricore/Kconfig (+10 -0)
📝 hw/tricore/meson.build (+2 -0)
hw/tricore/tc4x_board.c (+101 -0)
hw/tricore/tc4x_soc.c (+319 -0)
include/hw/tricore/tc4x_board.h (+31 -0)
include/hw/tricore/tc4x_soc.h (+202 -0)
📝 target/tricore/cpu.c (+149 -1)
📝 target/tricore/cpu.h (+8 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/311 **Author:** [@wutieyang](https://github.com/wutieyang) **Created:** 11/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `claude/tricore-architecture-review-014fQWcPgSHKWnjyYYo94UnJ` --- ### 📝 Commits (2) - [`8c20701`](https://github.com/qemu/qemu/commit/8c20701c1287c4734c0b958cab8fb1a215e6e6fe) Add multi-platform CMake workflow - [`b007ade`](https://github.com/qemu/qemu/commit/b007aded6c12403e3dba1994785e82ef42f6558e) target/tricore: Add TC4xx (TriCore 1.8) CPU and SoC support ### 📊 Changes **9 files changed** (+897 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/cmake-multi-platform.yml` (+75 -0) 📝 `hw/tricore/Kconfig` (+10 -0) 📝 `hw/tricore/meson.build` (+2 -0) ➕ `hw/tricore/tc4x_board.c` (+101 -0) ➕ `hw/tricore/tc4x_soc.c` (+319 -0) ➕ `include/hw/tricore/tc4x_board.h` (+31 -0) ➕ `include/hw/tricore/tc4x_soc.h` (+202 -0) 📝 `target/tricore/cpu.c` (+149 -1) 📝 `target/tricore/cpu.h` (+8 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:31:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#433