
29 Jan
2015
29 Jan
'15
12:44 a.m.
On 27 January 2015 at 21:13, Simon Glass sjg@chromium.org wrote:
If the BIOS emulator is not available, allow use of native execution if available, and vice versa. This can be controlled by the caller.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Rename pci_rom_emul_t to pci_rom_emul
arch/x86/cpu/ivybridge/gma.c | 3 ++- drivers/pci/pci_rom.c | 32 +++++++++++++++++++++++++------- drivers/video/vesa_fb.c | 6 +++--- include/pci_rom.h | 15 +++++++++++++-- 4 files changed, 43 insertions(+), 13 deletions(-)
Applied to u-boot-x86.