summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.marcel2014-07-077-1413/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* Bump the loader version to 3.2 after various dosfs fixes (in particular).marcel2013-12-191-0/+1
* o Bump the EFI loader version to 3.1.marcel2011-06-073-3/+68
* Turn PBVM page table entries into PTEs so that they can be insertedmarcel2011-04-301-3/+9
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-031-1/+3
* MFaltix:marcel2011-03-163-61/+139
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-181-6/+6
|\
| * For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-051-1/+1
| * For sys/boot/ia64/efi and sys/boot/ia64/ski, modify their linker scriptsdim2010-11-051-2/+2
|/
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-5/+5
* Use the kernel's start address to determine what to map. This allowsmarcel2010-07-071-0/+2
* Add command-line option -dev to set the default value of the currdevmarcel2010-01-182-14/+58
* Remove debugging printf(). There's no need to print the imagemarcel2010-01-101-2/+0
* Remove file system support based on the simple file system protocolmarcel2010-01-092-3/+7
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-1/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+1
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-055-71/+143
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-2/+2
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-5/+0
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+5
* Remove ELF dynamic tag definitions that aren't used. Ideally,marcel2006-01-181-21/+2
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-171-18/+13
* Start each of the license/copyright comments with /*-imp2005-01-052-2/+2
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Add efimd.c. This file contains MD code used by the EFI library. Whilemarcel2004-11-282-2/+47
* This file was repocopied from src/sys/boot/efi/loader.marcel2004-11-231-38/+32
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-211-3/+4
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-231-20/+16
* Catch up with change to <machine/pte.h>.marcel2004-08-101-9/+8
* 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-202-3/+3
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-131-2/+2
* Tidy up makefiles.ru2004-02-121-72/+20
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-021-17/+8
* Have the linker script look more like the default linker scriptmarcel2003-07-171-46/+39
* Use __FBSDID rather than rcsid[].obrien2003-04-032-8/+4
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-011-5/+6
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-261-4/+3
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* Add command `hcdp'. This command dumps the DIG64 HCDP table if onemarcel2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-102-14/+6
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-101-19/+3
* o Make all GUID variables global to maximize reuse.marcel2002-12-101-21/+32
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-101-101/+2
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-081-6/+10
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-281-0/+3
* MFp4:marcel2002-11-241-5/+24
OpenPOWER on IntegriCloud