aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add the Tegra2 DTS files. Now our dtc supports including other files useAndrew Turner2012-09-172-0/+132
* Add support for MSI in interrupt controlller.Grzegorz Bernacki2012-09-141-1/+1
* Add support for Armada XP A0.Grzegorz Bernacki2012-09-141-15/+15
* The MBR data is not necessarily aligned. This is a problem on ARM.Tim Kientzle2012-09-141-2/+2
* Make pxe device in lsdev really include device name, looking like this:Alexander Motin2012-09-122-20/+4
* zfs boot: add a size check for a value in fzap_lookupAndriy Gapon2012-09-111-0/+2
* zfs boot: print only an attribute name in fzap_listAndriy Gapon2012-09-111-1/+2
* zfs boot: fix/replace fzap_rlookup implementationAndriy Gapon2012-09-111-47/+20
* zfs boot: bring zap_leaf_chunk field names in sync with kernel codeAndriy Gapon2012-09-112-4/+4
* boot: file_loadraw should strdup name argumentAndriy Gapon2012-09-111-1/+1
* a bit of trailing whitespace cleanupAndriy Gapon2012-09-111-7/+7
* Slightly reduce an overhead for the open() call in the zfsloader.Andrey V. Elsukov2012-09-112-6/+6
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.Andrey V. Elsukov2012-09-092-0/+8
* Update according to the change of struct uboot_devdesc.Andrey V. Elsukov2012-09-091-1/+1
* Build disk.c only when DISK_SUPPORT is enabled.Andrey V. Elsukov2012-09-091-1/+6
* Update uboot's disk driver to use new DISK API.Andrey V. Elsukov2012-09-091-592/+98
* Use disk_fmtdev() and disk_parsedev() functions from the new DISK API.Andrey V. Elsukov2012-09-091-62/+9
* Make struct uboot_devdesc compatible with struct disk_devdesc.Andrey V. Elsukov2012-09-091-6/+3
* Fix loading of kernel modules at boot time for powerpc64.Andreas Tobler2012-09-081-3/+3
* Add barebone Raspberry Pi port. Supported parts:Oleksandr Tymoshenko2012-08-301-0/+564
* Add correct range parameter in XLP DTSJayachandran C.2012-08-211-1/+1
* Build zfs on ia64 as well. We don't build a loader with zfs supportMarcel Moolenaar2012-08-181-0/+1
* Don't build the ski loader anymore. The code is not deleted just yet,Marcel Moolenaar2012-08-181-1/+6
* Add comment why the code has been disabled.Andrey V. Elsukov2012-08-161-2/+2
* Some BIOSes return incorrect number of sectors, make checks lessAndrey V. Elsukov2012-08-151-0/+4
* Rework r239232 to unbreak ZFS detection on MBR slices.Andrey V. Elsukov2012-08-151-10/+18
* Explicitly terminate the string after strncpy(3).Andrey V. Elsukov2012-08-151-0/+1
* Merging of projects/armv6, part 10Oleksandr Tymoshenko2012-08-152-0/+381
* Merging of projects/armv6, part 9Oleksandr Tymoshenko2012-08-151-0/+143
* Merging of projects/armv6, part 8Oleksandr Tymoshenko2012-08-151-0/+270
* Merging of projects/armv6, part 7Oleksandr Tymoshenko2012-08-151-0/+311
* As discussed on -current, remove the hardcoded default maxswzone.Dag-Erling Smørgrav2012-08-141-11/+20
* After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probingDimitry Andric2012-08-131-0/+2
* Restore the old behaviour. If requested partition is a BSD slice,Andrey V. Elsukov2012-08-131-3/+11
* Remove colons from the debug message, device name returned by theAndrey V. Elsukov2012-08-131-4/+4
* Unbreak booting from the true dedicated disks.Andrey V. Elsukov2012-08-132-3/+14
* Add another debug message.Andrey V. Elsukov2012-08-121-0/+2
* Add more debug messages.Andrey V. Elsukov2012-08-121-1/+6
* As it turned out, there are some installations, where BSD labelAndrey V. Elsukov2012-08-071-1/+1
* Fix start offset calculation for the EBR partitions.Andrey V. Elsukov2012-08-061-1/+1
* Bump USERBOOT_VERSION.Andrey V. Elsukov2012-08-053-2/+5
* Reduce diffs against i386.Yoshihiro Takahashi2012-08-052-3/+4
* Teach the ZFS use new partitions API when probing.Andrey V. Elsukov2012-08-052-23/+98
* Remove unneeded flag.Andrey V. Elsukov2012-08-051-3/+0
* Add offset field to the i386_devdesc structure to be compatible withAndrey V. Elsukov2012-08-054-1070/+243
* Reduce diffs against i386.Yoshihiro Takahashi2012-08-052-4/+4
* MFi386: the part of r219452 and r236405.Yoshihiro Takahashi2012-08-051-5/+6
* When GPT signature is invalid in the primary GPT header, then try toAndrey V. Elsukov2012-08-051-7/+36
* Introduce new API to work with disks from the loader's drivers.Andrey V. Elsukov2012-08-058-788/+313
* Remove unused variables.Andrey V. Elsukov2012-08-052-2/+1