summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_console.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Add missing definitions for function key scancodesMichael Brown2016-02-121-0/+8
* [efi] Support displaying and hiding cursorMichael Brown2014-08-061-0/+32
* [efi] Use EFI_CONSOLE_CONTROL_PROTOCOL to set text mode if availableCurtis Larsen2014-07-161-0/+34
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-271-4/+10
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-191-2/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [console] Remove "log message" usage from interactive console defaultsMichael Brown2012-03-271-1/+1
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-261-0/+8
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [efi] Add efi_strerror()Michael Brown2008-11-191-1/+2
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-131-0/+273