x86: ivybridge: Move LPC and PCH init into northbridge probe()
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:17 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:16 +0000 (12:08 +0800)
commit977a59189303277a7ec3906cc91d93ed440ca52e
treeca761f4077dd5e744e163bdb8e0530afdf4128b6
parent655925a9c5bd756140f21dd935d1aca092ab7a01
x86: ivybridge: Move LPC and PCH init into northbridge probe()

Move more code into the northbridge probe() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/ivybridge/early_init.c