You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "wming-github (via GitHub)" <gi...@apache.org> on 2023/09/19 05:01:18 UTC

[GitHub] [nuttx] wming-github opened a new pull request, #10701: arm64: support reboot / poweroff for qemu virt arm64

wming-github opened a new pull request, #10701:
URL: https://github.com/apache/nuttx/pull/10701

   ## Summary
   support reboot / poweroff for qemu virt arm64
   ## Impact
   
   ## Testing
   arm64 qemu
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #10701: arm64: support reboot / poweroff for qemu virt arm64

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #10701:
URL: https://github.com/apache/nuttx/pull/10701


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] anchao commented on a diff in pull request #10701: arm64: support reboot / poweroff for qemu virt arm64

Posted by "anchao (via GitHub)" <gi...@apache.org>.
anchao commented on code in PR #10701:
URL: https://github.com/apache/nuttx/pull/10701#discussion_r1329608046


##########
arch/arm64/src/common/arm64_cpu_psci.c:
##########
@@ -188,12 +188,40 @@ int psci_cpu_on(unsigned long cpuid, uintptr_t entry_point)
     }
 
   ret = psci_data.invoke_psci_fn(PSCI_FN_NATIVE(0_2, CPU_ON),
-                                 cpuid, (unsigned long)entry_point, 0);
+                      cpuid, (unsigned long)entry_point, 0);

Review Comment:
   revert



##########
arch/arm64/src/common/arm64_cpu_psci.c:
##########
@@ -128,7 +128,7 @@ static int psci_detect(void)
   uint32_t ver = psci_get_version();
 
   sinfo("Detected PSCI v%d.%d\n",
-        PSCI_VERSION_MAJOR(ver), PSCI_VERSION_MINOR(ver));
+       PSCI_VERSION_MAJOR(ver), PSCI_VERSION_MINOR(ver));

Review Comment:
   revert



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org