]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
add serial console support
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Sep 2017 08:47:23 +0000 (10:47 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 22 Sep 2017 15:13:22 +0000 (11:13 -0400)
commitd6728f301d7e6e31ba0ee2fa51ed4a24feab8860
treeecd2513c252137d032ab726a289406fd1df93f75
parent0ebc29f9c4db27f7f0a9d3dcc49563811ce06546
add serial console support

Redirect int10 calls to serial console output.
Parse serial input and queue key events.
The serial console can work both as primary display
and in parallel to another vga display (splitmode).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile
src/Kconfig
src/clock.c
src/config.h
src/misc.c
src/optionroms.c
src/post.c
src/romlayout.S
src/sercon.c [new file with mode: 0644]
src/util.h