summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.peter2001-11-192-0/+2
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedmarcel2001-10-291-0/+3
* Call ExitBootServices and disable interrupts before we start hackingdfr2001-10-251-11/+12
* Add the two sections used for PLT entries to the text and sdata sectionsdfr2001-10-251-0/+2
* Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tdfr2001-10-242-6/+40
* s/alpha/${MACHINE_ARCH}/gmarcel2001-10-081-1/+1
* Make this 'make obj' safepeter2001-09-262-2/+10
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupledfr2001-09-251-8/+3
* Add commands to dump the itrs and dtrs.dfr2001-09-241-0/+148
* Return the mapkey which EFI gave us when we read the memory map - we needdfr2001-09-241-1/+3
* Tidy up a little - don't try to print anything or enable interrupts afterdfr2001-09-241-51/+24
* Add commands to dump the configuration tables and the SAL System Table.dfr2001-09-231-4/+116
* Add EFI network support.dfr2001-09-223-3/+13
* * Flesh out elf_exec and bootinfo.dfr2001-09-222-38/+492
* Add definition of SSC_GET_RTC.dfr2001-09-202-0/+2
* Implement time().dfr2001-09-192-2/+226
* Add a fake memory descriptor for the I/O port space.dfr2001-09-152-2/+14
* Fill in the bootinfo's memory map.dfr2001-09-153-0/+38
* Remove dead code.dfr2001-09-152-74/+0
* Plug in ELF backend.dfr2001-09-141-1/+1
* Add ELF backend to the build.dfr2001-09-141-7/+1
* Make this do the right thing (mostly). We should still reserve the pagesdfr2001-09-141-5/+13
* Update code which creates bootinfo.dfr2001-09-136-4/+202
* A command file for SKI which runs the loader up to the first instructiondfr2001-09-122-0/+32
* Add a version of the loader which runs under SKI, the HP ia64 simulator.dfr2001-09-1235-1/+3631
* Add missing entry to memory type name table and adjust field widths.dfr2001-09-081-2/+3
* Add a command 'memmap' to print out the EFI memory map.dfr2001-09-081-0/+75
* Hook up the native EFI filesystem reader.dfr2001-09-071-1/+2
* Set currdev and loaddev variables.dfr2001-09-071-4/+4
* Reformat.dfr2001-09-071-139/+140
* Merge linker set relocations with the rest.dfr2001-09-051-0/+1
* Enable bootforth.dfr2001-09-041-1/+1
* Make sure we copy over the linker set sections to the EFI executable.dfr2001-09-041-0/+1
* Make this build again after breakage from previous commits.dfr2001-07-101-6/+6
* style(9) and remove a left over Alpha commentobrien2001-06-162-27/+30
* style cleanupobrien2001-06-161-22/+23
* style(9) + fix FreeBSD id's.obrien2001-06-161-9/+11
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-141-11/+2
* Move the first section up one page. The firmware bogusly uses the firstdfr2001-06-101-0/+1
* Remove a 'return' statement which I put in while I was trying to debugdfr2001-06-101-1/+0
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-099-0/+1189
* Add "empty" makefile. Cross-building fails without it.marcel2000-12-081-0/+5
OpenPOWER on IntegriCloud