| Commit message (Expand) | Author | Age | Files | Lines |
* | Major rework of the ia64 loaders. The two primary objectives are: | marcel | 2006-11-05 | 13 | -1312/+516 |
* | Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is always | marcel | 2006-11-03 | 1 | -1/+1 |
* | Extend struct devdesc with a unit field, called d_unit. Promote the | marcel | 2006-11-02 | 3 | -9/+6 |
* | Remove more Alpha bits from the boot code including fixing several | jhb | 2006-05-12 | 1 | -1/+1 |
* | Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: | ru | 2005-09-22 | 1 | -2/+8 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 2 | -2/+2 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -4/+0 |
* | o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}() | marcel | 2004-11-28 | 2 | -32/+19 |
* | This file was repocopied to src/sys/boot/ia64/efi. | marcel | 2004-11-23 | 2 | -387/+0 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 1 | -13/+5 |
* | o Support the REL32LSB relocation. It's in the ELF file from which | marcel | 2004-07-20 | 1 | -9/+18 |
* | Fix the creation of EFI images that got broken by the import of | marcel | 2004-07-20 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Reset the text attributes when initializing the console. The EFI | marcel | 2004-03-09 | 1 | -0/+1 |
* | o Don't build with -fpic. It's not needed and inconsistent with how | marcel | 2004-02-13 | 1 | -5/+0 |
* | Tidy up makefiles. | ru | 2004-02-12 | 1 | -11/+4 |
* | Convert to __FBSDID. | obrien | 2004-01-04 | 5 | -10/+15 |
* | Don't hardcode unit 0 for the current device if we're loaded from an | marcel | 2003-08-02 | 2 | -1/+15 |
* | Have the linker script look more like the default linker script | marcel | 2003-07-17 | 1 | -46/+39 |
* | sys/ia64/ia64/pal.s has been repocopied to pal.S. | ru | 2003-07-02 | 1 | -1/+1 |
* | Enable the i386 loader to load and run an amd64 kernel. If this puts | peter | 2003-05-01 | 1 | -3/+3 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 6 | -24/+12 |
* | Paranoia: Don't use the length of the option string alone to | marcel | 2003-03-01 | 1 | -1/+1 |
* | Increase the block size for reading and writing from 8KB to 1MB and | marcel | 2003-02-26 | 1 | -4/+7 |
* | Simplify page alignment. | marcel | 2003-02-20 | 1 | -11/+4 |
* | Pass the HCDP table address to the kernel. If no such table exists, | marcel | 2002-12-10 | 2 | -0/+17 |
* | The exit() function has been moved to libefi.c to better deal with | marcel | 2002-12-10 | 1 | -39/+0 |
* | Change the startup code to fix a memory leak and to allow us to | marcel | 2002-12-10 | 2 | -2/+131 |
* | Remove _putchar, _puts and _puthex. These functions are unused. | marcel | 2002-12-10 | 1 | -101/+2 |
* | In efi_cons_poll we check if a key is present (pending) by checking | marcel | 2002-12-08 | 1 | -4/+10 |
* | Remove a left-over virtual mapping of uncached I/O port space. | marcel | 2002-11-28 | 1 | -17/+0 |
* | o Fix a size calculation based on a 8KB page, while under EFI | marcel | 2002-10-24 | 3 | -17/+36 |
* | Fix printf format errors | peter | 2002-07-20 | 1 | -3/+3 |
* | Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver. | peter | 2002-07-20 | 1 | -5/+20 |
* | Add boot_serial and boot_multicons variables to set RB_SERIAL and | peter | 2002-06-20 | 1 | -0/+2 |
* | o Remove namespace pollution from param.h: | marcel | 2002-05-19 | 2 | -0/+3 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 1 | -3/+0 |
* | Back out last commit. I expect our bsd.*.mk gods to remove the need for | obrien | 2002-05-12 | 1 | -0/+3 |
* | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | obrien | 2002-05-11 | 1 | -3/+0 |
* | -ffreestanding is the word. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Improve self-relocation: | marcel | 2002-04-21 | 1 | -105/+135 |
* | Allocate sufficient pages to hold the bootinfo block and stop | marcel | 2002-04-19 | 1 | -7/+10 |
* | Finally fix loader completely for IA64. efifs_stat() wasn't setting | peter | 2002-04-11 | 1 | -0/+2 |
* | Fix self hosted loader building. When you use a self configured gcc, it | peter | 2002-04-06 | 1 | -3/+4 |
* | Pass the physical address of the bootinfo block to the kernel in | marcel | 2002-03-30 | 1 | -1/+1 |
* | Fix the initialization of the protocol: | marcel | 2002-03-30 | 1 | -2/+68 |
* | Don't blindly dereference f->f_devdata as if it's always a pointer to | marcel | 2002-03-30 | 1 | -1/+6 |
* | o Make efinet_put a blocking call by waiting for the protocol | marcel | 2002-03-29 | 1 | -12/+22 |
* | o Don't include sys/cdefs.h | marcel | 2002-03-28 | 1 | -1/+0 |