From 988ad30dfe474c77bf66f228133d2c8d7c8e39bf Mon Sep 17 00:00:00 2001 From: Jakub Cabal Date: Thu, 22 Aug 2024 10:47:52 +0200 Subject: [PATCH 1/2] NDK: [MAINTENANCE] Update NDK submodules --- ndk/cards | 2 +- ndk/core | 2 +- ndk/ofm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ndk/cards b/ndk/cards index ab76e1f89..d06b89b12 160000 --- a/ndk/cards +++ b/ndk/cards @@ -1 +1 @@ -Subproject commit ab76e1f89a382a7761e8cf3d29c08a0b5c46d90e +Subproject commit d06b89b12fce9e9ac59c4330c15a5b72dca8c9da diff --git a/ndk/core b/ndk/core index b0bb9780b..669940edb 160000 --- a/ndk/core +++ b/ndk/core @@ -1 +1 @@ -Subproject commit b0bb9780bcaa81679e39657e15b4d6e95c72edae +Subproject commit 669940edb9d7543a412600224fd286cdcb57402f diff --git a/ndk/ofm b/ndk/ofm index d2e25bc89..a3a16c569 160000 --- a/ndk/ofm +++ b/ndk/ofm @@ -1 +1 @@ -Subproject commit d2e25bc890f5add01117a56f4ab9195987f9859a +Subproject commit a3a16c5695e6f392afc8c14b510ea4a462d6d892 From a4e5ac5e582c2c2bc16f4bb33f38f4f493132f88 Mon Sep 17 00:00:00 2001 From: Jakub Cabal Date: Thu, 22 Aug 2024 10:49:12 +0200 Subject: [PATCH 2/2] APP: [FEATURE] Add default_mode and opt_mode in dts_mvb_channel_router --- app/top/DevTree.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/top/DevTree.tcl b/app/top/DevTree.tcl index 986b2409a..d12e7f102 100644 --- a/app/top/DevTree.tcl +++ b/app/top/DevTree.tcl @@ -57,7 +57,7 @@ proc dts_app_minimal_core {index base reg_size} { append ret "app_core_minimal_$index {" append ret "reg = <$base $reg_size>;" append ret "compatible = \"cesnet,minimal,app_core\";" - append ret [dts_mvb_channel_router "rx_chan_router" $base $ETH_PORT_CHAN($index)] + append ret [dts_mvb_channel_router "rx_chan_router" $base $ETH_PORT_CHAN($index) 2 1] append ret "};" return $ret }