summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Revert my previoius commit as it explicit pollute the ficl on otheraraujo2015-06-081-1/+0
* Include header libi386.h to silence the clang warning of implicit declarationaraujo2015-06-071-0/+1
* dnode_read: fixup r284025, BP_IS_HOLE macro expects a pointeravg2015-06-051-1/+1
* dnode_read: handle hole blocks in zfs boot codeavg2015-06-051-0/+4
* userboot: enable bzipfs supportavg2015-06-031-1/+2
* Add comments to indicate where the flag for later abort" originates.dteske2015-06-021-3/+3
* Remove the broken-txfifo setting for Allwinnner SoCs.loos2015-05-302-2/+0
* Print error message if autoload fails due to missing DTB blob, otherwisegonzo2015-05-261-1/+3
* Add kernel config and dts files for an aml8726-m3ganbold2015-05-242-0/+314
* Enable leds for VSATV102 in dts.ganbold2015-05-241-0/+11
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-228-939/+136
* Add the MMC/SD driver for Allwinner SoCs.loos2015-05-214-0/+24
* The RTC initialization values are based on the SoC which can beganbold2015-05-212-8/+0
* Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the networkian2015-05-181-0/+2
* Add a routine to obtain netboot parameters from the U-Boot env vars. Callian2015-05-181-0/+109
* Refactor net_getparams() to make it easier to get params from sources otherian2015-05-182-28/+51
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.ian2015-05-175-43/+121
* Re-link ubldr when any of its libraries change.ian2015-05-161-2/+2
* Minor comments fixesthomas2015-05-161-2/+2
* Introduce support for the Alpine PoC from Annapurna Labszbb2015-05-151-0/+244
* Remove OUTPUT_FORMAT from theARM EFI linker script, it breaks buildingandrew2015-05-141-2/+0
* Add support for the power button on BeagleBone Black.loos2015-05-131-0/+2
* Create a relocatable instance of ubldr for ARM. The original ubldr,ian2015-05-102-25/+63
* Don't check the return value from self_reloc(), it can't fail and doesn'tian2015-05-101-2/+0
* The self-relocation code is not efi-specific, move it to boot/common.ian2015-05-107-21/+16
* Move the text section to the start of the output file, so that when youian2015-05-081-9/+9
* The interrupt-parent is set globally so it's unnecessary to also set it at ea...ganbold2015-05-082-13/+0
* Add the SMP support for Raspberry Pi 2 (BCM2836).loos2015-05-071-0/+18
* Add FDT to the list of known GUIDs.andrew2015-05-051-0/+3
* Disable the use of floating-point and vector registers in the loader. Theyandrew2015-05-053-0/+8
* When cross-building ${LIBSTAND} may be set to the host copy. Point to theandrew2015-05-051-0/+6
* Fix the loader for sparc64.andreast2015-05-011-3/+3
* Improve support for blacklisting bad memory locations. The user can supplyscottl2015-04-291-0/+10
* Small change in header order to allow this to compile.scottl2015-04-271-1/+1
* Fix the gpio-leds node to match the LEDs on RPI2.loos2015-04-232-15/+11
* Enable the watchdog on RPI2.loos2015-04-231-0/+6
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Reduce diffs between the three copies of libstand's Makefileemaste2015-04-232-37/+38
* Fix the SDHCI clock frequency for RPI2, the default clock (for the newerloos2015-04-221-1/+1
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-163-7/+45
* * Remove the wfi when the efi loader returns, it's unneeded and is notandrew2015-04-142-3/+2
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-1415-5/+766
* Fix the arm64 MACHINE_CPUARCH value in the efi fdt glue code.andrew2015-04-141-1/+1
* Use MACHINE in the efi loader when it is what we mean, it may not be theandrew2015-04-144-15/+15
* Create the correct symlinks for the machine directory, and only create theandrew2015-04-132-7/+15
* Add fdt support to the arm loader.efiandrew2015-04-111-0/+2
* Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, theyandrew2015-04-113-2/+7
* Move reloc.c to the top level Makefile as it has become generic.andrew2015-04-114-6/+4
* Update the arm efi ldscript to generate a valid efi binaryandrew2015-04-111-44/+20
* This modifies the FreeBSD Amlogic DTS files to use the GNU filesganbold2015-04-112-365/+171
OpenPOWER on IntegriCloud