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>
This commit is contained in:
Ninad Palsule 2024-01-26 04:49:48 -06:00 committed by Cédric Le Goater
parent ca782334cb
commit f4de3ca160
3 changed files with 42 additions and 1 deletions

View file

@ -1 +1 @@
system_ss.add(when: 'CONFIG_FSI', if_true: files('lbus.c'))
system_ss.add(when: 'CONFIG_FSI', if_true: files('lbus.c','fsi.c'))