summaryrefslogtreecommitdiff
path: root/docs/platform_guide.md
AgeCommit message (Collapse)Author
2021-07-11docs: Make <xyz> visible in the rendered platform guideBin Meng
At present in the rendered platform guide, all instances of <xyz> are missing. Use &lt; and &gt; to replace <> to make them visible. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Xiang W <[email protected]> Reviewed-by: Anup Patel <[email protected]>
2021-07-11docs: Correct a typo in platform_guide.mdBin Meng
It's riscv-pk, not riskv-pk. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Xiang W <[email protected]> Reviewed-by: Anup Patel <[email protected]>
2019-06-19docs: Update docs as per new static library.Atish Patra
Signed-off-by: Atish Patra <[email protected]> Acked-by: Anup Patel <[email protected]>
2019-05-06docs: miscellaneous documentation fixes and updatesKarsten Merker
- fix some broken hyperlinks - add additional hyperlinks to references to external documents - reformat some paragraphs to keep lines under 80 characters - unify the enumeration style between different parts of the documentation - fix spelling/grammar mistakes - extend the copyright notice in README.md to be the same as the one in COPYING.BSD Signed-off-by: Karsten Merker <[email protected]> Reviewed-by: Atish Patra <[email protected]>
2019-02-08docs: platform guide updatesDamien Le Moal
Clarify platform support description. Also fix some Typos, grammar and document style. Signed-off-by: Damien Le Moal <[email protected]>
2019-01-30docs: Add platform support guideAnup Patel
This patch adds initial platform support guide (i.e. docs/platform_guide.md). Signed-off-by: Anup Patel <[email protected]>