summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed.andrew2016-02-031-2/+2
* Add suppor to loader.efi to load files off hte network. For this we needandrew2016-02-021-3/+27
* Welcome the RISC-V 64-bit kernel.br2016-01-293-0/+602
* ficl on i386 should cast to unsigned char output to support efi i386allanjude2016-01-271-1/+1
* Fix mistake when transitioning to the new defines with ZFS loader. Iimp2016-01-276-8/+8
* Remove static from these two. They slipped through the cracks.imp2016-01-262-2/+2
* Allow new lines as white space for arguments that are parsed to allowimp2016-01-261-2/+2
* Read in /boot/config and /boot.config, like all the other bootimp2016-01-261-1/+37
* Parse the command line arguments, and do it before we initialize theimp2016-01-261-13/+94
* RBX_ defines are in rbx.h, move it there.imp2016-01-266-187/+6
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-2611-45/+59
* Use MAN= to specify that no man page is providedemaste2016-01-221-1/+1
* Provide busdma stubs for loader/kshimwma2016-01-222-1/+129
* Fix compilation errors in usb/kshimwma2016-01-222-1/+3
* Prevent loader.conf load failure due to unknown console entriessmh2016-01-211-27/+66
* Fix EFI UFS cachingsmh2016-01-212-92/+39
* Increase BERI boot components section alignment to 16emaste2016-01-202-6/+6
* Change DTS entry of PCIe controller for Armada38xzbb2016-01-203-130/+23
* Fix busy-detect when using DesignWare UARTzbb2016-01-204-20/+10
* Add global mpcore timer node to Armada 38x DTSzbb2016-01-201-0/+9
* Correct ranges in Armada38x dtszbb2016-01-201-2/+1
* Introduce initial support for Marvell Armada38xzbb2016-01-205-0/+1429
* Reset the filesystem cache before reading from a potentially newandrew2016-01-181-0/+1
* boot1: correct typo in error messageemaste2016-01-181-2/+2
* Fix EFI_DEBUG optionsmh2016-01-183-7/+7
* Connect the ZFS boot environment menu to the UEFI loaderallanjude2016-01-151-0/+33
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...allanjude2016-01-154-56/+34
* Add EFI ZFS boot supportsmh2016-01-1510-3/+372
* Modularise EFI boot loadersmh2016-01-157-216/+653
* Ensure boot fsread correctly probes all partitionssmh2016-01-151-1/+8
* Make common boot file_loadraw name parameter constsmh2016-01-152-8/+7
* Make it possible to specify the path to userboot.so with the -b flag.jmallett2016-01-141-4/+8
* Remove unused reg param from fdt_fixup_memorysmh2016-01-141-1/+1
* Prevent bogus compiler in ZFS boot codesmh2016-01-141-1/+7
* Only build EFI components on supported compilerssmh2016-01-143-12/+6
* Revert r293903smh2016-01-143-5/+0
* Fix GCC warnings causing build failure after r293724smh2016-01-143-0/+5
* Improve non-interactive forth cmd error reportingsmh2016-01-133-11/+37
* Fix typo in libefi.csmh2016-01-131-1/+1
* Go back to using uintptr_t, because code that actually compiles isian2016-01-131-1/+1
* Cast using uintfptr_t and eliminate the cast to uint64_t which is uneededian2016-01-121-1/+1
* Enable warnings in EFI boot codesmh2016-01-1244-124/+127
* DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_argsallanjude2016-01-111-1/+1
* Return call to init_zfs_bootenv to its previous locationallanjude2016-01-091-1/+5
* Remove hidden "Not ufs" printfs from boot codesmh2016-01-093-6/+0
* Switch EFT boot1 to use libstandsmh2016-01-092-262/+10
* Only call init_zfs_bootenv() when the system was booted with ZFSallanjude2016-01-093-15/+31
* Update dependencies.bdrewery2016-01-091-1/+0
* Reduce libstand Makefile duplicationemaste2016-01-081-129/+5
* Avoid unintended $FreeBSD$ expansion in generate-fat.shemaste2016-01-081-2/+2
OpenPOWER on IntegriCloud