summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/common
Commit message (Expand)AuthorAgeFilesLines
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+8
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-4/+0
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-281-23/+10
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-231-13/+5
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Convert to __FBSDID.obrien2004-01-043-6/+9
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-011-3/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* Simplify page alignment.marcel2003-02-201-11/+4
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-101-0/+3
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-281-17/+0
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-242-16/+35
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-201-0/+2
* o Remove namespace pollution from param.h:marcel2002-05-192-0/+3
* Allocate sufficient pages to hold the bootinfo block and stopmarcel2002-04-191-7/+10
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-301-1/+1
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-191-0/+2
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-6/+0
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedmarcel2001-10-291-0/+3
* Call ExitBootServices and disable interrupts before we start hackingdfr2001-10-251-11/+12
* Return the mapkey which EFI gave us when we read the memory map - we needdfr2001-09-241-1/+3
* Tidy up a little - don't try to print anything or enable interrupts afterdfr2001-09-241-51/+24
* * Flesh out elf_exec and bootinfo.dfr2001-09-222-38/+492
* Add ELF backend to the build.dfr2001-09-141-7/+1
* Make this do the right thing (mostly). We should still reserve the pagesdfr2001-09-141-5/+13
* Reformat.dfr2001-09-071-139/+140
* style(9) + fix FreeBSD id's.obrien2001-06-161-9/+11
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-093-0/+441
OpenPOWER on IntegriCloud