summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Set the #address-cells and #size-cells properties on I2C controllers ofloos2015-02-171-0/+4
* MFi386:jhb2015-02-111-0/+1
* Summary: Update CPU identification call to recent version.gnn2015-02-111-1/+1
* Revert SVN r277693.dteske2015-02-062-6/+8
* Add a FAT label to the EFI boot1 partition.rpaulo2015-02-062-16/+15
* EFI: print more information about EFI Tables.rpaulo2015-02-052-21/+45
* Do not skip setting the memory 'reg' property if the fdt data alreadyian2015-02-011-11/+0
* Allow this to work with disks greater than 4 GB and with names not beginningnwhitehorn2015-02-013-12/+19
* Relocate kernel to high address space (a static + 64 MB for now) to avoidnwhitehorn2015-01-314-10/+29
* Add FDT reservations for memory areas used by OPAL or RTAS runtime firmware.nwhitehorn2015-01-311-5/+25
* Add code to support loading relocatable kernels at offsets that are notnwhitehorn2015-01-311-5/+8
* Add support for booting relocatable kernels on PowerPC.nwhitehorn2015-01-311-19/+27
* Fix order of functions in smbios.c (corrects r277949), since this correctsgrembo2015-01-311-23/+23
* New function smbios_match to detect BIOS versions during bootgrembo2015-01-302-46/+137
* Fix UEFI PXE boot on a NIC that isn't the first NIC.ambrisko2015-01-301-1/+4
* Add a generic way for hooking PMC interrupt.br2015-01-261-0/+5
* Fix the font in the text version. This has bothered me for a long time...des2015-01-252-8/+6
* Add support for audio transmitting, include drivers for:br2015-01-242-4/+24
* Fix panic in firewire and creation of invalid config ROM.will2015-01-231-5/+9
* loader: fix the size of MODINFOMD_MODULEProyger2015-01-201-2/+3
* Enable Synopsys DesignWare Mobile Storage Host Controllerganbold2015-01-203-4/+16
* loader: use correct types for parse_modmetadataroyger2015-01-171-4/+4
* loader: implement multiboot support for Xen Dom0royger2015-01-1516-94/+981
* Fix the PMIC node name to match the PMIC i2c address.loos2015-01-151-2/+1
* Reserve and ignore the a new module metadata type MDT_PNP_INFO forimp2015-01-151-0/+1
* Add new USB template to the USB bootloader module.hselasky2015-01-131-0/+1
* Add support to turn off Beaglebone with poweroff(8) or shutdown(8) -p.loos2015-01-121-0/+7
* Apparently more Makefiles use stuff from compiler-rt, so fix them updim2015-01-081-2/+2
* Missed change in r276688. Apologies for build breakage.nwhitehorn2015-01-051-1/+2
* Add kexec-based Linux shim loader for use with the firmware petitbootnwhitehorn2015-01-0515-1/+1694
* Create a custom /boot/defaults/loader.conf for ARM. This differs from theian2015-01-031-0/+13
* Add driver for general-purpose I/O (GPIO).br2015-01-021-0/+35
* Merge ^/head r274961 through r276418.dim2014-12-301-1/+1
|\
| * 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
* | For building sys/boot/powerpc, get rid of the obsolete -mppc64bridgedim2014-12-292-6/+0
* | Merge ^/head r276347 through r276356.dim2014-12-291-1/+1
* | Merge ^/head r274961 through r276342.dim2014-12-281-2/+3
|\ \ | |/
| * Use the proper markup for single quotes.ian2014-12-271-2/+3
* | Merge ^/head r274961 through r276301.dim2014-12-2717-19/+71
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud