summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Don't set the offset when loading the kernel on the arm loader.efi. Theandrew2016-02-091-1/+6
* Stop clang from generating movt/movw sequences. These don't get relocatedandrew2016-02-091-0/+8
* Ensure the bss is aligned to a 4-byte address as we use 4-byte alignedandrew2016-02-091-1/+3
* ficl: Replace rand(3) with random(3).pfg2016-02-081-1/+1
* ficl: Replace rand(3) with random(3).pfg2016-02-081-2/+2
* Implement -P for boot loader. It's a bit easier to implement here thanimp2016-02-081-3/+93
* Restore kgzldr on i386 onlyemaste2016-02-081-0/+4
* Do not set vfs.root.mountfrom unnecessarilyallanjude2016-02-071-2/+0
* Fix EFI platform build failuressmh2016-02-062-2/+2
* Fix EFI multi device boot supportsmh2016-02-055-181/+517
* 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
OpenPOWER on IntegriCloud