On Tue, 2026-03-03 at 21:59 -0500, [email protected] wrote: > From: Jared Rossi <[email protected]> > > Call Logical Processor (CLP) Architecture is used for managing PCI functions > on > s390x. Define and include the structures and routines needed to interact with > PCI devices during IPL. > > Acked-by: Thomas Huth <[email protected]> > Signed-off-by: Jared Rossi <[email protected]> > --- > pc-bios/s390-ccw/Makefile | 2 +- > pc-bios/s390-ccw/clp.c | 99 +++++++++++++++++++++++++++++++++++++++ > pc-bios/s390-ccw/clp.h | 24 ++++++++++ > 3 files changed, 124 insertions(+), 1 deletion(-) > create mode 100644 pc-bios/s390-ccw/clp.c > create mode 100644 pc-bios/s390-ccw/clp.h
Reviewed-by: Eric Farman <[email protected]>
