pc-bios/s390-ccw: Add core files for the network bootloading program
commit3e4415a751d2474052ac5e62e8c793d978ed080e
authorThomas Huth <thuth@redhat.com>
Wed, 12 Jul 2017 12:49:51 +0000 (12 14:49 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 14 Jul 2017 10:29:48 +0000 (14 12:29 +0200)
treefa79b570cf69353b06c4e0fef6572875fc0bb0fa
parent4bfd755ff35c00204c79577a1c4756d4d2310724
pc-bios/s390-ccw: Add core files for the network bootloading program

This is just a preparation for the next steps: Add a makefile and a
stripped down copy of pc-bios/s390-ccw/main.c as a basis for the network
bootloader program, linked against the libc from SLOF already (which we
will need for SLOF's libnet). The networking code is not included yet.

Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1499863793-18627-10-git-send-email-thuth@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
pc-bios/s390-ccw/Makefile
pc-bios/s390-ccw/netboot.mak [new file with mode: 0644]
pc-bios/s390-ccw/netmain.c [new file with mode: 0644]