aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* MFaltix:Marcel Moolenaar2011-03-161-1/+1
|\
| * Merge svn+ssh://svn.freebsd.org/base/head@219553Marcel Moolenaar2011-03-121-1/+1
| |\
| * | Bump the heap size to 2MB. We typically have the memory for it, so there'sMarcel Moolenaar2011-03-111-1/+1
* | | Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix theMarcel Moolenaar2011-03-161-1/+1
| |/ |/|
* | Handle memory allocation failures in include().Rebecca Cran2011-02-231-1/+1
|/
* Help static analysis by initializing variables that we know cannot beMarcel Moolenaar2011-01-062-0/+2
* MF tbemd: move to using specific architecture makefilesWarner Losh2010-08-231-1/+1
* Remove file system support based on the simple file system protocolMarcel Moolenaar2010-01-094-446/+268
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+2
* Major rework of the ia64 loaders. The two primary objectives are:Marcel Moolenaar2006-11-0514-1318/+530
* Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is alwaysMarcel Moolenaar2006-11-031-1/+1
* Sync the EFI headers with version 1.10.14.62 of the Intel sample EFIMarcel Moolenaar2006-11-0220-647/+1255
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-023-9/+6
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-121-1/+1
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-221-2/+8
* Don't try to use 'typedef struct foo' if just 'struct foo' makes more senseStefan Farfeleder2005-03-072-25/+1
* Fix typos in a comment.Stefan Farfeleder2005-03-061-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-3/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-053-2/+5
* 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-283-32/+21
* This file was repocopied to src/sys/boot/ia64/efi.Marcel Moolenaar2004-11-236-1127/+0
* Unhook the loader subdirectory. The ia64 EFI loader is now buildMarcel Moolenaar2004-11-231-1/+1
* Remove struct ia64_itir and use a plain old uint64_t instead.Marcel Moolenaar2004-11-211-3/+4
* 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-232-33/+21
* Catch up with change to <machine/pte.h>.Marcel Moolenaar2004-08-101-9/+8
* 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-202-3/+3
* 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
* Don't create a mapfile during link. It's not needed for the build.Marcel Moolenaar2004-02-131-2/+2
* 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-123-83/+27
* Convert to __FBSDID.David E. O'Brien2004-01-045-10/+15
* Fix typo in comment.John Baldwin2003-12-101-1/+1
* Don't hardcode unit 0 for the current device if we're loaded from anMarcel Moolenaar2003-08-023-18/+23
* 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-038-32/+16
* Speed up debugging in the context of unexpected traps by printingMarcel Moolenaar2003-03-011-5/+6
* 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
* Consistently use NOFORTH to control the usage of ficl.David E. O'Brien2003-02-261-4/+3
* Simplify page alignment.Marcel Moolenaar2003-02-201-11/+4
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
* Add command `hcdp'. This command dumps the DIG64 HCDP table if oneMarcel Moolenaar2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,Marcel Moolenaar2002-12-105-14/+24
* The exit() function has been moved to libefi.c to better deal withMarcel Moolenaar2002-12-101-39/+0