aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-221-2/+8
* Start each of the license/copyright comments with /*-Warner Losh2005-01-052-2/+2
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-4/+0
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()Marcel Moolenaar2004-11-282-32/+19
* This file was repocopied to src/sys/boot/ia64/efi.Marcel Moolenaar2004-11-232-387/+0
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-231-13/+5
* o Support the REL32LSB relocation. It's in the ELF file from whichMarcel Moolenaar2004-07-201-9/+18
* Fix the creation of EFI images that got broken by the import ofMarcel Moolenaar2004-07-201-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Reset the text attributes when initializing the console. The EFIMarcel Moolenaar2004-03-091-0/+1
* o Don't build with -fpic. It's not needed and inconsistent with howMarcel Moolenaar2004-02-131-5/+0
* Tidy up makefiles.Ruslan Ermilov2004-02-121-11/+4
* Convert to __FBSDID.David E. O'Brien2004-01-045-10/+15
* Don't hardcode unit 0 for the current device if we're loaded from anMarcel Moolenaar2003-08-022-1/+15
* Have the linker script look more like the default linker scriptMarcel Moolenaar2003-07-171-46/+39
* sys/ia64/ia64/pal.s has been repocopied to pal.S.Ruslan Ermilov2003-07-021-1/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-011-3/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-036-24/+12
* Paranoia: Don't use the length of the option string alone toMarcel Moolenaar2003-03-011-1/+1
* Increase the block size for reading and writing from 8KB to 1MB andMarcel Moolenaar2003-02-261-4/+7
* Simplify page alignment.Marcel Moolenaar2003-02-201-11/+4
* Pass the HCDP table address to the kernel. If no such table exists,Marcel Moolenaar2002-12-102-0/+17
* The exit() function has been moved to libefi.c to better deal withMarcel Moolenaar2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us toMarcel Moolenaar2002-12-102-2/+131
* Remove _putchar, _puts and _puthex. These functions are unused.Marcel Moolenaar2002-12-101-101/+2
* In efi_cons_poll we check if a key is present (pending) by checkingMarcel Moolenaar2002-12-081-4/+10
* Remove a left-over virtual mapping of uncached I/O port space.Marcel Moolenaar2002-11-281-17/+0
* o Fix a size calculation based on a 8KB page, while under EFIMarcel Moolenaar2002-10-243-17/+36
* Fix printf format errorsPeter Wemm2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.Peter Wemm2002-07-201-5/+20
* Add boot_serial and boot_multicons variables to set RB_SERIAL andPeter Wemm2002-06-201-0/+2
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-192-0/+3
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-3/+0
* -ffreestanding is the word.David E. O'Brien2002-05-101-1/+1
* Improve self-relocation:Marcel Moolenaar2002-04-211-105/+135
* Allocate sufficient pages to hold the bootinfo block and stopMarcel Moolenaar2002-04-191-7/+10
* Finally fix loader completely for IA64. efifs_stat() wasn't settingPeter Wemm2002-04-111-0/+2
* Fix self hosted loader building. When you use a self configured gcc, itPeter Wemm2002-04-061-3/+4
* Pass the physical address of the bootinfo block to the kernel inMarcel Moolenaar2002-03-301-1/+1
* Fix the initialization of the protocol:Marcel Moolenaar2002-03-301-2/+68
* Don't blindly dereference f->f_devdata as if it's always a pointer toMarcel Moolenaar2002-03-301-1/+6
* o Make efinet_put a blocking call by waiting for the protocolMarcel Moolenaar2002-03-291-12/+22
* o Don't include sys/cdefs.hMarcel Moolenaar2002-03-281-1/+0
* Add EFI write support to loaderPeter Wemm2002-03-191-2/+30
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thePeter Wemm2001-11-194-0/+67
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfoPeter Wemm2001-11-191-6/+0
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedMarcel Moolenaar2001-10-291-0/+3