Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-17 | x86: Record the CPU details when starting each core | Simon Glass | |
As each core starts up, record its microcode version and CPU ID so these can be presented with the 'cpu detail' command. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2016-03-17 | x86: Move microcode code to a common location | Simon Glass | |
This code is used on several Intel CPUs. Move it into a common location. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |