aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* o Bump the EFI loader version to 3.1.Marcel Moolenaar2011-06-073-3/+68
* Add ia64_sync_icache() and use it to make the I-cache coherentMarcel Moolenaar2011-06-074-1/+55
* Include forgotten framework changes to get some of the new menu files install...Julian Elischer2011-05-301-0/+1
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-0/+5
* Fix corner case where the size is a power of two.Marcel Moolenaar2011-05-031-1/+1
* Turn PBVM page table entries into PTEs so that they can be insertedMarcel Moolenaar2011-04-302-11/+22
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pageMarcel Moolenaar2011-04-036-51/+135
* Make the ski loader functional again after the previous set of changes.Marcel Moolenaar2011-04-032-31/+31
* Round the size, not the top address. This makes the code lessMarcel Moolenaar2011-03-151-1/+1
* Change the sz argumnt to mmu_wire() from u_int to vm_size_t. It's aMarcel Moolenaar2011-03-141-2/+3
* o Make sure the page table has a size that is mappable. Certain pageMarcel Moolenaar2011-03-132-40/+68
* Bump the version information to account for PBVM support.Marcel Moolenaar2011-03-112-0/+2
* Implement Pre-Boot Virtual Memory (PBVM). There's no 1-to-1 mappingMarcel Moolenaar2011-03-116-100/+341
* Merge svn+ssh://svn.freebsd.org/base/head@218875Marcel Moolenaar2011-02-202-12/+12
|\
| * Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-182-12/+12
| |\
| | * For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so theDimitry Andric2010-12-052-2/+2
| | * For sys/boot/ia64/efi and sys/boot/ia64/ski, modify their linker scriptsDimitry Andric2010-11-052-4/+4
| |/
* | Merge svn+ssh://svn.freebsd.org/base/head@214309Marcel Moolenaar2010-10-263-9/+9
|\|
| * MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...Warner Losh2010-08-233-9/+9
* | Merge svn+ssh://svn.freebsd.org/base/head@209779Marcel Moolenaar2010-07-071-0/+2
|\|
| * Use the kernel's start address to determine what to map. This allowsMarcel Moolenaar2010-07-072-3/+6
* | Rather than assume we need to wire the first 256MB, wire the 256MBMarcel Moolenaar2010-03-201-3/+4
* | Add ia64_elf_obj to file_formats[] and unify the SKI and EFIMarcel Moolenaar2010-03-145-39/+37
|/
* Add command-line option -dev to set the default value of the currdevMarcel Moolenaar2010-01-182-14/+58
* Remove debugging printf(). There's no need to print the imageMarcel Moolenaar2010-01-101-2/+0
* Remove file system support based on the simple file system protocolMarcel Moolenaar2010-01-092-3/+7
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+1
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-213-4/+3
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-254-0/+6
* 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