aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the beforeinstall target. We install ${PROG}.help if loader.helpMarcel Moolenaar2002-03-292-8/+2
* o Don't include sys/cdefs.hMarcel Moolenaar2002-03-281-1/+0
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.Marcel Moolenaar2002-03-281-4/+4
* Duplicate the logic used elsewhere to define LIBSTAND.Marcel Moolenaar2002-03-282-4/+22
* Add -ffreestanding to avoid printf/puts/putchar conversionsPeter Wemm2002-03-193-0/+3
* Boot from efifs first.Peter Wemm2002-03-191-1/+1
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thePeter Wemm2001-11-191-0/+2
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfoPeter Wemm2001-11-193-16/+0
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.Peter Wemm2001-11-192-0/+2
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedMarcel Moolenaar2001-10-291-0/+3
* Call ExitBootServices and disable interrupts before we start hackingDoug Rabson2001-10-251-11/+12
* Add the two sections used for PLT entries to the text and sdata sectionsDoug Rabson2001-10-251-0/+2
* Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tDoug Rabson2001-10-242-6/+40
* s/alpha/${MACHINE_ARCH}/gMarcel Moolenaar2001-10-081-1/+1
* Make this 'make obj' safePeter Wemm2001-09-262-2/+10
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupleDoug Rabson2001-09-251-8/+3
* Add commands to dump the itrs and dtrs.Doug Rabson2001-09-241-0/+148
* Return the mapkey which EFI gave us when we read the memory map - we needDoug Rabson2001-09-241-1/+3
* Tidy up a little - don't try to print anything or enable interrupts afterDoug Rabson2001-09-241-51/+24
* Add commands to dump the configuration tables and the SAL System Table.Doug Rabson2001-09-231-4/+116
* Add EFI network support.Doug Rabson2001-09-223-3/+13
* * Flesh out elf_exec and bootinfo.Doug Rabson2001-09-222-38/+492
* Add definition of SSC_GET_RTC.Doug Rabson2001-09-202-0/+2
* Implement time().Doug Rabson2001-09-192-2/+226
* Add a fake memory descriptor for the I/O port space.Doug Rabson2001-09-152-2/+14
* Fill in the bootinfo's memory map.Doug Rabson2001-09-153-0/+38