summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Help static analysis by initializing variables that we know cannot bemarcel2011-01-062-0/+2
* Import support for the Sony Playstation 3 using the OtherOS featurenwhitehorn2011-01-0617-1/+2364
* On i386 and amd64, consistently use the following options whenever wedim2011-01-054-4/+4
* Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that Idim2011-01-051-2/+0
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-052-6/+2
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-055-5/+0
* Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.yongari2010-12-311-0/+1
* Give a bit of a hint of the failure (read != expected) but don't makeemaste2010-11-251-1/+1
* Make this printfoutput more verbose.attilio2010-11-231-1/+2
* Check the OF_getprop() return value before proceeding. Allocate only asandreast2010-11-201-4/+4
* Revert r215435. We need to figure out the exact value to be loaded.andreast2010-11-171-1/+1
* Check the real-mode? OF property to find out whether we operate in real orandreast2010-11-173-9/+28
* Move the declaration of the eh struct (used only when debugging is enabled)andreast2010-11-171-1/+1
* Make sure the .bss is cleared at the beginning. The pSeries OF ELF loader doesandreast2010-11-171-1/+14
* Load the full 16k stack space.andreast2010-11-171-1/+1
* Don't display option 2 (to toggle ACPI on or off) on x86 machines if thejhb2010-11-151-5/+16
* We no longer need the OUTPUT_FORMAT line, so fix the build by removing it.imp2010-11-151-1/+0
* Fix the jump location.brucec2010-11-141-1/+1
* When rebooting the machine jump to 0xf000:fff0 instead of 0xffff:0x0.brucec2010-11-141-1/+1
* Now there is no functional difference from i386 version.nyan2010-11-131-35/+0
* Remove unused includes.nyan2010-11-131-6/+0
* Correct RAM size of the MPC8555CDS board.raj2010-11-111-1/+1
* Fix typos.brucec2010-11-091-2/+2
* Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-085-55/+3
* Partially revert r203829; as it turns out what the PowerPC OFW loader didmarius2010-10-291-4/+4
* Fix the printf() in init_heap so that it can run before the console is up.nwhitehorn2010-10-291-1/+5
* Fix netboot on some Apple machines on which calling dma-free on thenwhitehorn2010-10-291-0/+3
* Fix some memory management issues discovered when trying to boot the PPCnwhitehorn2010-10-283-28/+35
* MFi386: revision 214210nyan2010-10-241-2/+2
* Avoid using memcpy() for copying 32bit chunks. This shrinksrdivacky2010-10-221-2/+2
* Correct typos.pjd2010-10-201-2/+2
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* Ensure that a make from sys/boot does not pick up include files frompho2010-10-081-0/+1
* - Split code shared by almost any boot loader into separate files andpjd2010-09-2418-864/+1383
* When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2dim2010-09-212-6/+2
* Add support 'device tpm' for amd64.nork2010-09-191-0/+1
* Before VirtualBox is fixed, mark with #ifdef what has to be done to makepjd2010-09-172-3/+10
* Remove magic value.pjd2010-09-171-1/+3
* Merge from powerpc:marius2010-09-161-33/+27
* Remove empty lines committed by accident.pjd2010-09-091-2/+0
* Ignore log vdevs.pjd2010-09-091-0/+7
* Allow to boot from a pool within which replacing is in progress.pjd2010-09-091-3/+33
* Remove duplicated code.pjd2010-09-091-20/+9
* If autoboot_delay is set to -1, boot immediately without checking forjhb2010-09-081-1/+4
* Add custom kernel configuration and device tree source files foremax2010-09-081-0/+265
* In the case of non-sequential mappings, ofw_mapmem() could ask Opennwhitehorn2010-09-021-1/+1
* Modify pxe.c to use the version of nfs_getrootfh() that returnsrmacklem2010-09-021-0/+59
* Use a cleaner expression to retrieve the memory size in pc98's boot2.c,dim2010-09-011-3/+2
* For consistency, change all 'i386' and MACHINE_ARCH to x86.delphij2010-08-313-3/+3
* Avoid directly manipulating a NULL pointer (which could result indim2010-08-311-2/+2
OpenPOWER on IntegriCloud