<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opensbi.git/blob, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/opensbi.git/atom/blob?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/opensbi.git/atom/blob?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/'/>
<updated>2018-12-21T04:22:27Z</updated>
<entry>
<title>top: Rename "blob" to "firmware" everywhere</title>
<updated>2018-12-21T04:22:27Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2018-12-21T04:22:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=b023176c17e655f9371df65f6fddc0c1bcbb1fc7'/>
<id>urn:sha1:b023176c17e655f9371df65f6fddc0c1bcbb1fc7</id>
<content type='text'>
This patch renames "blob" to "firmware" everywhere for better
and intutive naming.

Signed-off-by: Anup Patel &lt;anup@brainfault.org&gt;
</content>
</entry>
<entry>
<title>Use wfi for coldboot finish call.</title>
<updated>2018-12-20T23:55:27Z</updated>
<author>
<name>Atish Patra</name>
<email>atish.patra@wdc.com</email>
</author>
<published>2018-12-18T00:35:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=84971c0bc03245dc8092ec5a1119450a62ee2d47'/>
<id>urn:sha1:84971c0bc03245dc8092ec5a1119450a62ee2d47</id>
<content type='text'>
Signed-off-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>blob: Fix comments</title>
<updated>2018-12-20T05:43:04Z</updated>
<author>
<name>Damien Le Moal</name>
<email>damien.lemoal@wdc.com</email>
</author>
<published>2018-12-20T05:39:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=b88b9ee2d1ee1ead6efd0ffb501be49fc9b6fbbe'/>
<id>urn:sha1:b88b9ee2d1ee1ead6efd0ffb501be49fc9b6fbbe</id>
<content type='text'>
Add comments to assembler (not trivial to follow).

Signed-off-by: Damien Le Moal &lt;damien.lemoal@wdc.com&gt;
</content>
</entry>
<entry>
<title>blob: payload: Add FW_PAYLOAD_FDT_PATH option</title>
<updated>2018-12-19T13:02:49Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2018-12-19T13:02:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=bc4d6108f4d43996e3d7a74e026fb4f2c4e25ca5'/>
<id>urn:sha1:bc4d6108f4d43996e3d7a74e026fb4f2c4e25ca5</id>
<content type='text'>
This patch extends fw_payload blob to provide FW_PAYLOAD_FDT_PATH
option using which we can embed custom FDT in .text section of
fw_payload blob. In other words, FW_PAYLOAD_FDT_PATH is an option
to forcefully override FDT passed by previous booting stage in
a1 register.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>blob: Rename FW_xyz_FDT_OFFSET to FW_xyz_FDT_ADDR</title>
<updated>2018-12-19T10:17:52Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2018-12-19T09:56:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=bc99e707cd84f5aedf82409ebbaed15353e49f95'/>
<id>urn:sha1:bc99e707cd84f5aedf82409ebbaed15353e49f95</id>
<content type='text'>
Instead of placing FDT (passed by previous booting stage) at a
location relative to next address we should have absolute
location of placing FDT so that we more freedom of placing FDT.

This will be particularly useful for platforms/boards with
very less RAM (such as Kendryte board).

Due to above motivation, we rename FW_xyz_FDT_OFFSET options
to FW_xyz_FDT_ADDR options and use FW_xyz_FDT_ADDR options as
absolute address for placing FDT.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>blob: Rename PLAT_TEXT_START to FW_TEXT_START</title>
<updated>2018-12-19T10:08:51Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2018-12-19T09:35:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=d9c5bea9a22047a1d8adf1d741c2c23253700443'/>
<id>urn:sha1:d9c5bea9a22047a1d8adf1d741c2c23253700443</id>
<content type='text'>
The PLAT_TEXT_START is only used by our firmware blobs hence
rename it to FW_TEXT_START.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>blob: payload: Introduce FW_PAYLOAD_OFFSET compile time option</title>
<updated>2018-12-19T10:08:48Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2018-12-19T09:23:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=fbb4a52330790d2d63f638f2a7589c3d1914da0b'/>
<id>urn:sha1:fbb4a52330790d2d63f638f2a7589c3d1914da0b</id>
<content type='text'>
This patch remove hard-coding of payload location in
fw_payload.elf.ldS by adding compile-time option
FW_PAYLOAD_OFFSET.

With the new compile-time option, payload will be placed
at PLAT_TEXT_START + FW_PAYLOAD_OFFSET address.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>blob: Fix comment typos</title>
<updated>2018-12-19T08:07:25Z</updated>
<author>
<name>Damien Le Moal</name>
<email>damien.lemoal@wdc.com</email>
</author>
<published>2018-12-19T08:02:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=91fc25f59b18342d6cc3ae69d6ccf2d8d303e1b2'/>
<id>urn:sha1:91fc25f59b18342d6cc3ae69d6ccf2d8d303e1b2</id>
<content type='text'>
Various typos fix.

Signed-off-by: Damien Le Moal &lt;damien.lemoal@wdc.com&gt;
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2018-12-11T13:54:06Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2018-12-11T13:54:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=9e8ff05cb61f157fb0bcb6b0071d7b6dc0763faa'/>
<id>urn:sha1:9e8ff05cb61f157fb0bcb6b0071d7b6dc0763faa</id>
<content type='text'>
Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
</feed>
