[PATCH v1] bsps/aarch64: explicit cast uint64_t to ISR_Level

2024-01-17 Thread tianye
From: Chengxiang Li avoid pclint err --- cpukit/score/cpu/aarch64/include/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/aarch64/include/rtems/score/cpu.h b/cpukit/score/cpu/aarch64/include/rtems/score/cpu.h index aa4f90f1a8..569b6bcee2

[PATCH v1] cpuuse: Fix top command memory leak

2023-12-26 Thread tianye
From: Tian Ye --- cpukit/libmisc/cpuuse/cpuusagetop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/libmisc/cpuuse/cpuusagetop.c b/cpukit/libmisc/cpuuse/cpuusagetop.c index eed89ad211..2b0467dd6f 100644 --- a/cpukit/libmisc/cpuuse/cpuusagetop.c +++

[PATCH v1] cpuuse: Fix top command quikly exit bug

2023-12-25 Thread tianye
From: Tian Ye --- cpukit/libmisc/cpuuse/cpuusagetop.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/cpuuse/cpuusagetop.c b/cpukit/libmisc/cpuuse/cpuusagetop.c index eed89ad211..7cdbfecf08 100644 --- a/cpukit/libmisc/cpuuse/cpuusagetop.c +++

[PATCH v1] bsps/aarch64: translation table walk disable for translations using ttbr1

2023-10-17 Thread tianye
From: Tian Ye --- bsps/aarch64/include/bsp/aarch64-mmu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsps/aarch64/include/bsp/aarch64-mmu.h b/bsps/aarch64/include/bsp/aarch64-mmu.h index 2101ef4ae0..8c69705230 100644 --- a/bsps/aarch64/include/bsp/aarch64-mmu.h +++

[PATCH v1] bsps/aarch64: Fix 128bit q register print bug

2023-05-15 Thread tianye
From: Tian Ye --- cpukit/score/cpu/aarch64/aarch64-exception-frame-print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/aarch64/aarch64-exception-frame-print.c b/cpukit/score/cpu/aarch64/aarch64-exception-frame-print.c index e207a5a81d..c5b477c72f 100644

[PATCH v1] cpukit/libmisc/capture: fix capture bug

2022-05-23 Thread tianye
From: Tian Ye --- cpukit/libmisc/capture/capture.c | 30 cpukit/libmisc/capture/capture_support.c | 8 +-- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmisc/capture/capture.c index

[PATCH v1] score:fix smp priority affinity scheduler yeild problem

2022-05-11 Thread tianye
From: Tian Ye --- .../rtems/score/schedulerpriorityaffinitysmp.h | 7 ++- .../score/src/schedulerpriorityaffinitysmp.c | 18 ++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h

[PATCH v3] spthread01:add cond variable signal and broadcast test case

2021-07-15 Thread tianye
From: Tian Ye --- testsuites/sptests/spthread01/init.c | 86 +++- 1 file changed, 74 insertions(+), 12 deletions(-) diff --git a/testsuites/sptests/spthread01/init.c b/testsuites/sptests/spthread01/init.c index 9044ca2..b64d0a5 100644 ---

[PATCH v2] rtems:modify spthread01 testsuites for cond variable signal and broadcast intf rtems:making rectification according to Sebastian Huber's opinions

2021-07-07 Thread tianye
From: tianye --- testsuites/sptests/spthread01/init.c | 86 +++- 1 file changed, 74 insertions(+), 12 deletions(-) diff --git a/testsuites/sptests/spthread01/init.c b/testsuites/sptests/spthread01/init.c index 9044ca2..b64d0a5 100644 --- a/testsuites/sptests

[PATCH] rtems:modify spthread01 testsuites for cond variable signal and broadcast intf

2021-07-05 Thread tianye
From: tianye --- testsuites/sptests/spthread01/init.c | 90 ++-- 1 file changed, 75 insertions(+), 15 deletions(-) diff --git a/testsuites/sptests/spthread01/init.c b/testsuites/sptests/spthread01/init.c index 9044ca2..63cc7b8 100644 --- a/testsuites/sptests