summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/ski
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-131-2/+2
* Tidy up makefiles.ru2004-02-121-48/+10
* Fix the build of libski now that we use the "official" MADT tablemarcel2003-12-091-37/+25
* Implement PAL_HALT_LIGHT now that the kernel halts the processormarcel2003-11-091-0/+9
* Do not strip skiload when installed. The stripped binary does not loadmarcel2003-11-091-0/+1
* Use __FBSDID().obrien2003-09-089-17/+24
* Fix the ski loader, broken by the gcc upgrade. Update the linkermarcel2003-07-174-131/+115
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-011-3/+3
* Remove `#ifndef lint' left behind after previous change.marcel2003-04-041-1/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-037-27/+14
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-261-6/+4
* Simplify page alignment.marcel2003-02-201-11/+4
* Remove special casing for running in the simulator from the kernelmarcel2003-02-018-26/+659
* SSC calls use break immediate 0x80000. 0x80001 only works formarcel2003-02-011-1/+1
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-1/+1
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-201-0/+2
* o Remove namespace pollution from param.h:marcel2002-05-192-0/+3
* -ffreestanding is the word.obrien2002-05-101-0/+1
* Set BINDIRpeter2002-04-071-0/+1
* Make it a bit closer to the EFI build and tie up some loose ends.peter2002-04-061-12/+4
* Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64peter2002-04-061-1/+1
* Pass the address of the bootinfo block to the kernel in registermarcel2002-03-302-5/+5
* Fix the beforeinstall target. We install ${PROG}.help if loader.helpmarcel2002-03-291-4/+1
* Duplicate the logic used elsewhere to define LIBSTAND.marcel2002-03-281-2/+11
* Add -ffreestanding to avoid printf/puts/putchar conversionspeter2002-03-191-0/+1
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-5/+0
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.peter2001-11-191-0/+1
* Make this 'make obj' safepeter2001-09-261-1/+5
* Add definition of SSC_GET_RTC.dfr2001-09-201-0/+1
* Implement time().dfr2001-09-191-1/+113
* Add a fake memory descriptor for the I/O port space.dfr2001-09-151-1/+7
* Fill in the bootinfo's memory map.dfr2001-09-151-0/+18
* Remove dead code.dfr2001-09-151-37/+0
* Update code which creates bootinfo.dfr2001-09-133-2/+101
* A command file for SKI which runs the loader up to the first instructiondfr2001-09-121-0/+16
* Add a version of the loader which runs under SKI, the HP ia64 simulator.dfr2001-09-1216-0/+1776
OpenPOWER on IntegriCloud