commit | 6f192ddcbd8e13351a8f13365e7c714e7b61a79e | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Aug 19 01:23:26 2016 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Oct 19 09:01:51 2016 +0200 |
tree | 7b96d3e0f38df77b1fe6f24220bccd1bf585668f | |
parent | e824cf3fb5857ef452bb84018da854328d816514 [diff] |
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>