[U-Boot] [PATCH v3 5/8] x86: ivybridge: Add northbridge init functions
Simon Glass
sjg at chromium.org
Tue Nov 25 22:46:50 CET 2014
On 24 November 2014 at 21:18, Simon Glass <sjg at chromium.org> wrote:
> Add init for the northbridge, another part of the platform controller hub.
>
> 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 | 2 +
> arch/x86/cpu/ivybridge/northbridge.c | 188 ++++++++++++++++++++++
> arch/x86/include/asm/arch-ivybridge/model_206ax.h | 4 +
> arch/x86/include/asm/arch-ivybridge/sandybridge.h | 13 +-
> 5 files changed, 207 insertions(+), 1 deletion(-)
> create mode 100644 arch/x86/cpu/ivybridge/northbridge.c
Applied to u-boot-x86.
More information about the U-Boot
mailing list