<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opensbi.git/platform/common/libfdt/libfdt_env.h, branch v0.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/opensbi.git/atom/platform/common/libfdt/libfdt_env.h?h=v0.2</id>
<link rel='self' href='http://cgit.235523.xyz/opensbi.git/atom/platform/common/libfdt/libfdt_env.h?h=v0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/'/>
<updated>2019-01-18T05:17:30Z</updated>
<entry>
<title>platform: Fix compile error caused by standard includes</title>
<updated>2019-01-18T05:17:30Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2019-01-18T04:58:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=ebfe23125666a11fd3dc14b85f5ca58b7f40276b'/>
<id>urn:sha1:ebfe23125666a11fd3dc14b85f5ca58b7f40276b</id>
<content type='text'>
Avoid using standard includes namely stdint.h, string.h, stdlib.h, etc.

All standard include except stddef.h give compilation error due
to differences in RISC-V toolchain configuration. Typically, the
compilation error is related to "gnu-stubs-lp64.h".

This patch fixes compile error caused by standard includes by
providing substitutes of definetions provided by standard includes
wherever required.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>platform: Add libfdt support.</title>
<updated>2019-01-18T04:35:12Z</updated>
<author>
<name>Atish Patra</name>
<email>atish.patra@wdc.com</email>
</author>
<published>2019-01-09T08:42:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=e2ce15cb3be93c3ba8d380a1f0348a6df8606e2a'/>
<id>urn:sha1:e2ce15cb3be93c3ba8d380a1f0348a6df8606e2a</id>
<content type='text'>
Some of the platform (i.e. SiFive FU540) requires Device
Tree modification before it is passed to higher stages.
Add libfdt support now to help this process. Libfdt should
only be included per platform basis.

Signed-off-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
</feed>
