Skip to content

Commit

Permalink
arm64/qemu-armv8a: optimize the proxy and server configs
Browse files Browse the repository at this point in the history
rpserver should be the master core, so modify the RPTUN_IVSHMEM config

Signed-off-by: Bowen Wang <[email protected]>
  • Loading branch information
CV-Bowen committed Feb 12, 2025
1 parent bfd8f01 commit eef3f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ CONFIG_READLINE_TABCOMPLETION=y
CONFIG_RPMSG_PING=y
CONFIG_RPTUN=y
CONFIG_RPTUN_IVSHMEM=y
CONFIG_RPTUN_IVSHMEM_NAME="0:server:m"
CONFIG_RPTUN_IVSHMEM_NAME="0:server:s"
CONFIG_SCHED_BACKTRACE=y
CONFIG_SCHED_HAVE_PARENT=y
CONFIG_SCHED_HPWORK=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CONFIG_ARCH_INTERRUPTSTACK=4096
CONFIG_ARM64_SEMIHOSTING_HOSTFS=y
CONFIG_ARM64_SEMIHOSTING_HOSTFS_CACHE_COHERENCE=y
CONFIG_ARM64_STRING_FUNCTION=y
CONFIG_BLK_RPMSG_SERVER=y
CONFIG_BOARDCTL_POWEROFF=y
CONFIG_BOARDCTL_RESET=y
CONFIG_BOARD_LATE_INITIALIZE=y
Expand All @@ -31,7 +32,7 @@ CONFIG_DEBUG_PCI_WARN=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_DEFAULT_TASK_STACKSIZE=8192
CONFIG_DEVICE_TREE=y
CONFIG_DEV_RPMSG=y
CONFIG_DEV_RPMSG_SERVER=y
CONFIG_DEV_SIMPLE_ADDRENV=y
CONFIG_EXAMPLES_HELLO=y
CONFIG_EXAMPLES_RPMSGSOCKET=y
Expand Down Expand Up @@ -74,7 +75,7 @@ CONFIG_READLINE_TABCOMPLETION=y
CONFIG_RPMSG_PING=y
CONFIG_RPTUN=y
CONFIG_RPTUN_IVSHMEM=y
CONFIG_RPTUN_IVSHMEM_NAME="0:proxy:s"
CONFIG_RPTUN_IVSHMEM_NAME="0:proxy:m"
CONFIG_SCHED_BACKTRACE=y
CONFIG_SCHED_HAVE_PARENT=y
CONFIG_SCHED_HPWORK=y
Expand Down

0 comments on commit eef3f56

Please sign in to comment.