From 68c6b209d9e19106309dfc47dad505dd367c6504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Wed, 6 Jun 2018 01:06:29 +0200 Subject: [PATCH] Swtich to own linux fork with uart fixes and terminal driver --- .gitmodules | 2 +- conf/linux_defconfig | 1 + linux | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 352e6b3..f91ee2b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "linux"] path = linux - url = https://github.com/riscv/riscv-linux.git + url = https://github.com/klemens/riscv-linux.git [submodule "buildroot"] path = buildroot url = https://github.com/sifive/buildroot.git diff --git a/conf/linux_defconfig b/conf/linux_defconfig index cd87340..04eaca9 100644 --- a/conf/linux_defconfig +++ b/conf/linux_defconfig @@ -47,6 +47,7 @@ CONFIG_MICROSEMI_PHY=y # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_VT is not set +CONFIG_ML507_TTY=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set diff --git a/linux b/linux index 2751b6a..37a95e5 160000 --- a/linux +++ b/linux @@ -1 +1 @@ -Subproject commit 2751b6aad368956233d232e112091394a99f3e4b +Subproject commit 37a95e566d3c3bbc6520c662e8322c2b3d057fae