summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert r293903smh2016-01-141-1/+0
* Fix GCC warnings causing build failure after r293724smh2016-01-141-0/+1
* Enable warnings in EFI boot codesmh2016-01-121-0/+1
* loader.efi: add terminal emulation supportemaste2016-01-061-0/+1
* Disable the use of floating-point and vector registers in the loader. Theyandrew2015-05-051-0/+3
* Use MACHINE in the efi loader when it is what we mean, it may not be theandrew2015-04-141-1/+1
* Move the x86 specific files to be built in the amd64 loader.efi. This willandrew2015-03-151-4/+0
* Merge ^/head r279893 through r279984.dim2015-03-141-1/+1
|\
| * The System V ABI for amd64 allows functions to use space in a 128 bytejhb2015-03-131-1/+1
* | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' fordim2015-01-281-3/+2
|/
* Add support for serial and null console to UEFI boot loader.ambrisko2014-09-121-0/+4
* Supress clang warning for FreeBSD printf %b and %D formatssbruno2014-07-221-0/+4
* Add -fPIC for amd64emaste2014-04-031-0/+3
* Add amd64 EFI headersemaste2014-03-131-1/+1
* MF tbemd: move to using specific architecture makefilesimp2010-08-231-1/+1
* Remove file system support based on the simple file system protocolmarcel2010-01-091-2/+2
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-051-14/+3
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-281-9/+9
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-131-5/+0
* Tidy up makefiles.ru2004-02-121-11/+4
* sys/ia64/ia64/pal.s has been repocopied to pal.S.ru2003-07-021-1/+1
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-101-1/+1
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* -ffreestanding is the word.obrien2002-05-101-1/+1
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-191-0/+4
* Pick up pal.s from the kernel sources.dfr2001-09-241-1/+3
* * Flesh out elf_exec and bootinfo.dfr2001-09-221-1/+1
* Add ELF backend to the build.dfr2001-09-141-1/+1
* Add a libstand filesystem for accessing EFI native filesystems.dfr2001-09-071-1/+1
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-091-0/+36
OpenPOWER on IntegriCloud