<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/lib/semihosting/aarch64, 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>2017-05-03T08:39:28Z</updated>
<entry>
<title>Use SPDX license identifiers</title>
<updated>2017-05-03T08:39:28Z</updated>
<author>
<name>dp-arm</name>
</author>
<published>2017-05-03T08:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=82cb2c1ad9897473743f08437d0a3995bed561b9'/>
<id>urn:sha1:82cb2c1ad9897473743f08437d0a3995bed561b9</id>
<content type='text'>
To make software license auditing simpler, use SPDX[0] license
identifiers instead of duplicating the license text in every file.

NOTE: Files that have been imported by FreeBSD have not been modified.

[0]: https://spdx.org/

Change-Id: I80a00e1f641b8cc075ca5a95b10607ed9ed8761a
Signed-off-by: dp-arm &lt;dimitris.papastamos@arm.com&gt;
</content>
</entry>
<entry>
<title>Add support to indicate size and end of assembly functions</title>
<updated>2015-04-08T12:02:59Z</updated>
<author>
<name>Kévin Petit</name>
</author>
<published>2015-03-24T14:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=8b779620d3bad024b83650ecfeaafd7b3ae26ccf'/>
<id>urn:sha1:8b779620d3bad024b83650ecfeaafd7b3ae26ccf</id>
<content type='text'>
In order for the symbol table in the ELF file to contain the size of
functions written in assembly, it is necessary to report it to the
assembler using the .size directive.

To fulfil the above requirements, this patch introduces an 'endfunc'
macro which contains the .endfunc and .size directives. It also adds
a .func directive to the 'func' assembler macro.

The .func/.endfunc have been used so the assembler can fail if
endfunc is omitted.

Fixes ARM-Software/tf-issues#295

Change-Id: If8cb331b03d7f38fe7e3694d4de26f1075b278fc
Signed-off-by: Kévin Petit &lt;kevin.petit@arm.com&gt;
</content>
</entry>
<entry>
<title>Place assembler functions in separate sections</title>
<updated>2014-03-26T21:54:37Z</updated>
<author>
<name>Andrew Thoelke</name>
</author>
<published>2014-03-18T13:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=0a30cf54af7bb1f77b405062b1d5b44e809d0290'/>
<id>urn:sha1:0a30cf54af7bb1f77b405062b1d5b44e809d0290</id>
<content type='text'>
This extends the --gc-sections behaviour to the many assembler
support functions in the firmware images by placing each function
into its own code section. This is achieved by creating a 'func'
macro used to declare each function label.

Fixes ARM-software/tf-issues#80

Change-Id: I301937b630add292d2dec6d2561a7fcfa6fec690
</content>
</entry>
<entry>
<title>Change comments in assembler files to help ctags</title>
<updated>2014-01-17T10:27:53Z</updated>
<author>
<name>Jeenu Viswambharan</name>
</author>
<published>2014-01-16T17:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=3a4cae051af8fb129054c0aaf14dd3b7247f04f0'/>
<id>urn:sha1:3a4cae051af8fb129054c0aaf14dd3b7247f04f0</id>
<content type='text'>
Ctags seem to have a problem with generating tags for assembler symbols
when a comment immediately follows an assembly label.

This patch inserts a single space character between the label
definition and the following comments to help ctags.

The patch is generated by the command:

  git ls-files -- \*.S | xargs sed -i 's/^\([^:]\+\):;/\1: ;/1'

Change-Id: If7a3c9d0f51207ea033cc8b8e1b34acaa0926475
</content>
</entry>
<entry>
<title>Update year in copyright text to 2014</title>
<updated>2014-01-17T10:27:53Z</updated>
<author>
<name>Dan Handley</name>
</author>
<published>2014-01-14T18:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=e83b0cadc67882c1ba7f430d16dab80c9b3a0228'/>
<id>urn:sha1:e83b0cadc67882c1ba7f430d16dab80c9b3a0228</id>
<content type='text'>
Change-Id: Ic7fb61aabae1d515b9e6baf3dd003807ff42da60
</content>
</entry>
<entry>
<title>Enable third party contributions</title>
<updated>2013-12-05T11:34:09Z</updated>
<author>
<name>Dan Handley</name>
</author>
<published>2013-12-02T19:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=ab2d31edbd9dea69bd1ca495e3fce0511c9d42ff'/>
<id>urn:sha1:ab2d31edbd9dea69bd1ca495e3fce0511c9d42ff</id>
<content type='text'>
- Add instructions for contributing to ARM Trusted Firmware.

- Update copyright text in all files to acknowledge contributors.

Change-Id: I9311aac81b00c6c167d2f8c889aea403b84450e5
</content>
</entry>
<entry>
<title>ARMv8 Trusted Firmware release v0.2</title>
<updated>2013-10-25T08:37:16Z</updated>
<author>
<name>Achin Gupta</name>
</author>
<published>2013-10-25T08:08:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=4f6ad66ae9fcc8bcb3b0fcee10b7ab1ffcaf1a56'/>
<id>urn:sha1:4f6ad66ae9fcc8bcb3b0fcee10b7ab1ffcaf1a56</id>
<content type='text'>
</content>
</entry>
</feed>
