summaryrefslogtreecommitdiff
path: root/sys/boot/efi/libefi/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Disable the use of floating-point and vector registers in the loader. TheyAndrew Turner2015-05-051-0/+3
* Use MACHINE in the efi loader when it is what we mean, it may not be theAndrew Turner2015-04-141-1/+1
* Move the x86 specific files to be built in the amd64 loader.efi. This willAndrew Turner2015-03-151-4/+0
* Merge ^/head r279893 through r279984.Dimitry Andric2015-03-141-1/+1
|\
| * The System V ABI for amd64 allows functions to use space in a 128 byteJohn Baldwin2015-03-131-1/+1
* | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' forDimitry Andric2015-01-281-3/+2
|/
* Add support for serial and null console to UEFI boot loader.Doug Ambrisko2014-09-121-0/+4
* Supress clang warning for FreeBSD printf %b and %D formatsSean Bruno2014-07-221-0/+4
* Add -fPIC for amd64Ed Maste2014-04-031-0/+3
* Add amd64 EFI headersEd Maste2014-03-131-1/+1
* MF tbemd: move to using specific architecture makefilesWarner Losh2010-08-231-1/+1
* Remove file system support based on the simple file system protocolMarcel Moolenaar2010-01-091-2/+2
* Major rework of the ia64 loaders. The two primary objectives are:Marcel Moolenaar2006-11-051-14/+3
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()Marcel Moolenaar2004-11-281-9/+9
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* o Don't build with -fpic. It's not needed and inconsistent with howMarcel Moolenaar2004-02-131-5/+0
* Tidy up makefiles.Ruslan Ermilov2004-02-121-11/+4
* sys/ia64/ia64/pal.s has been repocopied to pal.S.Ruslan Ermilov2003-07-021-1/+1
* Change the startup code to fix a memory leak and to allow us toMarcel Moolenaar2002-12-101-1/+1
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-3/+0
* -ffreestanding is the word.David E. O'Brien2002-05-101-1/+1
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thePeter Wemm2001-11-191-0/+4
* Pick up pal.s from the kernel sources.Doug Rabson2001-09-241-1/+3
* * Flesh out elf_exec and bootinfo.Doug Rabson2001-09-221-1/+1
* Add ELF backend to the build.Doug Rabson2001-09-141-1/+1
* Add a libstand filesystem for accessing EFI native filesystems.Doug Rabson2001-09-071-1/+1
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-091-0/+36