aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theWarner Losh2016-04-142-1/+33
* boot1: regenerate FAT templates after r297871Ed Maste2016-04-125-78/+81
* boot1.efifat: provide a fallback startup.nshEd Maste2016-04-121-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-104-4/+4
* Align the start of the text segment to an 8-byte boundary. This fixesIan Lepore2016-04-091-2/+3
* Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader andKonstantin Belousov2016-04-081-1/+1
* GELIBoot should only prompt for the GELI passphrase if the provider has the G...Allan Jude2016-04-081-4/+4
* Document vfs.root.mountfrom.Maxim Sobolev2016-04-081-0/+25
* Fix GELIBoot support for GELI sector size is > 512Allan Jude2016-04-064-48/+124
* Convert Allwinner port to extres clk/hwreset/regulator APIs.Jared McNeill2016-04-068-516/+79
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-BSvatopluk Kraus2016-04-052-2/+2
* Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intcSvatopluk Kraus2016-04-041-3/+14
* Enable SPI1 on Beaglebone Black.Luiz Otavio O Souza2016-03-301-0/+17
* Use the AM33XX_IOPAD() MACRO which is easier to read (uses the same offsetLuiz Otavio O Souza2016-03-301-9/+2
* Do not prompt for GELI passphrase is encrypted with keys onlyAllan Jude2016-03-261-1/+9
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-2614-14/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-216-0/+26
* If the dhcp server provided an interface-mtu option, transcribe the valueIan Lepore2016-03-212-0/+11
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-1624-45/+1218
* Import basic support for Nvidia Jetson TK1 board and tegra124 SoC.Michal Meloun2016-03-161-0/+46
* ms_abi is supported with gcc 4.5 or newer, so build it with gcc if itWarner Losh2016-03-151-4/+4
* Make MPIC compatible with ARM_INTRNGWojciech Macek2016-03-141-1/+1
* Add HDMI device nodes to Banana Pi dts.Jared McNeill2016-03-131-0/+15
* boot/efi: Prefer nm to objdumpEd Maste2016-03-122-6/+6
* Print the correct size of loader.efi when failing to load it into memory.Andrew Turner2016-03-121-1/+1
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-1116-18/+18
* Revert r269030. CLEANFILES is already added to .NOPATH since r241298.Bryan Drewery2016-03-111-1/+1
* Improve U-Boot API detectionStanislav Galabov2016-03-093-2/+41
* boot1.efi: use += to append to LDFLAGSEd Maste2016-03-081-1/+1
* Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,Dimitry Andric2016-03-061-0/+3
* Merge ^/head r296369 through r296409.Dimitry Andric2016-03-051-1/+1
|\
| * Fix ubldr build failure on mipsn32 and mipsn32el targets.Stanislav Galabov2016-03-041-1/+1
* | Merge ^/head r296007 through r296368.Dimitry Andric2016-03-0327-35/+680
|\|
| * userboot: use MK_CTF=no to disable CTFEd Maste2016-02-291-1/+1
| * Fix build failure introduced by r296182Stanislav Galabov2016-02-291-1/+0
| * This review aims at introducing ubldr (loader with U-Boot interface) for MIPSStanislav Galabov2016-02-299-1/+540
| * These changes attempt to put things in order before the introduction of MIPSStanislav Galabov2016-02-298-22/+51
| * Add vm_set_register() and vm_set_desc() callbacks. These callbacksMarcel Moolenaar2016-02-261-0/+15
| * Check that the userboot version is at least 3, rather thanMarcel Moolenaar2016-02-261-9/+10
| * So far bsd.stand.mk wasn't included in the following files:Stanislav Galabov2016-02-263-0/+3
| * Currently BERI's loader is including the 32-bit version of the FICL MIPS sysd...Stanislav Galabov2016-02-262-1/+3
| * Add Allwinner A20 HDMI support.Jared McNeill2016-02-252-0/+57
* | Merge ^/head r295902 through r296006.Dimitry Andric2016-02-2412-101/+19
|\|
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-249-98/+0
| * Add support for symmetric multiprocessing (SMP).Ruslan Bukin2016-02-241-0/+17
| * Obsolete mkulzma(8) and geom_uncompress(4), their functionalityMaxim Sobolev2016-02-241-1/+0
| * o Grab physical memory regions information from the device tree.Ruslan Bukin2016-02-232-2/+2
* | Merge ^/head r295845 through r295901.Dimitry Andric2016-02-223-8/+14
|\|
| * If the user has set a u-boot env var named rootpath, automaticallyIan Lepore2016-02-221-5/+12
| * Make efi_time and EFI_GetTimeOfDay static, neither are used by other partsAndrew Turner2016-02-212-3/+2