
11 Mar
2016
11 Mar
'16
5:02 a.m.
On Fri, Mar 11, 2016 at 11:45 AM, Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Mar 7, 2016 at 10:27 AM, Simon Glass sjg@chromium.org wrote:
Some CPUs use microcode and each core can have a different version of microcode loaded. Also some CPUs support the concept of an integer ID used for identification purposes. Add support for these in the CPU uclass.
Signed-off-by: Simon Glass sjg@chromium.org
cmd/cpu.c | 7 +++++++ include/cpu.h | 5 +++++ 2 files changed, 12 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86/next, thanks!