summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in previous commit: must call "putn" to print a crlf,luigi2008-11-261-1/+1
* Pass the pointer to the selected partition in %si to the next stageluigi2008-11-261-2/+3
* Fix amd64 build and re-enable gptzfsboot.dfr2008-11-223-6/+16
* Disconnect gptzfsboot from the build until dfr@ gets his act together.des2008-11-211-1/+1
* As reported in kern/118222, pxeboot in RELENG7 (and presumablyluigi2008-11-201-5/+13
* Initial storage functionality for U-Boot support library.raj2008-11-199-90/+428
* Some zfsboot fixes from Norikatsu Shigemura:dfr2008-11-191-2/+3
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerdfr2008-11-194-5/+188
* If we free the GPT partition list in bd_open_gpt() because of an error, don'tdfr2008-11-191-2/+4
* Fix building without ZFS (can't find library)ache2008-11-181-0/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-1714-15/+3512
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-121-0/+1
* Modify our boot block to pick an output device, without which boot1 will failnwhitehorn2008-10-312-0/+5
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-1412-6/+436
* Add a simple HFS boot block implementation for booting PowerPC macs. It createsnwhitehorn2008-10-147-1/+906
* Don't close OF disk devices on PowerPC. This fixes loader when booting fromnwhitehorn2008-10-131-0/+2
* More diff reductions against ixp425/boot2/boot2.c. This time, weimp2008-10-071-0/+87
* Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statementimp2008-10-071-1/+1
* don't hardcode ccsam2008-10-071-3/+3
* Use CPUID to see if the current CPU supports long mode when attemping tojhb2008-10-071-1/+47
* Add a boot loader for ixp425 based boards like the Gateworks Avilajhay2008-10-067-0/+1473
* Bring in the trivial differences between this code and John Hay's newimp2008-10-051-17/+26
* Remove XMODEM_DL support. It never was complete and only serves toimp2008-10-053-14/+0
* Indent with 8-space tabs. This reduces the diffs to the newer ixp425imp2008-10-051-165/+169
* Disable ATAPI DMA as it's once again broken in that it causes datamarius2008-10-051-1/+1
* Minor style(9) fixes for U-Boot API glue.raj2008-10-044-25/+23
* U-Boot API glue improvements:raj2008-10-044-42/+45
* - Add ae(4) to loader.conf.stas2008-10-041-0/+1
* Backout rev 183181. It appears that I should have been using boot-devicesobomax2008-09-192-30/+1
* On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unlesssobomax2008-09-192-1/+30
* No FORTH for MIPS.obrien2008-09-181-0/+4
* Revert r177108 and restore r60506 for sparc64 as long as libstandmarius2008-09-101-0/+3
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingmarius2008-09-101-0/+110
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-101-0/+1
* USIII and beyond CPUs have stricter requirements when it comesmarius2008-09-081-1/+2
* Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u().marius2008-09-041-2/+10
* Improve loader support for U-Boot.raj2008-09-033-65/+188
* Show info about net devices in loader's 'lsdev' command. While there fix style.raj2008-09-032-175/+188
* Use current SP instead of global data ptr for the U-Boot API signature search...raj2008-09-031-1/+1
* Make metadata.c shared across all platforms using U-Boot.raj2008-09-033-3/+4
* Move U-Boot compatibility library to WARNS=2 level.raj2008-09-038-40/+49
* - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work aroundmarius2008-08-301-21/+60
* Add geom_journalmatteo2008-08-261-0/+1
* cosmetic changes and style fixesmarius2008-08-221-4/+7
* Add an entry for the upgt(4) module.weongyo2008-08-111-0/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-084-4/+18
* Fix the hangs reported with the real mode BTX:jhb2008-08-081-11/+22
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'smarius2008-08-072-122/+109
* Add coretemp(4) and k8temp(4).rpaulo2008-08-041-0/+2
* Dereferencing uninitialized pointers considered harmful. Prior to thiscperciva2008-08-041-0/+4
OpenPOWER on IntegriCloud