aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* 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-105-14/+24
* The exit() function has been moved to libefi.c to better deal withMarcel Moolenaar2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us toMarcel Moolenaar2002-12-104-22/+138
* o Make all GUID variables global to maximize reuse.Marcel Moolenaar2002-12-101-21/+32
* Build EFI with -fshort-wchar so that L"some string" works with theMarcel Moolenaar2002-12-101-1/+1
* Remove _putchar, _puts and _puthex. These functions are unused.Marcel Moolenaar2002-12-101-101/+2
* Add the GUID of the DIG64 HCDP table.Marcel Moolenaar2002-12-081-0/+3
* The boot manager sets the watchdog timer to 5 minutes before invokingMarcel Moolenaar2002-12-081-6/+10
* In efi_cons_poll we check if a key is present (pending) by checkingMarcel Moolenaar2002-12-081-4/+10
* Remove a left-over virtual mapping of uncached I/O port space.Marcel Moolenaar2002-11-282-17/+3
* MFp4:Marcel Moolenaar2002-11-241-5/+24
* o Fix a size calculation based on a 8KB page, while under EFIMarcel Moolenaar2002-10-243-17/+36
* Turn on -WformatPeter Wemm2002-07-201-1/+1
* Fix printf format errorsPeter Wemm2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.Peter Wemm2002-07-201-5/+20
* 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-201-0/+2
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-192-0/+3
* An almost mechanical sweep to replace C++ style comments with CMarcel Moolenaar2002-05-1916-609/+480
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* 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-102-1/+2
* Improve self-relocation:Marcel Moolenaar2002-04-211-105/+135
* Allocate sufficient pages to hold the bootinfo block and stopMarcel Moolenaar2002-04-191-7/+10
* Finally fix loader completely for IA64. efifs_stat() wasn't settingPeter Wemm2002-04-111-0/+2
* 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-062-8/+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-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 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 initialization of the protocol:Marcel Moolenaar2002-03-301-2/+68
* Don't blindly dereference f->f_devdata as if it's always a pointer toMarcel Moolenaar2002-03-301-1/+6
* o Make efinet_put a blocking call by waiting for the protocolMarcel Moolenaar2002-03-291-12/+22
* 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
* Add EFI write support to loaderPeter Wemm2002-03-191-2/+30
* Add -ffreestanding to avoid printf/puts/putchar conversionsPeter Wemm2002-03-191-0/+1
* Boot from efifs first.Peter Wemm2002-03-191-1/+1
* gcc-3.1 likes to have extra { } around the internal array initializers inPeter Wemm2002-03-191-5/+5