Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-19 | cpu: Add get_vendor callback | Alexander Graf | |
The CPU udevice already has a few callbacks to retreive information about the currently running CPUs. This patch adds a new get_vendor() call that returns the vendor of the main CPUs. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2016-03-17 | x86: Add basic support for broadwell | Simon Glass | |
This adds the broadwell architecture, with the CPU driver and some useful header files. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com> |