From cf0b6232acb8c668778a86e13c718b4ee42f251b Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sat, 1 Sep 2001 15:34:14 +0000 Subject: The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/ofwboot to macppc/stand/ofwboot --- sys/arch/powerpc/stand/ofwboot/Makefile | 38 --------------------------------- sys/arch/powerpc/stand/ofwboot/version | 6 ------ 2 files changed, 44 deletions(-) delete mode 100644 sys/arch/powerpc/stand/ofwboot/Makefile delete mode 100644 sys/arch/powerpc/stand/ofwboot/version (limited to 'sys/arch/powerpc') diff --git a/sys/arch/powerpc/stand/ofwboot/Makefile b/sys/arch/powerpc/stand/ofwboot/Makefile deleted file mode 100644 index 7eb26081857..00000000000 --- a/sys/arch/powerpc/stand/ofwboot/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $OpenBSD: Makefile,v 1.4 2001/02/09 05:20:52 drahn Exp $ -# $NetBSD: Makefile,v 1.2 1997/04/17 07:46:24 thorpej Exp $ - -S= ${.CURDIR}/../../../.. -R=../ - -PROG= ofwboot -SRCS= Locore.c boot.c ofdev.c net.c netif_of.c alloc.c cache.c hfs.c -.PATH: ${S}/arch/powerpc/stand -SRCS+= ofwmagic.S -#CFLAGS+= -DDEBUG -DNETIF_DEBUG -NOMAN= -STRIPFLAG= -BINMODE= 444 -OBJCOPY?= objcopy -SAREL= -BINDIR= /usr/mdec - -NEWVERSWHAT= "OpenFirmware Boot" - -# For now... -RELOC= 20074 - -ENTRY= _start - -CPPFLAGS+= -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. -CPPFLAGS+= -DRELOC=0x${RELOC} -CPPFLAGS+= -DFIRMWORKSBUGS -CPPFLAGS+= -DPOWERPC_BOOT_ELF -CPPFLAGS+= -DXCOFF_GLUE # for booting PCI Powermacs - -LIBS!= cd $(.CURDIR)/$(R); $(MAKE) libdep - -${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} - ${LD} -X -Ttext ${RELOC} -e ${ENTRY} -o ${PROG} \ - ${OBJS} ${LIBS} - -.include diff --git a/sys/arch/powerpc/stand/ofwboot/version b/sys/arch/powerpc/stand/ofwboot/version deleted file mode 100644 index 07ce4c6fb85..00000000000 --- a/sys/arch/powerpc/stand/ofwboot/version +++ /dev/null @@ -1,6 +0,0 @@ -$OpenBSD: version,v 1.2 2001/07/04 08:38:53 niklas Exp $ -$NetBSD: version,v 1.3 1997/04/19 01:40:08 thorpej Exp $ - -1.1: Boot program for OpenFirmware; initial revision -1.2: Boot program rearrangement -1.3: Added support for loading ELF kernels -- cgit v1.2.3