[U-Boot] [PATCH 07/39] x86: Add processor functions for cpuid and stack pointer

2014-11-06 Thread Simon Glass
Add some functions to access cpuid from C in various useful ways. Also add a function to get the stack pointer and another to halt the CPU. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/include/asm/processor.h | 121 +++ 1 file changed, 121

Re: [U-Boot] [PATCH 07/39] x86: Add processor functions for cpuid and stack pointer

2014-11-06 Thread Bin Meng
Hi Simon, On Fri, Nov 7, 2014 at 4:19 AM, Simon Glass s...@chromium.org wrote: Add some functions to access cpuid from C in various useful ways. Also add a function to get the stack pointer and another to halt the CPU. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 07/39] x86: Add processor functions for cpuid and stack pointer

2014-11-06 Thread Simon Glass
Hi Bin, On 6 November 2014 17:14, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Nov 7, 2014 at 4:19 AM, Simon Glass s...@chromium.org wrote: Add some functions to access cpuid from C in various useful ways. Also add a function to get the stack pointer and another to halt the CPU.