summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-242-16/+35
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-232-2/+2
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-2/+2
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-203-0/+6
* o Remove namespace pollution from param.h:marcel2002-05-196-0/+9
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* -ffreestanding is the word.obrien2002-05-104-1/+4
* Improve self-relocation:marcel2002-04-211-105/+135
* Allocate sufficient pages to hold the bootinfo block and stopmarcel2002-04-191-7/+10
* We must not let install(1) strip loader.efi when installing it, or thepeter2002-04-071-0/+1
* Set BINDIRpeter2002-04-073-0/+3
* Add loader bootforth infrastructure and install it.peter2002-04-071-4/+20
* Make it a bit closer to the EFI build and tie up some loose ends.peter2002-04-064-25/+12
* Try and tidy up some very loose ends with paths to various libraries etc.peter2002-04-061-3/+15
* Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64peter2002-04-062-2/+2
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thepeter2002-04-061-0/+1
* Fix self hosted loader building. When you use a self configured gcc, itpeter2002-04-062-4/+4
* Use a relative path to libstand.. /usr/src/lib/libstand may not existpeter2002-04-041-1/+1
* Only install the help file if we can find it. Use ${BASE}.helpmarcel2002-03-311-4/+1
* Pass the address of the bootinfo block to the kernel in registermarcel2002-03-304-10/+10
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-302-1/+3
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-301-8/+28
* The EFI loader has been improved a lot since it was first added.marcel2002-03-301-0/+2
* Fix the beforeinstall target. We install ${PROG}.help if loader.helpmarcel2002-03-292-8/+2
* o Don't include sys/cdefs.hmarcel2002-03-281-1/+0
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.marcel2002-03-281-4/+4
* Duplicate the logic used elsewhere to define LIBSTAND.marcel2002-03-282-4/+22
* Add -ffreestanding to avoid printf/puts/putchar conversionspeter2002-03-193-0/+3
* Boot from efifs first.peter2002-03-191-1/+1
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-191-0/+2
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-193-16/+0
OpenPOWER on IntegriCloud