summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud