8dee0fd04c
r235162: Initial LPC32x0 support. Includes DTS file for Embedded Artists EA3250 board. Peripherals currently supported: - Serial ports - Interrupt controller - Timers - Ethernet - USB host - Framebuffer (in conjunction with SSD1289 LCD controller) - RTC - SPI - GPIO Submitted by: Jakub Wojciech Klama <jceel@freebsd.org>
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# DM644x
|
|
#
|
|
|
|
files "../lpc/files.lpc"
|
|
cpu CPU_ARM9
|
|
makeoptions CONF_CFLAGS="-march=armv5te"
|
|
options PHYSADDR=0x80000000
|
|
options STARTUP_PAGETABLE_ADDR=0x80000000
|
|
makeoptions KERNPHYSADDR=0x80100000
|
|
options KERNPHYSADDR=0x80100000
|
|
makeoptions KERNVIRTADDR=0xc0100000
|
|
options KERNVIRTADDR=0xc0100000
|