aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Add support to the efi boot1 and loader for 32-bit ARM. This will be usedAndrew Turner2015-04-061-1/+3
* SMBIOS support for EFI.Rui Paulo2015-04-061-1/+5
* Add FDT support to loader.efi. This will be used on arm and arm64.Andrew Turner2015-04-051-2/+12
* Move the efi loaders to be under sys/boot/efi. This will help us addAndrew Turner2015-04-011-0/+106
* This file was repocopied to src/sys/boot/ia64/efi.Marcel Moolenaar2004-11-231-71/+0
* Fix the creation of EFI images that got broken by the import ofMarcel Moolenaar2004-07-201-2/+2
* Don't create a mapfile during link. It's not needed for the build.Marcel Moolenaar2004-02-131-2/+2
* Tidy up makefiles.Ruslan Ermilov2004-02-121-72/+20
* Consistently use NOFORTH to control the usage of ficl.David E. O'Brien2003-02-261-4/+3
* -ffreestanding is the word.David E. O'Brien2002-05-101-0/+1
* We must not let install(1) strip loader.efi when installing it, or thePeter Wemm2002-04-071-0/+1
* Set BINDIRPeter Wemm2002-04-071-0/+1
* Add loader bootforth infrastructure and install it.Peter Wemm2002-04-071-4/+20
* Try and tidy up some very loose ends with paths to various libraries etc.Peter Wemm2002-04-061-3/+15
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thePeter Wemm2002-04-061-0/+1
* Fix self hosted loader building. When you use a self configured gcc, itPeter Wemm2002-04-061-1/+0
* Use a relative path to libstand.. /usr/src/lib/libstand may not existPeter Wemm2002-04-041-1/+1
* Only install the help file if we can find it. Use ${BASE}.helpMarcel Moolenaar2002-03-311-4/+1
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.Marcel Moolenaar2002-03-281-4/+4
* s/alpha/${MACHINE_ARCH}/gMarcel Moolenaar2001-10-081-1/+1
* Add EFI network support.Doug Rabson2001-09-221-2/+3
* Enable bootforth.Doug Rabson2001-09-041-1/+1
* Make sure we copy over the linker set sections to the EFI executable.Doug Rabson2001-09-041-0/+1
* Make this build again after breakage from previous commits.Doug Rabson2001-07-101-6/+6
* style cleanupDavid E. O'Brien2001-06-161-22/+23
* Nuke old gensetdefs based linker sets with extreme prejudicePeter Wemm2001-06-141-11/+2
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-091-0/+102