[PATCH v1 0/2] Aspeed I3C device model

Troy Lee posted 2 patches 2 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/arm/aspeed_ast2600.c      |  12 ++
hw/misc/aspeed_i3c.c         | 258 +++++++++++++++++++++++++++++++++++
hw/misc/meson.build          |   1 +
include/hw/arm/aspeed_soc.h  |   3 +
include/hw/misc/aspeed_i3c.h |  30 ++++
5 files changed, 304 insertions(+)
create mode 100644 hw/misc/aspeed_i3c.c
create mode 100644 include/hw/misc/aspeed_i3c.h
[PATCH v1 0/2] Aspeed I3C device model
Posted by Troy Lee 2 years, 4 months ago
This series of patch introduce a dummy implemenation of aspeed i3c
model, and it provide just enough information for guest machine.
However, the driver probing is still failed, but it will not cause
kernel panic.

Troy Lee (2):
  hw/misc: Implementating dummy AST2600 I3C model
  hw/arm/aspeed_ast2600: create i3c instance

 hw/arm/aspeed_ast2600.c      |  12 ++
 hw/misc/aspeed_i3c.c         | 258 +++++++++++++++++++++++++++++++++++
 hw/misc/meson.build          |   1 +
 include/hw/arm/aspeed_soc.h  |   3 +
 include/hw/misc/aspeed_i3c.h |  30 ++++
 5 files changed, 304 insertions(+)
 create mode 100644 hw/misc/aspeed_i3c.c
 create mode 100644 include/hw/misc/aspeed_i3c.h

-- 
2.25.1