summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Move the Allwinner kernels to use fdt_pinctrl. This will read the pinandrew2016-02-174-2/+42
| * Add an analog audio driver for the audio codec found on the Allwinnerandrew2016-02-161-0/+8
| * Temporary overwrite bad definition of elm interrupt property in Linuxskra2016-02-161-0/+4
| * DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-161-0/+2
| * Add support for the Allwinner DMA controller. This will be used by the atandrew2016-02-151-0/+7
* | Similar to r293384 and r293426, for sys/boot, also use the new -mno-movtdim2016-02-111-1/+7
|/
* o Move non-generic kernel configuration out from GENERIC.br2016-02-111-0/+92
* Update of the Allwinner drivers to:andrew2016-02-106-95/+136
* Don't set the offset when loading the kernel on the arm loader.efi. Theandrew2016-02-091-1/+6
* Stop clang from generating movt/movw sequences. These don't get relocatedandrew2016-02-091-0/+8
* Ensure the bss is aligned to a 4-byte address as we use 4-byte alignedandrew2016-02-091-1/+3
* ficl: Replace rand(3) with random(3).pfg2016-02-081-1/+1
* ficl: Replace rand(3) with random(3).pfg2016-02-081-2/+2
* Implement -P for boot loader. It's a bit easier to implement here thanimp2016-02-081-3/+93
* Restore kgzldr on i386 onlyemaste2016-02-081-0/+4
OpenPOWER on IntegriCloud