On 3/8/2026 5:35 PM, [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]> Reviewed-by: Eric Farman<[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: Farhan Ali<[email protected]>
