summaryrefslogtreecommitdiff
path: root/efi/cp865_8x16.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/vesa: Modularise common vesa codeMatt Fleming2012-11-151-0/+293
There's lots of the vesa infrastructure that can be shared for both BIOS and EFI, so share the things that are common and split out the things that are not into firmware-specific functions and use the 'firmware' structure to access them. This commit is part of a series of changes that removes all EFI-specific code from everywhere except efi/, which means we can delete inclusion of any gnu-efi header files and remove gnu-efi paths from CFLAGS. Signed-off-by: Matt Fleming <matt.fleming@intel.com>