Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/16/1997 20:30:02
thorpej
Wed Apr 16 13:29:11 PDT 1997
Update of /cvsroot/src/sys/arch/powerpc/stand
In directory netbsd1:/var/slash-tmp/cvs-serv27706

Modified Files:
	Makefile Makefile.inc 
Removed Files:
	Locore.c alloc.c boot.c net.c netif_of.c ofdev.c ofdev.h 
	openfirm.h 
Log Message:
New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program.  Highligts:
- Rearrange a bit so that we can sanely add boot programs for
  non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
  1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
  for NetBSD/powerpc).  (XXX Don't load symbols right now - the code
  to do it is there, but I don't particularly like how space for the
  symbol table is allocated; I will revisit this soon'ish).


thorpej
Wed Apr 16 13:29:24 PDT 1997
Update of /cvsroot/src/sys/arch/powerpc/stand/ofwboot
In directory netbsd1:/var/slash-tmp/cvs-serv27706/ofwboot

Added Files:
	Locore.c Makefile alloc.c boot.c net.c netif_of.c ofdev.c 
	ofdev.h openfirm.h version 
Log Message:
New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program.  Highligts:
- Rearrange a bit so that we can sanely add boot programs for
  non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
  1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
  for NetBSD/powerpc).  (XXX Don't load symbols right now - the code
  to do it is there, but I don't particularly like how space for the
  symbol table is allocated; I will revisit this soon'ish).