aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ofw
Commit message (Expand)AuthorAgeFilesLines
* Provide a shim layer in loader to condense the Open Firmware device tree toNathan Whitehorn2015-03-095-9/+36
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1
* Fix panics on attempt to dereference uninitizlized pointer, returned viaAlexander Motin2012-09-181-1/+1
* The workaround added in r151650 for handling firmwares that don't allowMarius Strobl2012-06-041-68/+56
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesAndriy Gapon2012-05-123-9/+16
* Add initial support for booting from ZFS on sparc64. At least on Sun FireMarius Strobl2012-05-011-3/+19
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-032-2/+2
* Rename the linker emulation name for powerpc and powerc64. This is needed thatAndreas Tobler2011-11-191-1/+1
* Check the OF_getprop() return value before proceeding. Allocate only asAndreas Tobler2010-11-201-4/+4
* Check the real-mode? OF property to find out whether we operate in real orAndreas Tobler2010-11-173-9/+28
* Move the declaration of the eh struct (used only when debugging is enabled)Andreas Tobler2010-11-171-1/+1
* Fix the printf() in init_heap so that it can run before the console is up.Nathan Whitehorn2010-10-291-1/+5
* Fix netboot on some Apple machines on which calling dma-free on theNathan Whitehorn2010-10-291-0/+3
* Fix some memory management issues discovered when trying to boot the PPCNathan Whitehorn2010-10-283-28/+35
* In the case of non-sequential mappings, ofw_mapmem() could ask OpenNathan Whitehorn2010-09-021-1/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...Warner Losh2010-08-231-2/+2
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,Nathan Whitehorn2010-07-124-1/+111
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Don't close OF disk devices on PowerPC. This fixes loader when booting fromNathan Whitehorn2008-10-131-0/+2
* Backout rev 183181. It appears that I should have been using boot-deviceMaxim Sobolev2008-09-192-30/+1
* On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unlessMaxim Sobolev2008-09-192-1/+30
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+3
* Make the openfirmware getchar entry point non-blocking. This catches upPeter Grehan2008-02-061-4/+4
* - Make better use of the global chosen, memory and mmu handles insteadMarius Strobl2007-06-177-281/+18
* Sync the styles of sys/boot/ofw/libofw/openfirm.c andMarius Strobl2007-06-161-376/+275
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-021-0/+1
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-021-5/+0
* more sun4v fallout - missed addKip Macy2006-10-091-0/+143
* add sun4v support to the sparc64 boot loaderKip Macy2006-10-092-1/+15
* - Add a workaround for the fact that OFW doesn't guarantee thatMarius Strobl2005-10-251-7/+58
* In ofw_parsedev() check the return value of malloc() and protectMarius Strobl2005-10-251-1/+5
* Use an ihandle_t to store the instance handle of an opened deviceMarius Strobl2005-10-201-1/+1
* Remove unused variables.Marius Strobl2005-10-204-7/+0
* Make code match comment: make the smallest unit of page allocationPeter Grehan2005-07-221-3/+5
* Since the BAT mapping was removed a long time back, it can'tPeter Grehan2005-05-241-1/+6
* Change ofw_readin/ofw_copyin to map the entire region beforePeter Grehan2005-05-191-24/+74
* Remove unused variables.Marius Strobl2005-03-021-3/+0
* Start each of the license/copyright comments with /*-Warner Losh2005-01-059-11/+11
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-165-7/+7
* G5 support: handle the case where the OpenFirmware memory array usesPeter Grehan2004-08-023-29/+90
* All hell breaks loose if the loader image is released beforePeter Grehan2004-07-081-1/+3
* Correctly calculate size of memory to be mapped when copying. RemovalPeter Grehan2004-07-081-1/+3
* Extract entry point from elf header before releasing the heap.Peter Grehan2004-07-081-1/+3
* Convert to __FBSDID.David E. O'Brien2004-01-0412-23/+37
* - Add ':' as a separator between the OpenFirmware device space andPeter Grehan2003-12-212-3/+4
* Make __elfN(ofw_loadfile) match parameter declaration for file_formatPeter Grehan2003-12-211-1/+4
* Only print out an error if returned data size is < 0. A value of 0Peter Grehan2003-12-211-1/+2
* Use daddr_t instead of u_long for byte offset in strategyPeter Grehan2003-12-211-1/+1
* - use correct pointer arithmetic in heapsize calculationPeter Grehan2003-12-211-7/+29