Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40662 )
Change subject: documentation: Add documentation ideas for season of docs ......................................................................
Patch Set 6:
(2 comments)
https://review.coreboot.org/c/coreboot/+/40662/6/Documentation/contributing/... File Documentation/contributing/documentation_ideas.md:
https://review.coreboot.org/c/coreboot/+/40662/6/Documentation/contributing/... PS6, Line 1: # Documentation Ideas needs to be referenced from exsiting .md file
https://review.coreboot.org/c/coreboot/+/40662/6/Documentation/contributing/... PS6, Line 129: ## CBMEM developer guide
CBMEM is the API that provides memory buffers for the use at OS runtime. It's a core component and thus should be documented. Dos, don't and pitfalls when using CBMEM. This "in-depth" guide is clearly for developers.
### Requirements * Deep understanding of coreboot's internals
### Mentors * TBD
## CBFS developer guide
CBFS is the in-flash filesystem that is used by coreboot. It's a core component and thus should be documented. Update the existing CBFS.txt that still shows version 1 of the implementation. A [first approach](https://review.coreboot.org/c/coreboot/+/33663/2) has been made here. This "in-depth" guide is clearly for developers.
### Requirements * Deep understanding of coreboot's internals
### Mentors * TBD
## Region API developer guide
The region API is used by coreboot when dealing with memory mapped objects that can be split into chunks. It's a core component and thus should be documented. This "in-depth" guide is clearly for developers.
### Requirements * Deep understanding of coreboot's internals
### Mentors * TBD