373bbe25ff
* Orion - 88F5181 - 88F5182 - 88F5281 * Kirkwood - 88F6281 * Discovery - MV78100 The above families of SOCs are built around CPU cores compliant with ARMv5TE instruction set architecture definition. They share a number of integrated peripherals. This commit brings support for the following basic elements: * GPIO * Interrupt controller * L1, L2 cache * Timers, watchdog, RTC * TWSI (I2C) * UART Other peripherals drivers will be introduced separately. Reviewed by: imp, marcel, stass (Thanks guys!) Obtained from: Marvell, Semihalf
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
# $FreeBSD$
|
|
|
|
include "../mv/std.mv"
|
|
files "../mv/kirkwood/files.db88f6xxx"
|
|
|
|
makeoptions KERNPHYSADDR=0x00900000
|
|
makeoptions KERNVIRTADDR=0xc0900000
|
|
|
|
options KERNPHYSADDR=0x00900000
|
|
options KERNVIRTADDR=0xc0900000
|
|
options PHYSADDR=0x00000000
|
|
options PHYSMEM_SIZE=0x20000000
|
|
options STARTUP_PAGETABLE_ADDR=0x00100000
|