commit | 342727ace6fd3dd5c96bb9342eabe96614ed208a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 11 22:06:52 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Mar 17 10:27:24 2016 +0800 |
tree | 6d82aab5f0ea75271d458080075881d31efd6e70 | |
parent | e4d6ab0c2cb8456f80d0ee4e123a34029d5a5c41 [diff] |
x86: cpu: Add functions to return the family and stepping These two identifiers can be useful for drivers which need to adjust their behaviour depending on the CPU family or stepping (revision). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>