almir-okato opened a new pull request, #12165:
URL: https://github.com/apache/nuttx/pull/12165

   ## Summary
   The Simple Boot feature for Espressif chips is a method of booting that 
doesn't depend on a 2nd stage bootloader. Its not the intention to replace a 
2nd stage bootloader such as MCUboot and ESP-IDF bootloader, but to have a 
minimal and straight-forward way of booting, and also simplify the building.
   
   This commit also removes deprecated code and makes this bootloader 
configuration as default for esp32s3 targets and removes the need for running 
'make bootloader' command for it.
   
   Other related fix, but not directly to Simple Boot:
   - Instrumentation is required to run from IRAM to support it during 
initialization. `is_eco0` function also needs to run from IRAM.
   - `rtc.data` section placement was fixed.
   - Provide arch-defined interfaces for efuses, in order to decouple board 
config level from arch-defined values.
   
   ## Impact
   ESP32-S3 targets and bootloader.
   
   ## Testing
   Internal CI testing
   


-- 
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