summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/biosboot.c
Commit message (Collapse)AuthorAgeFilesLines
* biosboot: This file is not for EFInocomapiH. Peter Anvin2014-03-131-0/+4
| | | | | | | This file causes dynamic link failures on EFI, and of course has no use in the EFI environment. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-131-0/+39
Remove the shuffle and boot comapi call. This is the last of the comapi calls left; we should now be able to completely remove the comapi support. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>