summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Always compile pc98 boot2 with gcc instead of clang, just as with i386dim2010-08-311-0/+7
* Use a more robust way to substitute gcc for clang, when compilingdim2010-08-311-1/+3
* Fix build of ppc32 loader.nwhitehorn2010-08-251-1/+1
* Replace structure assignments with explicity memcpy calls. This allowsrpaulo2010-08-241-4/+9
* MFtbemd:imp2010-08-231-1/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-236-18/+18
* MF tbemd: move to using specific architecture makefilesimp2010-08-239-20/+27
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-232-11/+11
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-238-10/+10
* It turns out that the OUTPUT_FORMAT should do the right thing for both endian...imp2010-08-232-135/+1
* MF tbemd: differentiate between arm and armebimp2010-08-232-1/+135
* Make sure the boot2 stage is compiled with gcc, as clang has norpaulo2010-08-211-0/+5
* Return EIO if vdev->v_phys_read is NULL.mm2010-08-091-0/+3
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-021-1/+1
* A simple test harness to help debug problems with the ZFS boot code.dfr2010-07-301-0/+120
* MFi386: revision 210387nyan2010-07-251-1/+1
* completely ignore zero-sized elf sections in modules of elf object type (amd64)avg2010-07-231-0/+2
* Correctly setup LDADD with regards to libstand. The submitter pointsrpaulo2010-07-221-1/+1
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-1217-32/+202
* Get rid of bootinfo for good in loader (U-Boot-based) and ARM.raj2010-07-111-119/+0
* Provide a missing interrupt-parent for the CPM / QUICC node in the DTS.raj2010-07-111-0/+1
* Use the kernel's start address to determine what to map. This allowsmarcel2010-07-072-3/+6
* Add some more modules to loader.conf. Remove if_awi since support for itbrucec2010-06-231-1/+67
* Add a missing prototypebrian2010-06-201-0/+1
* Pass the -N flag to linked via -Wl.rdivacky2010-06-141-1/+1
* Fix conditional FDT support in loader(8).raj2010-06-133-2/+8
* Use -Wl,-N instead of the undocumented -N option for GCC.ed2010-06-0312-12/+12
* zfs boot: fix error handling in zfs_readdiravg2010-05-311-0/+2
* boot/zfs: fix gang block reading codeavg2010-05-281-4/+8
* Initial device tree source (DTS) files for Marvell ARM systems:raj2010-05-267-0/+1487
* Import device tree source (DTS) files for PowerPC MPC8555CDS and MPC8572DSraj2010-05-262-0/+1337
* Bring a missing FDT piece (omitted in the previous commit).raj2010-05-251-0/+4
* Initial loader(8) support for Flattened Device Tree.raj2010-05-259-13/+1407
* Mostly revert r200691. U-Boot syscall() entry point returns 1 on success.raj2010-05-251-1/+1
* Use loader devices only when they initialized properly.raj2010-05-252-9/+11
* - Set 'dmadat' earlier so that we properly setup the heap if we fail tojhb2010-05-211-4/+6
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-8/+8
* Formatting nitimp2010-05-101-1/+2
* Remove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect the current modulesdelphij2010-05-041-6/+2
* Add support for SPARC64 V (and where it already makes sense for othermarius2010-05-021-2/+6
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.yongari2010-04-141-0/+1
* Add a copyright.rpaulo2010-04-071-0/+26
* EFI boot loader for FreeBSD/i386.rpaulo2010-04-0715-0/+1663
* Our boot loader is capable of booting both i386 and amd64 kernels sodelphij2010-03-263-3/+3
* BWCT boards can have 128MB SDRAM.ticso2010-03-092-2/+6
* fix signed warningticso2010-03-091-1/+1
* Add bwn(4) driver.weongyo2010-02-251-0/+1
* Minor style correction.raj2010-02-251-1/+1
* Fix handling of GPT disk partition index.raj2010-02-251-0/+8
* Let loader(8) for U-Boot use default storage more flexibly.raj2010-02-251-7/+18
OpenPOWER on IntegriCloud