Increase FRU data field length up to 63 bytes

IPMI spec v2.0 rev. 1.1, the type/length byte (section 43.15)
has bit 5 reserved and only bits [4:0] for data length (with value 11111b reserved),
which limits the data length up to 31 bytes max.

However, FRU spec v1.0 rev. 1.3, the type/length byte (section 13)
has bits [5:0] used for data length, allowing up to 63 bytes of data.

Change-Id: I105b58fba04cdfed1f338284ac1454fd11784cc5
Signed-off-by: Kirill Pakhomov <k.pakhomov@yadro.com>
1 file changed