aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/bios_interrupts.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: Add support for running option ROMs nativelySimon Glass2014-11-251-0/+217
On x86 machines we can use an emulator to run option ROMS as with other architectures. But with some additional effort (mostly due to the 16-bit nature of option ROMs) we can run them natively. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>