summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupledfr2001-09-251-8/+3
* Add commands to dump the itrs and dtrs.dfr2001-09-241-0/+148
* Add commands to dump the configuration tables and the SAL System Table.dfr2001-09-231-4/+116
* Add EFI network support.dfr2001-09-223-3/+13
* Plug in ELF backend.dfr2001-09-141-1/+1
* Add missing entry to memory type name table and adjust field widths.dfr2001-09-081-2/+3
* Add a command 'memmap' to print out the EFI memory map.dfr2001-09-081-0/+75
* Hook up the native EFI filesystem reader.dfr2001-09-071-1/+2
* Set currdev and loaddev variables.dfr2001-09-071-4/+4
* Merge linker set relocations with the rest.dfr2001-09-051-0/+1
* Enable bootforth.dfr2001-09-041-1/+1
* Make sure we copy over the linker set sections to the EFI executable.dfr2001-09-041-0/+1
* Make this build again after breakage from previous commits.dfr2001-07-101-6/+6
* style(9) and remove a left over Alpha commentobrien2001-06-162-27/+30
* style cleanupobrien2001-06-161-22/+23
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-141-11/+2
* Move the first section up one page. The firmware bogusly uses the firstdfr2001-06-101-0/+1
* Remove a 'return' statement which I put in while I was trying to debugdfr2001-06-101-1/+0
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-096-0/+748
OpenPOWER on IntegriCloud