aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-044-4/+4
* Catch up with change to <machine/pte.h>.Marcel Moolenaar2004-08-101-9/+8
* Fix the creation of EFI images that got broken by the import ofMarcel Moolenaar2004-07-201-2/+2
* Don't create a mapfile during link. It's not needed for the build.Marcel Moolenaar2004-02-131-2/+2
* Tidy up makefiles.Ruslan Ermilov2004-02-121-72/+20
* Don't hardcode unit 0 for the current device if we're loaded from anMarcel Moolenaar2003-08-021-17/+8
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-032-8/+4
* Speed up debugging in the context of unexpected traps by printingMarcel Moolenaar2003-03-011-5/+6
* Consistently use NOFORTH to control the usage of ficl.David E. O'Brien2003-02-261-4/+3
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
* Add command `hcdp'. This command dumps the DIG64 HCDP table if oneMarcel Moolenaar2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,Marcel Moolenaar2002-12-102-14/+6
* Change the startup code to fix a memory leak and to allow us toMarcel Moolenaar2002-12-101-19/+3
* o Make all GUID variables global to maximize reuse.Marcel Moolenaar2002-12-101-21/+32
* The boot manager sets the watchdog timer to 5 minutes before invokingMarcel Moolenaar2002-12-081-6/+10
* Remove a left-over virtual mapping of uncached I/O port space.Marcel Moolenaar2002-11-281-0/+3
* MFp4:Marcel Moolenaar2002-11-241-5/+24
* 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
* -ffreestanding is the word.David E. O'Brien2002-05-101-0/+1
* We must not let install(1) strip loader.efi when installing it, or thePeter Wemm2002-04-071-0/+1
* Set BINDIRPeter Wemm2002-04-071-0/+1
* Add loader bootforth infrastructure and install it.Peter Wemm2002-04-071-4/+20
* Try and tidy up some very loose ends with paths to various libraries etc.Peter Wemm2002-04-061-3/+15
* 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-061-1/+0
* 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 physical address of the bootinfo block to the kernel inMarcel Moolenaar2002-03-301-0/+2
* 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
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.Marcel Moolenaar2002-03-281-4/+4
* Boot from efifs first.Peter Wemm2002-03-191-1/+1
* s/alpha/${MACHINE_ARCH}/gMarcel Moolenaar2001-10-081-1/+1
* 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
* 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
* Plug in ELF backend.Doug Rabson2001-09-141-1/+1
* Add missing entry to memory type name table and adjust field widths.Doug Rabson2001-09-081-2/+3
* Add a command 'memmap' to print out the EFI memory map.Doug Rabson2001-09-081-0/+75
* Hook up the native EFI filesystem reader.Doug Rabson2001-09-071-1/+2
* Set currdev and loaddev variables.Doug Rabson2001-09-071-4/+4
* Enable bootforth.Doug Rabson2001-09-041-1/+1
* Make sure we copy over the linker set sections to the EFI executable.Doug Rabson2001-09-041-0/+1
* Make this build again after breakage from previous commits.Doug Rabson2001-07-101-6/+6
* style(9) and remove a left over Alpha commentDavid E. O'Brien2001-06-162-27/+30
* style cleanupDavid E. O'Brien2001-06-161-22/+23
* Nuke old gensetdefs based linker sets with extreme prejudicePeter Wemm2001-06-141-11/+2
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-094-0/+331