2c1205db | 03-Aug-2018 |
Patrick Venture <venture@google.com> |
ipmi: start implementing flashDataFinish
Change-Id: I627f6b788311650637221413a93ce7f1a3f0d0cd Signed-off-by: Patrick Venture <venture@google.com> |
a53a7b35 | 03-Aug-2018 |
Patrick Venture <venture@google.com> |
ipmi: promote min length check to earlier
Most of the commands (if not all) require some minimum length for the request. Therefore, to save on duplicating the request minimum length check in every
ipmi: promote min length check to earlier
Most of the commands (if not all) require some minimum length for the request. Therefore, to save on duplicating the request minimum length check in every command, it's now checked ahead of calling into the command handler.
Change-Id: I3710a6bf39a631b06547327b90610a38cb674d23 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
79e131fc | 01-Aug-2018 |
Patrick Venture <venture@google.com> |
ipmi: start implementing flashDataBlock
Change-Id: I780c0e5da77a027ce23a674bd3fdbf08b8a81c14 Signed-off-by: Patrick Venture <venture@google.com> |
54c3b53c | 01-Aug-2018 |
Patrick Venture <venture@google.com> |
ipmi: start implementing flashStartTransfer
Change-Id: I1f8b1498d517c0661e98b1ba895e7152f7a9ed8e Signed-off-by: Patrick Venture <venture@google.com> |
3d1786bc | 01-Aug-2018 |
Patrick Venture <venture@google.com> |
add flash-ipmi header defining sub-commands
Each IPMI flow-control or data packet is expected to specify a sub-command. This introduces the list of known sub-commands.
Change-Id: I4b5b64ca1a605bda
add flash-ipmi header defining sub-commands
Each IPMI flow-control or data packet is expected to specify a sub-command. This introduces the list of known sub-commands.
Change-Id: I4b5b64ca1a605bdaf4acabab05aea567cd9961ee Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
accc9179 | 24-Jul-2018 |
Patrick Venture <venture@google.com> |
main: start with no-op handler
Change-Id: I0504ad186687535966179757cef68c3b4eca754f Signed-off-by: Patrick Venture <venture@google.com> |
e26bf00d | 06-Aug-2018 |
Patrick Venture <venture@google.com> |
add MAINTAINERS file
Resolves #1
Change-Id: I3d045330fd0cccbad2f390dba2c4423378d2bec6 Signed-off-by: Patrick Venture <venture@google.com> |
02962e4c | 23-Jul-2018 |
Patrick Venture <venture@google.com> |
docs: provide design document
This design is what was implemented by Google in two pieces, an OEM IPMI handler, and a host-side tool.
Change-Id: I8ff55a9ac992a6595877ae5aab619167ee5e6c69 Signed-off
docs: provide design document
This design is what was implemented by Google in two pieces, an OEM IPMI handler, and a host-side tool.
Change-Id: I8ff55a9ac992a6595877ae5aab619167ee5e6c69 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
7db1a42c | 11-Jul-2018 |
Brad Bishop <radsquirrel@gmail.com> |
Initial commit |