<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/docs/getting_started, 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-22T13:15:02Z</updated>
<entry>
<title>doc: Final, pre-release fixes and updates</title>
<updated>2019-10-22T13:15:02Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-10-21T16:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=bbf0a1e43479ccfcbb0229cca744d17165749dce'/>
<id>urn:sha1:bbf0a1e43479ccfcbb0229cca744d17165749dce</id>
<content type='text'>
A small set of misc changes to ensure correctness before the v2.2
release tagging.

Change-Id: I888840b9483ea1a1633d204fbbc0f9594072101e
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>Merge "Fix documentation" into integration</title>
<updated>2019-10-18T08:38:23Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-10-18T08:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=879389edd6c0a89854a9c222541c6caba92e7aaf'/>
<id>urn:sha1:879389edd6c0a89854a9c222541c6caba92e7aaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix documentation</title>
<updated>2019-10-15T21:37:02Z</updated>
<author>
<name>Artsem Artsemenka</name>
</author>
<published>2019-10-15T13:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=434d93d96ae152ae616c73ef58d3f41d07c750ca'/>
<id>urn:sha1:434d93d96ae152ae616c73ef58d3f41d07c750ca</id>
<content type='text'>
User guide:
1. Remove obsolete note saying only FVP is supported with AArch32
2. Switch compiler for Juno AArch32 to arm-eabi
3. Mention SOFTWARE folder in Juno Linaro release

Index.rst:
1. Switch default FVP model to Version 11.6 Build 45

Signed-off-by: Artsem Artsemenka &lt;artsem.artsemenka@arm.com&gt;
Change-Id: Ib47a2ea314e2b8394a20189bf91796de0e17de53
</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-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>doc: Add guide for building the docs locally</title>
<updated>2019-10-09T13:47:38Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-10-07T10:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=862c764ada876aa1be24bdef00656bcc386ebdca'/>
<id>urn:sha1:862c764ada876aa1be24bdef00656bcc386ebdca</id>
<content type='text'>
This new page contains instructions for doing a local
build of the documentation, plus information on the environment
setup that needs to be done beforehand.

Change-Id: If563145ab40639cabbe25d0f62759981a33692c6
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-03.infra.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 the CAS spinlock implementation" into integration</title>
<updated>2019-10-07T11:43:32Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-10-07T11:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=5b567758bb880d3a4e4db1498cf903a14b504ce2'/>
<id>urn:sha1:5b567758bb880d3a4e4db1498cf903a14b504ce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the CAS spinlock implementation</title>
<updated>2019-10-04T08:19:35Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-09-25T13:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=c97cba4ea44910df1f7b1af5dba79013fb44c383'/>
<id>urn:sha1:c97cba4ea44910df1f7b1af5dba79013fb44c383</id>
<content type='text'>
Make the spinlock implementation use ARMv8.1-LSE CAS instruction based
on a platform build option. The CAS-based implementation used to be
unconditionally selected for all ARM8.1+ platforms.

The previous CAS spinlock implementation had a bug wherein the spin_unlock()
implementation had an `sev` after `stlr` which is not sufficient. A dsb is
needed to ensure that the stlr completes prior to the sev. Having a dsb is
heavyweight and a better solution would be to use load exclusive semantics
to monitor the lock and wake up from wfe when a store happens to the lock.
The patch implements the same.

Change-Id: I5283ce4a889376e4cc01d1b9d09afa8229a2e522
Signed-off-by: Soby Mathew &lt;soby.mathew@arm.com&gt;
Signed-off-by: Olivier Deprez &lt;olivier.deprez@arm.com&gt;
</content>
</entry>
<entry>
<title>doc: Fix GCC version to 8.3-2019.03</title>
<updated>2019-10-02T06:38:33Z</updated>
<author>
<name>Louis Mayencourt</name>
</author>
<published>2019-09-26T10:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=b48691eda0f414654f94d871febd1035add1d22f'/>
<id>urn:sha1:b48691eda0f414654f94d871febd1035add1d22f</id>
<content type='text'>
Change-Id: I3b866e927d93f4b690aa4891940fc8afabf4146e
Signed-off-by: Louis Mayencourt &lt;louis.mayencourt@arm.com&gt;
</content>
</entry>
<entry>
<title>Merge "doc: Migrate to Linaro release 19.06" into integration</title>
<updated>2019-10-01T15:49:54Z</updated>
<author>
<name>Sandrine Bailleux</name>
</author>
<published>2019-10-01T15:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/atf/commit/?id=2f625c5e5c17ec4d9702c0910df8b1cbfdf6a175'/>
<id>urn:sha1:2f625c5e5c17ec4d9702c0910df8b1cbfdf6a175</id>
<content type='text'>
</content>
</entry>
</feed>
