summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* MFC r286967 by imp: use -mno-aes and -mno-avx flags only with Clangemaste2016-01-111-1/+2
* Move -msoft-float compiler flag into x86/i386 cases to fix ia64emaste2016-01-111-1/+3
* MFC r281027: Clean up more x86 only options in the efi code.emaste2016-01-112-4/+15
* MFC r281524 by andrew@: Use MACHINE in the efi loader when it is what we meanemaste2016-01-074-14/+16
* loader.efi: combine GetMemoryMap and ExitBootServices and retry on erroremaste2016-01-073-52/+56
* MFC r281138: SMBIOS support for EFIemaste2016-01-072-1/+16
* MFC r288372: Use EFI page size constants instead of hardcoding 4096emaste2016-01-071-3/+3
* MFC r287934: Increase EFI staging size from 32MB to 48MBemaste2016-01-071-1/+1
* MFC r292576: boot1.efi: show EFI error number, not full status valueemaste2016-01-071-3/+6
* MFC r280950: Move the efi loaders to be under sys/boot/efiemaste2016-01-0724-0/+2698
* MFC r280047: build x86-specific files in amd64 loader.efiemaste2015-12-211-4/+0
* MFC r278234: EFI: print more information about EFI Tables.emaste2015-12-161-20/+32
* MFC r274439: Add the FDT table GUID.emaste2015-12-161-0/+2
* MFC r285246: Avoid creating invalid UEFI device pathemaste2015-07-281-5/+18
* MFC 279950:jhb2015-04-091-1/+1
* MFC 279949:jhb2015-04-091-1/+1
* MFC r272105: Remove duplicated header contentemaste2014-09-301-119/+0
* MFC r271762: Switch to text mode in UEFI bootemaste2014-09-222-0/+263
* MFC r271475 by ambrisko:emaste2014-09-191-0/+4
* MFC UEFI loaderemaste2014-09-0410-20/+1042
* Typo in a comment.rpaulo2012-12-071-1/+1
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-1/+5
* Build a 32-bit EFI loader on amd64. This to match the rest of themarcel2012-04-201-0/+7
* MFaltix:marcel2011-03-161-1/+1
* Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix themarcel2011-03-161-1/+1
* Handle memory allocation failures in include().brucec2011-02-231-1/+1
* Help static analysis by initializing variables that we know cannot bemarcel2011-01-062-0/+2
* MF tbemd: move to using specific architecture makefilesimp2010-08-231-1/+1
* Remove file system support based on the simple file system protocolmarcel2010-01-094-446/+268
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+2
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-0514-1318/+530
* Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is alwaysmarcel2006-11-031-1/+1
* Sync the EFI headers with version 1.10.14.62 of the Intel sample EFImarcel2006-11-0220-647/+1255
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-023-9/+6
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-121-1/+1
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+8
* Don't try to use 'typedef struct foo' if just 'struct foo' makes more sensestefanf2005-03-072-25/+1
* Fix typos in a comment.stefanf2005-03-061-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-3/+1
* Start each of the license/copyright comments with /*-imp2005-01-053-2/+5
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-4/+0
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-283-32/+21
* This file was repocopied to src/sys/boot/ia64/efi.marcel2004-11-236-1127/+0
* Unhook the loader subdirectory. The ia64 EFI loader is now buildmarcel2004-11-231-1/+1
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-211-3/+4
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-232-33/+21
* Catch up with change to <machine/pte.h>.marcel2004-08-101-9/+8
* o Support the REL32LSB relocation. It's in the ELF file from whichmarcel2004-07-201-9/+18
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-202-3/+3
OpenPOWER on IntegriCloud