summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/libski
Commit message (Collapse)AuthorAgeFilesLines
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-5/+0
| | | | | should go away on ia64, we should be loader metadata based since that is the only way we can boot (loader, skiload).
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.peter2001-11-191-0/+1
|
* 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-152-0/+20
|
* Remove dead code.dfr2001-09-151-37/+0
|
* Update code which creates bootinfo.dfr2001-09-133-2/+101
|
* Add a version of the loader which runs under SKI, the HP ia64 simulator.dfr2001-09-1213-0/+1408
This loader is quite functional and can load and run kernels. The kernels don't quite work right after loading but that should be easily fixable.
OpenPOWER on IntegriCloud