summaryrefslogtreecommitdiff
path: root/sys/boot/ofw
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2317-17/+17
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-131-1/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-309-11/+11
* 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
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-011-5/+5
* Cut&Paste considered far too easy:Poul-Henning Kamp2003-04-162-2/+0
* Fix a dumb bug that broke net booting on sparc64. The wrong length wasJake Burkholder2002-12-021-1/+1
* Change the device path representation in libofw to use the full firmwareJake Burkholder2002-11-106-578/+61
* Major rework of how we copy data into kernel space.Benno Rice2002-07-186-22/+36
* Add support for passing metadata.Benno Rice2002-07-101-41/+13
* Fix up the DMA buffer allocation call.Benno Rice2002-06-071-1/+2
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+3
* Change the disk probing so that it will actually find disks otherJake Burkholder2002-05-113-42/+136
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-3/+0
* Add -ffreestanding to CFLAGS.Jake Burkholder2002-02-231-0/+1
* Fix test for != 0 that should be > 0.Jake Burkholder2002-02-231-1/+1
* Check the return values of index() and don't dereference it if its null;Jake Burkholder2002-02-231-2/+8
* #if 0 more bootinfo stuff.Jake Burkholder2002-02-231-0/+4
* Add OF_claim_virt() and OF_release_phys().Jake Burkholder2002-02-232-0/+72
* - Remove unneeded variable.Robert Drehmel2002-02-151-2/+0
* This file is now unneeded.Robert Drehmel2002-02-151-492/+0
* - Do not include a NetBSD header as it is not needed anymore.Robert Drehmel2002-02-151-24/+11
* Make the openfirmware entry point function pointer non-static so that itJake Burkholder2001-10-302-1/+3
* Add a prototype for OF_alloc_phys.Robert Drehmel2001-10-151-0/+1
* Make the ofw_reg structure and ofw_alloc_heap 64-bit save.Robert Drehmel2001-10-152-4/+4
* Do not include openfirm.h; it is now included by libofw.h.Robert Drehmel2001-10-151-1/+0
* - Use the cell_t type definition for Open Firmware arguments inRobert Drehmel2001-10-151-247/+359
* - Fill dummy functions with code to read from disk using OpenRobert Drehmel2001-10-152-6/+597
* - Include openfirm.h for phandle_t.Robert Drehmel2001-10-151-7/+10
* Add a function for parsing an Open Firmware boot path into theRobert Drehmel2001-10-151-3/+29
* - Add an ifdef guard.Robert Drehmel2001-10-151-3/+6
* Whitespace fixes.Benno Rice2001-10-072-5/+4
* Add new files needed by previous commit.Benno Rice2001-10-072-0/+221
* Mega-patch for OpenFirmware loader support.Benno Rice2001-10-077-43/+99
* Pass NULL instead of MAXPHYS to the DMA allocation method. Be a bit moreBenno Rice2001-08-261-2/+4
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-1011-159/+404
* Convert from the Alpha compontents to PowerPC ones.David E. O'Brien2000-10-164-171/+80
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien2000-10-1611-0/+1615
* Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-031-8/+8