From 8eef8db58cb082e39235d2fdb1ad4078a18f883e Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 24 Apr 2002 21:24:16 +0000 Subject: [PATCH] Build a gzboot image for the TeamASA Npwr. --- .../Makefile | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000/Makefile diff --git a/distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000/Makefile b/distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000/Makefile new file mode 100644 index 000000000000..872dfde5bc31 --- /dev/null +++ b/distrib/evbarm/gzboot/gzboot_TEAMASA_NPWR_flash_0x00080000/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2002/04/24 21:24:16 thorpej Exp $ + +NOMAN= # defined + +.include +.include "${_SRC_TOP_}/distrib/Makefile.inc" + +.include + +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"