Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#	$NetBSD: Makefile,v 1.4 2005/12/11 12:17:10 christos Exp $

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

PLATFORM= SMDK2410
RELOC= 0x00000000
MAXIMAGESIZE= 0		# concatenate
LOADADDR= 0x30200000

CPPFLAGS+= -DCPU_S3C2410
CPPFLAGS+= -DCONSPEED=115200
CPPFLAGS+= -DCONADDR=0x50000000UL
# CPPFLAGS+= -DCONADDR=0x50004000UL
# CPPFLAGS+= -DCONADDR=0x50008000UL
CPPFLAGS+= -DIO_INIT_HOOK=smdk2410_io_init -DRAM_INIT_HOOK=smdk2410_ram_init
CPPFLAGS+= -DXTAL_CLK=12000000 -DFCLK=180000000 -DSDRAM_SIZE=32*1024*1024
CPUFLAGS= -march=armv4

LDSCRIPT= ${.CURDIR}/ldscript

SRCS+=	smdk2410.c sscom.c
SRCS+=	smdk2410_io_init.c s3c2410_vector.S  smdk2410_ram_init.S

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