<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opensbi.git/docs/firmware, branch v0.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/opensbi.git/atom/docs/firmware?h=v0.5</id>
<link rel='self' href='http://cgit.235523.xyz/opensbi.git/atom/docs/firmware?h=v0.5'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/'/>
<updated>2019-05-10T06:56:22Z</updated>
<entry>
<title>docs: Add documentation about dynamic firmware</title>
<updated>2019-05-10T06:56:22Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2019-04-29T07:20:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=392749f6338ac8a63ce5492770caa4fb75ad6b96'/>
<id>urn:sha1:392749f6338ac8a63ce5492770caa4fb75ad6b96</id>
<content type='text'>
This patch adds documenation about dynamic firmware.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Reviewed-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs: miscellaneous documentation fixes and updates</title>
<updated>2019-05-06T05:35:33Z</updated>
<author>
<name>Karsten Merker</name>
<email>merker@debian.org</email>
</author>
<published>2019-05-05T10:33:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=0d33a981ec19181c7f6448f90599f31dfd082994'/>
<id>urn:sha1:0d33a981ec19181c7f6448f90599f31dfd082994</id>
<content type='text'>
- fix some broken hyperlinks
- add additional hyperlinks to references to external documents
- reformat some paragraphs to keep lines under 80 characters
- unify the enumeration style between different parts of the
  documentation
- fix spelling/grammar mistakes
- extend the copyright notice in README.md to be the same as the
  one in COPYING.BSD

Signed-off-by: Karsten Merker &lt;merker@debian.org&gt;
Reviewed-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is set</title>
<updated>2019-03-29T10:19:11Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2019-03-27T14:58:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=f9cfe301c92aede87e46069e66e250d4039e413e'/>
<id>urn:sha1:f9cfe301c92aede87e46069e66e250d4039e413e</id>
<content type='text'>
Use the newly introduced "options" in "struct sbi_scratch" to
conditionally disable the boot prints.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>docs: firmware: Fix spelling of U-Boot</title>
<updated>2019-03-13T18:23:21Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2019-03-12T13:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=6cd668df124ba090bf7582a597b432562e9a365c'/>
<id>urn:sha1:6cd668df124ba090bf7582a597b432562e9a365c</id>
<content type='text'>
It's U-Boot, not U-boot.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>docs: Add a payload section describing different payloads.</title>
<updated>2019-02-19T12:52:26Z</updated>
<author>
<name>Atish Patra</name>
<email>atish.patra@wdc.com</email>
</author>
<published>2019-02-19T07:17:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=0db43770b3a29530851ca2f4e29a0c4c0f26acef'/>
<id>urn:sha1:0db43770b3a29530851ca2f4e29a0c4c0f26acef</id>
<content type='text'>
Signed-off-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs: Typo fixes</title>
<updated>2019-01-29T01:47:14Z</updated>
<author>
<name>Atish Patra</name>
<email>atish.patra@wdc.com</email>
</author>
<published>2019-01-27T07:41:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=3211b6c54204e85998e2af1f90ce75fa5c6a27e0'/>
<id>urn:sha1:3211b6c54204e85998e2af1f90ce75fa5c6a27e0</id>
<content type='text'>
Signed-off-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs/firmware: Update FW_PAYLOAD documentation</title>
<updated>2019-01-24T13:15:01Z</updated>
<author>
<name>Damien Le Moal</name>
<email>damien.lemoal@wdc.com</email>
</author>
<published>2019-01-23T07:21:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=560147b264769399105b0d1ebf50124794f587c1'/>
<id>urn:sha1:560147b264769399105b0d1ebf50124794f587c1</id>
<content type='text'>
Reformatting, typos, and various corrections.

Signed-off-by: Damien Le Moal &lt;damien.lemoal@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs/firmware: Update FW_JUMP documentation</title>
<updated>2019-01-24T13:15:01Z</updated>
<author>
<name>Damien Le Moal</name>
<email>damien.lemoal@wdc.com</email>
</author>
<published>2019-01-23T07:00:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=fff48ee2bf9abd804fe828a75fcce3e046b7d3cc'/>
<id>urn:sha1:fff48ee2bf9abd804fe828a75fcce3e046b7d3cc</id>
<content type='text'>
Reformatting, typos, and various corrections.

Signed-off-by: Damien Le Moal &lt;damien.lemoal@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs/firmware: Add top level document file</title>
<updated>2019-01-24T13:15:01Z</updated>
<author>
<name>Damien Le Moal</name>
<email>damien.lemoal@wdc.com</email>
</author>
<published>2019-01-23T14:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=808fe4b82a68fd0c99b3a4cc9185adba817e03d0'/>
<id>urn:sha1:808fe4b82a68fd0c99b3a4cc9185adba817e03d0</id>
<content type='text'>
Provide an overview of all supported firmware files and point to each
firmware type documentation file.

Signed-off-by: Damien Le Moal &lt;damien.lemoal@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs: Typo fixes.</title>
<updated>2019-01-22T08:30:44Z</updated>
<author>
<name>Atish Patra</name>
<email>atish.patra@wdc.com</email>
</author>
<published>2019-01-21T08:01:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=f293d21863c5b23dcb4b151c2fd879696830e0bc'/>
<id>urn:sha1:f293d21863c5b23dcb4b151c2fd879696830e0bc</id>
<content type='text'>
Signed-off-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
</feed>
