]> git.sur5r.net Git - u-boot/commit
x86: ivybridge: Move graphics init much later
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:20 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:16 +0000 (12:08 +0800)
commit17e0a9ab087e05f75075eb45251bd2011dd7d419
treeccf585ccfef182937667a01e1c1d10cea3dfc1b6
parentf633efa30f6119c9cecb045e7edeb01554800d84
x86: ivybridge: Move graphics init much later

We don't need to init the graphics controller so early. Move it alongside
the other graphics setup, just before we run the ROM.

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
arch/x86/cpu/ivybridge/gma.c