Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922958016 ## arch/arm/src/qemu/qemu_boot.c: ## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1923139039 ## arch/arm/src/qemu/qemu_boot.c: ## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922982421 ## arch/arm/src/qemu/qemu_boot.c: ## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922963257 ## boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c: ## @@ -0,0 +1,135 @@ +/ + * boards/arm/qemu/

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922964464 ## arch/arm/src/qemu/qemu_boot.c: ## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922963257 ## boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c: ## @@ -0,0 +1,135 @@ +/ + * boards/arm/qemu/

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922958016 ## arch/arm/src/qemu/qemu_boot.c: ## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-20 Thread via GitHub
yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922958016 ## arch/arm/src/qemu/qemu_boot.c: ## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1921700995 ## arch/arm/src/qemu/qemu_boot.c: ## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-17 Thread via GitHub
acassis merged PR #15593: URL: https://github.com/apache/nuttx/pull/15593 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-17 Thread via GitHub
nuttxpr commented on PR #15593: URL: https://github.com/apache/nuttx/pull/15593#issuecomment-2598202942 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

[PR] arm/qemu: add cortex-r5 support [nuttx]

2025-01-17 Thread via GitHub
yf13 opened a new pull request, #15593: URL: https://github.com/apache/nuttx/pull/15593 ## Summary This adds QEMU emulated Cortex-R5 chip with virt sample board config. ## Impacts QEMU emulated armv7 boards ## Testing - local checks with `qemu-armv7a:nsh`, `