summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-01-16Makefile: Add make targets to build and install documentationAnup Patel
This patch extends top-level makefile to build and install documentation. The 'docs' make target is for building the documentation PDF whereas 'install_docs' make target is for installing the documentation PDF. Signed-off-by: Anup Patel <[email protected]>
2019-01-04docs: Add a contributing documentAlistair Francis
Signed-off-by: Alistair Francis <[email protected]>
2018-12-31docs: Add documenation for QEMU platformsAnup Patel
This patch adds documentation for qemu/virt and qemu/sifive_u platform supports. Signed-off-by: Anup Patel <[email protected]>
2018-12-21top: Rename "blob" to "firmware" everywhereAnup Patel
This patch renames "blob" to "firmware" everywhere for better and intutive naming. Signed-off-by: Anup Patel <[email protected]>
2018-12-21docs: Add documentation for firmware blobsAnup Patel
This patch adds documentation for fw_jump and fw_payload firmware blobs. Signed-off-by: Anup Patel <[email protected]>