Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000 B...
details: https://anonhg.NetBSD.org/src/rev/5bc4c3de294d
branches: trunk
changeset: 526079:5bc4c3de294d
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Apr 24 21:24:16 2002 +0000
description:
Build a gzboot image for the TeamASA Npwr.
diffstat:
distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000/Makefile | 24 ++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r 91ec03a9ae29 -r 5bc4c3de294d distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000/Makefile Wed Apr 24 21:24:16 2002 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2002/04/24 21:24:16 thorpej Exp $
+
+NOMAN= # defined
+
+.include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
+
+.include <bsd.kernobj.mk>
+
+S= ${KERNSRCDIR}
+
+PLATFORM= TEAMASA_NPWR
+RELOC= 0x00080000
+MAXIMAGESIZE= 1048576 # 1M
+LOADADDR= 0xa0200000
+
+CPPFLAGS+= -DCONSPEED=115200
+CPPFLAGS+= -DCONADDR=0xfe810000UL
+
+LDSCRIPT= ${S}/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/ldscript
+
+SRCS+= iq80310.c ns16550.c i80312_mem.c
+
+.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
Home |
Main Index |
Thread Index |
Old Index