<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-ipmi-flash, branch master</title>
<subtitle>OpenBMC Phosphor host-side firmware update tool</subtitle>
<id>https://git.raptorcs.com/git/phosphor-ipmi-flash/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/'/>
<updated>2020-02-07T00:31:24+00:00</updated>
<entry>
<title>README.md: Update to include building stdplus</title>
<updated>2020-02-07T00:31:24+00:00</updated>
<author>
<name>Brandon Kim</name>
<email>brandonkim@google.com</email>
</author>
<published>2020-02-07T00:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=79fc7c0680ebb0d5399eab83230b3d047dc8eb82'/>
<id>urn:sha1:79fc7c0680ebb0d5399eab83230b3d047dc8eb82</id>
<content type='text'>
There is a new dependency on stdplus library, need to include the steps
on installing the library in the README.md.

Resolves: openbmc/phosphor-ipmi-flash#3
Signed-off-by: Brandon Kim &lt;brandonkim@google.com&gt;
Change-Id: I14822b65a5e7890458f974acf0bdd71016b0dd99
</content>
</entry>
<entry>
<title>tools: increase polling timeout by 5 minutes</title>
<updated>2020-01-13T21:45:51+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2020-01-13T21:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=aae4c2e3aff481ab52838569b673912ea2973e64'/>
<id>urn:sha1:aae4c2e3aff481ab52838569b673912ea2973e64</id>
<content type='text'>
This is needed for 64 MiB images.

Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: I3e2a63d1c8ae5db956ca8d5553c98d9cc671409c
</content>
</entry>
<entry>
<title>tools: net: support IPv4 and IPv6 addresses</title>
<updated>2019-12-05T03:43:09+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2019-12-05T00:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=2aa55347312c400f9dd61a32c8c1e37b1691bb1c'/>
<id>urn:sha1:2aa55347312c400f9dd61a32c8c1e37b1691bb1c</id>
<content type='text'>
Switch from IPv4-only to an unspecified address family, which will allow
either IPv4 or IPv6 addresses to be used.

Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: I6f4d3e71e2a310fc158ec90793f5c7479e060f02
</content>
</entry>
<entry>
<title>tools: Fix clangtidy warning for PpcMemDevice</title>
<updated>2019-11-27T01:36:00+00:00</updated>
<author>
<name>Brandon Kim</name>
<email>brandonkim@google.com</email>
</author>
<published>2019-11-27T01:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=cbf474049bfa680ec1d52204400850b057a22533'/>
<id>urn:sha1:cbf474049bfa680ec1d52204400850b057a22533</id>
<content type='text'>
It seems that the the recently checked in PpcMemDevice code had a
clangtidy issue with the move assignment operator.

Fixing it by deleting the previously defaulted operator as it is
implicitly deleted due to a non-static const data member "ppcMemPath".

Signed-off-by: Brandon Kim &lt;brandonkim@google.com&gt;
Change-Id: I125cbbb5be6edd53274a9025b741df98cb7f408d
</content>
</entry>
<entry>
<title>tools: net: add &lt;optional&gt; header</title>
<updated>2019-11-26T03:11:29+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2019-11-26T03:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=4152f096b7e400cd5697895178298591fa3353d0'/>
<id>urn:sha1:4152f096b7e400cd5697895178298591fa3353d0</id>
<content type='text'>
The constant std::nullopt is used but the header was not included.

Change-Id: Ibb79f7f0b9944425202695b8c5d4e1d191b72a69
Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
</content>
</entry>
<entry>
<title>tools: Add PpcMemDevice as an HostIoInterface</title>
<updated>2019-11-25T21:56:48+00:00</updated>
<author>
<name>Brandon Kim</name>
<email>brandonkim@google.com</email>
</author>
<published>2019-11-06T00:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=286cc6adf24b611904e589b1dcd34664df741218'/>
<id>urn:sha1:286cc6adf24b611904e589b1dcd34664df741218</id>
<content type='text'>
PPC platforms may require a different mempath and different I/O
operations to access the file system.

Change-Id: I46b8825c685b362009dc62fdbaa59c65239831d1
Signed-off-by: Brandon Kim &lt;brandonkim@google.com&gt;
</content>
</entry>
<entry>
<title>tools: add network bridge support</title>
<updated>2019-11-21T23:09:48+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2019-10-11T23:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=30d09a316b49a89a7ea01368911fc92d8260b5e6'/>
<id>urn:sha1:30d09a316b49a89a7ea01368911fc92d8260b5e6</id>
<content type='text'>
Add support to the host tool for sending the image data over a network
connection.

Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: I88630d79499254d6c80ceaa8c7721c241d394fc8
</content>
</entry>
<entry>
<title>sys: add networking functions</title>
<updated>2019-11-21T23:09:48+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2019-10-12T00:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=f7ccadb0a1bd074d731244d45cf9e1b45a27e2f6'/>
<id>urn:sha1:f7ccadb0a1bd074d731244d45cf9e1b45a27e2f6</id>
<content type='text'>
Add networking related functions to the syscall wrapper.

Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: I0ccb4138963ce2a8c7bb6f6f3a556de1afcd0c08
</content>
</entry>
<entry>
<title>bmc: add network bridge support</title>
<updated>2019-11-21T23:09:46+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2019-10-09T21:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=545f5658305a807dbfe0105a62a8b0cfe42e1808'/>
<id>urn:sha1:545f5658305a807dbfe0105a62a8b0cfe42e1808</id>
<content type='text'>
This data handler listens on a TCP port for the image bytes.

Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: I388fdd7303c5f8bc93a8f75e97b3abf8adbb81af
</content>
</entry>
<entry>
<title>bmc: allowing packing transport flags densely</title>
<updated>2019-11-18T19:35:29+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2019-11-12T21:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-ipmi-flash/commit/?id=1290198fb84fc136ff33cb79f1333fd06977d847'/>
<id>urn:sha1:1290198fb84fc136ff33cb79f1333fd06977d847</id>
<content type='text'>
Future transport backends can densely fill in the upper 5 bits of the
transport flag bitfield.

Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: Ie4ee59e0581e458a9020775e18270100f9a1de4e
</content>
</entry>
</feed>
