This website requires JavaScript.
Explore
Help
Sign In
dfaggioli
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ca0331073722d27b033ca43a827f04fdf2a2bcce
qemu
/
hw
/
fsi
/
meson.build
2 lines
92 B
Meson
Raw
Normal View
History
Unescape
Escape
hw/fsi: Introduce IBM's FSI master This is a part of patchset where IBM's Flexible Service Interface is introduced. This commit models the FSI master. CFAM is hanging out of FSI master which is a bus controller. The FSI master: A controller in the platform service processor (e.g. BMC) driving CFAM engine accesses into the POWER chip. At the hardware level FSI is a bit-based protocol supporting synchronous and DMA-driven accesses of engines in a CFAM. 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: - move FSICFAMState object under FSIMasterState - introduced fsi_master_init() - reworked fsi_master_realize() - dropped FSIBus definition ] Signed-off-by: Cédric Le Goater <clg@kaod.org>
2024-01-26 04:49:51 -06:00
system_ss
.
add
(
when
:
'CONFIG_FSI'
,
if_true
:
files
(
'lbus.c'
,
'fsi.c'
,
'cfam.c'
,
'fsi-master.c'
)
)
Reference in New Issue
Copy Permalink