mbox series

[RFC,0/1] ref-manual: add boot architecture documentation

Message ID 20260331122924.54516-1-jon.mason@arm.com
Headers show
Series ref-manual: add boot architecture documentation | expand

Message

Jon Mason March 31, 2026, 12:29 p.m. UTC
This RFC adds documentation to the Yocto Project for the hardware boot flow, the software components involved in that flow, and the proposed variables used to prevent invalid combinations of mutually exclusive boot software components.

This documentation is intended to provide common background and context in the Yocto Project for the associated software selections and variable usage.

This RFC is documentation-only so I can get feedback on the description, terminology, and overall approach before sending the full implementation.  I plan to send a full patch series that includes
this documentation along with the corresponding recipe and variable changes for the relevant software components after addressing any feedback.

Comments on the content, naming, and placement would be appreciated.

Thanks,
Jon

Jon Mason (1):
  ref-manual: add boot architecture documentation

 .../ref-manual/boot-architecture.rst          | 361 ++++++++++++++++++
 documentation/ref-manual/index.rst            |   1 +
 2 files changed, 362 insertions(+)
 create mode 100644 documentation/ref-manual/boot-architecture.rst