[U-Boot] [PATCH v2 26/55] x86: ivybridge: Move northbridge and PCH init into drivers

Bin Meng bmeng.cn at gmail.com
Thu Jan 21 07:54:44 CET 2016


On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> Instead of calling the northbridge and PCH init from bd82x6x_init_extra()
> when the PCI bus is probed, call it from the respective drivers. Also drop
> the Northbridge init as it has no effect. The registers it touches appear to
> be read-only.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/x86/cpu/ivybridge/bd82x6x.c              | 42 ---------------------------
>  arch/x86/cpu/ivybridge/northbridge.c          | 16 +++++++---
>  arch/x86/include/asm/arch-ivybridge/bd82x6x.h |  1 -
>  board/google/chromebook_link/link.c           |  8 -----
>  4 files changed, 12 insertions(+), 55 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list