[SeaBIOS] [PATCH 0/7] serial console support

Gerd Hoffmann kraxel at redhat.com
Wed Sep 28 11:07:13 CEST 2016


  Hi,

After a looong break finally the next round
of the seabios serial console patches.

cheers,
  Gerd

Gerd Hoffmann (7):
  std: add cp437 to unicode map
  kbd: make enqueue_key public, add ascii_to_keycode
  paravirt: read QEMU_CFG_NOGRAPHIC, store in etc/sercon-enable romfile
  add serial console support
  sercon: split-output implementation
  sercon: add compile time option
  [hack] ignore sgabios, enable sercon instead

 Makefile          |   3 +-
 src/Kconfig       |   5 +
 src/clock.c       |   1 +
 src/cp437.c       | 275 +++++++++++++++++++++++
 src/cp437.h       |   1 +
 src/fw/paravirt.c |   2 +
 src/kbd.c         |  18 +-
 src/misc.c        |   2 +
 src/optionroms.c  |  17 +-
 src/romlayout.S   |  14 ++
 src/sercon.c      | 660 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/util.h        |   5 +
 12 files changed, 999 insertions(+), 4 deletions(-)
 create mode 100644 src/cp437.c
 create mode 100644 src/cp437.h
 create mode 100644 src/sercon.c

-- 
1.8.3.1




More information about the SeaBIOS mailing list