
21 Jan
2016
21 Jan
'16
7:54 a.m.
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass sjg@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@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@gmail.com