summaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add the missing space between .asciz directive and opening quote for someStephen J. Kiernan2016-08-111-6/+6
* Add kernel environment variables under smbios.system for the followingStephen J. Kiernan2016-08-101-0/+6
* o Remove operation in machine mode.Ruslan Bukin2016-08-103-23/+15
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* report sector size and number of sectors in lsdev output for bios disksAndriy Gapon2016-08-041-2/+4
* Fix EHCI driver by excluding first 512K from available memoryOleksandr Tymoshenko2016-08-031-0/+4
* Fix a few cosmetic issues in boot1.efi.Mark Johnston2016-08-033-19/+9
* Update RISC-V port to Privileged Architecture Version 1.9.Ruslan Bukin2016-08-021-12/+13
* Make boot code and loader check for unsupported ZFS feature flagsAllan Jude2016-08-013-13/+81
* Improve boot loader quote parsingAllan Jude2016-07-301-7/+25
* bcache should support reads shorter than sector sizeAllan Jude2016-07-301-1/+3
* Do not use TERM_EMU on arm and arm64 as it doesn't behave well with serial co...Emmanuel Vadot2016-07-191-0/+4
* Random bit generator (RBG) driver for RPi and RPi2.Mark Murray2016-07-192-0/+16
* Remove extra 0x before %p format strings introduced by r296182Oleksandr Tymoshenko2016-07-083-3/+3
* boot1.efi: fix assignment / comparison expressionEd Maste2016-07-041-1/+1
* Clean up some FDT-related code in the PowerPC bootloader, improving errorNathan Whitehorn2016-07-012-16/+28
* Print a message when disks are found but no logical partition areEmmanuel Vadot2016-06-171-3/+6
* fix a zfs boot regression introduced in r300117 by accidentAndriy Gapon2016-06-161-5/+5
* Add PCDuino3b dts. It uses the pcduino3 dts from upstream and adds the hdmi n...Emmanuel Vadot2016-06-091-0/+48
* Print a message when the efi disk isn't a logical partition.Emmanuel Vadot2016-06-091-1/+4
* Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI,Andrew Turner2016-06-081-0/+4
* Print the newline character along with the carriage return when TERM_EMU isAndrew Turner2016-06-081-2/+1
* Allow libefi to be built with TERM_EMU undefined. There were a few placesAndrew Turner2016-06-081-1/+8
* Use the UEFI event timer to update the time on arm and arm64. The currentAndrew Turner2016-06-049-5/+121
* Add support for CESA on Armada38xZbigniew Bodek2016-06-022-0/+38
* Split CESA memory resource into TDMA and CESA regsZbigniew Bodek2016-06-026-6/+12
* Revert part of r294418 ("Correct ranges...")Zbigniew Bodek2016-06-021-1/+1
* Add missing libc includes to fix -Wimplicit-function-declaration warningsEnji Cooper2016-05-311-0/+4
* If the I/O offset and length is multiple of the media size thenDoug Ambrisko2016-05-271-3/+6
* Fix unit number of EFI net interfaces and ignore psuedo network interfaces.John Baldwin2016-05-262-25/+83
* Use a unique error message if we fail to find the simple network protocol.John Baldwin2016-05-261-1/+8
* Apply the printf %S band-aid for efinet.c to fix the arm64 build.John Baldwin2016-05-261-0/+7
* Remove second copy of the -Wno-format band-aid for printf %S.John Baldwin2016-05-261-4/+0
* Use routines from the recently added devpath.c.John Baldwin2016-05-261-19/+4
* Output the device path description for EFI network devices.John Baldwin2016-05-261-3/+8
* Add some routines for working with EFI DEVICE_PATH objects.John Baldwin2016-05-263-2/+177
* Add support for interrupts, sensors and GPIO for AXP209 PMIC.Emmanuel Vadot2016-05-266-0/+38
* efi loader: Match format string to EFI_ERROR_CODE()Conrad Meyer2016-05-251-2/+2
* Large improvements to efi-show (though some weird problemsWarner Losh2016-05-201-64/+40
* Implement efi-set and efi-unsetWarner Losh2016-05-201-3/+67
* Cleanup to use %S.Warner Losh2016-05-201-18/+4
* Fixup the geliboot sector rounding codeAllan Jude2016-05-202-19/+31
* Fixed memory leak in FDT overlay handling codeOleksandr Tymoshenko2016-05-191-0/+2
* Fix logic error so UEFI variables are reported correctlyWarner Losh2016-05-191-6/+8
* Fix typo.Warner Losh2016-05-181-1/+1
* Minor spelling fixes.Pedro F. Giffuni2016-05-181-4/+4
* Also add comment about the bug I comments in the forth.Warner Losh2016-05-181-0/+8
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-1818-73/+152
* Fix build breakage on arm64 by papering over the problem. We implementWarner Losh2016-05-181-0/+7
* Explain why extra sutff always outputs even when it shouldn't for theWarner Losh2016-05-181-0/+7