summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-104-4/+4
* Align the start of the text segment to an 8-byte boundary. This fixesian2016-04-091-2/+3
* Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader andkib2016-04-081-1/+1
* GELIBoot should only prompt for the GELI passphrase if the provider has the G...allanjude2016-04-081-4/+4
* Document vfs.root.mountfrom.sobomax2016-04-081-0/+25
* Fix GELIBoot support for GELI sector size is > 512allanjude2016-04-064-48/+124
* Convert Allwinner port to extres clk/hwreset/regulator APIs.jmcneill2016-04-068-516/+79
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-Bskra2016-04-052-2/+2
* Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intcskra2016-04-041-3/+14
* Enable SPI1 on Beaglebone Black.loos2016-03-301-0/+17
* Use the AM33XX_IOPAD() MACRO which is easier to read (uses the same offsetloos2016-03-301-9/+2
* Do not prompt for GELI passphrase is encrypted with keys onlyallanjude2016-03-261-1/+9
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-2614-14/+0
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-03-216-0/+26
* If the dhcp server provided an interface-mtu option, transcribe the valueian2016-03-212-0/+11
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootallanjude2016-03-1624-45/+1218
* Import basic support for Nvidia Jetson TK1 board and tegra124 SoC.mmel2016-03-161-0/+46
* ms_abi is supported with gcc 4.5 or newer, so build it with gcc if itimp2016-03-151-4/+4
* Make MPIC compatible with ARM_INTRNGwma2016-03-141-1/+1
* Add HDMI device nodes to Banana Pi dts.jmcneill2016-03-131-0/+15
* boot/efi: Prefer nm to objdumpemaste2016-03-122-6/+6
* Print the correct size of loader.efi when failing to load it into memory.andrew2016-03-121-1/+1
* Add more .NOMETA missed in r291320bdrewery2016-03-1116-18/+18
* Revert r269030. CLEANFILES is already added to .NOPATH since r241298.bdrewery2016-03-111-1/+1
* Improve U-Boot API detectionsgalabov2016-03-093-2/+41
* boot1.efi: use += to append to LDFLAGSemaste2016-03-081-1/+1
* Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,dim2016-03-061-0/+3
* Merge ^/head r296369 through r296409.dim2016-03-051-1/+1
|\
| * Fix ubldr build failure on mipsn32 and mipsn32el targets.sgalabov2016-03-041-1/+1
* | Merge ^/head r296007 through r296368.dim2016-03-0327-35/+680
|\ \ | |/
| * userboot: use MK_CTF=no to disable CTFemaste2016-02-291-1/+1
| * Fix build failure introduced by r296182sgalabov2016-02-291-1/+0
| * This review aims at introducing ubldr (loader with U-Boot interface) for MIPSsgalabov2016-02-299-1/+540
| * These changes attempt to put things in order before the introduction of MIPSsgalabov2016-02-298-22/+51
| * Add vm_set_register() and vm_set_desc() callbacks. These callbacksmarcel2016-02-261-0/+15
| * Check that the userboot version is at least 3, rather thanmarcel2016-02-261-9/+10
| * So far bsd.stand.mk wasn't included in the following files:sgalabov2016-02-263-0/+3
| * Currently BERI's loader is including the 32-bit version of the FICL MIPS sysd...sgalabov2016-02-262-1/+3
| * Add Allwinner A20 HDMI support.jmcneill2016-02-252-0/+57
* | Merge ^/head r295902 through r296006.dim2016-02-2412-101/+19
|\ \ | |/
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-249-98/+0
| * Add support for symmetric multiprocessing (SMP).br2016-02-241-0/+17
| * Obsolete mkulzma(8) and geom_uncompress(4), their functionalitysobomax2016-02-241-1/+0
| * o Grab physical memory regions information from the device tree.br2016-02-232-2/+2
* | Merge ^/head r295845 through r295901.dim2016-02-223-8/+14
|\ \ | |/
| * If the user has set a u-boot env var named rootpath, automaticallyian2016-02-221-5/+12
| * Make efi_time and EFI_GetTimeOfDay static, neither are used by other partsandrew2016-02-212-3/+2
* | Merge ^/head r295601 through r295844.dim2016-02-2111-7/+71
|\ \ | |/
| * Add a missing call to dev_cleanup from the arm64 loader.efi.andrew2016-02-201-0/+2
| * Remove dd xfer stats emitted during buildworldemaste2016-02-184-5/+6
OpenPOWER on IntegriCloud