#
819ddd42 |
| 05-Oct-2016 |
Brad Bishop <bradleyb@us.ibm.com> |
Print failing object path after failed bus lookup
Change-Id: I599d8297b4d2fd45831443685ea5b7d53f1515b6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
#
8d15fb49 |
| 16-Aug-2016 |
Nan Li <william.bjlinan@hotmail.com> |
Add IPMI Get-Chassis-Capabilities command
* Implement response to separately commented fields. * Add to the whitelist.
Note: some hardcoded fields need future work.
Resolve openbmc/openbmc#438.
C
Add IPMI Get-Chassis-Capabilities command
* Implement response to separately commented fields. * Add to the whitelist.
Note: some hardcoded fields need future work.
Resolve openbmc/openbmc#438.
Change-Id: Ica9a55a14987ddc6b9984c7d3dcb143416ee7e37 Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
show more ...
|
#
8b470052 |
| 21-Sep-2016 |
Matthew Barth <msbarth@us.ibm.com> |
Ensure all tools are building with -Wall and -Werror
Corrected resulting compiler errors from correctly adding -Wall & -Werror within configure.ac.
Change-Id: Ia7aaafa83103322ad4b50171d62144624dd71
Ensure all tools are building with -Wall and -Werror
Corrected resulting compiler errors from correctly adding -Wall & -Werror within configure.ac.
Change-Id: Ia7aaafa83103322ad4b50171d62144624dd71e42 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
show more ...
|
#
70aa8d96 |
| 28-Aug-2016 |
Nan Li <william.bjlinan@hotmail.com> |
Modify respond of un-supported IPMI command
A number of callbacks are registered for 'WILDCARD' types, which currently do nothing except respond with CC_OK(00h). Change complete codes to CC_INVALID
Modify respond of un-supported IPMI command
A number of callbacks are registered for 'WILDCARD' types, which currently do nothing except respond with CC_OK(00h). Change complete codes to CC_INVALID(C1h).
Resolves openbmc/openbmc#469.
Change-Id: I91ea5ee1a23284a4159ff1c1867342e89c6fa444 Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
show more ...
|
#
37af7331 |
| 02-Sep-2016 |
Patrick Williams <patrick@stwcx.xyz> |
Allow out-of-tree builds
Change-Id: If4b97e65f63c3abbf23140dd97b9febe00b3be0d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
#
fd28dd7a |
| 01-Aug-2016 |
Ratan Gupta <ratagupt@in.ibm.com> |
Implement Network Settings Override
We want to implement the network settings override functionality. This is an OEM boot parameter selector, using parameter ID 0x61.
The first byte of the paramete
Implement Network Settings Override
We want to implement the network settings override functionality. This is an OEM boot parameter selector, using parameter ID 0x61.
The first byte of the parameter data is the same as parameter ID 5 (ie, the valid flag in the top bit). Persistency doesn't matter here, as petitboot will not clear out this setting.
The rest of the parameter data is a host network settings description. For other BMC firmware, the BMC just treats this as opaque (the BMC will just return the same data (including that data1 byte), in response to a Get System Boot Option). For OpenBMC, we may want the BMC to know how to construct that data; the spec for that is at:
http://ozlabs.org/~sam/ipmi-network-format
Closes openbmc/openbmc#267
Change-Id: I2af8776718deda97acf90d10504783085ccf7323 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
show more ...
|
#
eb9b8144 |
| 23-Aug-2016 |
Sergey Solomin <sergey.solomin@us.ibm.com> |
Hard-coded service name replaced with call to ObjectMapper
In the openbmc code, the dbus service name is hardcoded. The ObjectMapper provides a way to find out the service name by issuing a GetObjec
Hard-coded service name replaced with call to ObjectMapper
In the openbmc code, the dbus service name is hardcoded. The ObjectMapper provides a way to find out the service name by issuing a GetObject method call to the ObjectMapper. That functionality is implemented in mapper.c The output of the call to the mapper is a service name.
Resolves openbmc/openbmc#319.
Change-Id: I724a31ede6bdf3ae4b361e730857b1f2696a8966 Signed-off-by: Sergey Solomin <sergey.solomin@us.ibm.com>
show more ...
|
#
98a23840 |
| 08-Aug-2016 |
Matthew Barth <msbarth@us.ibm.com> |
Switch C++ source files to .cpp extension
Change-Id: I495186b4afd58ec1e5d9d5c6472394f96541d17d Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
|