| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: 314547, 314770, 314828, 314891, 314956, 314962, 315235 | dexuan | 2017-03-30 | 1 | -4/+150 |
* | MFC 304018: Add defines needed to export SMBIOS serial numbers | jhb | 2016-08-19 | 1 | -0/+12 |
* | MFC r296769: boot/efi: Prefer nm to objdump | emaste | 2016-04-11 | 1 | -3/+3 |
* | MFC: r292563 | marius | 2016-04-04 | 3 | -7/+7 |
* | MFC: r287299 [1] | marius | 2016-02-22 | 1 | -23/+502 |
* | Merge from current r294767,294769,295408 | imp | 2016-02-11 | 1 | -13/+184 |
* | Catch the EFI loader up to the latest ZFS Boot Environment Menu features | allanjude | 2016-02-10 | 1 | -0/+33 |
* | MFC r294068, r294265 | smh | 2016-01-28 | 4 | -1/+122 |
* | MFC r281060, r294060, r294291, r294493, r294284: | smh | 2016-01-28 | 2 | -32/+68 |
* | MFC r281169, r293724, r293796, r294029, r294041, r294058 | smh | 2016-01-28 | 10 | -21/+34 |
* | MFC r293274: | smh | 2016-01-25 | 1 | -2/+2 |
* | MFC r293245: loader.efi style(9) cleanup | emaste | 2016-01-20 | 1 | -35/+29 |
* | MFC r293233: loader.efi: add terminal emulation support | emaste | 2016-01-20 | 1 | -1/+2 |
* | MFC r292584: | ian | 2016-01-19 | 1 | -2/+25 |
* | MFC r293244: Introduce and use new EFI_ERROR_CODE macro for EFI errors | emaste | 2016-01-18 | 2 | -5/+4 |
* | MFC r293165: loader.efi: support non-contiguous console modes | emaste | 2016-01-18 | 1 | -2/+3 |
* | MFC r287930: Various small cleanups to EFI loader Makefiles. | emaste | 2016-01-18 | 1 | -2/+1 |
* | MFC r281524 by andrew@: Use MACHINE in the efi loader when it is what we mean | emaste | 2016-01-07 | 1 | -7/+7 |
* | loader.efi: combine GetMemoryMap and ExitBootServices and retry on error | emaste | 2016-01-07 | 3 | -52/+56 |
* | MFC r281138: SMBIOS support for EFI | emaste | 2016-01-07 | 2 | -1/+16 |
* | MFC r288372: Use EFI page size constants instead of hardcoding 4096 | emaste | 2016-01-07 | 1 | -3/+3 |
* | MFC r287934: Increase EFI staging size from 32MB to 48MB | emaste | 2016-01-07 | 1 | -1/+1 |
* | MFC r280950: Move the efi loaders to be under sys/boot/efi | emaste | 2016-01-07 | 17 | -0/+1966 |
* | This file was repocopied to src/sys/boot/ia64/efi. | marcel | 2004-11-23 | 4 | -740/+0 |
* | Remove struct ia64_itir and use a plain old uint64_t instead. | marcel | 2004-11-21 | 1 | -3/+4 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 1 | -20/+16 |
* | Catch up with change to <machine/pte.h>. | marcel | 2004-08-10 | 1 | -9/+8 |
* | Fix the creation of EFI images that got broken by the import of | marcel | 2004-07-20 | 1 | -2/+2 |
* | Don't create a mapfile during link. It's not needed for the build. | marcel | 2004-02-13 | 1 | -2/+2 |
* | Tidy up makefiles. | ru | 2004-02-12 | 1 | -72/+20 |
* | Don't hardcode unit 0 for the current device if we're loaded from an | marcel | 2003-08-02 | 1 | -17/+8 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 2 | -8/+4 |
* | Speed up debugging in the context of unexpected traps by printing | marcel | 2003-03-01 | 1 | -5/+6 |
* | Consistently use NOFORTH to control the usage of ficl. | obrien | 2003-02-26 | 1 | -4/+3 |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 1 | -1/+1 |
* | Add command `hcdp'. This command dumps the DIG64 HCDP table if one | marcel | 2002-12-18 | 1 | -0/+75 |
* | Pass the HCDP table address to the kernel. If no such table exists, | marcel | 2002-12-10 | 2 | -14/+6 |
* | Change the startup code to fix a memory leak and to allow us to | marcel | 2002-12-10 | 1 | -19/+3 |
* | o Make all GUID variables global to maximize reuse. | marcel | 2002-12-10 | 1 | -21/+32 |
* | The boot manager sets the watchdog timer to 5 minutes before invoking | marcel | 2002-12-08 | 1 | -6/+10 |
* | Remove a left-over virtual mapping of uncached I/O port space. | marcel | 2002-11-28 | 1 | -0/+3 |
* | MFp4: | marcel | 2002-11-24 | 1 | -5/+24 |
* | Disable loader ufs support. It causes the loader to crash on the Itanium2 | peter | 2002-07-20 | 1 | -1/+1 |
* | Fix printf format errors | peter | 2002-07-20 | 1 | -2/+2 |
* | -ffreestanding is the word. | obrien | 2002-05-10 | 1 | -0/+1 |
* | We must not let install(1) strip loader.efi when installing it, or the | peter | 2002-04-07 | 1 | -0/+1 |
* | Set BINDIR | peter | 2002-04-07 | 1 | -0/+1 |
* | Add loader bootforth infrastructure and install it. | peter | 2002-04-07 | 1 | -4/+20 |
* | Try and tidy up some very loose ends with paths to various libraries etc. | peter | 2002-04-06 | 1 | -3/+15 |
* | Do not assume that ${OBJCOPY} variable exists. It was hidden by the | peter | 2002-04-06 | 1 | -0/+1 |