commit | aba3c60e8182311ed5da7e56d3dd9f7350b606ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:11:35 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:35 2019 +0800 |
tree | d8d587df264e55eed155acd965fe430e37238aa6 | |
parent | fffb220bf4f1986ba07786162a79601011f6af0a [diff] |
x86: Move common Intel CPU info code into a function Add cpu_intel_get_info() to find out the CPU info on modern Intel CPUs. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: add parameter and return value descriptions] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>