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

2017-04-13 Thread Simon Glass
Hi Bin, On 13 April 2017 at 04:00, Bin Meng wrote: > Hi Simon, > > On Wed, Mar 22, 2017 at 4:07 AM, Simon Glass wrote: >> Hi, >> >> On 16 March 2017 at 08:26, Bin Meng wrote: >>> Introduce a new CONFIG_S3_VGA_ROM_RUN option so that U-Boot can >>> bypass executing VGA roms in S3. >>> >>> Signed-

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

2017-04-13 Thread Bin Meng
Hi Simon, On Wed, Mar 22, 2017 at 4:07 AM, Simon Glass wrote: > Hi, > > On 16 March 2017 at 08:26, 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 >> --- >> >> arch/x86/Kconfig | 12 ++

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

2017-03-21 Thread Simon Glass
Hi, On 16 March 2017 at 08:26, 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 > --- > > arch/x86/Kconfig | 12 > drivers/pci/pci_rom.c | 14 ++ > 2 files changed, 26 i

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

2017-03-16 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 --- arch/x86/Kconfig | 12 drivers/pci/pci_rom.c | 14 ++ 2 files changed, 26 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig in