summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Misc mdoc fixes:joel2014-11-232-6/+3
* Merge from CheriBSD:brooks2014-11-211-0/+1
* Merge from CheriBSD (3422ebe71b6c06fe78b1be73623b240c219e08e3):brooks2014-11-212-8/+8
* MFi386: r274398nyan2014-11-151-7/+7
* Cleanup trailing newlines noticed while looking for other issues.imp2014-11-147-14/+0
* Add the FDT table GUID. This is used to pass the device tree blob from UEFIandrew2014-11-121-0/+2
* Fix incorrect reading of 32-bit modinfo by 64-bit loaders.grehan2014-11-111-0/+22
* Move NFS and TFTP filesystems before the synthetic filesystems (bzip,jhb2014-11-111-7/+7
* MFV r274273:delphij2014-11-101-0/+6
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+0
* In alloc_pread() and kern_pread(), print errors only when DEBUG ismarcel2014-11-051-0/+10
* Change the order of the arguments to file_loadraw(). They were swappedmarcel2014-11-011-1/+1
* Start to allow platforms other than U-Boot to use the FDT code in loader byandrew2014-11-018-145/+271
* Move the definitions of the fdt functions from a uboot header to a new fdtandrew2014-11-016-7/+42
* The command name is a constant, use the correct type.andrew2014-10-311-3/+3
* Clean up the types of a few strings to make them const when they are neverandrew2014-10-311-6/+7
* Make UEFI booting of 4Kn disks work:ambrisko2014-10-301-1/+4
* Provide a character device allowing us to access BERI memory regions.br2014-10-221-0/+6
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).br2014-10-212-2/+20
* Fully support constructors for the purpose of code coverage analysis.marcel2014-10-201-4/+34
* The U-Boot README says fdt_addr_r is the right env var for fdt dataian2014-10-201-3/+6
* Add driver for BERI soft processor 'ring buffer' device.br2014-10-191-0/+109
* AM335X FDT: use the oma3-wdt string for compatibility with Linux.rpaulo2014-10-181-1/+1
* AM335x FDT: add an entry for the watchdog.rpaulo2014-10-181-0/+7
* Correct grammos.schweikh2014-10-151-3/+3
* o Add machine-dependent SMP partbr2014-10-101-0/+3
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsbapt2014-10-103-3/+6
* Properly NUL-terminate the on-stack buffer for reading /boot.configmarcel2014-10-091-3/+5
* Fix comment.ae2014-10-081-3/+3
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-075-2/+77
* Rework bootparttest to use more code from sys/boot.ae2014-10-051-2/+2
* Add a bit more debug messages.ae2014-10-051-0/+5
* Add GUID of FreeBSD slice to GPT scheme.ae2014-10-031-0/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-012-6/+0
* MFi386: r261567nyan2014-09-282-2/+3
* MFi386: r268974nyan2014-09-281-0/+3
* MFi386: r261520nyan2014-09-281-3/+0
* Reduce diffs against i386.nyan2014-09-281-5/+2
* Remove extra '\'.nyan2014-09-281-1/+1
* Remove obsolete compatibility glue and improve firewire code readability.kan2014-09-271-1/+1
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000br2014-09-252-0/+29
* Remove duplicated header contentemaste2014-09-251-119/+0
* Switch to text mode in UEFI bootemaste2014-09-183-0/+274
* Wrap long lines introduced in r268227emaste2014-09-181-3/+7
* add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pagesavg2014-09-156-0/+440
* Add support for serial and null console to UEFI boot loader.ambrisko2014-09-124-0/+25
* Add Reset Manager driver. This driver provides generic way to resetbr2014-09-111-0/+12
* Add support for calling pcibios routines from theimp2014-09-106-26/+300
* Add a 'ubenv import' command to import environment variables from theian2014-09-082-0/+95
* Add FPGA Manager driver. This driver allows to program FPGA corebr2014-09-061-0/+8
OpenPOWER on IntegriCloud