summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace misuse of NULL with 0UL.marcel2004-09-241-3/+3
* Remove the dependency on the Intel EFI headers in sys/boot/efi. Insteadmarcel2004-09-241-110/+111
* Unhook libski and skiload and hook up ski.marcel2004-09-241-1/+1
* Post repocopy build fixes.marcel2004-09-243-20/+25
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-232-33/+21
* Remove useless include of <machine/fpu.h>.marcel2004-09-182-4/+0
* Catch up with change to <machine/pte.h>.marcel2004-08-101-9/+8
* o Support the REL32LSB relocation. It's in the ELF file from whichmarcel2004-07-201-9/+18
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-202-3/+3
* Remove advertising clause from University of California Regent's license,imp2004-04-053-12/+0
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-133-6/+6
* o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-131-5/+0
* Tidy up makefiles.ru2004-02-125-181/+47
* Convert to __FBSDID.obrien2004-01-043-6/+9
* Fix the build of libski now that we use the "official" MADT tablemarcel2003-12-092-74/+50
* Implement PAL_HALT_LIGHT now that the kernel halts the processormarcel2003-11-092-0/+18
* Do not strip skiload when installed. The stripped binary does not loadmarcel2003-11-092-0/+2
* Use __FBSDID().obrien2003-09-0819-35/+48
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-021-17/+8
* Fix the ski loader, broken by the gcc upgrade. Update the linkermarcel2003-07-178-262/+230
* Have the linker script look more like the default linker scriptmarcel2003-07-171-46/+39
* pal_stub.s has been repo-copied to pal_stub.S.ru2003-07-022-66/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-013-9/+9
* Remove `#ifndef lint' left behind after previous change.marcel2003-04-042-2/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-0318-70/+37
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-011-5/+6
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-263-16/+11
* Simplify page alignment.marcel2003-02-203-33/+12
* Remove special casing for running in the simulator from the kernelmarcel2003-02-0119-53/+1385
* SSC calls use break immediate 0x80000. 0x80001 only works formarcel2003-02-012-2/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-193-3/+3
* Add command `hcdp'. This command dumps the DIG64 HCDP table if onemarcel2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-103-14/+9
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-101-19/+3
* o Make all GUID variables global to maximize reuse.marcel2002-12-101-21/+32
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-101-101/+2
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-081-6/+10
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-282-17/+3
* MFp4:marcel2002-11-241-5/+24
OpenPOWER on IntegriCloud