config, x86: Properly space pad the X86IntelMPBus Entry descriptions
authorBjoern A. Zeeb <baz21@cam.ac.uk>
Thu, 19 May 2016 20:19:35 +0000 (15:19 -0500)
committerBjoern A. Zeeb <baz21@cam.ac.uk>
Thu, 19 May 2016 20:19:35 +0000 (15:19 -0500)
commit7fc668fae90bbc9ae639c3413e9e1d41d7cd086b
tree8c0e8b90d32fdeb7939cc0740e18d073c5e22b58
parenta6b00c07f6ec9dd25c860bc89691e3873f7996c6
config, x86: Properly space pad the X86IntelMPBus Entry descriptions

According to the Intel Multi Processor Specification rev 1.4 (-006) (*),
section 4.3.2 Bus Entries, Bus type strings are >>6-character ASCII
(blank-filled) strings<<.
This patch properly pads the entries with the missing spaces at the end.

(*) http://www.intel.com/design/pentium/datashts/24201606.pdf

Committed by Jason Lowe-Power <power.jg@gmail.com>
configs/common/FSConfig.py
src/arch/x86/bios/IntelMP.py