summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:34:14 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-01 15:34:14 +0000
commitcf0b6232acb8c668778a86e13c718b4ee42f251b (patch)
treea30b898b3265d7281a9a8a2cb79c032204739131 /sys/arch/powerpc
parentbcb91dffec5231fd5f9ababc238093449963f96a (diff)
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
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/stand/ofwboot/Makefile38
-rw-r--r--sys/arch/powerpc/stand/ofwboot/version6
2 files changed, 0 insertions, 44 deletions
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 <bsd.prog.mk>
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