Add a gzboot for the ADI BRH board.
This commit is contained in:
parent
43a80c6fd2
commit
1ca10d28f2
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1 2003/04/08 21:24:59 thorpej Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
.include <bsd.kernobj.mk>
|
||||
|
||||
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"
|
Loading…
Reference in New Issue