Build a gzboot image for the TeamASA Npwr.

This commit is contained in:
thorpej 2002-04-24 21:24:16 +00:00
parent d68e9d36ad
commit 8eef8db58c

View File

@ -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"