#
654708fd |
| 06-Nov-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: MTMS: Support const flattening
Future commits will eventually make every flatten function const, as they should be since flattening an object should not affect it.
Signed-off-by: Matt Spinler
PEL: MTMS: Support const flattening
Future commits will eventually make every flatten function const, as they should be since flattening an object should not affect it.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I285963805800b29163c5a3979a33590f64c03d00
show more ...
|
#
711d51d8 |
| 06-Nov-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Add license prologue to source files
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I31b12f509d32b79064a8a427af35e6a310273051
|
#
4b59f7ad |
| 08-Oct-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Add string accessors to MTMS class
This class is used by a few other classes, so make it easier to get data out of it.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I2feb4b83a09e
PEL: Add string accessors to MTMS class
This class is used by a few other classes, so make it easier to get data out of it.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I2feb4b83a09e6cb6056c9f1a903ca55e8cacf2ae
show more ...
|
#
b6664339 |
| 10-Sep-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: MTMS class to handle the type-model and SN
This class represents the (M)achine (T)ype-(M)odel (S)erial number structure for the PEL, where it is used in both the ExtendedUserHeader and FailingM
PEL: MTMS class to handle the type-model and SN
This class represents the (M)achine (T)ype-(M)odel (S)erial number structure for the PEL, where it is used in both the ExtendedUserHeader and FailingMTMS sections.
It consists of an 8 byte machine type+model field of the form TTT-MMMM, followed by a 12 byte machine serial number field. Unused bytes are set to 0.
Note that this is not a PEL section itself. It's just used by other PEL sections.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I15f9858e951a913ab2353cf93b7f20cc2709c502
show more ...
|