aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* Have the processor defer all faults and exceptions for controlMarcel Moolenaar2007-05-271-1/+1
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-23/+23
* Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part ofMarcel Moolenaar2006-11-192-8/+0
* Major rework of the ia64 loaders. The two primary objectives are:Marcel Moolenaar2006-11-0524-1479/+738
* Properly calculate the checksum of the APIC table.Marcel Moolenaar2006-11-031-1/+2
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-025-15/+12
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-022-10/+0
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-123-3/+3
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-172-4/+10
* Remove ELF dynamic tag definitions that aren't used. Ideally,Marcel Moolenaar2006-01-181-21/+2
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.Marcel Moolenaar2006-01-171-18/+13
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-222-4/+16
* Start each of the license/copyright comments with /*-Warner Losh2005-01-0510-10/+10
* NOFORTH -> NO_FORTHRuslan Ermilov2004-12-212-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-012-8/+0
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()Marcel Moolenaar2004-11-281-23/+10
* Add efimd.c. This file contains MD code used by the EFI library. WhileMarcel Moolenaar2004-11-282-2/+47
* Hookup the efi subdirectory.Marcel Moolenaar2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.Marcel Moolenaar2004-11-231-38/+32
* Remove struct ia64_itir and use a plain old uint64_t instead.Marcel Moolenaar2004-11-211-3/+4
* Added support for the -D boot option.Ruslan Ermilov2004-09-301-0/+3
* Remove. This file was repocopied to ../ski.Marcel Moolenaar2004-09-2424-2614/+0
* Replace misuse of NULL with 0UL.Marcel Moolenaar2004-09-241-3/+3
* Remove the dependency on the Intel EFI headers in sys/boot/efi. InsteadMarcel Moolenaar2004-09-241-110/+111
* Unhook libski and skiload and hook up ski.Marcel Moolenaar2004-09-241-1/+1
* Post repocopy build fixes.Marcel Moolenaar2004-09-243-20/+25
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-232-33/+21
* Remove useless include of <machine/fpu.h>.Marcel Moolenaar2004-09-182-4/+0
* Catch up with change to <machine/pte.h>.Marcel Moolenaar2004-08-101-9/+8
* o Support the REL32LSB relocation. It's in the ELF file from whichMarcel Moolenaar2004-07-201-9/+18
* Fix the creation of EFI images that got broken by the import ofMarcel Moolenaar2004-07-202-3/+3
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-053-12/+0
* Don't create a mapfile during link. It's not needed for the build.Marcel Moolenaar2004-02-133-6/+6
* o Don't build with -fpic. It's not needed and inconsistent with howMarcel Moolenaar2004-02-131-5/+0
* Tidy up makefiles.Ruslan Ermilov2004-02-125-181/+47
* Convert to __FBSDID.David E. O'Brien2004-01-043-6/+9
* Fix the build of libski now that we use the "official" MADT tableMarcel Moolenaar2003-12-092-74/+50
* Implement PAL_HALT_LIGHT now that the kernel halts the processorMarcel Moolenaar2003-11-092-0/+18
* Do not strip skiload when installed. The stripped binary does not loadMarcel Moolenaar2003-11-092-0/+2
* Use __FBSDID().David E. O'Brien2003-09-0819-35/+48
* Don't hardcode unit 0 for the current device if we're loaded from anMarcel Moolenaar2003-08-021-17/+8
* Fix the ski loader, broken by the gcc upgrade. Update the linkerMarcel Moolenaar2003-07-178-262/+230
* Have the linker script look more like the default linker scriptMarcel Moolenaar2003-07-171-46/+39
* pal_stub.s has been repo-copied to pal_stub.S.Ruslan Ermilov2003-07-022-66/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-013-9/+9
* Remove `#ifndef lint' left behind after previous change.Marcel Moolenaar2003-04-042-2/+0
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-0318-70/+37
* Speed up debugging in the context of unexpected traps by printingMarcel Moolenaar2003-03-011-5/+6
* Consistently use NOFORTH to control the usage of ficl.David E. O'Brien2003-02-263-16/+11