summaryrefslogtreecommitdiff
path: root/sys/boot/efi/libefi/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-57/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-1/+0
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-301-3/+1
* Define new EFI variablesWarner Losh2017-10-291-8/+8
* Revert "Unify boot1 with loader" change r324646Warner Losh2017-10-171-3/+2
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-0/+1
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-1/+0
* Rename top level Makefile.ficl to ficl.mk.Warner Losh2017-10-161-1/+1
* Unify boot1 with loaderWarner Losh2017-10-161-2/+3
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-1/+0
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* Make efichar.c routines available to libefi.Warner Losh2017-08-311-1/+3
* Move EFI fmtdev functionality to libefiWarner Losh2017-08-041-1/+1
* Move EFI ZFS functions to libefiWarner Losh2017-08-041-1/+7
* Add definitions and utilities for EFI driversWarner Losh2017-08-041-1/+1
* Do not use -msoft-float with intention of disabling FP on aarch64Alexander Kabaev2017-04-071-1/+1
* efipart is also using the '%S' printf format, add -Wno-format for it.Emmanuel Vadot2017-02-071-0/+1
* loader: libefi/env.c warnings in arm buildToomas Soome2017-02-031-0/+1
* loader.efi environment related cleanupsToomas Soome2017-02-011-5/+3
* Really make WITHOUT_FORTH (MK_FORTH==no) work. The recent inclusion ofWarner Losh2016-10-251-2/+4
* Fix the build on both arm64 and when WITHOUT_FORTH is defined.Andrew Turner2016-10-251-2/+8
* Preliminary support for EFI in boot loader. Define efi-boot forthWarner Losh2016-10-241-0/+1
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-311-4/+0
* EFI loader: only open/close on the net device with tftpfsBaptiste Daroussin2016-08-231-1/+1
* Add tftpfs support for the EFI loaderBaptiste Daroussin2016-08-231-0/+4
* Do not use TERM_EMU on arm and arm64 as it doesn't behave well with serial co...Emmanuel Vadot2016-07-191-0/+4
* Use the UEFI event timer to update the time on arm and arm64. The currentAndrew Turner2016-06-041-1/+7
* Apply the printf %S band-aid for efinet.c to fix the arm64 build.John Baldwin2016-05-261-0/+7
* Add some routines for working with EFI DEVICE_PATH objects.John Baldwin2016-05-261-2/+2
* Implement UEFI set environment variable, as well as exporting the EFIWarner Losh2016-05-171-1/+1
* Revert r293903Steven Hartland2016-01-141-1/+0
* Fix GCC warnings causing build failure after r293724Steven Hartland2016-01-141-0/+1
* Enable warnings in EFI boot codeSteven Hartland2016-01-121-0/+1
* loader.efi: add terminal emulation supportEd Maste2016-01-061-0/+1
* 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