jlaitine opened a new pull request, #8191: URL: https://github.com/apache/nuttx/pull/8191
…rable Allow bootloader to select run-time whether the payload binary is booted with SBI or directly by jumping to entrypoint address. - Use just one bitmask to select sbi or direct boot for each hart - Add mpfs_set_use_sbi function to allow selecting how to boot - Initialize the bitmask by default according to the configuration flags - Add a header file for including the function prototypes in bootloader code Signed-off-by: Jukka Laitinen <juk...@ssrc.tii.ae> ## Summary Makes it possbile to support different payload types with nuttx based bootloader on mpfs target ## Impact Only affects mpfs ## Testing Tested on custom board using Microchip PolarFire SOC -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org