summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Raspberry Pi firmware passes cache line size as a DTB parametergonzo2015-11-034-2/+10
* Make vers.c creation atomic by using a temporary file, then movingngie2015-10-241-4/+8
* Change gptldr from relocating 0xfff1 bytes of boot2 to relocating 0x20000cperciva2015-10-081-11/+28
* Use EFI page size constants instead of hardcoding 4096.jhb2015-09-291-3/+3
* Set the #address-cells and #size-cells for the I2C controllers in RPi2.loos2015-09-271-0/+4
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-257-14/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-257-14/+0
* Enable if_dwc for Allwinner A20 based boards.loos2015-09-211-0/+4
* The EFI boot loader allocates a single chunk of contiguous memory tojhb2015-09-171-1/+1
* Various small cleanups to EFI loader Makefiles.jhb2015-09-172-7/+6
* Add missing file to build.hselasky2015-09-141-0/+1
* As expected, things aren't as simple as hoped. Consequently, we havemarcel2015-09-071-22/+76
* Auto-detect the UGA frame buffer and stride on a MacBook. We'remarcel2015-09-051-47/+88
* My MacBook has UGA only, but we fail to detect any changesmarcel2015-09-051-24/+50
* For UGA, the frame buffer address obtained by scanning themarcel2015-09-031-52/+175
* Enable both i2c1 and i2c2. These devices are disabled in TI's DTSgonzo2015-09-031-0/+30
* Install the forth bits on arm64. For now limit it to just arm64 as on x86andrew2015-09-012-2/+15
* Add support for the UGA draw protocol. This includes adding amarcel2015-08-303-56/+925
* Add the LED definitions from vendor's DTS.loos2015-08-303-1/+28
* Reduce the difference to vendor DTS by using the vendor compat strings (atloos2015-08-301-1/+2
* Add a gop command to help diagnose VT efifb problems. The gopmarcel2015-08-301-0/+95
* Add back missing -m32 for amd64 and powerpc64 that was lostimp2015-08-281-0/+3
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-278-87/+10
* The flags -mno-aes -mno-avx only exist for clang, not gcc, soimp2015-08-201-1/+2
* Make dtb file configurable via loader(8) variable. ubldr already checksgonzo2015-08-151-3/+4
* Improve the realtime properties of USB transfers for embedded systemshselasky2015-08-141-1/+2
* Remove guards around overwriting loader.rc and menu.rcallanjude2015-08-069-47/+13
* Fix a problem which made loader(8) load non-kld files twice.trasz2015-08-031-0/+8
* Document the existence of cloudabi_load and cloudabi64_load.ed2015-07-311-0/+2
* Use consistent spacing.trasz2015-07-251-4/+4
* Add md_root example to defaults/loader.conf.trasz2015-07-251-0/+10
* Use double newlines consistently.trasz2015-07-251-0/+9
* Document md_root in loader(8). The md(4) manual page mentions it,trasz2015-07-251-3/+9
* move the prototype to the lib.h header.. This makes more sense, andjmg2015-07-182-2/+2
* other fixes to make boot2 compile for IXP... Properly end the asmjmg2015-07-182-0/+4
* revert r278579, this is in a different compile environment than thejmg2015-07-181-1/+1
* Add the Banana Pi DTS.loos2015-07-071-0/+79
* Avoid creating invalid UEFI device pathemaste2015-07-071-5/+18
* Add the GMAC entries to sun7i (A20) DTS.loos2015-07-071-0/+14
* Install loader.rc with ARM u-boot loader (ubldr).loos2015-07-041-3/+2
* o Add a description for virtio block device implementedbr2015-07-031-0/+12
* Add AHCI attachment code for Allwinner A10/A20 SoCs.loos2015-07-033-1/+7
* Updated random(4) boot/shutdown scripting.markm2015-06-302-4/+23
* MFi386: r284878nyan2015-06-271-1/+3
* Reduce warnings:delphij2015-06-261-1/+3
* Install version.4th.8 againantoine2015-06-211-1/+2
* Provide bug4bug workaround for certain dumbiness of the u-boot's API_env_enumsobomax2015-06-191-1/+1
* Fix bug in the ubldr introduced in the rev.283035. The new codesobomax2015-06-191-0/+7
* Fix fallouts from r284590bapt2015-06-196-0/+6
* Install loader(8) and zfsloader(8) only oncebapt2015-06-194-5/+13
OpenPOWER on IntegriCloud