aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Make vers.c creation atomic by using a temporary file, then movingEnji Cooper2015-10-241-4/+8
* Change gptldr from relocating 0xfff1 bytes of boot2 to relocating 0x20000Colin Percival2015-10-081-11/+28
* Use EFI page size constants instead of hardcoding 4096.John Baldwin2015-09-291-3/+3
* Set the #address-cells and #size-cells for the I2C controllers in RPi2.Luiz Otavio O Souza2015-09-271-0/+4
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-257-14/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-257-14/+0
* Enable if_dwc for Allwinner A20 based boards.Luiz Otavio O Souza2015-09-211-0/+4
* The EFI boot loader allocates a single chunk of contiguous memory toJohn Baldwin2015-09-171-1/+1
* Various small cleanups to EFI loader Makefiles.John Baldwin2015-09-172-7/+6
* Add missing file to build.Hans Petter Selasky2015-09-141-0/+1
* As expected, things aren't as simple as hoped. Consequently, we haveMarcel Moolenaar2015-09-071-22/+76
* Auto-detect the UGA frame buffer and stride on a MacBook. We'reMarcel Moolenaar2015-09-051-47/+88
* My MacBook has UGA only, but we fail to detect any changesMarcel Moolenaar2015-09-051-24/+50
* For UGA, the frame buffer address obtained by scanning theMarcel Moolenaar2015-09-031-52/+175
* Enable both i2c1 and i2c2. These devices are disabled in TI's DTSOleksandr Tymoshenko2015-09-031-0/+30
* Install the forth bits on arm64. For now limit it to just arm64 as on x86Andrew Turner2015-09-012-2/+15
* Add support for the UGA draw protocol. This includes adding aMarcel Moolenaar2015-08-303-56/+925
* Add the LED definitions from vendor's DTS.Luiz Otavio O Souza2015-08-303-1/+28
* Reduce the difference to vendor DTS by using the vendor compat strings (atLuiz Otavio O Souza2015-08-301-1/+2
* Add a gop command to help diagnose VT efifb problems. The gopMarcel Moolenaar2015-08-301-0/+95
* Add back missing -m32 for amd64 and powerpc64 that was lostWarner Losh2015-08-281-0/+3
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-278-87/+10
* The flags -mno-aes -mno-avx only exist for clang, not gcc, soWarner Losh2015-08-201-1/+2
* Make dtb file configurable via loader(8) variable. ubldr already checksOleksandr Tymoshenko2015-08-151-3/+4
* Improve the realtime properties of USB transfers for embedded systemsHans Petter Selasky2015-08-141-1/+2
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-069-47/+13
* Fix a problem which made loader(8) load non-kld files twice.Edward Tomasz Napierala2015-08-031-0/+8
* Document the existence of cloudabi_load and cloudabi64_load.Ed Schouten2015-07-311-0/+2
* Use consistent spacing.Edward Tomasz Napierala2015-07-251-4/+4
* Add md_root example to defaults/loader.conf.Edward Tomasz Napierala2015-07-251-0/+10
* Use double newlines consistently.Edward Tomasz Napierala2015-07-251-0/+9
* Document md_root in loader(8). The md(4) manual page mentions it,Edward Tomasz Napierala2015-07-251-3/+9
* move the prototype to the lib.h header.. This makes more sense, andJohn-Mark Gurney2015-07-182-2/+2
* other fixes to make boot2 compile for IXP... Properly end the asmJohn-Mark Gurney2015-07-182-0/+4
* revert r278579, this is in a different compile environment than theJohn-Mark Gurney2015-07-181-1/+1
* Add the Banana Pi DTS.Luiz Otavio O Souza2015-07-071-0/+79
* Avoid creating invalid UEFI device pathEd Maste2015-07-071-5/+18
* Add the GMAC entries to sun7i (A20) DTS.Luiz Otavio O Souza2015-07-071-0/+14
* Install loader.rc with ARM u-boot loader (ubldr).Luiz Otavio O Souza2015-07-041-3/+2
* o Add a description for virtio block device implementedRuslan Bukin2015-07-031-0/+12
* Add AHCI attachment code for Allwinner A10/A20 SoCs.Luiz Otavio O Souza2015-07-033-1/+7
* Updated random(4) boot/shutdown scripting.Mark Murray2015-06-302-4/+23
* MFi386: r284878Yoshihiro Takahashi2015-06-271-1/+3
* Reduce warnings:Xin LI2015-06-261-1/+3
* Install version.4th.8 againAntoine Brodin2015-06-211-1/+2
* Provide bug4bug workaround for certain dumbiness of the u-boot's API_env_enumMaxim Sobolev2015-06-191-1/+1
* Fix bug in the ubldr introduced in the rev.283035. The new codeMaxim Sobolev2015-06-191-0/+7
* Fix fallouts from r284590Baptiste Daroussin2015-06-196-0/+6
* Install loader(8) and zfsloader(8) only onceBaptiste Daroussin2015-06-194-5/+13
* Add HDMI support to Beaglebone Black:Oleksandr Tymoshenko2015-06-181-0/+22