summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Reset the text attributes when initializing the console. The EFImarcel2004-03-091-0/+1
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-131-2/+2
* o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-131-5/+0
* Tidy up makefiles.ru2004-02-123-83/+27
* Convert to __FBSDID.obrien2004-01-045-10/+15
* Fix typo in comment.jhb2003-12-101-1/+1
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-023-18/+23
* Have the linker script look more like the default linker scriptmarcel2003-07-171-46/+39
* sys/ia64/ia64/pal.s has been repocopied to pal.S.ru2003-07-021-1/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-011-3/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-038-32/+16
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-011-5/+6
* Paranoia: Don't use the length of the option string alone tomarcel2003-03-011-1/+1
* Increase the block size for reading and writing from 8KB to 1MB andmarcel2003-02-261-4/+7
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-261-4/+3
* Simplify page alignment.marcel2003-02-201-11/+4
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* Add command `hcdp'. This command dumps the DIG64 HCDP table if onemarcel2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-105-14/+24
* The exit() function has been moved to libefi.c to better deal withmarcel2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-104-22/+138
* o Make all GUID variables global to maximize reuse.marcel2002-12-101-21/+32
* Build EFI with -fshort-wchar so that L"some string" works with themarcel2002-12-101-1/+1
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-101-101/+2
* Add the GUID of the DIG64 HCDP table.marcel2002-12-081-0/+3
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-081-6/+10
* In efi_cons_poll we check if a key is present (pending) by checkingmarcel2002-12-081-4/+10
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-282-17/+3
* MFp4:marcel2002-11-241-5/+24
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-243-17/+36
* Turn on -Wformatpeter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.peter2002-07-201-5/+20
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-2/+2
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-201-0/+2
* o Remove namespace pollution from param.h:marcel2002-05-192-0/+3
* An almost mechanical sweep to replace C++ style comments with Cmarcel2002-05-1916-614/+485
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* -ffreestanding is the word.obrien2002-05-102-1/+2
* Improve self-relocation:marcel2002-04-211-105/+135
* Allocate sufficient pages to hold the bootinfo block and stopmarcel2002-04-191-7/+10
* Finally fix loader completely for IA64. efifs_stat() wasn't settingpeter2002-04-111-0/+2
* We must not let install(1) strip loader.efi when installing it, or thepeter2002-04-071-0/+1
* Set BINDIRpeter2002-04-071-0/+1
* Add loader bootforth infrastructure and install it.peter2002-04-071-4/+20
OpenPOWER on IntegriCloud