#
5ab39978 |
| 13-Aug-2020 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Let Callout object ctor take a MRU list
A list of MRUs (Manufacturing Replaceable Units) can now be passed into the Callout object constructor. There is also a new MRU object constructor that
PEL: Let Callout object ctor take a MRU list
A list of MRUs (Manufacturing Replaceable Units) can now be passed into the Callout object constructor. There is also a new MRU object constructor that will build that object with a MRU list as well.
This will be used in the future when someone wants to add MRUs to a callout.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ic0e93e081a91ffc47dfd6642a34f02fd9a6edb8e
show more ...
|
#
90b4a0a0 |
| 09-Oct-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: MRU callout SRC substructure
This substructure is part of the callout subsection in the SRC section of a PEL, and contains information about Manufacturing Replaceable Units (MRUs). MRUs are co
PEL: MRU callout SRC substructure
This substructure is part of the callout subsection in the SRC section of a PEL, and contains information about Manufacturing Replaceable Units (MRUs). MRUs are components on a parent FRU (Field Replaceable Unit) that may be able to be replaced in a manufacturing environment, hence the name.
This substructure includes a list of <priority, MRU ID> pairs, where the priority is the same priority value type as used elsewhere in the SRC section ('H', 'M', 'L', etc), and the MRU ID is a 4B ID that development will tell manufacturing the meanings of.
This commit only adds support for creating an object from a flattened PEL, such as one that comes down from the host. A future commit will handle creating it from scratch for BMC errors.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I6352e1a3cb84db0516902786faca4c387afef411
show more ...
|