aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Correct grammos.Jens Schweikhardt2014-10-151-3/+3
* o Add machine-dependent SMP partRuslan Bukin2014-10-101-0/+3
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin2014-10-103-3/+6
* Properly NUL-terminate the on-stack buffer for reading /boot.configMarcel Moolenaar2014-10-091-3/+5
* Fix comment.Andrey V. Elsukov2014-10-081-3/+3
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.Ruslan Bukin2014-10-075-2/+77
* Rework bootparttest to use more code from sys/boot.Andrey V. Elsukov2014-10-051-2/+2
* Add a bit more debug messages.Andrey V. Elsukov2014-10-051-0/+5
* Add GUID of FreeBSD slice to GPT scheme.Andrey V. Elsukov2014-10-031-0/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-012-6/+0
* MFi386: r261567Yoshihiro Takahashi2014-09-282-2/+3
* MFi386: r268974Yoshihiro Takahashi2014-09-281-0/+3
* MFi386: r261520Yoshihiro Takahashi2014-09-281-3/+0
* Reduce diffs against i386.Yoshihiro Takahashi2014-09-281-5/+2
* Remove extra '\'.Yoshihiro Takahashi2014-09-281-1/+1
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-1/+1
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000Ruslan Bukin2014-09-252-0/+29
* Remove duplicated header contentEd Maste2014-09-251-119/+0
* Switch to text mode in UEFI bootEd Maste2014-09-183-0/+274
* Wrap long lines introduced in r268227Ed Maste2014-09-181-3/+7
* add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pagesAndriy Gapon2014-09-156-0/+440
* Add support for serial and null console to UEFI boot loader.Doug Ambrisko2014-09-124-0/+25
* Add Reset Manager driver. This driver provides generic way to resetRuslan Bukin2014-09-111-0/+12
* Add support for calling pcibios routines from theWarner Losh2014-09-106-26/+300
* Add a 'ubenv import' command to import environment variables from theIan Lepore2014-09-082-0/+95
* Add FPGA Manager driver. This driver allows to program FPGA coreRuslan Bukin2014-09-061-0/+8
* Stop setting the iomux device status to disabled, now that we have a driver.Ian Lepore2014-09-044-4/+0
* Add initial support for Altera SOCFPGA (heterogeneous ARM/FPGA) SoC family.Ruslan Bukin2014-09-042-0/+172
* When built with FDT support, add /boot/dtb to the list of search directories.Ian Lepore2014-09-031-0/+5
* The proper compatibility string for the AHCI device isWarner Losh2014-09-023-2/+6
* Since the size of GPT entry may differ from the sizeof(struct gpt_ent),Andrey V. Elsukov2014-08-251-4/+4
* The size of the GPT table can not be less than one sector.Andrey V. Elsukov2014-08-241-4/+5
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-1912-24/+0
* New DTS files to suppport the SAM9260EK eval board. Derived, in part,Warner Losh2014-08-191-0/+37
* Quiesce warning about discarding a const qualifier in assignement.Sean Bruno2014-08-081-2/+2
* Optionally include the install command as found on Juniper productsMarcel Moolenaar2014-08-062-0/+344
* Rename command_unload() to unload() and re-implement command_unload()Marcel Moolenaar2014-08-062-6/+13
* In command_lsmod() prevent overrunning lbuf due to long pathMarcel Moolenaar2014-08-051-2/+4
* In file_loadraw() print the name of the file as well as its sizeMarcel Moolenaar2014-08-051-1/+6
* Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky2014-08-051-0/+1
* Merge from CheriBSD:Brooks Davis2014-08-049-166/+252
* Rename files: keep codename only to make it shorter.Ruslan Bukin2014-08-012-0/+0
* Add support for Chromebook2 -- next-generation 8-coreRuslan Bukin2014-08-016-10/+207
* Add pkgfs, a file system implementation for reading files out of aMarcel Moolenaar2014-07-311-0/+1
* 1. Suppress output for the TFTP-based PXE loader, but leave it inMarcel Moolenaar2014-07-271-4/+15
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-2714-23/+62
* Reviewed by: impSimon J. Gerraty2014-07-261-2/+2
* Enable at91 systems to boot from high capacity SD cards.Ian Lepore2014-07-263-142/+278
* The 'flags' variable is conflicting with some inline code in a header fileIan Lepore2014-07-261-2/+2
* Eliminate "no previous prototype for main" warnings.Ian Lepore2014-07-266-1/+14