<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/docs/process/coding-guidelines.rst, branch master</title>
<subtitle>Broadcom-s Trusted Firmware A</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/atf/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/'/>
<updated>2019-10-11T12:39:06Z</updated>
<entry>
<title>doc: Misc syntax and spelling fixes</title>
<updated>2019-10-11T12:39:06Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-10-04T16:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=be653a6940b6c7bf3c0c6b7049ae829fa70863c1'/>
<id>urn:sha1:be653a6940b6c7bf3c0c6b7049ae829fa70863c1</id>
<content type='text'>
Tidying up a few Sphinx warnings that had built-up over time.
None of these are critical but it cleans up the Sphinx output.

At the same time, fixing some spelling errors that were detected.

Change-Id: I38209e235481eed287f8008c6de9dedd6b12ab2e
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>Fix RST rendering problem</title>
<updated>2019-07-09T17:09:03Z</updated>
<author>
<name>John Tsichritzis</name>
</author>
<published>2019-07-09T17:09:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=9f0a0bbd1c1544a5a1849ba871f1a50b16ef4f79'/>
<id>urn:sha1:9f0a0bbd1c1544a5a1849ba871f1a50b16ef4f79</id>
<content type='text'>
Change-Id: Ic5aab23b549d0bf8e0f7053b46fd59243214aac1
Signed-off-by: John Tsichritzis &lt;john.tsichritzis@arm.com&gt;
</content>
</entry>
<entry>
<title>docs: Add the list of banned/use with caution APIs</title>
<updated>2019-07-01T13:16:26Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-06-20T11:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=140c8311f7cdf954d12cc18c183a37a717916a4d'/>
<id>urn:sha1:140c8311f7cdf954d12cc18c183a37a717916a4d</id>
<content type='text'>
Credit to sam.ellis@arm.com for the input to create the list.

Change-Id: Id70a8eddc5f2490811bebb278482c61950f10cce
Signed-off-by: Soby Mathew &lt;soby.mathew@arm.com&gt;
</content>
</entry>
<entry>
<title>doc: Use proper note and warning annotations</title>
<updated>2019-05-22T10:28:17Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-03-13T16:20:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=e1c5026ac7e9da1b74047bf8cb9be2a5c9564532'/>
<id>urn:sha1:e1c5026ac7e9da1b74047bf8cb9be2a5c9564532</id>
<content type='text'>
The documentation contains plenty of notes and warnings. Enable
special rendering of these blocks by converting the note prefix
into a .. note:: annotation.

Change-Id: I34e26ca6bf313d335672ab6c2645741900338822
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>doc: Set correct syntax highlighting style</title>
<updated>2019-05-22T10:28:17Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-03-13T15:11:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=29c02529592fb2489edee6c92e418918e5732105'/>
<id>urn:sha1:29c02529592fb2489edee6c92e418918e5732105</id>
<content type='text'>
Several code blocks do not specify a language for syntax
highlighting. This results in Sphinx using a default highlighter
which is Python.

This patch adds the correct language to each code block that doesn't
already specify it.

Change-Id: Icce1949aabfdc11a334a42d49edf55fa673cddc3
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>doc: Remove per-page contents lists</title>
<updated>2019-05-22T10:23:06Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-03-07T17:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=57354abb2032b4598ce513d5d1ca788fe3bcf356'/>
<id>urn:sha1:57354abb2032b4598ce513d5d1ca788fe3bcf356</id>
<content type='text'>
These are no longer needed as there will always be a table of contents
rendered to the left of every page.

Some of these lists can be quite long and, when opening a page, the
reader sees nothing but a huge list of contents! After this patch,
the document contents are front-and-centre and the contents are
nicely rendered in the sidebar without duplication.

Change-Id: I444754d548ec91d00f2b04e861de8dde8856aa62
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>doc: Reword document titles</title>
<updated>2019-05-22T10:20:39Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-03-07T15:47:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=8aa050554b996406231a66a048b56fa03ba220c8'/>
<id>urn:sha1:8aa050554b996406231a66a048b56fa03ba220c8</id>
<content type='text'>
This patch attempts to standardise the document titles as well as
adding titles to documents that were missing one. The aim is to
remove needless references to "TF-A" or "Trusted Firmware" in the
title of every document and to make sure that the title matches
with the document content.

Change-Id: I9b93ccf43b5d57e8dc793a5311b8ed7c4dd245cc
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>doc: Move documents into subdirectories</title>
<updated>2019-05-21T14:05:56Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-02-11T17:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=40d553cfde38d4f68449c62967cd1ce0d6478750'/>
<id>urn:sha1:40d553cfde38d4f68449c62967cd1ce0d6478750</id>
<content type='text'>
This change creates the following directories under docs/
in order to provide a grouping for the content:

- components
- design
- getting_started
- perf
- process

In each of these directories an index.rst file is created
and this serves as an index / landing page for each of the
groups when the pages are compiled. Proper layout of the
top-level table of contents relies on this directory/index
structure.

Without this patch it is possible to build the documents
correctly with Sphinx but the output looks messy because
there is no overall hierarchy.

Change-Id: I3c9f4443ec98571a56a6edf775f2c8d74d7f429f
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
</feed>
