summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add missing smbios.h #include to mute a -Wimplicit-function-declaration warningngie2015-12-201-0/+1
* Pass the UEFI system table into the kernel from the boot loader viaimp2015-12-191-0/+3
* loader.efi: show EFI error number, not full status valueemaste2015-12-181-5/+6
* Use human readable representation of ip for the pxeboot.ip kenvbapt2015-12-161-3/+2
* pxeboot: make the tftp loader use the option root-path directivebapt2015-12-163-29/+3
* UEFI: combine GetMemoryMap and ExitBootServices and retry on erroremaste2015-12-165-38/+39
* Enhance the "ubenv import" command to allow importing a u-boot env varian2015-12-141-6/+29
* Make detection of GPT a bit more reliable.ae2015-12-101-1/+6
* DIRDEPS_BUILD: Update dependencies.bdrewery2015-12-071-0/+1
* Remove stray unescaped `%` in `Booting from ...` informational messagengie2015-12-051-1/+1
* Add glue driver for Amlogic Meson Gigabit Ethernet Controllerganbold2015-12-031-1/+1
* Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2nwhitehorn2015-12-032-2/+1
* Allow loader to load 64-bit ELFv2 PowerPC kernels.nwhitehorn2015-12-013-6/+17
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-0130-0/+483
* Add support for exynos5_ehci in loaderzbb2015-11-274-2/+246
* Increase malloc area in loader/usbzbb2015-11-271-1/+4
* Run callouts during infinite waiting inside cv_waitzbb2015-11-271-0/+9
* Implement simple ops for umass_diskzbb2015-11-273-1/+72
* Do not zero memory in umass_detachzbb2015-11-271-0/+3
* Implement missing bus_space_subregion in kshimzbb2015-11-272-0/+11
* Use properly aligned buffer in usb_alloczbb2015-11-271-1/+1
* META MODE: Don't create .meta files when symlinking sources into the obj dire...bdrewery2015-11-251-2/+2
* Print more detailed info about the disk and partition chosen for booting.ian2015-11-221-7/+7
* Disconnect unused kgzldr from sys/boot/i386emaste2015-11-201-1/+1
* Remove disconnected boot0ext.bdrewery2015-11-203-507/+0
* The Linux kexec boot loader doesn't need a font built in to it. This gotnwhitehorn2015-11-191-5/+0
* Document loader(8) dumpdev optionsmh2015-11-181-1/+9
* Add support for the Zybo and similar boards to ZEDBOARD kernel.imp2015-11-131-0/+216
* 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
OpenPOWER on IntegriCloud