forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 10
Enable EE UART #68
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Be able to debug via a real serial link is vital. We need to port the old driver :
https://github.com/rickgaiser/linux/blob/75027f334badf119f707e3b037c7df3698702ad5/drivers/tty/serial/ps2_uart.c
and eventually add support to get early printk, in :
https://github.com/frno7/linux/blob/ps2-main/arch/mips/boot/compressed/dbg.c
The video driver will never give us the ability to have a console. besides the fact that it requires a high resolution screen.