aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Generalize this for loading the loader into the SPI. Plus trim aboutWarner Losh2012-07-071-11/+5
* Allow other SOCs to be compiled in, first step.Warner Losh2012-07-071-1/+3
* Strip out the useless junk. All we really care about is the text,Warner Losh2012-07-071-232/+0
* MFV: Update zlib to 1.2.7.Xin LI2012-06-211-6/+11
* Don't return an error if a kld does not contain any modules (e.g. aJohn Baldwin2012-06-202-2/+2
* Fix ZFS boot with pre-features pools (version <= 28) broken in r236884Martin Matuska2012-06-131-3/+4
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).Martin Matuska2012-06-111-1/+66
* The loaddev environment variable is not modifiable once set, so it is notMarius Strobl2012-06-041-14/+16
* The workaround added in r151650 for handling firmwares that don't allowMarius Strobl2012-06-041-68/+56
* Remove unnecessary initializations. The BSS of boot2 is in factJohn Baldwin2012-06-011-2/+2
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+1
* Allow the load address used by ARM ubldr to be set via Make argument.Tim Kientzle2012-05-272-2/+19
* Import DTS files for the upcoming DPAA QorIQ (PowerPC) support.Rafal Jaworowski2012-05-256-567/+5498
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventGleb Kurtsou2012-05-258-31/+26
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-248-8/+8
* Divide nand flash for DB6281 into two partitions. One for u-bootGrzegorz Bernacki2012-05-221-0/+9
* Add a new geom class which allows to divide NAND Flash chipGrzegorz Bernacki2012-05-221-0/+9
* Determine kernel load address dynamically from u-boot memory map.Tim Kientzle2012-05-203-10/+46
* Add architecture dependent code to support NAND Framework on Marvell SoCs.Grzegorz Bernacki2012-05-186-70/+109
* Update contact info.Devin Teske2012-05-1716-16/+16
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-175-0/+18
* Access the device tree blob via copyin/copyout.Tim Kientzle2012-05-172-41/+66
* libpc98: unbreak after zfs-related changes in libi386 codeAndriy Gapon2012-05-131-0/+2
* zfs boot: cleanup remnants of temporary compat codeAndriy Gapon2012-05-131-2/+1
* zfs boot code: mark spa_t arguments as const where they are used as suchAndriy Gapon2012-05-132-28/+28
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesAndriy Gapon2012-05-128-156/+55
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsAndriy Gapon2012-05-122-11/+13
* zfs boot: try to set vfs.root.mountfrom from currdev as a fallbackAndriy Gapon2012-05-121-2/+16
* zfsboot/zfsloader: support accessing filesystems within a poolAndriy Gapon2012-05-1212-187/+784
* Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.Dimitry Andric2012-05-111-0/+4
* Add support for passing in the board ID.Warner Losh2012-05-111-2/+3
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samWarner Losh2012-05-111-0/+2
* MFi386: improve argument passing via btxldrAndriy Gapon2012-05-119-31/+35
* Don't hang if there is no /cpus node in the device tree.Tim Kientzle2012-05-111-0/+2
* cdboot, pxeldr: make use of bootargs.h instead of redefining flag constantsAndriy Gapon2012-05-104-11/+8
* Use a non-tricky approach for building and installing zfsboot sharingMarius Strobl2012-05-092-6/+2
* r235154 followup: add stddef.h for offsetofAndriy Gapon2012-05-091-0/+1
* i386 zfsloader: rename LIBZFS to LIBZFSBOOTAndriy Gapon2012-05-091-5/+3
* i386 boot: consolidate MAXBDDEV definitionAndriy Gapon2012-05-094-5/+2
* btxldr: future-proof argument passing from boot1/2-ish to loaderAndriy Gapon2012-05-099-34/+99
* sys/boot: add common CTASSERT definitionAndriy Gapon2012-05-093-16/+7
* Ooops. Back out changes to main.c from r235094.Tim Kientzle2012-05-061-11/+0
* Don't call strcmp with a NULL pointer.Tim Kientzle2012-05-062-4/+18
* Remove some redundant register loads.Tim Kientzle2012-05-021-9/+2
* Add initial support for booting from ZFS on sparc64. At least on Sun FireMarius Strobl2012-05-019-43/+281
* Add a command for showing the heap usage.Marius Strobl2012-05-011-0/+12
* Teach ubldr(8) about simple MBR partitioning.Tim Kientzle2012-05-013-2/+103
* Add multiple inclusion protection.Marius Strobl2012-04-291-0/+5
* Build a 32-bit EFI loader on amd64. This to match the rest of theMarcel Moolenaar2012-04-202-2/+16
* zfsboot: honor -q if it's present in boot.configAndriy Gapon2012-04-161-2/+8