summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-2/+2
* -ffreestanding is the word.obrien2002-05-101-0/+1
* Improve self-relocation:marcel2002-04-211-105/+135
* We must not let install(1) strip loader.efi when installing it, or thepeter2002-04-071-0/+1
* Set BINDIRpeter2002-04-071-0/+1
* Add loader bootforth infrastructure and install it.peter2002-04-071-4/+20
* Try and tidy up some very loose ends with paths to various libraries etc.peter2002-04-061-3/+15
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thepeter2002-04-061-0/+1
* Fix self hosted loader building. When you use a self configured gcc, itpeter2002-04-062-4/+4
* Use a relative path to libstand.. /usr/src/lib/libstand may not existpeter2002-04-041-1/+1
* Only install the help file if we can find it. Use ${BASE}.helpmarcel2002-03-311-4/+1
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-301-0/+2
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-301-8/+28
* The EFI loader has been improved a lot since it was first added.marcel2002-03-301-0/+2
* o Don't include sys/cdefs.hmarcel2002-03-281-1/+0
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.marcel2002-03-281-4/+4
* Boot from efifs first.peter2002-03-191-1/+1
* Add the two sections used for PLT entries to the text and sdata sectionsdfr2001-10-251-0/+2
* Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tdfr2001-10-242-6/+40
* s/alpha/${MACHINE_ARCH}/gmarcel2001-10-081-1/+1
OpenPOWER on IntegriCloud