History log of /seL4-camkes-master/tools/rumprun/platform/hw/arch/x86/serialcons.c
Revision Date Author Comments
# 1f7cabf8 16-Oct-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Update hw for benchmarking and api changes

The hw platform is maintained in order to run benchmark comparisons with
the seL4 platform. As we develop the seL4 platform we change some of
the library apis. This commit adds:
- Extra interrupt numbers to the PIC
- A serial input interrupt handler for saving, resetting and printing
the tsc for measuring idle time
- Changes default console output to use COM port instead of VGA
- Changes for changed library functions
- A rumprun-bake configuration for only using ethernet modules


# 91d7c394 01-Oct-2015 Martin Lucina <martin@lucina.net>

Translate LF to CRLF in serialcons.c


# 5350ee53 28-Sep-2015 Martin Lucina <martin@lucina.net>

Serial console support for hw (x86) platform

Implement basic serial console (output-only, without interrupts) for
hw/x86. Console output defaults to VGA, serial console is only used when
the BIOS claims VGA is not present and a serial port is present.