summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* Fix ia64 build failures in EFI platformsmh2016-02-111-1/+2
* Leave temporary ia64 loader.sym behind if the build failsemaste2016-01-201-1/+0
* MFC r264400,r265836:ngie2014-12-312-2/+2
* MFC r263005 by royger: howto_names: unify declarationemaste2014-09-041-23/+1
* Hook in new files menusets.4th and manual.dteske2012-11-071-1/+1
* Don't build the ski loader anymore. The code is not deleted just yet,marcel2012-08-181-1/+6
* Wire the kernel text RWX, rather than RX. We're not quite readymarcel2011-11-171-1/+1
* o Bump the EFI loader version to 3.1.marcel2011-06-073-3/+68
* 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-302-11/+22
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-036-51/+135
* Make the ski loader functional again after the previous set of changes.marcel2011-04-032-31/+31
* MFaltix:marcel2011-03-1611-139/+409
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-182-12/+12
|\
| * For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-052-2/+2
| * For sys/boot/ia64/efi and sys/boot/ia64/ski, modify their linker scriptsdim2010-11-052-4/+4
|/
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-233-9/+9
* Use the kernel's start address to determine what to map. This allowsmarcel2010-07-072-3/+6
* Add command-line option -dev to set the default value of the currdevmarcel2010-01-182-14/+58
* Remove debugging printf(). There's no need to print the imagemarcel2010-01-101-2/+0
* Remove file system support based on the simple file system protocolmarcel2010-01-092-3/+7
* Import ACPICA 20090521.jkim2009-06-051-1/+1
* Fix build when WITH_SSP is set explicitly.ru2009-02-213-4/+3
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-254-0/+6
* Have the processor defer all faults and exceptions for controlmarcel2007-05-271-1/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-23/+23
* 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-0524-1479/+738
* Properly calculate the checksum of the APIC table.marcel2006-11-031-1/+2
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-025-15/+12
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-022-10/+0
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-123-3/+3
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-4/+10
* Remove ELF dynamic tag definitions that aren't used. Ideally,marcel2006-01-181-21/+2
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-171-18/+13
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-222-4/+16
* Start each of the license/copyright comments with /*-imp2005-01-0510-10/+10
* NOFORTH -> NO_FORTHru2004-12-212-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-012-8/+0
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-281-23/+10
* Add efimd.c. This file contains MD code used by the EFI library. Whilemarcel2004-11-282-2/+47
* Hookup the efi subdirectory.marcel2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.marcel2004-11-231-38/+32
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-211-3/+4
* Added support for the -D boot option.ru2004-09-301-0/+3
* Remove. This file was repocopied to ../ski.marcel2004-09-2424-2614/+0
OpenPOWER on IntegriCloud