On 20/05/2015 11:15, Michal Privoznik wrote: > So far we only mistakenly claimed support for selecting base > board type. This patch finally implements it. There's an enum in > SMBIOS specification that lays out all the possible values. > Therefore, the type is taken as an integer of the corresponding > string value. > > Signed-off-by: Michal Privoznik <mpriv...@redhat.com>
The possible values are: 01h Unknown 02h Other 03h Server Blade 04h Connectivity Switch 05h System Management Module 06h Processor Module 07h I/O Module 08h Memory Module 09h Daughter board 0Ah Motherboard (includes processor, memory, and I/O) 0Bh Processor/Memory Module 0Ch Processor/IO Module 0Dh Interconnect Board What is the usecase? Paolo