summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw
Commit message (Expand)AuthorAgeFilesLines
...
* 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-106-579/+62
* 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
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* Change the disk probing so that it will actually find disks otherjake2002-05-113-42/+136
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* Add -ffreestanding to CFLAGS.jake2002-02-231-0/+1
* Fix test for != 0 that should be > 0.jake2002-02-231-1/+1
* Check the return values of index() and don't dereference it if its null;jake2002-02-231-2/+8
* #if 0 more bootinfo stuff.jake2002-02-231-0/+4
* Add OF_claim_virt() and OF_release_phys().jake2002-02-232-0/+72
* - Remove unneeded variable.robert2002-02-151-2/+0
* This file is now unneeded.robert2002-02-151-492/+0
* - Do not include a NetBSD header as it is not needed anymore.robert2002-02-151-24/+11
* Make the openfirmware entry point function pointer non-static so that itjake2001-10-302-1/+3
* Add a prototype for OF_alloc_phys.robert2001-10-151-0/+1
* Make the ofw_reg structure and ofw_alloc_heap 64-bit save.robert2001-10-152-4/+4
* Do not include openfirm.h; it is now included by libofw.h.robert2001-10-151-1/+0
* - Use the cell_t type definition for Open Firmware arguments inrobert2001-10-151-247/+359
* - Fill dummy functions with code to read from disk using Openrobert2001-10-152-6/+597
* - Include openfirm.h for phandle_t.robert2001-10-151-7/+10
* Add a function for parsing an Open Firmware boot path into therobert2001-10-151-3/+29
* - Add an ifdef guard.robert2001-10-151-3/+6
* Whitespace fixes.benno2001-10-072-5/+4
* Add new files needed by previous commit.benno2001-10-072-0/+221
* Mega-patch for OpenFirmware loader support.benno2001-10-077-43/+99
* Pass NULL instead of MAXPHYS to the DMA allocation method. Be a bit morebenno2001-08-261-2/+4
* OpenFirmware/PowerPC loader, part 2.benno2000-11-1011-162/+407
* Convert from the Alpha compontents to PowerPC ones.obrien2000-10-164-174/+83
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyobrien2000-10-1611-0/+1615
* Fix the more obvious warnings to deal with my earlier warning cleanups.jhb2000-08-031-8/+8
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-2/+2
* * Add old UFS compatibility code to alpha/boot1.dfr1998-09-261-5/+6
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...dfr1998-09-201-3/+3
* Bootstrap updates.msmith1998-09-031-1/+8
* Bootloader update.msmith1998-08-312-17/+51
* Minor tweaks to track a couple of i386 changes and to make it compile.dfr1998-08-221-2/+5
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-213-0/+461
OpenPOWER on IntegriCloud