summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/loader/start.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove file after being repocopied to ../ofw, where it lives on.marcel2007-12-171-60/+0
| | | | Repocopy by: simon@
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
|
* Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn'tgrehan2004-07-081-45/+0
| | | | | | | work on a G5 (no BAT registers) or on PearPC (dBAT3 used for mapping the framebuffer and BATs not re-inited on OpenFirmware calls). It also hid a number of bugs.
* Convert to __FBSDID.obrien2004-01-041-2/+3
|
* Fix asm string newlines to keep gcc3.3 happy. Use register prefixesgrehan2003-08-051-54/+54
| | | | to make the asm a bit more readable.
* Mega-patch for OpenFirmware loader support.benno2001-10-071-3/+5
| | | | | | | | | | | | | - Flesh out ofw_readin routine. - Add OpenFirmware load and exec routines. - Make sure memory allocation for the kernel is done correctly. - Change the way the heap is allocated so as to make it easier to deallocate when we hand over. - Add a command to print memory maps similar to the one for ia64. With this patch, I can now load and hand over to a kernel on my iMac. There are some problems with OpenFirmware routines failing after the hand over that still need to be addressed.
* OpenFirmware/PowerPC loader, part 2.benno2000-11-101-0/+102
As of this patchset, the loader builds (under NetBSD/macppc), boots, interacts and talks to BOOTP/NFS servers. (main.c was moved from boot/ofw/libofw to boot/ofw/common but has no revision history) Reviewed by: obrien
OpenPOWER on IntegriCloud