summaryrefslogtreecommitdiff
path: root/target/or1k
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-03-26 21:22:09 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-03-27 18:50:15 +0200
commitb54977a453891bf53cc35b8b1f17c50c8c669fd9 (patch)
tree4a9a6b81f563abd1d7c4f6cc39d0d06eb3fecf0e /target/or1k
parent45a9ad52e9180ffd9e01389a6a48542eb5bf66f7 (diff)
or1k: update kernel and gcc
Diffstat (limited to 'target/or1k')
-rw-r--r--target/or1k/or1ksim.cfg5
-rw-r--r--target/or1k/systems/or1k-sim2
2 files changed, 4 insertions, 3 deletions
diff --git a/target/or1k/or1ksim.cfg b/target/or1k/or1ksim.cfg
index fe5a0da01..7a26b1826 100644
--- a/target/or1k/or1ksim.cfg
+++ b/target/or1k/or1ksim.cfg
@@ -639,7 +639,8 @@ section uart
baseaddr = 0x90000000
irq = 2
/* channel = "file:uart0.rx,uart0.tx" */
- channel = "xterm:"
+ channel = "tcp:10084"
+ /*channel = "xterm:"*/
jitter = -1 /* async behaviour */
16550 = 1
end
@@ -708,7 +709,7 @@ end
*/
section ethernet
- enabled = 0
+ enabled = 1
baseaddr = 0x92000000
/* dma = 0 */
irq = 4
diff --git a/target/or1k/systems/or1k-sim b/target/or1k/systems/or1k-sim
index c28198a60..21dd5876a 100644
--- a/target/or1k/systems/or1k-sim
+++ b/target/or1k/systems/or1k-sim
@@ -5,7 +5,7 @@ config ADK_TARGET_SYSTEM_OR1K_SIM
select ADK_TARGET_WITH_NET
select ADK_TARGET_KERNEL_VERSION_GIT
select ADK_TARGET_KERNEL_REPO "https://github.com/openrisc/linux.git"
- select ADK_TARGET_KERNEL_HASH "83bdd078d607f3b592afeb4033800687bdeeb1f3"
+ select ADK_TARGET_KERNEL_HASH "69ebcc44388021120b863c433ee68677098b9c37"
help
Simulator for OR1K architecture.