summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw/libofw
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-031-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 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-282-6/+17
* 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-123-1/+106
* (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
* 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-176-273/+14
* 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
* 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-164-6/+6
* G5 support: handle the case where the OpenFirmware memory array usesgrehan2004-08-022-19/+66
* 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-0411-21/+34
* - 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
* 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
* Fix a dumb bug that broke net booting on sparc64. The wrong length wasjake2002-12-021-1/+1
* Change the device path representation in libofw to use the full firmwarejake2002-11-105-544/+60
* Major rework of how we copy data into kernel space.benno2002-07-186-22/+36
* Add support for passing metadata.benno2002-07-101-44/+16
* Fix up the DMA buffer allocation call.benno2002-06-071-1/+2
OpenPOWER on IntegriCloud