summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
Commit message (Expand)AuthorAgeFilesLines
* MFC: 314547, 314770, 314828, 314891, 314956, 314962, 315235dexuan2017-03-301-4/+150
* MFC 304018: Add defines needed to export SMBIOS serial numbersjhb2016-08-191-0/+12
* MFC r296769: boot/efi: Prefer nm to objdumpemaste2016-04-111-3/+3
* MFC: r292563marius2016-04-043-7/+7
* MFC: r287299 [1]marius2016-02-221-23/+502
* Merge from current r294767,294769,295408imp2016-02-111-13/+184
* Catch the EFI loader up to the latest ZFS Boot Environment Menu featuresallanjude2016-02-101-0/+33
* MFC r294068, r294265smh2016-01-284-1/+122
* MFC r281060, r294060, r294291, r294493, r294284:smh2016-01-282-32/+68
* MFC r281169, r293724, r293796, r294029, r294041, r294058smh2016-01-2810-21/+34
* MFC r293274:smh2016-01-251-2/+2
* MFC r293245: loader.efi style(9) cleanupemaste2016-01-201-35/+29
* MFC r293233: loader.efi: add terminal emulation supportemaste2016-01-201-1/+2
* MFC r292584:ian2016-01-191-2/+25
* MFC r293244: Introduce and use new EFI_ERROR_CODE macro for EFI errorsemaste2016-01-182-5/+4
* MFC r293165: loader.efi: support non-contiguous console modesemaste2016-01-181-2/+3
* MFC r287930: Various small cleanups to EFI loader Makefiles.emaste2016-01-181-2/+1
* 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
OpenPOWER on IntegriCloud