[U-Boot] [PATCH v3 3/8] x86: Add init for model 206AX CPU
Simon Glass
sjg at chromium.org
Tue Nov 25 22:46:41 CET 2014
On 24 November 2014 at 21:18, Simon Glass <sjg at chromium.org> wrote:
> Add the setup code for the CPU so that it can be used at full speed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/x86/cpu/ivybridge/Makefile | 1 +
> arch/x86/cpu/ivybridge/bd82x6x.c | 6 +
> arch/x86/cpu/ivybridge/model_206ax.c | 514 ++++++++++++++++++++++++++
> arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 3 +
> arch/x86/include/asm/msr-index.h | 2 +
> include/fdtdec.h | 1 +
> lib/fdtdec.c | 1 +
> 7 files changed, 528 insertions(+)
> create mode 100644 arch/x86/cpu/ivybridge/model_206ax.c
Applied to u-boot-x86.
More information about the U-Boot
mailing list