summaryrefslogtreecommitdiff
path: root/sys/boot/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-2/+2
* * Add old UFS compatibility code to alpha/boot1.Doug Rabson1998-09-261-5/+6
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...Doug Rabson1998-09-201-3/+3
* Bootstrap updates.Mike Smith1998-09-031-1/+8
* Bootloader update.Mike Smith1998-08-312-17/+51
* Minor tweaks to track a couple of i386 changes and to make it compile.Doug Rabson1998-08-221-2/+5
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-213-0/+461