]> git.proxmox.com Git - mirror_qemu.git/commit
hw/fsi: Introduce IBM's FSI Bus
authorNinad Palsule <ninad@linux.ibm.com>
Fri, 26 Jan 2024 10:49:48 +0000 (04:49 -0600)
committerCédric Le Goater <clg@kaod.org>
Thu, 1 Feb 2024 07:13:30 +0000 (08:13 +0100)
commitf4de3ca160c897ed3157ab8f0ad33ed93fe4bfe0
treea88fd28462da4a6092791f7102ad583e458ab87b
parentca782334cb821a84d701133a6421516d264cf0d3
hw/fsi: Introduce IBM's FSI Bus

This is a part of patchset where FSI bus is introduced.

The FSI bus is a simple bus where FSI master is attached.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
[ clg: - removed include/hw/fsi/engine-scratchpad.h and
         hw/fsi/engine-scratchpad.c
       - dropped FSI_SCRATCHPAD
       - included FSIBus definition
       - dropped hw/fsi/trace-events changes ]
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/fsi/fsi.c [new file with mode: 0644]
hw/fsi/meson.build
include/hw/fsi/fsi.h [new file with mode: 0644]