summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/common
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.marcel2014-07-078-1158/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* howto_names: unify declarationroyger2014-03-111-23/+1
* Hook in new files menusets.4th and manual.dteske2012-11-071-1/+1
* Wire the kernel text RWX, rather than RX. We're not quite readymarcel2011-11-171-1/+1
* Add ia64_sync_icache() and use it to make the I-cache coherentmarcel2011-06-074-1/+55
* Include forgotten framework changes to get some of the new menu files install...julian2011-05-301-0/+1
* New boot loader menus from Devin Teske.julian2011-05-281-0/+5
* Fix corner case where the size is a power of two.marcel2011-05-031-1/+1
* Turn PBVM page table entries into PTEs so that they can be insertedmarcel2011-04-301-8/+13
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-033-47/+127
* MFaltix:marcel2011-03-164-52/+250
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-2/+2
* Use the kernel's start address to determine what to map. This allowsmarcel2010-07-071-3/+4
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+2
* Have the processor defer all faults and exceptions for controlmarcel2007-05-271-1/+1
* Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part ofmarcel2006-11-192-8/+0
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-057-499/+483
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-4/+4
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-121-1/+1
* 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