| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the OF_getprop() return value before proceeding. Allocate only as | andreast | 2010-11-20 | 1 | -4/+4 |
* | Check the real-mode? OF property to find out whether we operate in real or | andreast | 2010-11-17 | 3 | -9/+28 |
* | Move the declaration of the eh struct (used only when debugging is enabled) | andreast | 2010-11-17 | 1 | -1/+1 |
* | Fix the printf() in init_heap so that it can run before the console is up. | nwhitehorn | 2010-10-29 | 1 | -1/+5 |
* | Fix netboot on some Apple machines on which calling dma-free on the | nwhitehorn | 2010-10-29 | 1 | -0/+3 |
* | Fix some memory management issues discovered when trying to boot the PPC | nwhitehorn | 2010-10-28 | 3 | -28/+35 |
* | In the case of non-sequential mappings, ofw_mapmem() could ask Open | nwhitehorn | 2010-09-02 | 1 | -1/+1 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi... | imp | 2010-08-23 | 1 | -2/+2 |
* | Provide support in loader for booting 64-bit PowerPC kernels. Like amd64, | nwhitehorn | 2010-07-12 | 4 | -1/+111 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Don't close OF disk devices on PowerPC. This fixes loader when booting from | nwhitehorn | 2008-10-13 | 1 | -0/+2 |
* | Backout rev 183181. It appears that I should have been using boot-device | sobomax | 2008-09-19 | 2 | -30/+1 |
* | On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unless | sobomax | 2008-09-19 | 2 | -1/+30 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+3 |
* | Make the openfirmware getchar entry point non-blocking. This catches up | grehan | 2008-02-06 | 1 | -4/+4 |
* | - Make better use of the global chosen, memory and mmu handles instead | marius | 2007-06-17 | 7 | -281/+18 |
* | Sync the styles of sys/boot/ofw/libofw/openfirm.c and | marius | 2007-06-16 | 1 | -376/+275 |
* | Extend struct devdesc with a unit field, called d_unit. Promote the | marcel | 2006-11-02 | 1 | -0/+1 |
* | Don't unconditionally compile-in the bcache code. It's only used on | marcel | 2006-11-02 | 1 | -5/+0 |
* | more sun4v fallout - missed add | kmacy | 2006-10-09 | 1 | -0/+143 |
* | add sun4v support to the sparc64 boot loader | kmacy | 2006-10-09 | 2 | -1/+15 |
* | - Add a workaround for the fact that OFW doesn't guarantee that | marius | 2005-10-25 | 1 | -7/+58 |
* | In ofw_parsedev() check the return value of malloc() and protect | marius | 2005-10-25 | 1 | -1/+5 |
* | Use an ihandle_t to store the instance handle of an opened device | marius | 2005-10-20 | 1 | -1/+1 |
* | Remove unused variables. | marius | 2005-10-20 | 4 | -7/+0 |
* | Make code match comment: make the smallest unit of page allocation | grehan | 2005-07-22 | 1 | -3/+5 |
* | Since the BAT mapping was removed a long time back, it can't | grehan | 2005-05-24 | 1 | -1/+6 |
* | Change ofw_readin/ofw_copyin to map the entire region before | grehan | 2005-05-19 | 1 | -24/+74 |
* | Remove unused variables. | marius | 2005-03-02 | 1 | -3/+0 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 9 | -11/+11 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 5 | -7/+7 |
* | G5 support: handle the case where the OpenFirmware memory array uses | grehan | 2004-08-02 | 3 | -29/+90 |
* | All hell breaks loose if the loader image is released before | grehan | 2004-07-08 | 1 | -1/+3 |
* | Correctly calculate size of memory to be mapped when copying. Removal | grehan | 2004-07-08 | 1 | -1/+3 |
* | Extract entry point from elf header before releasing the heap. | grehan | 2004-07-08 | 1 | -1/+3 |
* | Convert to __FBSDID. | obrien | 2004-01-04 | 12 | -23/+37 |
* | - Add ':' as a separator between the OpenFirmware device space and | grehan | 2003-12-21 | 2 | -3/+4 |
* | Make __elfN(ofw_loadfile) match parameter declaration for file_format | grehan | 2003-12-21 | 1 | -1/+4 |
* | Only print out an error if returned data size is < 0. A value of 0 | grehan | 2003-12-21 | 1 | -1/+2 |
* | Use daddr_t instead of u_long for byte offset in strategy | grehan | 2003-12-21 | 1 | -1/+1 |
* | - use correct pointer arithmetic in heapsize calculation | grehan | 2003-12-21 | 1 | -7/+29 |
* | Enable the i386 loader to load and run an amd64 kernel. If this puts | peter | 2003-05-01 | 1 | -5/+5 |
* | Cut&Paste considered far too easy: | phk | 2003-04-16 | 2 | -2/+0 |
* | Fix a dumb bug that broke net booting on sparc64. The wrong length was | jake | 2002-12-02 | 1 | -1/+1 |
* | Change the device path representation in libofw to use the full firmware | jake | 2002-11-10 | 6 | -579/+62 |
* | Major rework of how we copy data into kernel space. | benno | 2002-07-18 | 6 | -22/+36 |
* | Add support for passing metadata. | benno | 2002-07-10 | 1 | -44/+16 |
* | Fix up the DMA buffer allocation call. | benno | 2002-06-07 | 1 | -1/+2 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 1 | -3/+0 |