Re: [U-Boot] [PATCH 08/22] x86: video: Add debug option to time the BIOS copy

2014-12-30 Thread Bin Meng
On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: > This can be very slow - typically 80ms even on a fast machine since it uses > the SPI flash to read the data. Add an option to display the time taken. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci_rom.c | 3 +++ > 1 file changed,

[U-Boot] [PATCH 08/22] x86: video: Add debug option to time the BIOS copy

2014-12-27 Thread Simon Glass
This can be very slow - typically 80ms even on a fast machine since it uses the SPI flash to read the data. Add an option to display the time taken. Signed-off-by: Simon Glass --- drivers/pci/pci_rom.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pc