cf1a573f04
Cummulative patch of changes that are not vendor-specific: - ARMv6 and ARMv7 architecture support - ARM SMP support - VFP/Neon support - ARM Generic Interrupt Controller driver - Simplification of startup code for all platforms
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
#$FreeBSD$
|
|
include "../s3c2xx0/std.s3c2410"
|
|
|
|
makeoptions KERNPHYSADDR=0x30000000
|
|
makeoptions KERNVIRTADDR=0xc0000000
|
|
options KERNPHYSADDR=0x30000000
|
|
options KERNVIRTADDR=0xc0000000
|
|
options PHYSADDR=0x30000000
|
|
options STARTUP_PAGETABLE_ADDR=0x30800000
|
|
options NO_EVENTTIMERS
|
|
|