aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* The getsecs() function is implemented in platform- and bootfw-specificStephen J. Kiernan2016-09-227-11/+11
* Simple post-mortem reporter for amd64 loader.efi.Konstantin Belousov2016-09-213-1/+566
* Add driver for PCIe root complex on Annapurna Alpine platform.Wojciech Macek2016-09-201-0/+1
* revert unintended change from r305994Ed Maste2016-09-192-2/+2
* Catch up to sys/capability.h rename to sys/capsicum.h in r263232Ed Maste2016-09-192-2/+2
* Add comment for the closing guard.Konstantin Belousov2016-09-181-1/+1
* Utilize pmap.h names for constants and types used to construct EFIKonstantin Belousov2016-09-181-18/+18
* Add double-inclusion protection.Konstantin Belousov2016-09-181-0/+5
* Increase the boot1 file size on the HFS boot image.Justin Hibbits2016-09-163-14/+14
* Use arch-specific .text padding fill value in EFI loadersEd Maste2016-09-163-3/+3
* ufsread: Do not cast struct direct from void *Emmanuel Vadot2016-09-141-7/+7
* Make the callout structure in the boot loader's kernel shim moreHans Petter Selasky2016-09-142-8/+8
* Remove code that crept in r305125 by accidentBaptiste Daroussin2016-09-131-2/+2
* pxeboot: Add nfs.read_size tunable.Sepherosa Ziehau2016-09-081-0/+8
* o Update QEMU device tree.Ruslan Bukin2016-09-071-6/+23
* Introduce support for Annapurna Alpine CCU and NB devicesWojciech Macek2016-09-071-0/+6
* Add support for Allwinner A83T CPU frequency scaling.Jared McNeill2016-09-072-0/+80
* loader.efi: Bump the staging size to 64M.Will Andrews2016-09-061-1/+1
* A64 thermal sensor IRQ is GIC_SPI 31, not 41.Jared McNeill2016-09-041-1/+1
* Don't use -N to set the OMAGIC with data and text writeable and dataWarner Losh2016-09-0319-20/+42
* Add cpu-supply xref to cpu@0Jared McNeill2016-09-031-0/+12
* Add SID, THS, and CPU operating points.Jared McNeill2016-09-031-0/+38
* remove CONSTRUCTORS from MIPS uboot linker scriptEd Maste2016-09-031-1/+0
* o Separate rtc and timecmp registers: they are different acrossRuslan Bukin2016-09-012-12/+19
* bd_int13probe() should check extended info if sector info is badToomas Soome2016-09-011-4/+19
* Set UEFI boot loader PE/COFF timestamps to known value for reproducible buildsEd Maste2016-08-312-0/+8
* Add Allwinner A64 (sun50i) and Pine64 dts files.Jared McNeill2016-08-318-1/+1136
* Remove accidentally committed stray comment.Warner Losh2016-08-311-2/+1
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-317-44/+37
* Create a hook 'post-initialize' for people that want to defineWarner Losh2016-08-311-1/+6
* Some versions of SLOF do not append the partition number to the bootNathan Whitehorn2016-08-301-20/+31
* When the EFI implementation (like U-Boot) does not support WaitForKey, weJared McNeill2016-08-291-8/+28
* The read-ahead code from r298230 made it likely the boot code would readPeter Wemm2016-08-281-9/+10
* Don't set *dev in the zfs root case, it may be NULL and will correctly beAndrew Turner2016-08-251-1/+0
* Bug 212038 - svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPUToomas Soome2016-08-241-1/+1
* EFI loader: only open/close on the net device with tftpfsBaptiste Daroussin2016-08-232-2/+2
* Add tftpfs support for the EFI loaderBaptiste Daroussin2016-08-234-0/+17
* loader is filling fixed length command_errbuf with sprintf() and is trustingToomas Soome2016-08-208-66/+107
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-1814-59/+186
* boot1.efi Free() should check for NULL to provide consistent behaviorToomas Soome2016-08-171-1/+2
* Remove pullup settings for MMC pins, this is not needed since r304290Emmanuel Vadot2016-08-171-4/+0
* Correctly print and cast u_int64_t and off_t.Emmanuel Vadot2016-08-172-5/+5
* Only use WaitForKeys event if it exists, this is not the case in u-boot efi i...Emmanuel Vadot2016-08-161-2/+7
* Use %ju modifier for u_int64_t and %jd modifier for off_t.Emmanuel Vadot2016-08-162-2/+2
* Add defines needed to export SMBIOS serial numbersJohn Baldwin2016-08-121-0/+12
* Rename pcduino3b.dts to pcduino3.dtsEmmanuel Vadot2016-08-111-0/+0
* 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