head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.34
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.32
	perseant-exfatfs-base:1.1
	netbsd-10-0-RELEASE:1.1
	netbsd-10-0-RC6:1.1
	netbsd-10-0-RC5:1.1
	netbsd-10-0-RC4:1.1
	netbsd-10-0-RC3:1.1
	netbsd-10-0-RC2:1.1
	thorpej-ifq:1.1.0.30
	thorpej-ifq-base:1.1
	thorpej-altq-separation:1.1.0.28
	thorpej-altq-separation-base:1.1
	netbsd-10-0-RC1:1.1
	netbsd-10:1.1.0.26
	netbsd-10-base:1.1
	bouyer-sunxi-drm:1.1.0.24
	bouyer-sunxi-drm-base:1.1
	thorpej-i2c-spi-conf2:1.1.0.22
	thorpej-i2c-spi-conf2-base:1.1
	thorpej-futex2:1.1.0.20
	thorpej-futex2-base:1.1
	thorpej-cfargs2:1.1.0.18
	thorpej-cfargs2-base:1.1
	cjep_sun2x-base1:1.1
	cjep_sun2x:1.1.0.16
	cjep_sun2x-base:1.1
	cjep_staticlib_x-base1:1.1
	cjep_staticlib_x:1.1.0.14
	cjep_staticlib_x-base:1.1
	thorpej-i2c-spi-conf:1.1.0.12
	thorpej-i2c-spi-conf-base:1.1
	thorpej-cfargs:1.1.0.10
	thorpej-cfargs-base:1.1
	thorpej-futex:1.1.0.8
	thorpej-futex-base:1.1
	bouyer-xenpvh-base2:1.1
	phil-wifi-20200421:1.1
	bouyer-xenpvh-base1:1.1
	phil-wifi:1.1.0.6
	phil-wifi-20200411:1.1
	bouyer-xenpvh:1.1.0.4
	bouyer-xenpvh-base:1.1
	is-mlppp:1.1.0.2
	is-mlppp-base:1.1
	phil-wifi-20200406:1.1
	ad-namecache-base3:1.1;
locks; strict;
comment	@# @;


1.1
date	2020.02.12.06.57.35;	author thorpej;	state Exp;
branches
	1.1.6.1;
next	;
commitid	gSf3vlzdfTNXVlWB;

1.1.6.1
date	2020.02.12.06.57.35;	author martin;	state dead;
branches;
next	1.1.6.2;
commitid	X01YhRUPVUDaec4C;

1.1.6.2
date	2020.04.13.08.03.47;	author martin;	state Exp;
branches;
next	;
commitid	X01YhRUPVUDaec4C;


desc
@@


1.1
log
@Add gzboot support for NSLU2.  This is a work-in-progress.  This configuration
follows the existing NSLU2 RedBoot default bootstrap procedure.  (Other
configurations are possible, but not yet implemented.)
@
text
@#	$NetBSD$

S=	${.CURDIR}/../../../../..

#
# This image is for the stock RedBoot configuration.  The self-extracting
# kernel image is copied from FIS partition 3 (@@ 0x50060000) to 0x01d00000
# by RedBoot.  RedBoot then copies the ramdisk from FIS partition 4
# (@@ 0x50160000) to 0x01000000, and jumps to 0x01d00000.
#
# NOTE: While there is room for 3MB of gzboot+compressed kernel at the
# designationed location in SDRAM, there is only 1MB of space available
# in FIS partition 3!
#

PLATFORM= NSLU2
RELOC= 0x01d00000
MAXIMAGESIZE= 0		# concatenate
LOADADDR= 0x00200000

CPPFLAGS+= -DCONSPEED=115200
CPPFLAGS+= -DCONADDR=0xc8000000UL

CPUFLAGS= -mcpu=xscale

LDSCRIPT= ${.CURDIR}/ldscript

SRCS+=	nslu2.c ns16550.c ixp425_mem.c

.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
@


1.1.6.1
log
@file Makefile was added on branch phil-wifi on 2020-04-13 08:03:47 +0000
@
text
@d1 30
@


1.1.6.2
log
@Mostly merge changes from HEAD upto 20200411
@
text
@a0 30
#	$NetBSD: Makefile,v 1.1 2020/02/12 06:57:35 thorpej Exp $

S=	${.CURDIR}/../../../../..

#
# This image is for the stock RedBoot configuration.  The self-extracting
# kernel image is copied from FIS partition 3 (@@ 0x50060000) to 0x01d00000
# by RedBoot.  RedBoot then copies the ramdisk from FIS partition 4
# (@@ 0x50160000) to 0x01000000, and jumps to 0x01d00000.
#
# NOTE: While there is room for 3MB of gzboot+compressed kernel at the
# designationed location in SDRAM, there is only 1MB of space available
# in FIS partition 3!
#

PLATFORM= NSLU2
RELOC= 0x01d00000
MAXIMAGESIZE= 0		# concatenate
LOADADDR= 0x00200000

CPPFLAGS+= -DCONSPEED=115200
CPPFLAGS+= -DCONADDR=0xc8000000UL

CPUFLAGS= -mcpu=xscale

LDSCRIPT= ${.CURDIR}/ldscript

SRCS+=	nslu2.c ns16550.c ixp425_mem.c

.include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"
@


