summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw
Commit message (Expand)AuthorAgeFilesLines
* Fix panics on attempt to dereference uninitizlized pointer, returned viamav2012-09-181-1/+1
* The workaround added in r151650 for handling firmwares that don't allowmarius2012-06-041-68/+56
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesavg2012-05-123-9/+16
* Add initial support for booting from ZFS on sparc64. At least on Sun Firemarius2012-05-011-3/+19
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-032-2/+2
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-191-1/+1
* Check the OF_getprop() return value before proceeding. Allocate only asandreast2010-11-201-4/+4
* 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
* 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
* In the case of non-sequential mappings, ofw_mapmem() could ask Opennwhitehorn2010-09-021-1/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-2/+2
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-124-1/+111
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Don't close OF disk devices on PowerPC. This fixes loader when booting fromnwhitehorn2008-10-131-0/+2
* 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
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+3
* Make the openfirmware getchar entry point non-blocking. This catches upgrehan2008-02-061-4/+4
* - Make better use of the global chosen, memory and mmu handles insteadmarius2007-06-177-281/+18
* Sync the styles of sys/boot/ofw/libofw/openfirm.c andmarius2007-06-161-376/+275
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-0/+1
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-5/+0
* more sun4v fallout - missed addkmacy2006-10-091-0/+143
* add sun4v support to the sparc64 boot loaderkmacy2006-10-092-1/+15
* - Add a workaround for the fact that OFW doesn't guarantee thatmarius2005-10-251-7/+58
* In ofw_parsedev() check the return value of malloc() and protectmarius2005-10-251-1/+5
* Use an ihandle_t to store the instance handle of an opened devicemarius2005-10-201-1/+1
* Remove unused variables.marius2005-10-204-7/+0
* Make code match comment: make the smallest unit of page allocationgrehan2005-07-221-3/+5
* Since the BAT mapping was removed a long time back, it can'tgrehan2005-05-241-1/+6
* Change ofw_readin/ofw_copyin to map the entire region beforegrehan2005-05-191-24/+74
* Remove unused variables.marius2005-03-021-3/+0
* Start each of the license/copyright comments with /*-imp2005-01-059-11/+11
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-165-7/+7
* G5 support: handle the case where the OpenFirmware memory array usesgrehan2004-08-023-29/+90
* All hell breaks loose if the loader image is released beforegrehan2004-07-081-1/+3
* Correctly calculate size of memory to be mapped when copying. Removalgrehan2004-07-081-1/+3
* Extract entry point from elf header before releasing the heap.grehan2004-07-081-1/+3
* Convert to __FBSDID.obrien2004-01-0412-23/+37
* - Add ':' as a separator between the OpenFirmware device space andgrehan2003-12-212-3/+4
* Make __elfN(ofw_loadfile) match parameter declaration for file_formatgrehan2003-12-211-1/+4
* Only print out an error if returned data size is < 0. A value of 0grehan2003-12-211-1/+2
* Use daddr_t instead of u_long for byte offset in strategygrehan2003-12-211-1/+1
* - use correct pointer arithmetic in heapsize calculationgrehan2003-12-211-7/+29
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-011-5/+5
* Cut&Paste considered far too easy:phk2003-04-162-2/+0
OpenPOWER on IntegriCloud