x86: Bring up northbridge, pch and lpc after the CPUs
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:30 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:17 +0000 (12:08 +0800)
commitac643e0363b4fe32e2742ede8084fc9999bd0bfb
treeaf422f0ea01c1c6237d55be758723b57f008567d
parent8b674418e0250aae9748d9b53fe4c9d9607b7e36
x86: Bring up northbridge, pch and lpc after the CPUs

These devices currently need to be inited early in boot. Once we have the
init in the right places (with each device doing its own init and no
problems with ordering) we should be able to remove this. For now it is
needed to keep things working.

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