summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-021-17/+8
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-011-5/+6
* 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-101-14/+4
* 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
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-081-6/+10
* MFp4:marcel2002-11-241-5/+24
* Fix printf format errorspeter2002-07-201-2/+2
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-301-8/+28
* 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-221-0/+2
* 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
* Set currdev and loaddev variables.dfr2001-09-071-4/+4
* style(9) and remove a left over Alpha commentobrien2001-06-161-13/+15
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-091-0/+134
OpenPOWER on IntegriCloud