Changeset 1b1be5f in mainline for kernel/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2019-04-15T17:26:37Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4099129, 8c5586c
Parents:
b63f4e89
Message:

Add support for serial kernel console on sun4u

This feature is currently disabled by default (CONFIG_SUN_TTY) due to
the following behavior observed with QEMU 3.1. After producing a couple
of lines of serial output, the kernel seems to hang on an IO read of the
NS 16550's LSR register (which it needs in order to test for
LSR_TH_READY). Providing some input on the serial console results in
unblocking the kernel for a while until it blocks again a couple of
lines of output later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    rb63f4e89 r1b1be5f  
    8282        arch/$(KARCH)/src/drivers/tick.c \
    8383        arch/$(KARCH)/src/drivers/kbd.c \
     84        arch/$(KARCH)/src/drivers/tty.c \
    8485        arch/$(KARCH)/src/drivers/pci.c \
    8586        arch/$(KARCH)/src/trap/$(USARCH)/interrupt.c
Note: See TracChangeset for help on using the changeset viewer.