xiaoxiang781216 commented on a change in pull request #5289:
URL: https://github.com/apache/incubator-nuttx/pull/5289#discussion_r789589468



##########
File path: arch/risc-v/src/mpfs/Kconfig
##########
@@ -58,6 +58,66 @@ config MPFS_OPENSBI
         ---help---
                 This uses a ld-envm-opensbi.script linker script and the 
mpfs_opensbi.c code to use external OpenSBI.
 
+config MPFS_HART0_SBI
+       bool "HART0 boots via SBI"
+       depends on MPFS_OPENSBI
+       default n
+
+config MPFS_HART1_SBI
+       bool "HART1 boots via SBI"
+       depends on MPFS_OPENSBI
+       default n
+
+config MPFS_HART2_SBI
+       bool "HART2 boots via SBI"
+       depends on MPFS_OPENSBI
+       default n
+
+config MPFS_HART3_SBI
+       bool "HART3 boots via SBI"
+       depends on MPFS_OPENSBI
+       default n
+
+config MPFS_HART4_SBI
+       bool "HART4 boots via SBI"
+       depends on MPFS_OPENSBI
+       default n
+
+config MPFS_HART0_ENTRYPOINT
+       hex "Application entry point for HART0"
+       depends on MPFS_BOOTLOADER
+       default 0xffffffffffffffff
+       ---help---
+               The default address of the entry point for HART0
+
+config MPFS_HART1_ENTRYPOINT
+       hex "Application entry point for HART1"
+       depends on MPFS_BOOTLOADER
+       default 0xffffffffffffffff
+       ---help---
+               The default address of the entry point for HART1
+
+config MPFS_HART2_ENTRYPOINT
+       hex "Application entry point for HART2"
+       depends on MPFS_BOOTLOADER
+       default 0xAFB00000

Review comment:
       0xafb00000




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to