]> git.sur5r.net Git - u-boot/commit
x86: ivybridge: Move northbridge init into the probe() method
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:16 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:16 +0000 (12:08 +0800)
commit655925a9c5bd756140f21dd935d1aca092ab7a01
treeb45efeb3f13f2e2b6279f0b43fdb3f13b1e4e3ea
parente40a6e3f104fc632a66553e29a7ea1d4500e6189
x86: ivybridge: Move northbridge init into the probe() method

Now that we have a proper driver for the nortbridge, set it up in by probing
it, and move the early init code into the probe() method.

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