aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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-105/+106
* 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
* Simplify page alignment.Marcel Moolenaar2003-02-203-33/+12
* Remove special casing for running in the simulator from the kernelMarcel Moolenaar2003-02-0119-53/+1385
* SSC calls use break immediate 0x80000. 0x80001 only works forMarcel Moolenaar2003-02-012-2/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-193-3/+3
* Add command `hcdp'. This command dumps the DIG64 HCDP table if oneMarcel Moolenaar2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,Marcel Moolenaar2002-12-103-14/+9
* Change the startup code to fix a memory leak and to allow us toMarcel Moolenaar2002-12-101-19/+3
* o Make all GUID variables global to maximize reuse.Marcel Moolenaar2002-12-101-21/+32
* Remove _putchar, _puts and _puthex. These functions are unused.Marcel Moolenaar2002-12-101-101/+2
* The boot manager sets the watchdog timer to 5 minutes before invokingMarcel Moolenaar2002-12-081-6/+10
* Remove a left-over virtual mapping of uncached I/O port space.Marcel Moolenaar2002-11-282-17/+3
* MFp4:Marcel Moolenaar2002-11-241-5/+24
* o Fix a size calculation based on a 8KB page, while under EFIMarcel Moolenaar2002-10-242-16/+35
* At great personal risk, add a __packed and __aligned(x) define thatPeter Wemm2002-09-232-2/+2
* Disable loader ufs support. It causes the loader to crash on the Itanium2Peter Wemm2002-07-201-1/+1