aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/efi
Commit message (Expand)AuthorAgeFilesLines
* x86: fix memory cut-off when using PFN compressionJan Beulich2013-09-121-1/+2
* x86/EFI: properly handle run time memory regions outside the 1:1 mapJan Beulich2013-09-091-11/+93
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-091-3/+2
* x86: move struct bug_frame instances out of lineJan Beulich2013-08-231-1/+1
* x86/EFI: fix boot for pre-UEFI systemsEric Shelton2013-05-231-2/+4
* x86/EFI: fix buildJan Beulich2013-05-131-1/+1
* x86: Fix efi directory cleanupDaniel Kiper2013-05-071-3/+0
* x86/EFI: fix runtime call status for compat mode Dom0Jan Beulich2013-04-291-1/+1
* x86/EFI: pass boot services variable info to runtime codeJan Beulich2013-04-223-0/+56
* EFI: update error indicatorsJan Beulich2013-04-221-0/+9
* x86/EFI: permit setting variable with non-zero attributesJan Beulich2013-03-271-3/+0
* x86/EFI: simplify PCI option ROM retrievalJan Beulich2013-02-041-9/+2
* x86: support up to 16TbJan Beulich2013-01-231-1/+1
* x86/EFI: retrieve PCI ROM contents not accessible through BARsJan Beulich2013-01-173-0/+126
* x86/EFI: work around CFLAGS being passed in through environmentCharles Arnold2012-12-111-1/+1
* x86/EFI: add code interfacing with the secure boot shimJan Beulich2012-12-071-0/+19
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* x86-64/EFI: allow chaining of config filesJan Beulich2012-09-121-1/+20
* x86-64: construct static, uniform parts of page tables at build timeJan Beulich2012-09-111-23/+13
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-111-12/+1
* x86: allow early use of fixmapsJan Beulich2012-09-111-1/+9
* x86-64/EFI: add CFLAGS to check compileDaniel De Graaf2012-08-151-1/+1
* x86-64: globally use -mno-sseJan Beulich2012-01-121-1/+1
* x86/microcode: enable boot time (pre-Dom0) loadingJan Beulich2011-12-011-0/+14
* x86-64/EFI: 2.0 hypercall extensionsJan Beulich2011-09-171-1/+39
* x86-64/EFI: 2.0 header extensionsJan Beulich2011-09-171-0/+1
* x86-64/EFI: construct EDD data from device path protocol informationJan Beulich2011-08-191-1/+157
* x86: make run-time part of trampoline relocatableJan Beulich2011-08-191-11/+21
* x86: consistently serialize CMOS/RTC accesses on rtc_lockJan Beulich2011-07-191-3/+14
* efi: include irq.h to fix compile error in runtime.cOlaf Hering2011-07-161-0/+1
* x86/EFI: fix interrupt and fault handling during runtime services callsJan Beulich2011-07-011-0/+20
* x86-64: EFI MPS supportJan Beulich2011-06-282-0/+4
* x86-64: EFI runtime codeJan Beulich2011-06-285-2/+446
* x86-64: EFI boot codeJan Beulich2011-06-289-0/+1771