[PR #245] [CLOSED] Support for ast2700 #304

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/245
Author: @ninadpalsule
Created: 8/14/2023
Status: Closed

Base: masterHead: ast2700


📝 Commits (1)

📊 Changes

23 files changed (+1157 additions, -1 deletions)

View changed files

📝 hw/adc/aspeed_adc.c (+16 -0)
📝 hw/arm/aspeed.c (+41 -0)
hw/arm/aspeed_ast2700.c (+667 -0)
📝 hw/arm/meson.build (+1 -0)
📝 hw/gpio/aspeed_gpio.c (+8 -0)
📝 hw/i2c/aspeed_i2c.c (+24 -0)
📝 hw/misc/aspeed_hace.c (+20 -0)
📝 hw/misc/aspeed_sbc.c (+14 -0)
📝 hw/misc/aspeed_scu.c (+251 -0)
📝 hw/misc/aspeed_sdmc.c (+19 -0)
📝 hw/misc/aspeed_xdma.c (+25 -0)
📝 hw/timer/aspeed_timer.c (+17 -0)
📝 hw/watchdog/wdt_aspeed.c (+24 -0)
📝 include/hw/adc/aspeed_adc.h (+1 -0)
📝 include/hw/i2c/aspeed_i2c.h (+1 -0)
📝 include/hw/misc/aspeed_hace.h (+1 -0)
📝 include/hw/misc/aspeed_sbc.h (+1 -0)
📝 include/hw/misc/aspeed_scu.h (+21 -0)
📝 include/hw/misc/aspeed_sdmc.h (+1 -0)
📝 include/hw/misc/aspeed_xdma.h (+1 -0)

...and 3 more files

📄 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/245 **Author:** [@ninadpalsule](https://github.com/ninadpalsule) **Created:** 8/14/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ast2700` --- ### 📝 Commits (1) - [`a88b718`](https://github.com/qemu/qemu/commit/a88b7181fdb29d7b30efa853f1d79969bdfcb33e) Support for ast2700 ### 📊 Changes **23 files changed** (+1157 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `hw/adc/aspeed_adc.c` (+16 -0) 📝 `hw/arm/aspeed.c` (+41 -0) ➕ `hw/arm/aspeed_ast2700.c` (+667 -0) 📝 `hw/arm/meson.build` (+1 -0) 📝 `hw/gpio/aspeed_gpio.c` (+8 -0) 📝 `hw/i2c/aspeed_i2c.c` (+24 -0) 📝 `hw/misc/aspeed_hace.c` (+20 -0) 📝 `hw/misc/aspeed_sbc.c` (+14 -0) 📝 `hw/misc/aspeed_scu.c` (+251 -0) 📝 `hw/misc/aspeed_sdmc.c` (+19 -0) 📝 `hw/misc/aspeed_xdma.c` (+25 -0) 📝 `hw/timer/aspeed_timer.c` (+17 -0) 📝 `hw/watchdog/wdt_aspeed.c` (+24 -0) 📝 `include/hw/adc/aspeed_adc.h` (+1 -0) 📝 `include/hw/i2c/aspeed_i2c.h` (+1 -0) 📝 `include/hw/misc/aspeed_hace.h` (+1 -0) 📝 `include/hw/misc/aspeed_sbc.h` (+1 -0) 📝 `include/hw/misc/aspeed_scu.h` (+21 -0) 📝 `include/hw/misc/aspeed_sdmc.h` (+1 -0) 📝 `include/hw/misc/aspeed_xdma.h` (+1 -0) _...and 3 more files_ </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:30:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#304