Re: [U-Boot] [PATCH v2 19/22] x86: pci: Allow conditionally run VGA rom in S3

2017-04-26 Thread Bin Meng
On Mon, Apr 24, 2017 at 11:38 AM, Simon Glass wrote: > On 21 April 2017 at 08:24, Bin Meng wrote: >> 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 >>

Re: [U-Boot] [PATCH v2 19/22] x86: pci: Allow conditionally run VGA rom in S3

2017-04-23 Thread Simon Glass
On 21 April 2017 at 08:24, Bin Meng wrote: > 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 > --- > > Changes in v2: None > > arch/x86/Kconfig | 12 >

[U-Boot] [PATCH v2 19/22] x86: pci: Allow conditionally run VGA rom in S3

2017-04-21 Thread Bin Meng
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 --- Changes in v2: None arch/x86/Kconfig | 12 drivers/pci/pci_rom.c | 14 ++ 2 files changed, 26 insertions(+) diff