mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Remove all jira and changeid information from the kernel
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
parent
9bdc776b30
commit
f2c46e08c8
32 changed files with 0 additions and 50 deletions
|
|
@ -5,7 +5,6 @@ Subject: [PATCH 1/5] lib/errno.h: fix compile error
|
|||
|
||||
lib/errno.h: delete defined(__arm__) for use GCC compile
|
||||
|
||||
Change-Id: I00f93740810c1cb8875fc2e27bac478aecaf28d5
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
---
|
||||
lib/errno.h | 2 +-
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ Subject: [PATCH 01/14] ns: acknowledge the received creation message
|
|||
the two phase handsake make the client could initiate the transfer
|
||||
immediately without the server side send any dummy message first.
|
||||
|
||||
Change-Id: I3289120a4e0d2291ba8b39de98d97de9e15880d0
|
||||
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ If slave support VIRTIO_RPMSG_F_BUFSZ(0x04) feature, master
|
|||
determine the buffer size from config space(first 8 bytes),
|
||||
otherwise the default size(512 bytes) will be used.
|
||||
|
||||
Change-Id: Ief68ed298495296a9eff38448ce5661f188300c2
|
||||
Signed-off-by: anchao <anchao@pinecone.net>
|
||||
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ toolchains have built-in properties to indicate whether support atomic64:
|
|||
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
|
||||
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
|
||||
|
||||
Change-Id: Iab9f7df0a9d21e29c8b8d131006cb4817414ebdc
|
||||
Signed-off-by: chao an <anchao@lixiang.com>
|
||||
---
|
||||
lib/io.h | 3 ++-
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ In file included from /home/wyr/work/code/velasim/upgrade/nuttx/include/nuttx/ne
|
|||
/home/wyr/work/code/velasim/upgrade/nuttx/include/metal/compiler/gcc/atomic.h:22:15: error: conflicting type qualifiers for 'atomic_short'
|
||||
22 | typedef short atomic_short;
|
||||
|
||||
Change-Id: Ic4e920c27e0f8a263136eb9ecb5350edd157195d
|
||||
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
|
||||
---
|
||||
lib/atomic.h | 4 ++--
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Date: Tue, 19 Oct 2021 19:45:14 +0800
|
|||
Subject: [PATCH 03/14] rpmsg: notify the user when the remote address is
|
||||
received
|
||||
|
||||
Change-Id: I1085e98aa0bd50746b624ec3fce1e3ca407c17e3
|
||||
Signed-off-by: ligd <liguiding1@xiaomi.com>
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
---
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ error: unused parameter ‘len’ [-Werror=unused-parameter]
|
|||
25 | static inline void __metal_cache_flush(void *addr, unsigned int len)
|
||||
| ~~~~~~~~~~~~~^~~
|
||||
|
||||
Change-Id: Ic4515da151d90fd1f87d94d5523144967a7ca688
|
||||
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
|
||||
---
|
||||
lib/system/nuttx/cache.h | 5 +++++
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Date: Tue, 2 Jul 2024 16:33:32 +0800
|
|||
Subject: [PATCH 04/14] openamp/virtio.h: negotiate_features also can be call
|
||||
when final_features is NULL
|
||||
|
||||
Change-Id: I41774d6c8b3c8b7487dc4b640fa60f4061ad3694
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
---
|
||||
lib/include/openamp/virtio.h | 6 ++++--
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Date: Fri, 6 Sep 2024 10:56:49 +0800
|
|||
Subject: [PATCH 5/5] libmetal(cmake):set HAVE_STDATOMIC_H default true in
|
||||
NuttX platform
|
||||
|
||||
Change-Id: I84e6fdd03753a16a9c296e87ab121cb8c16f3c61
|
||||
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
|
||||
---
|
||||
cmake/depends.cmake | 10 ++++++++--
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ From: wangyongrong <wangyongrong@xiaomi.com>
|
|||
Date: Wed, 3 Jul 2024 10:00:34 +0800
|
||||
Subject: [PATCH 05/14] remoteproc/rpmsg_virtio: change sched_yeild to usleep
|
||||
|
||||
Change-Id: I4246185cb1d2f363df170e2aa03a1901b0a296a8
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
---
|
||||
lib/remoteproc/remoteproc_virtio.c | 3 ++-
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ Subject: [PATCH 6/6] lib/system/nuttx/io.c: include <stddef.h> in nuttx/io.c
|
|||
|
||||
Because nuttx/io.c use NULL and NULL is defined in <stddef.h>
|
||||
|
||||
Change-Id: I98af56739e6beb6f165ef165e700c3ed8305d1d1
|
||||
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
|
||||
---
|
||||
lib/system/nuttx/io.c | 1 +
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ Subject: [PATCH 06/14] rpmsg: wait ept ready in rpmsg_send
|
|||
|
||||
since the destination address need time to return from peer
|
||||
|
||||
Change-Id: I1a518c15cd375205b07861c7d39670de555eaaed
|
||||
Signed-off-by: ligd <liguiding@pinecone.net>
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ From: ligd <liguiding1@xiaomi.com>
|
|||
Date: Thu, 23 Jun 2022 00:41:13 +0800
|
||||
Subject: [PATCH 07/14] openamp: add VIRTIO_RING_F_MUST_NOTIFY event
|
||||
|
||||
Change-Id: I455c4a5427fbcc60c6f61707c4304c12aa13ee58
|
||||
Signed-off-by: ligd <liguiding1@xiaomi.com>
|
||||
---
|
||||
lib/include/openamp/virtqueue.h | 3 +++
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Date: Wed, 3 Jul 2024 10:28:31 +0800
|
|||
Subject: [PATCH 08/14] rpmsg_virtio: don't need check status when
|
||||
get_tx_payload
|
||||
|
||||
Change-Id: I6c0632a6924dafeb0c01ec0b16c9f53d2fbc6810
|
||||
Signed-off-by: ligd <liguiding1@xiaomi.com>
|
||||
---
|
||||
lib/rpmsg/rpmsg_virtio.c | 6 ------
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ Date: Fri, 7 Apr 2023 12:42:09 +0800
|
|||
Subject: [PATCH 09/14] openamp: swap get_rx_buffer & return_rx_buffer to
|
||||
resolve remote low power.
|
||||
|
||||
Change-Id: I84e8b3a7a6796b5865da482db0408d5a08c55c2a
|
||||
Signed-off-by: ligd <liguiding1@xiaomi.com>
|
||||
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
|
||||
---
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Subject: [PATCH 10/14] rpmsg_virtio.c: virtqueue_kick after all rx buffer
|
|||
Only kick once when all the rx buffers has been returned to decrease
|
||||
the interrupt times to improve the performance
|
||||
|
||||
Change-Id: I158e3a63063e8eff7b97a02660f2d7a6c812c493
|
||||
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
|
||||
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
|
||||
---
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ Subject: [PATCH 11/14] virtio: change feature to 64 bit in all virtio_dispatch
|
|||
The virtio device feature bit has exceeded 32 bits, so change feautre
|
||||
to 64 bit like linux does to support more features
|
||||
|
||||
Change-Id: I42c016e3e9eaac5fdbfdf19549a906bc51eb6939
|
||||
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
|
||||
---
|
||||
lib/include/openamp/rpmsg_virtio.h | 2 +-
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ Subject: [PATCH 12/14] rpmsg_virtio.c: fix get_tx_payload_buffer error
|
|||
|
||||
Always sleep when notify wait return not RPMSG_SUCCESS
|
||||
|
||||
Change-Id: I2fa50e649de36114597fec09dfcf96c7d2d35546
|
||||
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
|
||||
---
|
||||
lib/rpmsg/rpmsg_virtio.c | 4 +---
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ Subject: [PATCH 13/14] openamp: add assert when get tx buffer failed
|
|||
|
||||
So we can found the error more eaily
|
||||
|
||||
Change-Id: Idade291ac8d8224b1ccbe0c0120bc07c036be17a
|
||||
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
|
||||
---
|
||||
lib/rpmsg/rpmsg_virtio.c | 2 ++
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ Subject: [PATCH 14/14] virtio.h: add memory operation for virtio device
|
|||
To make different virtio device/transport can use it's own memory
|
||||
region.
|
||||
|
||||
Change-Id: I30adcc2c4215cefa8d0f7d81b6ebffd0f3ad74b5
|
||||
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
|
||||
---
|
||||
lib/include/openamp/virtio.h | 42 ++++++++++++++++++++++++++++++++++++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue