summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Add HDMI support to Beaglebone Black:gonzo2015-06-181-0/+22
* Add META_MODE support.sjg2015-06-137-0/+113
|\
| * Merge sync of headsjg2015-05-27220-2469/+9996
| |\
| * \ Merge from head@274682sjg2014-11-19103-471/+2793
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-19131-6254/+1822
| |\ \ \
| * \ \ \ Merge from headsjg2014-05-0828-26/+78
| |\ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge headsjg2014-04-28246-937/+11902
| |\ \ \ \ \ \
| * | | | | | | Merge head@256308sjg2013-10-141-2/+5
| * | | | | | | Merge head@256284sjg2013-10-137-7/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-0542-442/+3095
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ sync from headsjg2013-04-1221-141/+1014
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Sync with HEAD.obrien2013-02-0872-689/+6263
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Updated/new Makefile.dependsjg2012-11-084-0/+50
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-04105-3270/+4644
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-224-0/+56
* | | | | | | | | | | | | | | | Pass the ACPI table pointer to the arm64 kernel from loader.efi.andrew2015-06-111-1/+39
* | | | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud