aboutsummaryrefslogtreecommitdiff
path: root/Documentation/nios2
AgeCommit message (Collapse)AuthorFilesLines
2023-03-30docs: move nios2 documentation under Documentation/arch/Jonathan Corbet3-39/+0
Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/nios2 into arch/ and fix all in-tree references. Signed-off-by: Jonathan Corbet <[email protected]>
2020-12-07docs: nios2: add missing ReST fileMauro Carvalho Chehab1-0/+3
changeset ed13a92d0fde ("docs: archis: add a per-architecture features list") besides having a typo on its title, it was missing the feature file. Add it. Reported-by: Stephen Rothwell <[email protected]> Fixes: ed13a92d0fde ("docs: archis: add a per-architecture features list") Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/e51c4692c4420d28bca35f553a9a3f3d78404d99.1607331056.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
2020-12-03docs: archis: add a per-architecture features listMauro Carvalho Chehab1-0/+12
Add a feature list matrix for each architecture to their respective Kernel books. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/9c39d4dd93e05c0008205527d2c3450912f029ed.1606748711.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
2019-07-31docs: nios2: add it to the main Documentation bodyMauro Carvalho Chehab1-0/+1
Rename and add the nios2 documentation to the documentation body. The nios2 document is already on an ReST compatible format. All it needs is that the title of the document to be promoted one level. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2014-12-08Documentation: Add documentation for Nios2 architectureLey Foon Tan1-0/+23
Signed-off-by: Ley Foon Tan <[email protected]>