summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix fdt_platform_fixups() mem region handling. It turns out u-boot putsian2015-03-172-11/+9
* Move the x86 specific files to be built in the amd64 loader.efi. This willandrew2015-03-152-4/+4
* Merge ^/head r279893 through r279984.dim2015-03-147-9/+33
|\
| * Enable bzipfs support in the EFI loader.jhb2015-03-132-1/+2
| * The System V ABI for amd64 allows functions to use space in a 128 bytejhb2015-03-133-2/+5
| * Allow the EFI loader to work with large kernels and/or modulesjhb2015-03-122-2/+25
| * Fix 'make depend' by moving the LDSCRIPT dependency into DPADD.jhb2015-03-121-3/+1
| * Revert r279381. The EFI loader needs to use a separate libstand thatjhb2015-03-121-1/+0
* | Merge ^/head r279759 through r279892.dim2015-03-1110-22/+273
|\ \ | |/
| * Provide a shim layer in loader to condense the Open Firmware device tree tonwhitehorn2015-03-099-19/+273
| * Fix loader on PowerPC following r279784. It turns out that, due to .PATHnwhitehorn2015-03-091-3/+0
* | Merging ^/head r279596 through r279758.dim2015-03-073-2/+13
|\ \ | |/
| * Add error reporting (but not actual handling yet, apart fromtrasz2015-03-071-0/+7
| * When compiling boot2 with gcc on i386 and pc98, only use the custom flagdim2015-03-042-2/+6
* | Merge ^/head r279313 through r279595.dim2015-03-045-6/+20
|\ \ | |/
| * o Add more room for EFI boot blocksbr2015-03-021-2/+14
| * sys/boot/userboot/libstand/libstand.a should also include strtoul.c;obrien2015-02-271-1/+1
| * Use sys/boot/userboot/libstand/ and not /usr/lib/libstand.a.obrien2015-02-271-0/+1
| * Remove duplicated -I.obrien2015-02-272-3/+0
| * Move PCI bus below simplebus for Broadcom XLPjchandra2015-02-271-0/+4
* | Merge ^/head r279163 through r279308.dim2015-02-263-9/+123
|\ \ | |/
| * Remove run-time allocation of XLP IRQsjchandra2015-02-261-1/+1
| * Add netlogic,xlp-pic as interrupt controller for XLPjchandra2015-02-261-0/+9
| * Fix potential NULL dereference.mav2015-02-251-2/+1
| * Improve memory detection in biosmem.cgrembo2015-02-231-6/+112
* | Merge ^/head r279023 through r279162.dim2015-02-223-0/+10
|\ \ | |/
| * Allow EFI and ACPI to be included together. When ACPI is includedimp2015-02-203-0/+10
* | Merge ^/head r278756 through r278915.dim2015-02-171-0/+4
|\ \ | |/
| * Set the #address-cells and #size-cells properties on I2C controllers ofloos2015-02-171-0/+4
* | Merge ^/head r278499 through r278755.dim2015-02-142-1/+2
|\ \ | |/
| * MFi386:jhb2015-02-111-0/+1
| * Summary: Update CPU identification call to recent version.gnn2015-02-111-1/+1
* | Merging ^/head r278298 through r278350.dim2015-02-074-22/+23
|\ \ | |/
| * Revert SVN r277693.dteske2015-02-062-6/+8
| * Add a FAT label to the EFI boot1 partition.rpaulo2015-02-062-16/+15
* | Merging ^/head r278224 through r278297.dim2015-02-052-21/+45
|\ \ | |/
| * EFI: print more information about EFI Tables.rpaulo2015-02-052-21/+45
* | Merge ^/head r278005 through r278109.dim2015-02-024-23/+19
|\ \ | |/
| * 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
* | Merge ^/head r277975 through r277998.dim2015-01-316-20/+62
* | Merge ^/head r277956 through r277974.dim2015-01-312-42/+50
|\ \ | |/
| * 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
* | Merge ^/head r277945 through r277955.dim2015-01-302-46/+137
OpenPOWER on IntegriCloud