summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
Commit message (Expand)AuthorAgeFilesLines
* MFC r281524 by andrew@: Use MACHINE in the efi loader when it is what we meanemaste2016-01-071-7/+7
* 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 r280950: Move the efi loaders to be under sys/boot/efiemaste2016-01-0717-0/+1966
* This file was repocopied to src/sys/boot/ia64/efi.marcel2004-11-234-740/+0
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-211-3/+4
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-231-20/+16
* Catch up with change to <machine/pte.h>.marcel2004-08-101-9/+8
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-201-2/+2
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-131-2/+2
* Tidy up makefiles.ru2004-02-121-72/+20
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-021-17/+8
* Use __FBSDID rather than rcsid[].obrien2003-04-032-8/+4
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-011-5/+6
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-261-4/+3
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* Add command `hcdp'. This command dumps the DIG64 HCDP table if onemarcel2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-102-14/+6
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-101-19/+3
* o Make all GUID variables global to maximize reuse.marcel2002-12-101-21/+32
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-081-6/+10
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-281-0/+3
* MFp4:marcel2002-11-241-5/+24
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-2/+2
* -ffreestanding is the word.obrien2002-05-101-0/+1
* We must not let install(1) strip loader.efi when installing it, or thepeter2002-04-071-0/+1
* Set BINDIRpeter2002-04-071-0/+1
* Add loader bootforth infrastructure and install it.peter2002-04-071-4/+20
* Try and tidy up some very loose ends with paths to various libraries etc.peter2002-04-061-3/+15
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thepeter2002-04-061-0/+1
* Fix self hosted loader building. When you use a self configured gcc, itpeter2002-04-061-1/+0
* Use a relative path to libstand.. /usr/src/lib/libstand may not existpeter2002-04-041-1/+1
* Only install the help file if we can find it. Use ${BASE}.helpmarcel2002-03-311-4/+1
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-301-0/+2
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-301-8/+28
* The EFI loader has been improved a lot since it was first added.marcel2002-03-301-0/+2
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.marcel2002-03-281-4/+4
* Boot from efifs first.peter2002-03-191-1/+1
* s/alpha/${MACHINE_ARCH}/gmarcel2001-10-081-1/+1
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupledfr2001-09-251-8/+3
* Add commands to dump the itrs and dtrs.dfr2001-09-241-0/+148
* Add commands to dump the configuration tables and the SAL System Table.dfr2001-09-231-4/+116
* Add EFI network support.dfr2001-09-223-3/+13
* Plug in ELF backend.dfr2001-09-141-1/+1
* Add missing entry to memory type name table and adjust field widths.dfr2001-09-081-2/+3
* Add a command 'memmap' to print out the EFI memory map.dfr2001-09-081-0/+75
* Hook up the native EFI filesystem reader.dfr2001-09-071-1/+2
OpenPOWER on IntegriCloud