summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* mdoc: remove EOL whitespace.joel2014-12-291-1/+1
* Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.dim2014-12-291-1/+1
* Use the proper markup for single quotes.ian2014-12-271-2/+3
* mdoc: improvements to SEE ALSO.joel2014-12-275-8/+8
* Add interrupt support for GPIO pins on OMAP4 and AM335x.loos2014-12-251-0/+2
* Revert r276101, it didn't fix the problem and causes a compile errorian2014-12-241-2/+0
* Update comment: only one file in the FAT file system EFI boot imageemaste2014-12-231-2/+2
* Use explicit --output-target to set EFI file formatemaste2014-12-232-2/+2
* Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.ian2014-12-232-2/+2
* Temporarily disable the cpus directive until I figure out what's wrong.rpaulo2014-12-231-0/+2
* Add a new loader(8) variable, twiddle_divisor, allowing control over theian2014-12-223-1/+37
* Make this compile when TERM_EMU is not defined.imp2014-12-221-0/+2
* Allow whitspace to appear between device name and unit number in loaderdev.ian2014-12-211-4/+5
* Driver for CPU frequency/voltage control on the Raspberry Pi.rpaulo2014-12-201-0/+11
* Add configuration files for BERI soft-core synthesized onbr2014-12-171-0/+219
* Move memory node to the root, so fdt_get_mem_regions() can find it.br2014-12-173-15/+15
* o Add PIO[2,3] devices informationbr2014-12-171-3/+19
* o Add BERI Virtio Networking Frontend (if_vtbe)br2014-12-091-1/+11
* Define the ffs() function in the USB bootloader's global andhselasky2014-12-051-0/+2
* Increase BERI loader section alignment to 16emaste2014-12-031-3/+3
* MFi386: r275305 (by rdivacky)nyan2014-12-021-1/+1
* Unbreak the code for non-digits below '0' by casting the expressionrdivacky2014-11-301-1/+1
* The current limit of 100k for the linker hints file is getting a bitimp2014-11-291-1/+1
* MFi386: r275059, r275061, r275062 and r275191 (by rdivacky)nyan2014-11-291-8/+12
* MFi386: r275237 (by rdivacky)nyan2014-11-291-6/+10
* Shrink boot2 a bit more by factoring out common patternrdivacky2014-11-291-6/+10
* Revert part of r275059. Comparing unsigned 8 bit valuerdivacky2014-11-271-2/+1
* Fix style(9).rdivacky2014-11-251-1/+1
* Fix style(9).rdivacky2014-11-251-1/+1
* Shrink boot2 by a couple more bytes.rdivacky2014-11-251-9/+14
* o Add PIO and vtblk mmio device info to the treebr2014-11-251-4/+31
* 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
OpenPOWER on IntegriCloud