commit | f689808abf34a6ff62899645f5b6ae4bb35bc87f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:18:01 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:24:59 2015 -0800 |
tree | e82349763dfc4754ed822f4061b0287f67d78337 | |
parent | ed33cb810eff481207c92332d23072321b4163b2 [diff] |
x86: video: Add debug option to time the BIOS copy 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>