<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/docs/process, branch master</title>
<subtitle>Broadcom-s Trusted Firmware A</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/atf/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/atf/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/'/>
<updated>2019-10-21T13:31:49Z</updated>
<entry>
<title>doc: Move "About" content from index.rst to a new chapter</title>
<updated>2019-10-21T13:31:49Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-10-16T13:35:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=8eb9490b61c65288eaacbf229afbbe0f99484c86'/>
<id>urn:sha1:8eb9490b61c65288eaacbf229afbbe0f99484c86</id>
<content type='text'>
The index.rst page is now the primary landing page for the TF-A
documentation. It contains quite a lot of content these days,
including:

- The project purpose and general intro
- A list of functionality
- A list of planned functionality
- A list of supported platforms
- "Getting started" links to other documents
- Contact information for raising issues

This patch creates an "About" chapter in the table
of contents and moves some content there. In order,
the above listed content:

- Stayed where it is. This is the right place for it.
- Moved to About-&gt;Features
- Moved to About-&gt;Features (in subsection)
- Stayed where it is. Moved in a later patch.
- Was expanded in-place
- Moved to About-&gt;Contact

Change-Id: I254bb87560fd09140b9e485cf15246892aa45943
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<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.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>doc: Convert internal links to RST format</title>
<updated>2019-10-08T15:58:03Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-04-12T13:19:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=347609510e30f5cc3f33beaad3cf085e8296b883'/>
<id>urn:sha1:347609510e30f5cc3f33beaad3cf085e8296b883</id>
<content type='text'>
Currently links between documents are using the format:

&lt;path/to/&gt;&lt;filename&gt;.rst

This was required for services like GitHub because they render each
document in isolation - linking to another document is like linking
to any other file, just provide the full path.

However, with the new approach, the .rst files are only the raw
source for the documents. Once the documents have been rendered
the output is now in another format (HTML in our case) and so,
when linking to another document, the link must point to the
rendered version and not the .rst file.

The RST spec provides a few methods for linking between content.
The parent of this patch enabled the automatic creation of anchors
for document titles - we will use these anchors as the targets for
our links. Additional anchors can be added by hand if needed, on
section and sub-section titles, for example.

An example of this new format, for a document with the title
"Firmware Design" is :ref:`Firmware Design`.

One big advantage of this is that anchors are not dependent on
paths. We can then move documents around, even between directories,
without breaking any links between documents. Links will need to be
updated only if the title of a document changes.

Change-Id: I9e2340a61dd424cbd8fd1ecc2dc166f460d81703
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>Merge "Fix RST rendering problem" into integration</title>
<updated>2019-07-12T07:35:28Z</updated>
<author>
<name>Sandrine Bailleux</name>
</author>
<published>2019-07-12T07:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2d78a1c6a3bdaf1c976d4795662ab84d76999417'/>
<id>urn:sha1:2d78a1c6a3bdaf1c976d4795662ab84d76999417</id>
<content type='text'>
</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.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: removing references to GitHub</title>
<updated>2019-07-08T11:52:33Z</updated>
<author>
<name>John Tsichritzis</name>
</author>
<published>2019-07-05T13:14:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=d012c012e86516c6422f9cd245697e19cf205895'/>
<id>urn:sha1:d012c012e86516c6422f9cd245697e19cf205895</id>
<content type='text'>
Change-Id: Ibdee91ad337ee362872924d93e82f5b5e47e63d9
Signed-off-by: John Tsichritzis &lt;john.tsichritzis@arm.com&gt;
</content>
</entry>
<entry>
<title>Merge changes from topic "banned_api_list" into integration</title>
<updated>2019-07-01T13:21:23Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-07-01T13:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=0d220b3519264f6a25139ce734dc8b6d1cc4428f'/>
<id>urn:sha1:0d220b3519264f6a25139ce734dc8b6d1cc4428f</id>
<content type='text'>
* changes:
  Fix the License header template in imx_aipstz.c
  docs: Add the list of banned/use with caution APIs
</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.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>Fix links in documentation</title>
<updated>2019-06-24T12:22:30Z</updated>
<author>
<name>John Tsichritzis</name>
</author>
<published>2019-06-24T12:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2645fceb50f7a9777f43fbd34d4df7cc2f2a68e4'/>
<id>urn:sha1:2645fceb50f7a9777f43fbd34d4df7cc2f2a68e4</id>
<content type='text'>
Change-Id: Ifef4d634b4a34d23f42f61df5e326a1cc05d3844
Signed-off-by: John Tsichritzis &lt;john.tsichritzis@arm.com&gt;
</content>
</entry>
<entry>
<title>doc: Isolate security-related build options</title>
<updated>2019-06-12T09:18:48Z</updated>
<author>
<name>Ambroise Vincent</name>
</author>
<published>2019-06-05T14:40:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2e302371734dd1c809cb44683d353b81d7aa9c85'/>
<id>urn:sha1:2e302371734dd1c809cb44683d353b81d7aa9c85</id>
<content type='text'>
Reference security specific build options from the user guide.

Change-Id: I0e1efbf47d914cf3c473104175c702ff1a80eb67
Signed-off-by: Ambroise Vincent &lt;ambroise.vincent@arm.com&gt;
</content>
</entry>
</feed>
