summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Add more debug messages.ae2012-08-121-1/+6
* As it turned out, there are some installations, where BSD labelae2012-08-071-1/+1
* Fix start offset calculation for the EBR partitions.ae2012-08-061-1/+1
* Bump USERBOOT_VERSION.ae2012-08-053-2/+5
* Reduce diffs against i386.nyan2012-08-052-3/+4
* Teach the ZFS use new partitions API when probing.ae2012-08-052-23/+98
* Remove unneeded flag.ae2012-08-051-3/+0
* Add offset field to the i386_devdesc structure to be compatible withae2012-08-054-1070/+243
* Reduce diffs against i386.nyan2012-08-052-4/+4
* MFi386: the part of r219452 and r236405.nyan2012-08-051-5/+6
* When GPT signature is invalid in the primary GPT header, then try toae2012-08-051-7/+36
* Introduce new API to work with disks from the loader's drivers.ae2012-08-058-788/+313
* Remove unused variables.ae2012-08-052-2/+1
* Create the interface to work with various partition tables from theae2012-08-052-0/+921
* Pull the tier-2 card and change the sparc64 ZFS loader to no longer probemarius2012-07-271-9/+43
* Try to avoid all files dependence on the modification time of the large andache2012-07-262-0/+4
* Use the pin number rather than the hybrid pin number + name.imp2012-07-157-35/+35
* Fix domain.dteske2012-07-1416-16/+16
* Generalize this for loading the loader into the SPI. Plus trim aboutimp2012-07-071-11/+5
* Allow other SOCs to be compiled in, first step.imp2012-07-071-1/+3
* Strip out the useless junk. All we really care about is the text,imp2012-07-071-232/+0
* MFV: Update zlib to 1.2.7.delphij2012-06-211-6/+11
* Don't return an error if a kld does not contain any modules (e.g. ajhb2012-06-202-2/+2
* Fix ZFS boot with pre-features pools (version <= 28) broken in r236884mm2012-06-131-3/+4
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).mm2012-06-111-1/+66
* The loaddev environment variable is not modifiable once set, so it is notmarius2012-06-041-14/+16
* The workaround added in r151650 for handling firmwares that don't allowmarius2012-06-041-68/+56
* Remove unnecessary initializations. The BSS of boot2 is in factjhb2012-06-011-2/+2
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* Allow the load address used by ARM ubldr to be set via Make argument.kientzle2012-05-272-2/+19
* Import DTS files for the upcoming DPAA QorIQ (PowerPC) support.raj2012-05-256-567/+5498
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-258-31/+26
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-248-8/+8
* Divide nand flash for DB6281 into two partitions. One for u-bootgber2012-05-221-0/+9
* Add a new geom class which allows to divide NAND Flash chipgber2012-05-221-0/+9
* Determine kernel load address dynamically from u-boot memory map.kientzle2012-05-203-10/+46
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-186-70/+109
* Update contact info.dteske2012-05-1716-16/+16
* Import work done under project/nand (@235533) into head.gber2012-05-175-0/+18
* Access the device tree blob via copyin/copyout.kientzle2012-05-172-41/+66
* libpc98: unbreak after zfs-related changes in libi386 codeavg2012-05-131-0/+2
* zfs boot: cleanup remnants of temporary compat codeavg2012-05-131-2/+1
* zfs boot code: mark spa_t arguments as const where they are used as suchavg2012-05-132-28/+28
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesavg2012-05-128-156/+55
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsavg2012-05-122-11/+13
* zfs boot: try to set vfs.root.mountfrom from currdev as a fallbackavg2012-05-121-2/+16
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-1212-187/+784
* Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.dim2012-05-111-0/+4
* Add support for passing in the board ID.imp2012-05-111-2/+3
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samimp2012-05-111-0/+2
OpenPOWER on IntegriCloud