<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/lib/libfdt, 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>2018-10-30T13:42:13Z</updated>
<entry>
<title>libfdt: Downgrade to version 1.4.6-9</title>
<updated>2018-10-30T13:42:13Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2018-10-29T15:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=00f588bf2cc5298db67f8dde561b046998756a3f'/>
<id>urn:sha1:00f588bf2cc5298db67f8dde561b046998756a3f</id>
<content type='text'>
Version 1.4.7 introduces a big performance hit to functions that access
the FDT. Downgrade the library to version 1.4.6-9, before the changes
that introduce the problem. Version 1.4.6 isn't used because one of the
libfdt files (fdt_overlay.c) is missing the license header. This
problem is also fixed in 1.4.6-9.

This version corresponds to commit &lt;aadd0b65c987&gt; checks: centralize
printing of property names in failure messages.

Fixes ARM-software/tf-issues#643

Change-Id: I73c05f2b1f994bcdcc4366131ce0647553cdcfb8
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>libfdt: Import version v1.4.7</title>
<updated>2018-10-23T17:34:40Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2018-10-18T23:56:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=630b011ffd6a83436581af71d770ddd9fe01f747'/>
<id>urn:sha1:630b011ffd6a83436581af71d770ddd9fe01f747</id>
<content type='text'>
Change-Id: Iad7adaf0b16a3d086594cb3432210ac2c4e207f8
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>libfdt: Remove current version</title>
<updated>2018-10-23T17:34:19Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2018-10-18T23:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=b7618c93e629812015260a92f661589f875cd45c'/>
<id>urn:sha1:b7618c93e629812015260a92f661589f875cd45c</id>
<content type='text'>
The current version of libfdt (1.4.2) has been modified to integrate it
in this repository. In order to do a clean import it is needed to remove
the current version first.

Change-Id: I2cab8c8e5632280d282fa7a2f2339768a0ad1e0f
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>Create a library file for libfdt</title>
<updated>2018-08-03T10:31:26Z</updated>
<author>
<name>Roberto Vargas</name>
</author>
<published>2018-05-08T09:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=fec364847861e5a04dfd44a8d77cb25bf64820c7'/>
<id>urn:sha1:fec364847861e5a04dfd44a8d77cb25bf64820c7</id>
<content type='text'>
TF Makefile was linking all the objects files generated for the
fdt library instead of creating a static library that could be
used in the linking stage.

Change-Id: If3705bba188ec39e1fbf2322a7f2a9a941e1b90d
Signed-off-by: Roberto Vargas &lt;roberto.vargas@arm.com&gt;
</content>
</entry>
<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>libfdt: Replace v1.4.1 by v1.4.2</title>
<updated>2017-01-16T17:26:04Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2017-01-16T16:11:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=29440c19861894af1b283b3dd0f2f1e66c67eca6'/>
<id>urn:sha1:29440c19861894af1b283b3dd0f2f1e66c67eca6</id>
<content type='text'>
Delete old version of libfdt at lib/libfdt. Move new libfdt API
headers to include/lib/libfdt and all other files to lib/libfdt.

Change-Id: I32b7888f1f20d62205310e363accbef169ad7b1b
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>Minor libfdt changes to enable TF integration</title>
<updated>2016-06-03T13:21:03Z</updated>
<author>
<name>Dan Handley</name>
</author>
<published>2016-06-02T14:28:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=754d78b1b331b07456c6ea439e401402a186c626'/>
<id>urn:sha1:754d78b1b331b07456c6ea439e401402a186c626</id>
<content type='text'>
* Move libfdt API headers to include/lib/libfdt
* Add libfdt.mk helper makefile
* Remove unused libfdt files
* Minor changes to fdt.h and libfdt.h to make them C99 compliant

Co-Authored-By: Jens Wiklander &lt;jens.wiklander@linaro.org&gt;

Change-Id: I425842c2b111dcd5fb6908cc698064de4f77220e
</content>
</entry>
<entry>
<title>Import libfdt v1.4.1</title>
<updated>2016-06-03T13:21:03Z</updated>
<author>
<name>Dan Handley</name>
</author>
<published>2016-06-02T13:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=91176bc6363d350dc549e993a7e42f40a80f3671'/>
<id>urn:sha1:91176bc6363d350dc549e993a7e42f40a80f3671</id>
<content type='text'>
Imports libfdt code from https://git.kernel.org/cgit/utils/dtc/dtc.git
tag "v1.4.1" commit 302fca9f4c283e1994cf0a5a9ce1cf43ca15e6d2.

Change-Id: Ia0d966058beee55a9047e80d8a05bbe4f71d8446
</content>
</entry>
</feed>
