commit | 4c59f95327966b83981cb53371a854570a01e8d9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 20:56:40 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 07:11:17 2014 -0700 |
tree | 9abbcb2d8b8f336ea0cae2e492a3b7c84cf40f85 | |
parent | ad6edca379117d52da373818a5db3027da2ad14b [diff] |
bios_emulator: Add vesa support and allow ROMs to be passed in as data As well as locating the ROM on the PCI bus, allow the ROM to be supplied to the emulator. Split the init up a little so that callers can supply their own interrupt routines. Also allow a vesa mode to be provided, to be selected once the BIOS run is complete. Signed-off-by: Simon Glass <sjg@chromium.org>