summaryrefslogtreecommitdiff
path: root/efi/main.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Merge cleanupGene Cumm2015-09-101-3/+3
|\
| * efi: fix pointer-type mismatch assigment warningSylvain Gault2015-08-261-1/+1
| * efi: fix warnings about argument typesSylvain Gault2015-08-261-2/+2
* | efi: Change status check when draining keyboardOliver Wagner2015-09-021-1/+1
|/
* efi/main: set/check for NULL in efi_create_binding()Patrick Masotta2015-08-011-2/+2
* efi: Hunt for service binding handle if neededGene Cumm2015-07-191-7/+39
* efi: add efi_get_MAC()Gene Cumm2015-07-191-0/+36
* efi: rename pxe_handle to image_device_handleGene Cumm2015-07-191-7/+7
* efi/main.c: don't close handle earlyPatrick Masotta2015-06-271-3/+0
* efi/pxe: Reuse handleGene Cumm2015-06-251-24/+16
* efi: Tag __syslinux_adv* with __exportMatt Fleming2014-06-241-2/+2
* Merge branch 'nocomapi'syslinux-6.03-pre7H. Peter Anvin2014-03-031-4/+0
|\
| * comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-131-4/+0
* | shuffler: Actually get the shuffler size sanelysyslinux-6.03-pre4H. Peter Anvin2014-02-271-1/+0
|/
* efi: Suspicious size reduction in emallocSylvain Gault2014-02-131-3/+1
* efi: Add Intel copyright noticesfirmwareMatt Fleming2014-01-241-0/+4
* efi/: Fix displayed version; add DATEGene Cumm2013-10-311-2/+3
* efi: implement LOCALBOOTsyslinux-6.02-pre16Matt Fleming2013-08-021-1/+10
* memscan: build a linked list of memory scannersMatt Fleming2013-07-171-5/+9
* efi: restore console before invoking handover_boot()syslinux-6.02-pre3Matt Fleming2013-07-091-0/+1
* efi: setup ramdisk before invoking handover protocolMatt Fleming2013-07-091-3/+3
* efi: Convert printf() to Print()Matt Fleming2013-07-091-1/+1
* Merge branch 'kernel-loader' into for-hpa/elflink/firmwareMatt Fleming2013-07-081-232/+310
|\
| * efi, console: save/restore attributes before exitingMatt Fleming2013-07-081-1/+5
| * efi: move all screen twiddling to setup_screen()Matt Fleming2013-07-081-6/+1
| * efi: only want one linux_header variableMatt Fleming2013-07-081-17/+23
| * efi: update the correct linux_header pointer for cmdlineMatt Fleming2013-07-081-1/+1
| * efi: get rid of _bp variableMatt Fleming2013-07-081-24/+23
| * efi: refactor into smaller functionsMatt Fleming2013-07-081-170/+225
| * efi: implement Linux kernel handover protocol supportMatt Fleming2013-07-081-5/+86
| * efi: try harder to boot non-relocatable kernelsMatt Fleming2013-07-081-8/+8
| * efi: Support booting 32-bit kernels from 64-bit EFIMatt Fleming2013-06-251-64/+2
* | efi: use unsigned long to represent addressesMatt Fleming2013-07-041-2/+2
* | firmware: s/set_mode/text_mode/Matt Fleming2013-07-041-2/+2
* | efi: update derivative info on bootMatt Fleming2013-07-031-1/+4
* | Merge tag 'syslinux-5.11-pre3' into firmwaresyslinux-6.01-pre5Matt Fleming2013-06-281-1/+1
|/
* efi: Tag symbols with __exportMatt Fleming2013-06-211-1/+1
* efi: Export __bcopyxx_lenMatt Fleming2013-06-211-0/+1
* efi: delete unused varaiblessyslinux-6.00Matt Fleming2013-06-201-2/+0
* efi: return a value from sem_down()Matt Fleming2013-06-201-0/+1
* efi: provide prototype for load_env32()Matt Fleming2013-06-201-1/+1
* efi: fix a bunch of casting to different size warnings,Matt Fleming2013-06-201-4/+9
* efi: fix comparison between signed and unsigned typesMatt Fleming2013-06-201-8/+4
* efi: fix prototype of efi_erase()Matt Fleming2013-06-201-2/+1
* efi: forward declare 'struct semaphore'Matt Fleming2013-06-191-0/+1
* ipappend: delete .ipappend_strings()Matt Fleming2013-06-191-9/+0
* firmware: correct the get_cursor() argument typesMatt Fleming2013-06-191-1/+1
* efi: Turn on symbol export whitelistMatt Fleming2013-06-191-5/+5
* efi: Mark global BIOS-only symbols as __weakMatt Fleming2013-06-191-4/+0
* efi: Lookup which file system we were loaded fromMatt Fleming2013-05-101-8/+18