summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc
Commit message (Collapse)AuthorAgeFilesLines
...
* Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (forpeter2003-04-302-2/+6
| | | | powerpc) when building metadata.
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-192-2/+2
|
* Change the device path representation in libofw to use the full firmwarejake2002-11-102-20/+6
| | | | | | | | | path, instead of an internal i386 specific one. Don't try to interpret a disklabel in ofw_disk.c, open the partition's device node directly and let the firmware do it. This fixes booting from a partition other than 'a' on sparc64, which is needed to support more installation methods. No objection: ppc
* Add support for passing metadata.benno2002-07-104-2/+644
|
* Uncomment some bits that we now need.benno2002-06-072-12/+12
|
* -ffreestanding is the word.obrien2002-05-102-2/+2
| | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see)
* Mega-patch for OpenFirmware loader support.benno2001-10-076-12/+36
| | | | | | | | | | | | | - 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.
* Create backup copies using install(1).ru2001-09-122-6/+2
|
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-212-6/+0
|
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-142-22/+4
|
* MAN[1-9] -> MAN.ru2001-03-272-2/+0
|
* OpenFirmware/PowerPC loader, part 2.benno2000-11-106-64/+282
| | | | | | | | | | 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
* Convert from the Alpha compontents to PowerPC ones.obrien2000-10-162-28/+36
|
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyobrien2000-10-167-0/+251
| | | | | | | | but can't boot from them yet." Thanks to Stephane Potvin for the some of the code in this set. Submitted by: Benno Rice <benno@jeamland.net>
* Update loader logic to distinguish modules vs. files.bp2000-05-012-4/+4
| | | | | | | Add support for module metadata. The old way of dependancy handling will be supported for a while. Reviewed by: peter
* Teach the loader about the ext2fs filesystem, extended partitions, andjlemon2000-04-292-0/+6
| | | | the new readdir function.
* Add more missing files from the reorganisation.msmith1999-09-072-0/+198
Submitted by: dfr
OpenPOWER on IntegriCloud