summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* MFaltix:marcel2011-03-161-1/+1
* Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix themarcel2011-03-161-1/+1
* Handle memory allocation failures in include().brucec2011-02-231-1/+1
* Help static analysis by initializing variables that we know cannot bemarcel2011-01-062-0/+2
* MF tbemd: move to using specific architecture makefilesimp2010-08-231-1/+1
* Remove file system support based on the simple file system protocolmarcel2010-01-093-443/+267
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-0513-1312/+516
* Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is alwaysmarcel2006-11-031-1/+1
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-023-9/+6
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-121-1/+1
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+8
* Start each of the license/copyright comments with /*-imp2005-01-052-2/+2
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-4/+0
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-282-32/+19
* This file was repocopied to src/sys/boot/ia64/efi.marcel2004-11-232-387/+0
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-231-13/+5
* o Support the REL32LSB relocation. It's in the ELF file from whichmarcel2004-07-201-9/+18
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-201-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Reset the text attributes when initializing the console. The EFImarcel2004-03-091-0/+1
* o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-131-5/+0
* Tidy up makefiles.ru2004-02-121-11/+4
* Convert to __FBSDID.obrien2004-01-045-10/+15
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-022-1/+15
* Have the linker script look more like the default linker scriptmarcel2003-07-171-46/+39
* sys/ia64/ia64/pal.s has been repocopied to pal.S.ru2003-07-021-1/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-011-3/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-036-24/+12
* Paranoia: Don't use the length of the option string alone tomarcel2003-03-011-1/+1
* Increase the block size for reading and writing from 8KB to 1MB andmarcel2003-02-261-4/+7
* Simplify page alignment.marcel2003-02-201-11/+4
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-102-0/+17
* The exit() function has been moved to libefi.c to better deal withmarcel2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-102-2/+131
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-101-101/+2
* In efi_cons_poll we check if a key is present (pending) by checkingmarcel2002-12-081-4/+10
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-281-17/+0
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-243-17/+36
* Fix printf format errorspeter2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.peter2002-07-201-5/+20
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-201-0/+2
* o Remove namespace pollution from param.h:marcel2002-05-192-0/+3
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* -ffreestanding is the word.obrien2002-05-101-1/+1
* Improve self-relocation:marcel2002-04-211-105/+135
* Allocate sufficient pages to hold the bootinfo block and stopmarcel2002-04-191-7/+10
* Finally fix loader completely for IA64. efifs_stat() wasn't settingpeter2002-04-111-0/+2
OpenPOWER on IntegriCloud