aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Read backup GPT header from the last LBA only when primary GPT header andAndrey V. Elsukov2012-04-121-7/+7
* retrofit Safe Mode loader menu item actionsAndriy Gapon2012-04-061-15/+6
* Fix build after changes to trap headers.Nathan Whitehorn2012-03-291-0/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-292-2/+2
* Remove second consts in r233288 in order to appease C++ compilers.Marius Strobl2012-03-261-1/+1
* Improve FDT handling in loader(8) and make it more robust.Rafal Jaworowski2012-03-221-24/+71
* Declare the CRC lookup-tables const as they hardly should change atMarius Strobl2012-03-211-1/+1
* Use the common/shared CRC-32 implementation instead of duplicating it.Marius Strobl2012-03-212-69/+7
* Improve device tree blob (DTB) handling in loader(8).Rafal Jaworowski2012-03-202-25/+113
* Declare some variables static in order to reduce the object size andMarius Strobl2012-03-181-31/+18
* Fix a bug introduced in r223938; on big-endian machines coping a 32-bitMarius Strobl2012-03-111-0/+15
* MFi386: revisions 232570 and 232754Yoshihiro Takahashi2012-03-101-7/+15
* Make boot2 build with Clang again.Jung-uk Kim2012-03-091-4/+2
* Add a note to clarify why we create a relocated copy of boot1 in lowerJohn Baldwin2012-03-061-1/+4
* Provide wbwd(4), a driver for the watchdog timer found on variousBjoern A. Zeeb2012-03-061-0/+1