<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/docs/plat/allwinner.rst, 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-05-22T10:28:17Z</updated>
<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.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: Reformat platform port documents</title>
<updated>2019-05-22T10:22:44Z</updated>
<author>
<name>Paul Beesley</name>
</author>
<published>2019-05-22T10:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=24dba2b39f880e156965237dc49a253aa196585a'/>
<id>urn:sha1:24dba2b39f880e156965237dc49a253aa196585a</id>
<content type='text'>
The platform port documents are not very standardised right now and
they don't integrate properly into the document tree so:

1) Make sure each port has a proper name and title (incl. owner)
2) Correct use of headings, subheadings, etc in each port
3) Resolve any naming conflicts between documents

Change-Id: I4c2da6f57172b7f2af3512e766ae9ce3b840b50f
Signed-off-by: Paul Beesley &lt;paul.beesley@arm.com&gt;
</content>
</entry>
<entry>
<title>allwinner: Add Allwinner H6 SoC support</title>
<updated>2018-07-03T16:06:30Z</updated>
<author>
<name>Andre Przywara</name>
</author>
<published>2017-12-08T01:27:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=bed42a5d28732aa6e933dc94c53a164ea5620d8e'/>
<id>urn:sha1:bed42a5d28732aa6e933dc94c53a164ea5620d8e</id>
<content type='text'>
The H6 is Allwinner's most recent SoC. It shares most peripherals with the
other ARMv8 Allwinner SoCs (A64/H5), but has a completely different memory
map.

Introduce a separate platform target, which includes a different header
file to cater for the address differences. Also add the new build target
to the documentation.

The new ATF platform name is "sun50i_h6".

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
</content>
</entry>
<entry>
<title>allwinner: doc: add missing paragraphs</title>
<updated>2018-06-28T22:47:30Z</updated>
<author>
<name>Andre Przywara</name>
</author>
<published>2018-06-21T23:33:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2dde1f51493a252184807bd8f71a4d7058ea9178'/>
<id>urn:sha1:2dde1f51493a252184807bd8f71a4d7058ea9178</id>
<content type='text'>
Add two empty lines to denote the paragraphs properly and improve
readability.

Reported-by: Samuel Holland &lt;samuel@sholland.org&gt;
Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
</content>
</entry>
<entry>
<title>allwinner: Add BL32 (corresponds to Trusted OS) support</title>
<updated>2018-06-28T22:47:30Z</updated>
<author>
<name>Amit Singh Tomar</name>
</author>
<published>2018-06-19T19:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=dab901f83a9fd65aba53551301912375cf97a6d6'/>
<id>urn:sha1:dab901f83a9fd65aba53551301912375cf97a6d6</id>
<content type='text'>
This patch is an attempt to run Trusted OS (OP-TEE OS being one of them) along
side BL31 image.

ATF supports multiple SPD's that can take dispatcher name (opteed for OP-TEE OS)
as an input using the 'SPD=&lt;dispatcher name&gt;' option during bl31 build.

Signed-off-by: Amit Singh Tomar &lt;amittomer25@gmail.com&gt;
</content>
</entry>
<entry>
<title>allwinner: Add Allwinner A64 support</title>
<updated>2018-06-15T10:45:24Z</updated>
<author>
<name>Samuel Holland</name>
</author>
<published>2017-08-12T09:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=64b3d9d88e0c7030c90038518cd26567a923e6f7'/>
<id>urn:sha1:64b3d9d88e0c7030c90038518cd26567a923e6f7</id>
<content type='text'>
The Allwinner A64 SoC is quite popular on single board computers.
It comes with four Cortex-A53 cores in a singe cluster and the usual
peripherals for set-top box/tablet SoC.

The ATF platform target is called "sun50i_a64".

[Andre: adapted to amended directory layout, removed unneeded definitions ]

Signed-off-by: Samuel Holland &lt;samuel@sholland.org&gt;
Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
</content>
</entry>
</feed>
