From 1ca10d28f2bd517f880b2b0541eed9269da431b3 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 8 Apr 2003 21:24:59 +0000 Subject: [PATCH] Add a gzboot for the ADI BRH board. --- .../gzboot_ADI_BRH_flash_0x00140000/Makefile | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile diff --git a/distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile b/distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile new file mode 100644 index 000000000000..f5864705fab1 --- /dev/null +++ b/distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2003/04/08 21:24:59 thorpej Exp $ + +NOMAN= # defined + +.include +.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" + +.include + +S= ${KERNSRCDIR} + +PLATFORM= ADI_BRH +RELOC= 0x00140000 +MAXIMAGESIZE= 1048576 # 1M +LOADADDR= 0xc0200000 + +CPPFLAGS+= -DBECC_SUPPORT_V7 +CPPFLAGS+= -DCONSPEED=57600 +CPPFLAGS+= -DCONADDR=0x03000000UL +CPPFLAGS+= -DNS16550_FREQ=33300000 + +LDSCRIPT= ${S}/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/ldscript + +SRCS+= adi_brh.c ns16550.c becc_mem.c + +.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"