summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Try and tidy up some very loose ends with paths to various libraries etc.peter2002-04-062-8/+15
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thepeter2002-04-061-0/+1
* Fix self hosted loader building. When you use a self configured gcc, itpeter2002-04-062-4/+4
* Use a relative path to libstand.. /usr/src/lib/libstand may not existpeter2002-04-041-1/+1
* Only install the help file if we can find it. Use ${BASE}.helpmarcel2002-03-311-4/+1
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-302-1/+3
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-301-8/+28
* The EFI loader has been improved a lot since it was first added.marcel2002-03-301-0/+2
* Fix the initialization of the protocol:marcel2002-03-301-2/+68
* Don't blindly dereference f->f_devdata as if it's always a pointer tomarcel2002-03-301-1/+6
* o Make efinet_put a blocking call by waiting for the protocolmarcel2002-03-291-12/+22
* o Don't include sys/cdefs.hmarcel2002-03-281-1/+0
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.marcel2002-03-281-4/+4
* Add EFI write support to loaderpeter2002-03-191-2/+30
* Add -ffreestanding to avoid printf/puts/putchar conversionspeter2002-03-191-0/+1
* Boot from efifs first.peter2002-03-191-1/+1
* gcc-3.1 likes to have extra { } around the internal array initializers inpeter2002-03-191-5/+5
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-196-0/+108
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-6/+0
* This is used in C, not C++. functions with no args have func(void) in ourpeter2001-11-191-0/+1
* o Add new header <sys/stdint.h>.mike2001-11-021-1/+1
* 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
* Fix typo in comment.dfr2001-10-111-1/+1
* s/alpha/${MACHINE_ARCH}/gmarcel2001-10-081-1/+1
* 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-242-2/+5
OpenPOWER on IntegriCloud