summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Large improvements to efi-show (though some weird problemsimp2016-05-201-64/+40
* Implement efi-set and efi-unsetimp2016-05-201-3/+67
* Cleanup to use %S.imp2016-05-201-18/+4
* Fixup the geliboot sector rounding codeallanjude2016-05-202-19/+31
* Fixed memory leak in FDT overlay handling codegonzo2016-05-191-0/+2
* Fix logic error so UEFI variables are reported correctlyimp2016-05-191-6/+8
* Fix typo.imp2016-05-181-1/+1
* Minor spelling fixes.pfg2016-05-181-4/+4
* Also add comment about the bug I comments in the forth.imp2016-05-181-0/+8
* Fix several instances where the boot loader ignored pager_outputimp2016-05-1818-73/+152
* Fix build breakage on arm64 by papering over the problem. We implementimp2016-05-181-0/+7
* Explain why extra sutff always outputs even when it shouldn't for theimp2016-05-181-0/+7
* Implement UEFI set environment variable, as well as exporting the EFIimp2016-05-174-6/+464
* Implement uuid-to-string and uuid-from-string. uuid-from-string takesimp2016-05-171-0/+74
* Remove the reiserfs(5) manpage and an example of loading the kernel module.jhb2016-05-171-1/+0
* It sure would be nice to use printf with wide strings. Implement %S toimp2016-05-173-1/+7
* Minor space tweak to make things consistent.imp2016-05-171-4/+3
* Add proper PCIe init for MT7628/MT7688 SoCssgalabov2016-05-171-0/+1
* Import LEDE dts files for Ralink/Mediateksgalabov2016-05-179-282/+78
* Attempt to fix r299660:peter2016-05-171-2/+4
* libefi: Tag an unreachable switch default.pfg2016-05-161-0/+2
* Add Allwinner A83T thermal sensor controller support.jmcneill2016-05-151-0/+12
* Enable SATA power regulator at boot on Sinovoip BananaPi BPI-M3.jmcneill2016-05-151-0/+9
* Add gpio-leds for Sinovoip BananaPi BPI-M3.jmcneill2016-05-151-0/+18
* Add pmic (AXP813) child node to r_rsb for Sinovoip BananaPi BPI-M3.jmcneill2016-05-141-0/+11
* Add node for A83T NMI interrupt controller.jmcneill2016-05-141-0/+8
* Add DTS files for the Allwinner A83T SoC and the Sinovoip BananaPi BPI-M3jmcneill2016-05-144-0/+911
* Fix a -Wformat warning by using %d, not %ld for md_iterationsngie2016-05-131-1/+1
* Add geliboot_crypt(..) definition to geliboot.h to mute a -Wimplicit-function...ngie2016-05-131-0/+3
* Put slba and elba under LOADER_GELI_SUPPORT ifdef to mute warning about them ...ngie2016-05-131-0/+2
* Remove unused const variablengie2016-05-131-1/+0
* Add missing prototype for getchar(..)ngie2016-05-131-0/+1
* sys/boot/common: use of spaces vs. TAB.pfg2016-05-124-51/+51
* efipart: Support an arbitrary number of partitionscem2016-05-051-5/+6
* Change a rounding operation that had missing braces into a roundup2()peter2016-05-031-7/+4
* bcache read ahead may attempt to read past end of diskallanjude2016-05-014-12/+86
* boot/forth: spelling fixes.pfg2016-04-305-11/+11
* sys/boot: spelling fixes in comments.pfg2016-04-3022-35/+35
* Add FDT overlays support to ubldrgonzo2016-04-296-3/+616
* Refactor DTS files for Zynq-based SoCsgonzo2016-04-263-387/+319
* Build fix. Add howmany() and nitems() macros to bootloader kernel shim.hselasky2016-04-261-0/+2
* Add function needed for linking USB test application.hselasky2016-04-261-0/+6
* sys/boot: make use of the howmany() macro when available.pfg2016-04-263-7/+8
* o Add device tree files and kernel configuration filesbr2016-04-262-0/+211
* Reduce the FreeBSD specific DTS files for Mediatek/Ralinksgalabov2016-04-239-207/+41
* Fix more pc98 build issues re: bcache changeallanjude2016-04-221-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-213-3/+3
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatjmcneill2016-04-211-0/+33
* Add more guards to disable GELIBOOT by defining LOADER_NO_GELI_SUPPORTallanjude2016-04-212-1/+7
* Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi filesgalabov2016-04-201-0/+3
OpenPOWER on IntegriCloud