On 22.05.2017 10:56, David Hildenbrand wrote: > The s390x-ccw pcbios already has what we need to print to the sclp > console. Let's copy the files and adjust them to our needs later. > > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > lib/s390x/sclp-ascii.c | 82 +++++++++++++++++++++++++++++++++++++ > lib/s390x/sclp.h | 107 +++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 189 insertions(+) > create mode 100644 lib/s390x/sclp-ascii.c > create mode 100644 lib/s390x/sclp.h Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>