cpu: Add DMTF id and family fields
authorAlexander Graf <agraf@suse.de>
Thu, 18 Aug 2016 23:23:26 +0000 (01:23 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Oct 2016 07:01:51 +0000 (09:01 +0200)
commit6f192ddcbd8e13351a8f13365e7c714e7b61a79e
tree7b96d3e0f38df77b1fe6f24220bccd1bf585668f
parente824cf3fb5857ef452bb84018da854328d816514
cpu: Add DMTF id and family fields

For SMBIOS tables we need to know the CPU family as well as CPU IDs. This
patches allocates some space for them in the cpu device and populates it
on x86.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/cpu_x86.c
include/cpu.h