OSDN Git Service

S390: ccw firmware: Add sclp output
authorAlexander Graf <agraf@suse.de>
Mon, 22 Apr 2013 18:59:25 +0000 (20:59 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:24 +0000 (20:18 +0200)
commit0369b2eb0707970c5f031b3ece84ccda953a8375
treedffa9d0c64757c8d16754afcaa42cdf63d83668c
parent92f2ca38b01578075208799dd2f060fcc3638ed4
S390: ccw firmware: Add sclp output

In order to communicate with the user, we need an I/O mechanism that he
can read. Implement SCLP ASCII support, which happens to be the default
in the s390 ccw machine.

This file is missing read support for now. It can only print messages.

Signed-off-by: Alexander Graf <agraf@suse.de>
pc-bios/s390-ccw/sclp-ascii.c [new file with mode: 0644]
pc-bios/s390-ccw/sclp.h [new file with mode: 0644]