summaryrefslogtreecommitdiff
path: root/docs/opensbi_config.md
AgeCommit message (Collapse)Author
2024-11-11platform: introduce DT-based configurable heap sizeInochi Amaoto
The default heap size will work for most platforms, but for some special platforms, the heap is too small to hold all the information or is too big so that it take too much ram. Introduce configurable heap should solve this problem and make all generic platforms happy. Add DT-based heap-size for the generic platform. Signed-off-by: Inochi Amaoto <[email protected]> Reviewed-by: Xiang W <[email protected]> Reviewed-by: Anup Patel <[email protected]>
2024-02-20docs: move documentation of system suspend test.Cheng Yang
This patch move documentation of "system-suspend-test" from docs/domain_support.md to docs/opensbi_config.md Signed-off-by: Cheng Yang <[email protected]> Reviewed-by: Anup Patel <[email protected]>
2024-02-20docs: Add OpenSBI DT configuration guide.Cheng Yang
This patch add docs/opensbi_config.md which describes the "/chosen/opensbi-config" DT node and properties Signed-off-by: Cheng Yang <[email protected]> Reviewed-by: Anup Patel <[email protected]>