x86: pci: Allow conditionally run VGA rom in S3
authorBin Meng <bmeng.cn@gmail.com>
Fri, 21 Apr 2017 14:24:46 +0000 (07:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 17 May 2017 09:11:46 +0000 (17:11 +0800)
commit68769ebcbc892c85e9a1ffff09bbc6e4877f2d1f
tree69f4f802e1557b7584309e6c5639449ed5d8fe37
parent82a5648f5604709ae405b7faf23e68dc700b58d9
x86: pci: Allow conditionally run VGA rom in S3

Introduce a new CONFIG_S3_VGA_ROM_RUN option so that U-Boot can
bypass executing VGA roms in S3.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Stefan Roese <sr@denx.de>
arch/x86/Kconfig
drivers/pci/pci_rom.c