summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+3
* 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-177-281/+18
* 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
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-5/+0
* 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-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
OpenPOWER on IntegriCloud