summaryrefslogtreecommitdiff
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix printf format errorsPeter Wemm2002-07-201-2/+2
* Add boot_serial and boot_multicons variables to set RB_SERIAL andPeter Wemm2002-06-203-0/+6
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-196-0/+9
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-3/+0
* -ffreestanding is the word.David E. O'Brien2002-05-104-1/+4
* Improve self-relocation:Marcel Moolenaar2002-04-211-105/+135
* Allocate sufficient pages to hold the bootinfo block and stopMarcel Moolenaar2002-04-191-7/+10
* We must not let install(1) strip loader.efi when installing it, or thePeter Wemm2002-04-071-0/+1
* Set BINDIRPeter Wemm2002-04-073-0/+3
* Add loader bootforth infrastructure and install it.Peter Wemm2002-04-071-4/+20
* Make it a bit closer to the EFI build and tie up some loose ends.Peter Wemm2002-04-064-25/+12
* Try and tidy up some very loose ends with paths to various libraries etc.Peter Wemm2002-04-061-3/+15
* Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64Peter Wemm2002-04-062-2/+2
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thePeter Wemm2002-04-061-0/+1
* Fix self hosted loader building. When you use a self configured gcc, itPeter Wemm2002-04-062-4/+4
* Use a relative path to libstand.. /usr/src/lib/libstand may not existPeter Wemm2002-04-041-1/+1
* Only install the help file if we can find it. Use ${BASE}.helpMarcel Moolenaar2002-03-311-4/+1
* Pass the address of the bootinfo block to the kernel in registerMarcel Moolenaar2002-03-304-10/+10
* Pass the physical address of the bootinfo block to the kernel inMarcel Moolenaar2002-03-302-1/+3
* Add a quick and dirty way to determine where we're loaded from. WeMarcel Moolenaar2002-03-301-8/+28
* The EFI loader has been improved a lot since it was first added.Marcel Moolenaar2002-03-301-0/+2