summaryrefslogtreecommitdiff
path: root/cpu-supplement (follow)
AgeCommit message (Collapse)Author
2020-12-11aarch64: Update interrupt detailsKinsey Moore
2020-10-05Add AArch64 documentationKinsey Moore
2020-10-05cpu-supplement: Fix formatting and missing wordsKinsey Moore
2020-07-05Reflect removal of the epiphany targetSebastian Huber
Update #3941.
2019-05-15cpu-supplement: Update ARM multilibsSebastian Huber
Update #3747.
2019-02-28Add unicode support for commonly used characters like copyright.Chris Johns
- This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
2019-02-15Use pathto() on the genindex URL to make it relative.Chris Johns
2019-02-13waf: Remove as many sys path hacks as we can.Chris Johns
There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
2019-02-08Add copyright noticesSebastian Huber
2019-02-08build: Prepend project common pathSebastian Huber
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2019-02-07cpu-supplement: Fix file nameSebastian Huber
2019-01-14Reformat and update copyright and license noticesSebastian Huber
For everything before 2015 an OAR copyright is assumed. Later copyright notices are based on Git commits on a best effort basis. The copyright notices of the "RTEMS Software Engineering Handbook" and the "RTEMS CPU Architecture Supplement" are incomplete.
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber
2019-01-11Remove superfluous "All rights reserved."Sebastian Huber
2019-01-11Use standard format for copyright linesSebastian Huber
2019-01-09Add common header.rst to reduce copy and pasteSebastian Huber
2019-01-07cpu-supplement: Update ARM multilibsSebastian Huber
2018-12-20sparc_v8_stacks_regwin.rst: Add middle initail for Peter MagnussonJoel Sherrill
Peter requested this after reviewing the converted content. He noted that it was a nit but he had consistently used his middle initial in all academic settings and wanted to be consistent.
2018-11-20cpu-supplement/sparc.rst: Merge Annul Slot Explanation (GCI 2018)zehata
This content originated as an email response from Jiri Gaisler to Joel Sherrill in response to a question.
2018-11-20cpu-supplement/sparc_v8_stacks_regwin.rst: Add credit boxJoel Sherrill
2018-11-20cpu-supplement/sparc_v8_stacks_regwin.rst: Complete FormattingMarçal Comajoan Cara
This work was part of GCI 2018.
2018-11-19cpu-supplement/sparc_v8_stacks_regwin.rst: Simplify section titleJoel Sherrill
2018-11-19Improve SPARC Calling Overview Webpage conversionMarçal Comajoan Cara
Fixed tables, typos, redrawn images and converted ASCII art to ditaa and PNG, and improved the overall format. This work was part of GCI 2018. Closes #3567.
2018-11-19cpu-supplement/sparc_v8_stacks_regwin.rst: Basic formatting with TBDsJoel Sherrill
Leaving notes for follow up as a GCI 2018 task.
2018-11-19Initial addition of SPARC V8 Stack/Register Windowing from Peter MagnussonJoel Sherrill
This content was originally at https://www.sics.se/~psm/sparcstack.html and is currently only available via the Wayback Machine. Peter kindly gave permission to include it with the RTEMS Documentation. This initial commit is a cut and paste with minimal edits. Edits are needed to ensure proper formatting and the figures need to be made to look correct in the Rest formatted output.
2018-11-09Remove m32c architecture portSebastian Huber
Update #3599.
2018-10-19Update the copyright year.Chris Johns
2018-08-21build: Fix indexing so it works on HTML and PDF.Chris Johns
- Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
2018-08-20cpu-supplement/sparc.rst: Revert work in progress accidentally committedJoel Sherrill
2018-08-20cpu-supplement/sparc.rst: Fix meJoel Sherrill
2018-08-20cpu-supplement: Remove empty indexSebastian Huber
Due to the hierarchical structure an index is not absolutely necessary and an empty index is not helpful. The document sources contain no index directives. Close #3499.
2018-08-20cpu-supplement: Remove empty command/vars chapterSebastian Huber
Close #3498.
2018-08-09Fix SPARC_SWTRAP_IRQDIS typoJoel Sherrill
close #3493.
2018-08-02cpu-supplement: Add RISC-V chapterSebastian Huber
Update #3433.
2018-07-19cpu-supplement: Update interrupt stack paragraphSebastian Huber
Close #3459.
2017-11-12Add indexes to all documents.Chris Johns
Update #3229.
2017-10-12Shorten the name of the BSP and Device Driver Development GuideJoel Sherrill
Old name: RTEMS BSP and Device Driver Development Guide This is long and causes problems in the PDF output. This patch changes the name to: RTEMS BSP and Driver Guide Closes #3141.
2017-09-27Mention i.MX 7 SMP supportSebastian Huber
Update #3090.
2017-08-25cpu-supplement: Use literal instead of emphasisSebastian Huber
Update #3082.
2017-08-24cpu-supplement: Fix PowerPC TOC limitationSebastian Huber
Update #3082.
2017-08-23cpu-supplement/powerpc: RewriteSebastian Huber
Remove obsolete and duplicated information. Reference the ABI specifications. Add 64-bit caveats. Update #3082.
2017-08-11Update copyright notices.Chris Johns
2017-06-12cpu-supplement: Update TLS support statusSebastian Huber
Close #2468.
2017-03-27waf: Cleaner formatting to see the importing.Chris Johns
2017-03-20Use a single top level version number.Chris Johns
2017-01-18c-user: Add support for references via bibtexSebastian Huber
https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871.
2017-01-11Update document titles for consistencyJoel Sherrill
2017-01-11Remove references to SPARC/SIS BSP. Also clean up old ERC32 references.Joel Sherrill
updates #2810.
2016-12-21Update version/revision to 4.11.99Sebastian Huber
2016-11-10cpu-supplement: Document PowerPC SPRG0-2 usageSebastian Huber